[DNG] Linus Torvalds may have damned systemd with faint praise

2018-05-14 Thread leonard ashley
Interesting post on The Register

https://www.theregister.co.uk/2017/07/17/linux_4_13_rc1/

cheers

zephyr
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Quagga only use systemd init scripts?

2018-05-14 Thread Adam Borowski
On Tue, May 15, 2018 at 12:57:58AM +0200, Alessandro Selli wrote:
> Hello,
>   I noticed quagga 1.1.1-3+deb9u2 packages only have systemd config
> files in /lib/systemd/system, they come with no /etc/init.d sysv scripts.  Is
> there something that can de done to have them in the .deb package files?
> Bugging the Debian maintainer perhaps?  :-)

Already fixed in unstable and buster.  Not in stretch and ascii, though.
It is a severity:important bug thus it might be reasonable to ask for a
stable update in Debian -- otherwise, Devuan would need to patch it for
ascii.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢰⠒⠀⣿⡁ 
⢿⡄⠘⠷⠚⠋⠀ Certified airhead; got the CT scan to prove that!
⠈⠳⣄ 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Quagga only use systemd init scripts?

2018-05-14 Thread Alessandro Selli
Hello,
I noticed quagga 1.1.1-3+deb9u2 packages only have systemd config
files in /lib/systemd/system, they come with no /etc/init.d sysv scripts.  Is
there something that can de done to have them in the .deb package files?
Bugging the Debian maintainer perhaps?  :-)

Alessandro
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Fwd: Re: Unable to "Load missing firmware from removable media"

2018-05-14 Thread dan pridgeon



  From: KatolaZ 
 To: dng@lists.dyne.org 
 Sent: Sunday, May 13, 2018 3:32 AM
 Subject: Re: [DNG] Fwd: Re: Unable to "Load missing firmware from removable 
media"
   
On Sun, May 13, 2018 at 02:10:01AM +, dan pridgeon wrote:

[cut]

> 
> ___
> Thanks for the suggestion.  It occured to me  that I might be able to remove 
> the Broadcom adapter card from the C700 and that the netinst.iso might then 
> see the usb d-link adapter which just might work ootb.  Without changing the 
> netinst.iso image, I'm now typing on  the fresh install of ascii on the C700. 
>  I will refresh the netinst.iso and retry with the Broadcom adapter.  Of 
> course, I could now install the firmware required by the Broadcom adapter, 
> switch in back in and go.  But the more important issue at this point is to 
> get the netinst.iso working in the case where the sneeker net has to be used 
> to provide it with the non-free licensed firmware on a removable device 
> (usb).  Stay turned...
> 
>

Dan, is it possible that your broadcom card is one of those that
requires the firmware distributed for Windows? In that case, you
should use b43-fwcutter, which requires access to the Windows drivers
of your card. There are several tutorials online, Just look for
Broadcom b43 fwcutter plus your card model.

HTH

KatolaZ

-- 
[ ~.,_  Enzo Nicosia aka KatolaZ - Devuan -- Freaknet Medialab  ]  
[    "+.  katolaz [at] freaknet.org --- katolaz [at] yahoo.it  ]
[      @)  http://kalos.mine.nu ---  Devuan GNU + Linux User  ]
[    @@)  http://maths.qmul.ac.uk/~vnicosia --  GPG: 0B5F062F  ] 
[ (@@@)  Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ  
]___

So is it the case that I need to look for a different file that has the same 
name with no way to distinguish the two?


   ___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Switching to OpenRC, including respawn

2018-05-14 Thread Steve Litt
One property of OpenRC is it has no facility to respawn a daemon when
the old daemon crashes. Some folks like it this way, some don't, but
it's a fact of OpenRC. Except...

There are two ways to have OpenRC respawn. Way 1 is to run the daemon
from /etc/inittab, with the "respawn" flag. Remember, OpenRC doesn't
have its own PID1, and traditionally uses sysvinit's PID1.

Way 2 is to have OpenRC run either runit or s6 from /etc/inittab with
"respawn", and then to put all respawnable daemons in runit or s6.
Running either runit or s6 *as a supervisor rather than an init* is
dead-bang easy. Since about 2010 I've been doing something similar: I
ran daemontools on top of sysvinit, and it always worked out great for
me.

SteveT


On Mon, 14 May 2018 02:33:21 -0400
chill...@protonmail.com wrote:

> Afaik openrc is compatible with the init scripts used by all
> packages. Installing it and rebooting should be enough to start using
> openrc. It worked OK for me when I tested it.
> 
> This is probably possible on Jessie as well but I haven't tested that.
> 
> ​Cheers,
> 
> chillfan
> 
> ‐‐‐ Original Message ‐‐‐
> 
> On May 14, 2018 1:52 AM,  wrote:
> 
> > I’ve read that the ascii RC has optional support for OpenRC. How
> > can I switch to this on an existing system to try it out?
> > 
> > Is it simply a matter of running “apt-get install openrc”?
> > 
> > If I switch, will I have to create new service definition files for
> > each existing daemon in /etc/init.d or can it read and reuse those
> > files automatically?
> > 
> > Are there any good tutorials out there on using it, aside from the
> > Gentoo documentation?
> > 
> > Thanks
> > 
> > —Tom
> > 
> > Dng mailing list
> > 
> > Dng@lists.dyne.org
> > 
> > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng  
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng