Re: udev-core R >= 4.15

2022-12-22 Thread Jan Palus
On 22.12.2022 11:49, Arkadiusz Miśkiewicz via pld-devel-en wrote: > udev-core change: > > -Requires: uname(release) >= 3.13 > +Requires: uname(release) >= 4.15 > > > Is this true requirement? This R: was updated purely based on very first ent

udev-core R >= 4.15

2022-12-22 Thread Arkadiusz Miśkiewicz via pld-devel-en
udev-core change: -Requires: uname(release) >= 3.13 +Requires: uname(release) >= 4.15 Is this true requirement? I mean docs say: " README: say kernel 4.15 is the minimum recommended After various long discussions (https://lists.freedesktop.org/archives/systemd

Re: merge udev-* addon packages to base

2016-09-11 Thread Elan Ruusamäe
On 11.09.2016 20:13, Tomasz Pala wrote: The same applies to bash-completion and zsh-completion subpackages. "same" does not: ➔ rpm -qf /usr/share/bash-completion /usr/share/zsh/site-functions bash-completion-2.1-5.noarch zsh-5.0.2-3.x86_64 -- glen ___

Re: merge udev-* addon packages to base

2016-09-11 Thread Tomasz Pala
On Sun, Sep 11, 2016 at 15:36:48 +0200, Jan Rękorajski wrote: > On Sun, 11 Sep 2016, Elan Ruusamäe wrote: > >> - drop udev-* addon packages for distro packages [...] > Makes sense. Ok with me. The same applies to bash-completion and zsh-completion subpackages.

Re: merge udev-* addon packages to base

2016-09-11 Thread Jan Rękorajski
On Sun, 11 Sep 2016, Elan Ruusamäe wrote: > proposition: > > - drop udev-* addon packages for distro packages > > because: > ➔ rpm -qf /lib/udev/rules.d/ > filesystem-4.1-1.x86_64 > > they are harmless if udev is not installed, no extra deps than base > package

merge udev-* addon packages to base

2016-09-11 Thread Elan Ruusamäe
proposition: - drop udev-* addon packages for distro packages because: ➔ rpm -qf /lib/udev/rules.d/ filesystem-4.1-1.x86_64 they are harmless if udev is not installed, no extra deps than base package and the packages are also tiny and sometimes you lack some behavior and then find out that

Re: udev rules help

2016-08-31 Thread Jacek Konieczny
On 2016-08-31 09:51, Elan Ruusamäe wrote: On 31.08.2016 10:47, Jacek Konieczny wrote: # grep add /etc/udev/rules.d/80-idcard.rules SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{ID_MODEL}=="*Smart*Card*Reader*", RUN+="/sbin/service

Re: udev rules help

2016-08-31 Thread Elan Ruusamäe
On 31.08.2016 10:47, Jacek Konieczny wrote: # grep add /etc/udev/rules.d/80-idcard.rules SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{ID_MODEL}=="*Smart*Card*Reader*", RUN+="/sbin/service pcscd start" What init do you

Re: udev rules help

2016-08-31 Thread Jacek Konieczny
On 2016-08-31 07:28, Elan Ruusamäe wrote: i'm trying to write udev rule to start service when usb device is attached here's what i got. yet it doesn't work # grep add /etc/udev/rules.d/80-idcard.rules SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="

udev rules help

2016-08-30 Thread Elan Ruusamäe
hi i'm trying to write udev rule to start service when usb device is attached here's what i got. yet it doesn't work # grep add /etc/udev/rules.d/80-idcard.rules SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{ID_MODEL}=="*Sm

Re: /usr/lib/udev -> /lib/udev

2016-08-01 Thread Elan Ruusamäe
On 01.08.2016 11:07, Tomasz Pala wrote: # service --status-all S:[+] allowlogin: running S:[+] console: running S:[+] cpusets: running S

Re: /usr/lib/udev -> /lib/udev

2016-08-01 Thread Tomasz Pala
iles to /lib/systemd; /usr/lib/systemd is not used on Debian However we have always followed/supported /usr as a separate filesystem, so we shouldn't have had /usr/lib/udev in use ever. So if anyone wants to help, please remove this symlink on your system and report if anything breaks. If n

