Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175428 - sys-libs/gpm- 1.20.1-r5 err [lib/liblow.c(329)] /dev/gpmct1: No such file or directory
Summary: sys-libs/gpm- 1.20.1-r5 err [lib/liblow.c(329)] /dev/gpmct1: No such file or ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 09:55 UTC by Daniel Pielmeier
Modified: 2009-05-31 11:31 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2007-04-21 09:55:43 UTC
On system boot i got this error mesasge

*** err [lib/liblow.c(329)]:
/dev/gpmct1: No such file or directory

When the system has finished boot process /dev/gpmctl is available under /dev.
So i seems it is created to late at boot up.
Maybe a wrong order in some init files.

I found an old issue #23278 concerning this which was solved by adding "need local" in /etc/init.d/gpm

Now need local is not in /etc/init.d/gpm anymore.

Reproducible: Always

Steps to Reproduce:
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2007-04-21 10:00:39 UTC
which script triggered this message?
Comment 2 Daniel Pielmeier gentoo-dev 2007-04-21 10:07:46 UTC
(In reply to comment #1)
> which script triggered this message?
> 

it appears between service gpm started and service splash started
Comment 3 Daniel Pielmeier gentoo-dev 2007-04-23 16:59:30 UTC
It seems that the error has disappeared, unfortunately i don't know why.
Maybe it is a sporadic error. It did not appear the last three times i have booted.
Comment 4 Daniel Pielmeier gentoo-dev 2007-04-26 17:23:14 UTC
(In reply to comment #3)
> It seems that the error has disappeared, unfortunately i don't know why.
> Maybe it is a sporadic error. It did not appear the last three times i have
> booted.
> 

Today it happened again, maybe it is a problem with the parallel startup of init scripts, so sometimes the device is created to late.
Comment 5 Robert Golding 2007-05-04 18:10:08 UTC
(In reply to comment #0)
> On system boot i got this error mesasge
> 
> *** err [lib/liblow.c(329)]:
> /dev/gpmct1: No such file or directory
> 
> When the system has finished boot process /dev/gpmctl is available under /dev.
> So i seems it is created to late at boot up.
> Maybe a wrong order in some init files.
> 
> I found an old issue #23278 concerning this which was solved by adding "need
> local" in /etc/init.d/gpm
> 
> Now need local is not in /etc/init.d/gpm anymore.
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 

This has been happening on my system for about the last three weeks (I remember first seeing it about then).

The error is generated by init.d/gpm during startup.  Doing a 'gpm restart' later doesn't reproduce the error unless I reboot the entire system.
I tried rebooting without parallel startup and the error still appears immediately after init.d/gpm.

The console mouse has no problems starting and the device 'gpmctl' shown as having been created when I check.  

I just don't like seeing error messages in my startup, rather annoying :-)
Comment 6 Zsolt Branyiczky 2008-03-02 08:07:36 UTC
After moving gpm init script from "default" runlevel to "boot" one, the error message disappears:

rc-update del gpm
rc-update add gpm boot

Due to the new "boot" level starting, gpm is started earlier and at least for me there is no more annoying error message about missing /dev/gpmctl.
Comment 7 Daniel Pielmeier gentoo-dev 2009-03-27 18:11:12 UTC
Looks like this error is long gone so this bug could be closed. Or is anybody still experiencing this?
Comment 8 Daniel Pielmeier gentoo-dev 2009-05-31 11:31:32 UTC
Closing this bug. No further occurrences reported. Please reopen if there are still issues.