Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Kernel panics and more info
Date: Sat, 23 Jul 2011 14:46:47
Message-Id: 4E2ADE73.5070902@gmail.com
In Reply to: Re: [gentoo-user] Re: Kernel panics and more info by YoYo Siska
1 YoYo Siska wrote:
2 > On Fri, Jul 22, 2011 at 12:22:32PM -0500, Dale wrote:
3 > ...
4 >
5 >>>> using either. I clicked on the link to download and the window
6 >>>> popped up to ask me whether to open it or save it. I selected to
7 >>>> save it as I have done countless times before. As soon as I clicked
8 >>>> that, the window popped up asking where to save it to then kernel
9 >>>> panic. This was in Seamonkey.
10 >>>>
11 > ...
12 >
13 >> So, when Seamonkey or Firefox try to download something, besides the
14 >> web pages itself, I get a kernel panic. Is this weird or what?
15 >>
16 > BTW, as any other browser (well, new enough..), firefox starts
17 > downloading as soon as you click on a link (ie, it dowloads it while you
18 > are choosing where to save it, so that by the time you choose the
19 > dir/filename, smaller files are allready downloaded ;).
20 > You can easilly see this if you have some kind of network traffic monitoring
21 > widget/applet/app...
22 > I guess it starts to download it to a temp file, than moves it to the
23 > file you choose (never looked into it)... so the problem would be most
24 > likely in that operation..
25 >
26 > yoyo
27 >
28 >
29 >
30 >
31
32 I have noticed that too. You are correct that that is how it is done.
33 I have had some smaller files that by the time I pick where to put it,
34 it is already downloaded.
35
36 I just find it downright odd that a browser causes a panic because of a
37 download when other programs, like emerge, can download just fine.
38
39 I just had a thought. I'm going to use Konqueror to download a tarball
40 and see if that fails. If that works, I don't know what to think really
41 but if it fails, maybe something is off on my /tmp directory or
42 something. Does this look normal:
43
44 root@fireball / # ls -al /
45 total 36
46 drwxr-xr-x 25 root root 616 Jul 19 11:22 .
47 drwxr-xr-x 25 root root 616 Jul 19 11:22 ..
48 drwxr-xr-x 2 root root 2632 Jul 8 07:12 bin
49 drwxr-xr-x 4 root root 1024 Jul 23 01:20 boot
50 drwxr-xr-x 2 root root 80 Jul 16 03:02 .config
51 drwxr-xr-x 52 dale users 2752 Jun 23 01:16 data
52 drwxr-xr-x 15 root root 4480 Jul 23 05:19 dev
53 drwxr-xr-x 78 root root 4704 Jul 23 05:28 etc
54 drwxr-xr-x 7 root root 208 Jun 17 03:01 home
55 lrwxrwxrwx 1 root root 5 Jul 13 21:14 lib -> lib64
56 drwxr-xr-x 3 root root 3704 Jul 13 21:14 lib32
57 drwxr-xr-x 13 root root 4464 Jul 13 21:14 lib64
58 drwxr-xr-x 2 root root 88 Jul 10 18:17 media
59 drwxr-xr-x 7 root root 192 Jan 5 2011 mnt
60 drwxr-xr-x 80 root root 4688 Jun 17 04:35 old-etc
61 drwxr-xr-x 6 root root 200 Jul 8 21:15 opt
62 dr-xr-xr-x 162 root root 0 Jul 23 05:18 proc
63 drwxr-xr-x 3 root root 80 Jun 18 17:23 Resources
64 drwx------ 28 root root 3568 Jul 23 05:34 root
65 drwxr-xr-x 2 root root 4880 Jul 13 21:14 sbin
66 drwxr-xr-x 11 root root 0 Jul 23 05:18 sys
67 drwxrwxrwt 7 root root 304 Jul 23 09:35 tmp
68 drwxr-xr-x 16 root root 472 Feb 8 17:25 usr
69 drwxr-xr-x 15 root root 4096 Jul 8 03:11 var
70 root@fireball / #
71
72 How about this for the content of /tmp:
73
74 root@fireball / # ls -al /tmp/
75 total 25
76 drwxrwxrwt 9 root root 424 Jul 23 09:40 .
77 drwxr-xr-x 25 root root 616 Jul 19 11:22 ..
78 drwx------ 2 dale dale2 120 Jul 23 05:28 akonadi-dale.GkYTTP
79 drwxrwxrwt 2 root root 72 Jul 23 05:28 .ICE-unix
80 drwx------ 3 dale dale2 320 Jul 23 05:28 kde-dale
81 drwx------ 3 root root 112 Jul 23 09:38 kde-root
82 drwx------ 2 dale dale2 264 Jul 23 09:38 ksocket-dale
83 drwx------ 2 root root 128 Jul 23 09:39 ksocket-root
84 -rw------- 1 dale dale2 5284 Jul 23 09:40 nscopy.tmp
85 -rw------- 1 dale dale2 5022 Jul 23 09:40 nsemail.eml
86 srwxr-xr-x 1 dale dale2 0 Jul 23 05:29 virt_1111
87 -rw------- 1 dale dale2 947 Jul 23 05:28 virtuoso_ZT3609.ini
88 -r--r--r-- 1 root root 11 Jul 23 05:19 .X0-lock
89 drwxrwxrwt 2 root root 72 Jul 23 05:19 .X11-unix
90 root@fireball / #
91
92
93 Shouldn't kde-dale be owned by me but have user(s) as the group? The
94 user dale2 is my clean login that I use to test things with. I'm going
95 to logout and then clean that directory and see what it creates when I
96 log back in again.
97
98 Thoughts on this?
99
100 Dale
101
102 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Re: Kernel panics and more info Willie Wong <wwong@××××××××××××××.edu>