Re: /usr/lib/udev -> /lib/udev

2016-07-31 Thread Jan Rękorajski
onfuses systemd-delta into thinking, that the contents are overriden: > > > [OVERRIDDEN] /usr/lib/udev/rules.d/70-mouse.rules -> > /lib/udev/rules.d/70-mouse.rules > > Files /lib/udev/rules.d/70-mouse.rules and > /usr/lib/udev/rules.d/70-mouse.rules are identical > >

/usr/lib/udev -> /lib/udev

2016-07-31 Thread Tomasz Pala
: [OVERRIDDEN] /usr/lib/udev/rules.d/70-mouse.rules -> /lib/udev/rules.d/70-mouse.rules Files /lib/udev/rules.d/70-mouse.rules and /usr/lib/udev/rules.d/70-mouse.rules are identical ...35 times (reports 49 including 14 really overriden, but there are 49 rules inside). -- Tomasz P

Re: start_udev on udev removal

2014-03-27 Thread Elan Ruusamäe
On 28/03/14 00:03, Kacper Kornet wrote: # rpm -q dev udev >dev-3.4-10.x86_64 >udev-208-11.x86_64 And how did you end with both dev and udev installed, as udev obsoletes dev? installed "dev" after "udev*" was already installed, intention was to

Re: start_udev on udev removal

2014-03-27 Thread Kacper Kornet
On Thu, Mar 27, 2014 at 11:08:49PM +0200, Elan Ruusamäe wrote: > posting here, as maybe someday somebody wants to fix this. > seems start_udev trigger is invoked when *udev* package is removed, > and that call seems even to succeed! > # rpm -q dev udev > dev-3.4-10.x86_64 >

start_udev on udev removal

2014-03-27 Thread Elan Ruusamäe
posting here, as maybe someday somebody wants to fix this. seems start_udev trigger is invoked when *udev* package is removed, and that call seems even to succeed! # rpm -q dev udev dev-3.4-10.x86_64 udev-208-11.x86_64 # rpm -e udev * Starting udev

udev-198 warning

