* [2.5.19/20] KDE panel (kicker) not starting up
@ 2002-06-03 12:07 bvermeul
2002-06-03 13:17 ` Peter Wächtler
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: bvermeul @ 2002-06-03 12:07 UTC (permalink / raw)
To: linux-kernel
The KDE panel (kicker) from KDE 3.0 (RedHat 7.3 issue) refuses to start
up. I get a SIGPIPE in DCOP, and a SIGSEGV in kicker.
This looks like something changed in regards to permissions, 'cause when I
start KDE as root, it does work.
Does anyone know what's happening?
Regards,
Bas Vermeulen
--
"God, root, what is difference?"
-- Pitr, User Friendly
"God is more forgiving."
-- Dave Aronson
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 12:07 [2.5.19/20] KDE panel (kicker) not starting up bvermeul @ 2002-06-03 13:17 ` Peter Wächtler 2002-06-03 13:19 ` Adam Trilling 2002-06-03 13:59 ` Andrey Panin 2 siblings, 0 replies; 10+ messages in thread From: Peter Wächtler @ 2002-06-03 13:17 UTC (permalink / raw) To: bvermeul; +Cc: linux-kernel bvermeul@devel.blackstar.nl wrote: > The KDE panel (kicker) from KDE 3.0 (RedHat 7.3 issue) refuses to start > up. I get a SIGPIPE in DCOP, and a SIGSEGV in kicker. > This looks like something changed in regards to permissions, 'cause when I > start KDE as root, it does work. > check the permissions of /tmp/{kde|ksocket}-$(LOGNAME) ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 12:07 [2.5.19/20] KDE panel (kicker) not starting up bvermeul 2002-06-03 13:17 ` Peter Wächtler @ 2002-06-03 13:19 ` Adam Trilling 2002-06-03 18:34 ` bvermeul 2002-06-03 13:59 ` Andrey Panin 2 siblings, 1 reply; 10+ messages in thread From: Adam Trilling @ 2002-06-03 13:19 UTC (permalink / raw) To: bvermeul; +Cc: linux-kernel Make sure you have read and write perms on your home directory. I had that happen due to a misplaced chown -R once. This is not a kernel question, however, and probably shouldn't be on this list. adam On Mon, 3 Jun 2002 bvermeul@devel.blackstar.nl wrote: > The KDE panel (kicker) from KDE 3.0 (RedHat 7.3 issue) refuses to start > up. I get a SIGPIPE in DCOP, and a SIGSEGV in kicker. > This looks like something changed in regards to permissions, 'cause when I > start KDE as root, it does work. > > Does anyone know what's happening? > > Regards, > > Bas Vermeulen > > -- > "God, root, what is difference?" > -- Pitr, User Friendly > > "God is more forgiving." > -- Dave Aronson > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > Adam Trilling agt10@columbia.edu char m[9999],*n[99],*r=m,*p=m+5000,**s=n,d,c;main(){for(read(0,r,4000);c=*r; r++)c-']'||(d>1||(r=*p?*s:(--s,r)),!d||d--),c-'['||d++||(*++s=r),d||(*p+=c== '+',*p-=c=='-',p+=c=='>',p-=c=='<',c-'.'||write(2,p,1),c-','||read(2,p,1));} ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 13:19 ` Adam Trilling @ 2002-06-03 18:34 ` bvermeul 2002-06-05 3:49 ` Greg KH 2002-06-05 20:41 ` Melchior FRANZ 0 siblings, 2 replies; 10+ messages in thread From: bvermeul @ 2002-06-03 18:34 UTC (permalink / raw) To: Adam Trilling; +Cc: linux-kernel On Mon, 3 Jun 2002, Adam Trilling wrote: > Make sure you have read and write perms on your home directory. I had > that happen due to a misplaced chown -R once. > > This is not a kernel question, however, and probably shouldn't be on this > list. Everythink works using 2.5.17. So I think this *is* a kernel question. I've had the same problem with 2.5.19 (and couldn't get 2.5.18 working properly) Bas Vermeulen -- "God, root, what is difference?" -- Pitr, User Friendly "God is more forgiving." -- Dave Aronson ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 18:34 ` bvermeul @ 2002-06-05 3:49 ` Greg KH 2002-06-05 10:06 ` Dave Jones 2002-06-05 20:41 ` Melchior FRANZ 1 sibling, 1 reply; 10+ messages in thread From: Greg KH @ 2002-06-05 3:49 UTC (permalink / raw) To: bvermeul; +Cc: Adam Trilling, linux-kernel On Mon, Jun 03, 2002 at 08:34:44PM +0200, bvermeul@devel.blackstar.nl wrote: > On Mon, 3 Jun 2002, Adam Trilling wrote: > > > Make sure you have read and write perms on your home directory. I had > > that happen due to a misplaced chown -R once. > > > > This is not a kernel question, however, and probably shouldn't be on this > > list. > > Everythink works using 2.5.17. So I think this *is* a kernel question. > I've had the same problem with 2.5.19 (and couldn't get 2.5.18 working > properly) Just to add one more "me too" here, I've seen the same thing here. 2.5.18 worked just fine from what I remember. greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-05 3:49 ` Greg KH @ 2002-06-05 10:06 ` Dave Jones 2002-06-05 13:39 ` bvermeul 0 siblings, 1 reply; 10+ messages in thread From: Dave Jones @ 2002-06-05 10:06 UTC (permalink / raw) To: Greg KH; +Cc: bvermeul, Adam Trilling, linux-kernel On Tue, Jun 04, 2002 at 08:49:45PM -0700, Greg KH wrote: > > Everythink works using 2.5.17. So I think this *is* a kernel question. > > I've had the same problem with 2.5.19 (and couldn't get 2.5.18 working > > properly) > > Just to add one more "me too" here, I've seen the same thing here. > 2.5.18 worked just fine from what I remember. Wasn't this attributed to the /proc/meminfo format changing ? Dave -- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-05 10:06 ` Dave Jones @ 2002-06-05 13:39 ` bvermeul 0 siblings, 0 replies; 10+ messages in thread From: bvermeul @ 2002-06-05 13:39 UTC (permalink / raw) To: Dave Jones; +Cc: Greg KH, Adam Trilling, linux-kernel On Wed, 5 Jun 2002, Dave Jones wrote: > On Tue, Jun 04, 2002 at 08:49:45PM -0700, Greg KH wrote: > > > Everythink works using 2.5.17. So I think this *is* a kernel question. > > > I've had the same problem with 2.5.19 (and couldn't get 2.5.18 working > > > properly) > > > > Just to add one more "me too" here, I've seen the same thing here. > > 2.5.18 worked just fine from what I remember. > > Wasn't this attributed to the /proc/meminfo format changing ? If it is, that doesn't explain why when using KDE as root everything works perfectly. That (at least in my eyes) can't be explained by a change in format in /proc/meminfo. I could be wrong of course. Bas Vermeulen -- "God, root, what is difference?" -- Pitr, User Friendly "God is more forgiving." -- Dave Aronson ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 18:34 ` bvermeul 2002-06-05 3:49 ` Greg KH @ 2002-06-05 20:41 ` Melchior FRANZ 1 sibling, 0 replies; 10+ messages in thread From: Melchior FRANZ @ 2002-06-05 20:41 UTC (permalink / raw) To: linux-kernel * bvermeul@devel.blackstar.nl -- Tuesday 04 June 2002 07:14:20: > * On Mon, 3 Jun 2002, Adam Trilling wrote: > > Make sure you have read and write perms on your home directory. I had > > that happen due to a misplaced chown -R once. > > > > This is not a kernel question, however, and probably shouldn't be on this > > list. > > Everythink works using 2.5.17. So I think this *is* a kernel question. I don't have the slightest doubt that it is a kernel bug: I observed the same with the /dev/hdc device (the CDROM). Playing Audio-CD's doesn't work since 2.5.19. It worked for years now with the same permissions, and giving more liberal rights doesn't help either. It always returns with EACCES! open("/dev/cdrom", O_RDONLY|O_NONBLOCK) = 3 ioctl(3, CDROMVOLREAD, 0xbffff1f8) = -1 EACCES (Permission denied) ioctl(3, CDROMSUBCHNL, 0xbffff1fc) = -1 EACCES (Permission denied) It works, however, for root! Could this be some broken capability settings? m. PS: Sorry if this message creates a new thread. I'm not subscribed to the list and read it via usenet-mirror. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 12:07 [2.5.19/20] KDE panel (kicker) not starting up bvermeul 2002-06-03 13:17 ` Peter Wächtler 2002-06-03 13:19 ` Adam Trilling @ 2002-06-03 13:59 ` Andrey Panin 2002-06-03 21:46 ` Diego Calleja 2 siblings, 1 reply; 10+ messages in thread From: Andrey Panin @ 2002-06-03 13:59 UTC (permalink / raw) To: bvermeul; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 254 bytes --] On my machine kicker showed a message about inability to parse IIRC /proc/meminfo before dying, so the kernel can be involved. -- Andrey Panin | Embedded systems software engineer pazke@orbita1.ru | PGP key: wwwkeys.eu.pgp.net [-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [2.5.19/20] KDE panel (kicker) not starting up 2002-06-03 13:59 ` Andrey Panin @ 2002-06-03 21:46 ` Diego Calleja 0 siblings, 0 replies; 10+ messages in thread From: Diego Calleja @ 2002-06-03 21:46 UTC (permalink / raw) To: Andrey Panin; +Cc: bvermeul, linux-kernel On Mon, 3 Jun 2002 17:59:08 +0400 Andrey Panin <pazke@orbita1.ru> escribió: > > On my machine kicker showed a message about inability to parse IIRC > /proc/meminfo before dying, so the kernel can be involved. yes, /proc/meminfo might have changed?. i've a gnome applet which shows cpu, mem and swap usage. Under 2.5 tree, i only can see the cpu usage. Others doesn't work ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-06-05 20:42 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-06-03 12:07 [2.5.19/20] KDE panel (kicker) not starting up bvermeul 2002-06-03 13:17 ` Peter Wächtler 2002-06-03 13:19 ` Adam Trilling 2002-06-03 18:34 ` bvermeul 2002-06-05 3:49 ` Greg KH 2002-06-05 10:06 ` Dave Jones 2002-06-05 13:39 ` bvermeul 2002-06-05 20:41 ` Melchior FRANZ 2002-06-03 13:59 ` Andrey Panin 2002-06-03 21:46 ` Diego Calleja
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox