search for: devfsd

Displaying 7 results from an estimated 7 matches for "devfsd".

Did you mean: devfd
2001 Oct 13
3
ttyS0 access
Until last week my wine runs a Microcontroler Programmer under serial port very well, But in this week have problems to work wine for serial ports on my new Mandrake 8.1. Well, in Mdk 8.1 there is no ttyS0 devices but links to /dev/tts/0 and /dev/tts/1 I realy don't remember how was until last week, but I think about users and perms to devices. I try to chmod a+rw for /dev/tts/0 and tts/1
2003 Jun 15
3
devfs and ext3?
Hi! Today I switched over to devfs. I'm on Debian unstable, installed devfsd, installed a kernel with devfs support and "devfs mount on boot". Reboot, devfs is being used. All over a sudden, dmesg reports: Linux version 2.4.21-ac1 (root@hummus) (gcc version 3.3 (Debian)) #1 Sun Jun 15 19:06:13 CEST 2003 ... kjournald starting. Commit interval 5 seconds EXT3-fs...
2003 Sep 06
2
What is wrong? "Creating metasocket failed"
...w questions: - does the failure to create a metasocket mean tinc won't work? The last message, "Ready", seems to indicate there's no problem - I'm a bit confused about working with devfs. I noticed that loading the tun module causes the /dev/net/tun to be created. I assume devfsd does this for me. Is that right? - Is it necessary to let tinc load the tun module or does it depend it the tun module to be already loaded? - If tinc can take care of loading the tun module, how do I set this up? Is the "alias char-major-10-200 tun" entry in the /etc/modules.conf...
2001 Oct 17
3
"ext2fs_check_if_mount: No such file or directory while determining whether" messages
...as being mounted read-only. I never received a messages about 'none'. 'none' is devfs and always was only in /proc/mounts, not /etc/mtab (at least here). Then I boot with 2.4.12-ac3. My setup is as follows: devfs is mounted at boot time. My initialization script uses: [ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev # Check the integrity of the root file system fsck -C -V -a / # If there was a failure, drop into single-user mode. if [ $? -gt 1 ] ; then echo "fsck failed. Run fsck -v <partition>" sulogin reboot -f fi # Remount the root f...
2009 Jul 28
4
Patch for drivers.list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just a little patch for the drivers.list The "Cyber Power Systems Intelligent Series CP1500EAVRLCD" ups http://eu.cyberpowersystems.com/products/ups_systems/intelligent/cp1500eavrlcd.htm Got one here running (see: https://nut.stillbilde.net/cgi-bin/nut/upsstats.cgi?host=CyberPower at upsmonitor) Works flawlessly. Patch as follows:
2004 Aug 26
1
Anyone using Asterisk on Slackware 9?
Hi, I am trying to do a very minimal install of Slackware to run Asterisk on. Can anyone give me a list of what packages I need to install as I don't want X an all the associated bloat? Thanks in advance. Chris -- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 May 14
0
SuSE & Zaptel Compilation errors
...STALL_PREFIX)/etc/modules.conf ]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo $(INSTALL_PREFIX)/etc/conf.modules ; fi) ifeq (${BUILDVER},linux24) #We only support DEVFS in linux 2.4 kernels, since its considered obsolete post 2.4 DEVFS=$(shell ps ax | grep -v grep | grep devfsd) endif TZOBJS=zonedata.lo tonezone.lo LIBTONEZONE=libtonezone.so.1.0 MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \ ztdynamic ztd-eth wct1xxp wct4xxp # ztdummy #MODULES+=wcfxsusb MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done ) MODULESKO=$(shell for x in $(MODULES); do ec...