2013-03-20 Thread Elan Ruusamäe
if you upgrade to udev-198 and have not generated initrd with geninitrd >= 12635 then your /dev/null, /dev/*random are with wrong permission, which leads to random problems, like can't ssh out as regular user, desktop environments not starting up, etc 20:14:59 glen> arekm: tha

udev/systemd 183 in th-test

2012-06-01 Thread Jan Rękorajski
*** lang=en Hi, As you may know udev, as of version 183, has been merged into systemd and is now built from systemd source tree. This new version of systemd and udev is now available in th-test. Due to libudev soname change, udev-libs must be installed with 'just-install' for now

Re: udev-acl on non-systemd systems

2012-05-27 Thread Jan Rękorajski
On Sun, 27 May 2012, Jakub Bogusz wrote: > udev-acl disappeared, there was changelog entry: > > - don't obsolete udev-acl as it is provided by systemd and will also be > provided by ConsoleKit > > but it's not provided by ConsoleKit. > And it's still r

udev-acl on non-systemd systems

2012-05-27 Thread Jakub Bogusz
udev-acl disappeared, there was changelog entry: - don't obsolete udev-acl as it is provided by systemd and will also be provided by ConsoleKit but it's not provided by ConsoleKit. And it's still required by some packages, like gnome-bluetooth. (BTW, since udev 183 it has b

Re: udev 182

2012-03-30 Thread Łukasz Maśko
Dnia piątek, 30 marca 2012, Elan Ruusamäe napisał: [...] > no, just take start_udev script and replace it in your system, no need > to do full udev rebuild > > http://cvs.pld-linux.org/packages/udev/start_udev Seems to be OK, I've observed no errors.

Re: udev 182

2012-03-30 Thread Elan Ruusamäe
On 30.03.2012 12:16, Łukasz Maśko wrote: Dnia piątek, 30 marca 2012, Elan Ruusamäe napisał: [...] can you test with start_udev from HEAD again? i.e is the initial error also back? Do you mean, I should rebuild udev from CVS with -r HEAD and try again? OK, but later, whem my daughter goes to

Re: udev 182

2012-03-30 Thread Łukasz Maśko
Dnia piątek, 30 marca 2012, Elan Ruusamäe napisał: [...] > can you test with start_udev from HEAD again? i.e is the initial error > also back? Do you mean, I should rebuild udev from CVS with -r HEAD and try again? OK, but later, whem my daughter goes to sleep, now she will not let me d

Re: udev 182

2012-03-29 Thread Elan Ruusamäe
ent thread about new install for gory details. OK. Solved. I had udev_root="/dev/" defined in my udev.conf (from the ancient times) an that caused this problem. Now it's clean. And - yes, I have static /dev/{console,null,zero} in my system (even without udev). can you test wit

Re: udev 182

2012-03-29 Thread Łukasz Maśko
/dev/zero on this filesystem? Normal nodes, directly on > fs. See recent thread about new install for gory details. OK. Solved. I had udev_root="/dev/" defined in my udev.conf (from the ancient times) an that caused this problem. Now it's clean. And - yes, I have static /

Re: udev 182

2012-03-29 Thread Jan Rękorajski
On Thu, 29 Mar 2012, Jan Rękorajski wrote: > On Thu, 29 Mar 2012, Łukasz Maśko wrote: > > > Dnia czwartek, 29 marca 2012, Jan Rękorajski napisał: > > [...] > > > The problem was in start_udev script. > > > udev-182-2 should work again. > > > >

Re: udev 182

2012-03-29 Thread Jan Rękorajski
On Thu, 29 Mar 2012, Łukasz Maśko wrote: > Dnia czwartek, 29 marca 2012, Jan Rękorajski napisał: > [...] > > The problem was in start_udev script. > > udev-182-2 should work again. > > It is not, kind of error has changed (sorry for picture quality): > http://yen.ipipa

Re: udev 182

2012-03-29 Thread Łukasz Maśko
Dnia czwartek, 29 marca 2012, Jan Rękorajski napisał: [...] > The problem was in start_udev script. > udev-182-2 should work again. It is not, kind of error has changed (sorry for picture quality): http://yen.ipipan.waw.pl/~ed/udev_devtmpfs2.jpg -- Łukasz

Re: udev 182

2012-03-29 Thread Jan Rękorajski
[czwartek, 29 marzec 2012], Łukasz Maśko napisał(a): > Dnia środa, 28 marca 2012, Jan Rękorajski napisał: > > Hi, > > This is a heads-up, new udev 182 that is in th-test requires mounted > > devtmpfs to operate properly as it (udev >= 181) does not create any > > nod

Re: udev 182

2012-03-29 Thread Łukasz Maśko
Dnia środa, 28 marca 2012, Jan Rękorajski napisał: > Hi, > This is a heads-up, new udev 182 that is in th-test requires mounted > devtmpfs to operate properly as it (udev >= 181) does not create any > nodes anymore. Current rc.sysinit (rc-scripts >= 0.4.5.3-1) do mount >

udev 182

2012-03-28 Thread Jan Rękorajski
Hi, This is a heads-up, new udev 182 that is in th-test requires mounted devtmpfs to operate properly as it (udev >= 181) does not create any nodes anymore. Current rc.sysinit (rc-scripts >= 0.4.5.3-1) do mount devtmpfs, as does systemd. -- Jan Rękorajski

Re: packages: udev/start_udev - mount devtmpfs not tmpfs over /dev if not alrea...

2012-03-03 Thread Arkadiusz Miśkiewicz
t for older kernels? > > > > imho it should check if /dev is mounted either tmpfs or devtmpfs then > > mount nothing > > > > if kver >= 2.6.32 mount with devtmpfs, otherwise mount tmpfs > > I added this for your happiness, but udev >= 181 _requires_ devtmpfs

Re: packages: udev/start_udev - mount devtmpfs not tmpfs over /dev if not alrea...

2012-03-03 Thread Jan Rękorajski
n > mount nothing > > if kver >= 2.6.32 mount with devtmpfs, otherwise mount tmpfs I added this for your happiness, but udev >= 181 _requires_ devtmpfs. That's why it has still rel 0.1. You both obviously didn't read the changelogs for

Re: packages: udev/start_udev - mount devtmpfs not tmpfs over /dev if not alrea...

2012-03-03 Thread Elan Ruusamäe
On 03/03/12 08:25, Arkadiusz Miśkiewicz wrote: On Friday 02 of March 2012, baggins wrote: > Author: baggins Date: Fri Mar 2 22:42:24 2012 GMT > Module: packages Tag: HEAD > Log message: > - mount devtmpfs not tmpfs over /dev if not already moun

Re: packages: udev/start_udev - mount devtmpfs not tmpfs over /dev if not alrea...

2012-03-02 Thread Arkadiusz Miśkiewicz
2 only? We drop support for older kernels? > > Files affected: > packages/udev: >start_udev (1.40 -> 1.41) > > Diffs: > > ==== > Index: packages/udev/start_udev > diff -u packages/ud

Re: Old kernel without udev

2010-05-03 Thread Marcin Krol
> Is it possible these days to not have udev packages installed at all? >From what I know... no. But I may be totally wrong :-) I had bunch of machines running with static dev. They were fine with kernel 2.6.27.x, but stopped working properly with kernel 2.6.32.x. One was unable to init

Re: Old kernel without udev

2010-05-03 Thread Patryk Zawadzki
On Mon, May 3, 2010 at 8:05 PM, Caleb Maclennan wrote: > Does anybody have any input on keeping a TH system up to date while > being forced to run an old kernel (2.6.16) not compatible with current > udev packages? > > Is it possible these days to not have udev packages installed

Old kernel without udev

2010-05-03 Thread Caleb Maclennan
Does anybody have any input on keeping a TH system up to date while being forced to run an old kernel (2.6.16) not compatible with current udev packages? Is it possible these days to not have udev packages installed at all? Or should I work on setting up a custom udev package with an an older

Re: udev-152

2010-04-21 Thread Patryk Zawadzki
eems to point >> to /lib/udev/firmware binary). > > There is a typo in configure.ac. See: > > http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary > > Corrected in udev-153 (please, let someone send it to builders). Done. -- Patryk Zawadzki _

Re: udev-152

2010-04-21 Thread Kacper Kornet
On Wed, Apr 21, 2010 at 11:22:12PM +0200, Patryk Zawadzki wrote: > The firmware helper is broken and does not load any firmware the > kernel requests. > Downgrading to 151 immediately fixes the problem (which seems to point > to /lib/udev/firmware binary). There is a typo in confi

udev-152

2010-04-21 Thread Patryk Zawadzki
The firmware helper is broken and does not load any firmware the kernel requests. Downgrading to 151 immediately fixes the problem (which seems to point to /lib/udev/firmware binary). -- Patryk Zawadzki ___ pld-devel-en mailing list pld-devel-en

Re: packages: bluez/bluez.init - use udev for starting stuff

2009-08-08 Thread Arkadiusz Miskiewicz
On Saturday 08 of August 2009, Fryderyk Dziarmagowski wrote: > On Sat, 08 Aug 2009 13:33:28 +0200 > > arekm wrote: > > Author: arekmDate: Sat Aug 8 11:33:28 2009 GMT > > Module: packages Tag: HEAD > > ---- Log message:

Re: packages: bluez/bluez.init - use udev for starting stuff

2009-08-08 Thread Fryderyk Dziarmagowski
On Sat, 08 Aug 2009 13:33:28 +0200 arekm wrote: > Author: arekmDate: Sat Aug 8 11:33:28 2009 GMT > Module: packages Tag: HEAD > Log message: > - use udev for starting stuff > > Files affected: > packages/bluez: >

Re: Fwd: SPECS (UDEV-124): udev.spec - added -vol_id-cdrom.patch (for cdrom tray clo...

2009-03-12 Thread Elan Ruusamäe
On Thursday 12 March 2009 23:10:11 Arkadiusz Miskiewicz wrote: > On Thursday 12 of March 2009, Elan Ruusamäe wrote: > > can this be added to HEAD (th) too? as it's quite difficult to open tray > > to remove disc if it gets closed immediately again. > > Was it reported upstream? no, i did not know

Re: Fwd: SPECS (UDEV-124): udev.spec - added -vol_id-cdrom.patch (for cdrom tray clo...

2009-03-12 Thread Arkadiusz Miskiewicz
On Thursday 12 of March 2009, Elan Ruusamäe wrote: > can this be added to HEAD (th) too? as it's quite difficult to open tray to > remove disc if it gets closed immediately again. Was it reported upstream? > > -- Forwarded Message -- > > Subject: SPEC

Fwd: SPECS (UDEV-124): udev.spec - added -vol_id-cdrom.patch (for cdrom tray clo...

2009-03-12 Thread Elan Ruusamäe
can this be added to HEAD (th) too? as it's quite difficult to open tray to remove disc if it gets closed immediately again. -- Forwarded Message -- Subject: SPECS (UDEV-124): udev.spec - added -vol_id-cdrom.patch (for cdrom tray clo... Date: Thursday 12 March 2009

Re: udev hangs on >=2.6.25

2008-10-25 Thread Arkadiusz Miskiewicz
On Saturday 25 of October 2008, Mariusz Mazur wrote: > udev.spec has this inside: Rule dropped since not needed on Th. -- Arkadiusz MiśkiewiczPLD/Linux Team arekm / maven.plhttp://ftp.pld-linux.org/ ___ pld-devel-en mailing list pld

udev hangs on >=2.6.25

2008-10-25 Thread Mariusz Mazur
udev.spec has this inside: # needed on kernels < 2.6.25 cat <$RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/05-udev-early.rules # sysfs is populated after the event is sent ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt" EOF On kernels >2.6.25 (

Re: geninitrd + udev

2008-03-11 Thread Michael Shigorin
On Tue, Mar 11, 2008 at 12:39:56AM +0100, Marcin Krol wrote: > I've been playing a bit with udev inside initrd. Currently it > doesn't work at all because after starting 'udevd --daemon' > /dev is almost empty (just basic entries like null, console, > etc., no dev

Re: geninitrd + udev

2008-03-11 Thread Marcin Krol
> I'll test it tomorrow. I'll also test initrd with udev and lvm. I've already commited changes to geninitrd. Now it works properly with udev inside initrd. Tested with root fs on raid1, lvm2 and lvm2 on top of raid1. M. ___ pld-dev

geninitrd + udev

2008-03-10 Thread Marcin Krol
I've been playing a bit with udev inside initrd. Currently it doesn't work at all because after starting 'udevd --daemon' /dev is almost empty (just basic entries like null, console, etc., no device nodes). This may be fixed by using PROBESTATICMODULES=yes in geninitrd (

Re: [Ac] hdparm hangs often during starting (udev issue?)

2007-02-11 Thread Tomasz Wittner
On Sun 11. of February 2007, Tomasz Wittner wrote: > Hello, > > Nearly every two booting I'm forced to press reset button on my workstation > (or sometimes is possible Alt+PrintScreen+S/B) - starting hangs during > hdparm invokation. Because hdparm is called right after start

Re: [Ac] hdparm hangs often during starting (udev issue?)

2007-02-11 Thread Fryderyk Dziarmagowski
--- Tomasz Wittner <[EMAIL PROTECTED]> wrote: > Hello, > > Nearly every two booting I'm forced to press reset button on my workstation > (or sometimes is possible Alt+PrintScreen+S/B) - starting hangs during hdparm > invokation. Because hdparm is called right after st

[Ac] hdparm hangs often during starting (udev issue?)

2007-02-11 Thread Tomasz Wittner
Hello, Nearly every two booting I'm forced to press reset button on my workstation (or sometimes is possible Alt+PrintScreen+S/B) - starting hangs during hdparm invokation. Because hdparm is called right after starting udev I suspect that udev (v. 079) doesn't finish its job and hd

Re: SPECS: udev.spec - up to udev-100 - 60-cdrom_id.rules added

2006-09-26 Thread Tomasz Wittner
On Tue 26. September 2006 07:37, Fryderyk Dziarmagowski wrote: > --- shadzik <[EMAIL PROTECTED]> wrote: > > > Author: shadzik Date: Mon Sep 25 23:41:15 2006 GMT > > Module: SPECS Tag: HEAD > > Log message:

Re: SPECS: udev.spec - up to udev-100 - 60-cdrom_id.rules added

2006-09-25 Thread Fryderyk Dziarmagowski
--- shadzik <[EMAIL PROTECTED]> wrote: > Author: shadzik Date: Mon Sep 25 23:41:15 2006 GMT > Module: SPECS Tag: HEAD > Log message: > - up to udev-100 > - 60-cdrom_id.rules added Adding it will cause a clash with other

udev(cdr/cdrw)

2006-07-04 Thread havner
Anyone against such patch? IMO users should have rw access to CD devices, not only for writing. F.e. cdaudio or eject requires them as well. Maybe group name is not the best now, but it doesn't matter that much. Index: udev.rules ==

[Ac] stable udev-079-4.9 for testing

2006-06-26 Thread Fryderyk Dziarmagowski
Hi, I've just made some bugfixes to udev from AC-branch. Please test it and report problems if any. -- Fryderyk Dziarmagowski ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: th: is udev required?

2006-03-03 Thread Tomasz Pala
On Sat, Mar 04, 2006 at 02:16:57 +0100, Tomasz Pala wrote: > gnome-vfs2-2.13.91-4 marks hal-fstab-sync-0.5.6-6 (cap storage-methods) [...] > I don't have udev and don't use gnome, just need libgnomevfs-2.so.0 to OK, I see that gnome-vfs2-libs were separated, so one must do

th: is udev required?

2006-03-03 Thread Tomasz Pala
gnome-vfs2-2.13.91-4 marks hal-fstab-sync-0.5.6-6 (cap storage-methods) hal-fstab-sync-0.5.6-6 marks hal-0.5.6-6 (cap hal = 0.5.6-6) error: hal-0.5.6-6: req udev >= 1:079-2 not found I don't have udev and don't use gnome, just need libgnomevfs-2.so.0 to run some prog

Re: BROKEN UDEV on AC

2006-02-13 Thread Elan Ruusamäe
On Tuesday 14 February 2006 01:10, Fryderyk Dziarmagowski wrote: > I don't see any breakage, sabotage, ... (write your favorite word here) > in my commits. look once more initial email. the script used $UDEVSTARTER which was not initalized and .rpmnew was not merged, thefore the /sbin/start_udev

Re: BROKEN UDEV on AC

2006-02-13 Thread Fryderyk Dziarmagowski
--- Jan Rekorajski <[EMAIL PROTECTED]> wrote: > On Mon, 13 Feb 2006, Fryderyk Dziarmagowski wrote: > > > --- Andrzej Krzysztofowicz <[EMAIL PROTECTED]> wrote: > > > > > > > grrr > > > > > > > > > > udev-079-2.amd6

Re: BROKEN UDEV on AC

2006-02-13 Thread Jan Rekorajski
On Mon, 13 Feb 2006, Fryderyk Dziarmagowski wrote: > --- Andrzej Krzysztofowicz <[EMAIL PROTECTED]> wrote: > > > > > grrr > > > > > > > > udev-079-2.amd64 > > > > > > > > cmon, is adding trigger really so hard? &

Re: BROKEN UDEV on AC

2006-02-13 Thread Fryderyk Dziarmagowski
--- Andrzej Krzysztofowicz <[EMAIL PROTECTED]> wrote: > > > grrr > > > > > > udev-079-2.amd64 > > > > > > cmon, is adding trigger really so hard? > > [cut] > > > > take it easy. if you need a feature implement it. Don

Re: BROKEN UDEV on AC

2006-02-13 Thread Andrzej Krzysztofowicz
Fryderyk Dziarmagowski wrote: > > --- "Elan Ruusamäe" <[EMAIL PROTECTED]> wrote: > > > grrr > > > > udev-079-2.amd64 > > > > cmon, is adding trigger really so hard? > [cut] > > take it easy. if you need a feature implemen

Re: BROKEN UDEV on AC

2006-02-13 Thread Fryderyk Dziarmagowski
--- "Elan Ruusamäe" <[EMAIL PROTECTED]> wrote: > grrr > > udev-079-2.amd64 > > cmon, is adding trigger really so hard? [cut] take it easy. if you need a feature implement it. Don't expect from people to do something what they don

BROKEN UDEV on AC

2006-02-13 Thread Elan Ruusamäe
grrr udev-079-2.amd64 cmon, is adding trigger really so hard? hints: 1. missing trigger for $UDEV_STARTER 2. missing default value (fallback) for UDEV_STARTER outcome: # sh /sbin/start_udev * Starting udev... [ BUSY ]/sbin/start_udev[223

Re: udev

2006-01-07 Thread Jan Rekorajski
d to the fact that after > >>>> booting i > >>>> got on screen message "starting udev" and it stays there forever > >>>> stopping > >>>> maching bootup. can't even kill it with SAK. > >>> Shouldn't but

Re: udev

2006-01-06 Thread Jakub Piotr Cłapa
Jan Rekorajski napisał(a): > On Thu, 05 Jan 2006, Fryderyk Dziarmagowski wrote: > >> --- Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: >> >>>> is the hotplug issue by any chance related to the fact that after booting >>>> i >>>> got

Re: udev

2006-01-06 Thread Fryderyk Dziarmagowski
on ro filesystem for whole > > > > > sysinit phase (no tmpfs) > > > > > > > > Was called by kernel. > > > > > > And how its possible udev works as a hotplug with this value set to > > > /sbin/hotplug (without the symlink) on kernel

Re: udev

2006-01-06 Thread Jan Rekorajski
On Thu, 05 Jan 2006, Fryderyk Dziarmagowski wrote: > --- Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: > > > > is the hotplug issue by any chance related to the fact that after booting > > > i > > > got on screen message "starting udev" and it s

Re: udev

2006-01-06 Thread havner
On Thu, Jan 05, 2006 at 11:30:37AM +0200, Elan Ruusamäe wrote: > and it does make those nodes, plus some more if MAKEDEV is installed, which i > didn't have there. > > btw it copies /etc/udev/devices also only if makedev installed, but doing cp > -a can be acomlished with

Re: udev

2006-01-06 Thread havner
et > > > > something here. And why this does not affect hotplug package itself > > > > where /sbin/hotplug exists and /dev/ is on ro filesystem for whole > > > > sysinit phase (no tmpfs) > > > > > > Was called by kernel. > > > > An

Re: udev

2006-01-05 Thread Jacek Konieczny
On Thu, Jan 05, 2006 at 08:15:21PM +0100, Jakub Piotr Cłapa wrote: > > the trick was: > > replacing > > [ -x /sbin/start_udev ] && run_cmd "Starting udev" /sbin/start_udev > > with > > /sbin/start_udev > > in /etc/rc.d/rc.sysinit > &g

Re: udev

2006-01-05 Thread Jakub Piotr Cłapa
Fryderyk Dziarmagowski napisał(a): > --- Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: > >>> is the hotplug issue by any chance related to the fact that after booting i >>> got on screen message "starting udev" and it stays there forever stopping >>

Re: udev

2006-01-05 Thread Fryderyk Dziarmagowski
--- Jakub Piotr Cłapa <[EMAIL PROTECTED]> wrote: > > is the hotplug issue by any chance related to the fact that after booting i > > got on screen message "starting udev" and it stays there forever stopping > > maching bootup. can't even kill it with SAK.

Re: udev

2006-01-05 Thread Fryderyk Dziarmagowski
> > where /sbin/hotplug exists and /dev/ is on ro filesystem for whole > > > sysinit phase (no tmpfs) > > > > Was called by kernel. > > And how its possible udev works as a hotplug with this value set to > /sbin/hotplug (without the symlink) on kernels 2.6.12-2

Re: udev

2006-01-05 Thread Fryderyk Dziarmagowski
--- "Elan Ruusamäe" <[EMAIL PROTECTED]> wrote: > > > > > but today this trick didn't work because i couldn't send any input to > > > > > started shell!!!, i guess this is because my /dev is empty and no > > > > > udev st

Re: udev

2006-01-05 Thread Elan Ruusamäe
t; > > > started shell!!!, i guess this is because my /dev is empty and no > > > > udev started. > > > > > > Your dev should not be empty (there are at least static /dev/null and > > > /dev/console from the udev rpm package) > > > > it&

Re: udev

2006-01-05 Thread Arkadiusz Miskiewicz
On Thursday 05 January 2006 00:18, Elan Ruusamäe wrote: > On Wednesday 04 January 2006 23:04, Jakub Piotr Cłapa wrote: > > > but today this trick didn't work because i couldn't send any input to > > > started shell!!!, i guess this is because my /dev is

Re: udev

2006-01-04 Thread Elan Ruusamäe
On Wednesday 04 January 2006 23:04, Jakub Piotr Cłapa wrote: > > but today this trick didn't work because i couldn't send any input to > > started shell!!!, i guess this is because my /dev is empty and no udev > > started. > > Your dev should not be empty (there

Re: udev

2006-01-04 Thread Jakub Piotr Cłapa
efault kernel hotplug handler". Why? This package is >>> PLD specific and our rc-scripts set this to /sbin/hotplug so for us its >>> default. >> Symlink was wrong because was called after / is mounted and before udev >> was ready to start. That was leading to propag

Re: udev

2006-01-04 Thread Jakub Piotr Cłapa
Elan Ruusamäe napisał(a): > is the hotplug issue by any chance related to the fact that after booting i > got on screen message "starting udev" and it stays there forever stopping > maching bootup. can't even kill it with SAK. Shouldn't but who knows... There wa

Re: udev

2006-01-04 Thread havner
lesystem for whole > > sysinit phase (no tmpfs) > > Was called by kernel. And how its possible udev works as a hotplug with this value set to /sbin/hotplug (without the symlink) on kernels 2.6.12-2.6.14? > Why should it affects hotplug package? Hotplug is > not responsible

Re: udev

2006-01-04 Thread Elan Ruusamäe
is the hotplug issue by any chance related to the fact that after booting i got on screen message "starting udev" and it stays there forever stopping maching bootup. can't even kill it with SAK. usually (happened before too), i boot with init=/bin/sh and run 'start_udev&

Re: udev

2006-01-04 Thread Fryderyk Dziarmagowski
for now it cant stay this way. What was wrong in this > > > symlink? Cause i dont really get the "it can't be done this way until > > > /sbin/hotplug is a default kernel hotplug handler". Why? This package is > > > PLD specific and our rc-scripts set this t

Re: udev

2006-01-04 Thread havner
ve it from > > rc-scripts) but for now it cant stay this way. What was wrong in this > > symlink? Cause i dont really get the "it can't be done this way until > > /sbin/hotplug is a default kernel hotplug handler". Why? This package is > > PLD specific and our rc-

Re: udev

2006-01-04 Thread Fryderyk Dziarmagowski
ay until > /sbin/hotplug is a default kernel hotplug handler". Why? This package is > PLD specific and our rc-scripts set this to /sbin/hotplug so for us its > default. Symlink was wrong because was called after / is mounted and before udev was ready to start. That was leading to propaga

Re: udev

2006-01-04 Thread Jakub Piotr Cłapa
havner napisał(a): > Revision 1.137 2005/11/16 15:35:22 freetz > - removed hotplug symlink (it can't be done this way until /sbin/hotplug > is > a default kernel hotplug handler), added cleaned up hotplug_map.rules > (instead of creating it with script at build time), rel.1 > > So how shou

udev

2006-01-04 Thread havner
Revision 1.137 2005/11/16 15:35:22 freetz - removed hotplug symlink (it can't be done this way until /sbin/hotplug is a default kernel hotplug handler), added cleaned up hotplug_map.rules (instead of creating it with script at build time), rel.1 So how should it be done? Cause now we end u

Re: PLD-doc: PLD-udev-FAQ (NEW) - udev FAQ from pld-users-pl

2005-11-12 Thread Adam Gołębiowski
On Fri, Nov 11, 2005 at 05:39:28PM +0200, Elan Ruusamäe wrote: > ey. in english too please! k, will try to do this later this evening. -- .. :: http://www.pomocdladominiki.com.pl/ -- możesz pomóc :: .. http://www.mysza.eu.org/ | Everybody needs someone sure, someone true, PLD Linux develo

Re: PLD-doc: PLD-udev-FAQ (NEW) - udev FAQ from pld-users-pl

2005-11-11 Thread Elan Ruusamäe
ey. in english too please! On Friday 11 November 2005 11:43, dzeus wrote: > Author: dzeusDate: Fri Nov 11 09:43:05 2005 GMT > Module: PLD-doc Tag: HEAD > Log message: > - udev FAQ from pld-users-pl > > Files affected: &