Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread mett
On 2021年2月2日 10:54:20 JST, Rick Moen  wrote:
>Quoting Hendrik Boom (hend...@topoi.pooq.com):
>
>> Someone did, as I expect you already know.  Here's Eric Stephen
>> Raymond's version:
>> 
>> http://www.catb.org/~esr/faqs/smart-questions.html
>
>All I can say is that Eric Steven Raymond's version would be _much_
>better with a co-author credited right at the top of the essay who
>is often hilariously forgotten in online mentions of the piece.  ;->
>
>(Eric spells his middle name Steven, not Stephen.)
>
>See if you can tell, reading the piece, which of its passages are in
>Eric's writing style and which are in that other often-forgotten guy's
>style.  The difference of authorial 'voice' seems night-and-day to me,
>but -- horses for courses; à chacun son goût.
>
>-- 
>Cheers,   This limerick goes in reverse. If you start from the
>bottom-most verse
>Rick Moen Unless I'm remiss, This limerick's not any worse.
>rick@linu The neat thing is this:-- Zach Weiner
>xmafia.com  
>McQ! (4x80)
>___
>Dng mailing list
>Dng@lists.dyne.org
>https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

This conversation is making my day!
Arigatou!___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Rick Moen
Quoting Hendrik Boom (hend...@topoi.pooq.com):

> Someone did, as I expect you already know.  Here's Eric Stephen
> Raymond's version:
> 
> http://www.catb.org/~esr/faqs/smart-questions.html

All I can say is that Eric Steven Raymond's version would be _much_
better with a co-author credited right at the top of the essay who
is often hilariously forgotten in online mentions of the piece.  ;->

(Eric spells his middle name Steven, not Stephen.)

See if you can tell, reading the piece, which of its passages are in
Eric's writing style and which are in that other often-forgotten guy's
style.  The difference of authorial 'voice' seems night-and-day to me,
but -- horses for courses; à chacun son goût.

-- 
Cheers,   This limerick goes in reverse. If you start from the bottom-most verse
Rick Moen Unless I'm remiss, This limerick's not any worse.
rick@linu The neat thing is this:-- Zach Weiner
xmafia.com   McQ! (4x80)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Hendrik Boom
On Mon, Feb 01, 2021 at 12:02:34PM -0800, Rick Moen wrote:
> Quoting Adrian Zaugg (devuan@mailgurgler.com):
> 
> > It is difficult to help, if you don't write what you exactly donwloaded,
> > how you tried to install, on what system etc. It is somehow like: "I ate
> > somethin' for dinner and now I have stomach ache. Please help me!!!" –
> > what would you answer? Reading that on a mailing list you probably would
> > just ignore such a person ...
> 
> I think someone should write an online essay called something like 'How
> to Ask Questions the Smart Way', to help such folks.

Someone did, as I expect you already know.  Here's Eric Stephen Rymond's 
version:

http://www.catb.org/~esr/faqs/smart-questions.html

-- hendrik

> 
> -- 
> Cheers,   This limerick goes in reverse. If you start from the bottom-most 
> verse
> Rick Moen Unless I'm remiss, This limerick's not any worse.
> rick@linu The neat thing is this:-- Zach Weiner
> xmafia.com   McQ! 
> (4x80)
> ___
> 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


[DNG] [Devuan 3] [Chmod] [Lynis] Bonked default permissions

2021-02-01 Thread Se7en
I had run Lynis, a system-hardening auditor. At its suggestion, I
changed numerous permissions system-wide. I have also changed conf
files that alter book-time permissions. The following problems have
occured:

1) Upon reboot, my /dev/snd is in a state that makes ALSA fail to
recognize the audio devices. My user is in audio. The only way to make
ALSA recognize the /dev/snd devices is to add setguid, which resets
upon boot

2) My /var/lib is bonked. I am unable to run clamscan because clamscan
can not access the bytecode files. Again, I can fix it with chmod
which changes on the reboot.

I am unsure if there are other issues. I have not yet come accross
them. I changed my umask back to default, thoug my understanding on
umask is that it only affects the /home directory. My fault is not
logging what Lynis told me to do, and what I did in response. I did
not realize that hardening my system permissions would cause this.

I previously entered the IRC under an anonymous nick to fix more
problems caused not as a result of this, but as a result of attempting
to fix this. Those problems have been fixed. More-or-less my system is
now in a state as it was after the initial-run of Lynis.

Some output:

[03:09 se7en@lappy ~] > ls -ld /dev/snd
drwxr-x--- 3 root root 260 Jan 29 02:26 /dev/snd
[03:12 se7en@lappy ~] > ls -ld /dev/snd/*
ls: cannot a=ccess '/dev/snd/*': Permission denied

[03:12 root@lappy se7en] > ls -ld /dev/snd/*
# NOTE: Changing /dev/snd/by-path to audio:audo is enough to fix the
# ALSA problem but it resets on reboot
drwxr-xr-x 2 root root   60 Jan 29 02:26 /dev/snd/by-path
crw-rw 1 root audio 116,  9 Jan 29 02:26 /dev/snd/controlC1
crw-rw 1 root audio 116,  7 Jan 29 02:26 /dev/snd/hwC1D0
crw-rw 1 root audio 116,  8 Jan 29 02:26 /dev/snd/hwC1D3
crw-rw 1 root audio 116,  3 Jan 29 02:26 /dev/snd/pcmC1D0c
crw-rw 1 root audio 116,  2 Jan 29 02:26 /dev/snd/pcmC1D0p
crw-rw 1 root audio 116,  4 Jan 29 02:26 /dev/snd/pcmC1D3p
crw-rw 1 root audio 116,  5 Jan 29 02:26 /dev/snd/pcmC1D7p
crw-rw 1 root audio 116,  6 Jan 29 02:26 /dev/snd/pcmC1D8p
crw-rw 1 root audio 116,  1 Jan 29 02:26 /dev/snd/seq
crw-rw 1 root audio 116, 33 Jan 29 02:26 /dev/snd/timer

[03:13 se7en@lappy ~] > ls -ld /var/lib
drwxr-xr-x 72 root root 4.0K Jan 24 02:47 /var/lib
[03:14 se7en@lappy ~] > ls -ld /var/lib/* | grep clamav
drwxr-xr-x 2 clamavclamav4.0K Jan 29 02:27 /var/lib/clamav
drwxr-xr-x 4 root  root  4.0K Feb  3  2019 
/var/lib/clamav-unofficial-sigs
[03:14 se7en@lappy ~] > ls -ld /var/lib/clamav/*
-rw-r--r-- 1 clamav clamav 283K Jan 24 00:12 /var/lib/clamav/blurl.ndb
-rw-r--r-- 1 clamav clamav 3.4K Oct 27  2019 
/var/lib/clamav/bofhland_cracked_URL.ndb
-rw-r--r-- 1 clamav clamav 104K Apr  3  2019 
/var/lib/clamav/bofhland_malware_attach.hdb
-rw-r--r-- 1 clamav clamav  610 Oct 26  2019 
/var/lib/clamav/bofhland_malware_URL.ndb
-rw-r--r-- 1 clamav clamav 9.5K Oct 27  2019 
/var/lib/clamav/bofhland_phishing_URL.ndb
-rw-r--r-- 1 clamav clamav 1.4M Sep 19  2019 /var/lib/clamav/bytecode.cld
-rw-r--r-- 1 clamav clamav   82 Jul 13  2016 /var/lib/clamav/crdfam.clamav.hdb
-rw-r--r-- 1 clamav clamav 323M Jan 27 05:10 /var/lib/clamav/daily.cld
-rw-r--r-- 1 clamav clamav   65 Jul 26  2013 /var/lib/clamav/doppelstern.hdb
-rw-r--r-- 1 clamav clamav 7.2M Jan 18 08:09 /var/lib/clamav/junk.ndb
-rw-r--r-- 1 clamav clamav 184K Jan 23 19:12 /var/lib/clamav/jurlbl.ndb
-rw-r--r-- 1 clamav clamav 294M Nov 25  2019 /var/lib/clamav/main.cld
-rw-r--r-- 1 clamav clamav  256 Feb 10  2020 /var/lib/clamav/mirrors.dat
-rw-r--r-- 1 clamav clamav 4.0M Jan 19 08:11 /var/lib/clamav/phish.ndb
-rw-r--r-- 1 clamav clamav 1.4M Jan 24 00:00 /var/lib/clamav/phishtank.ndb
-rw-r--r-- 1 clamav clamav 620K Jan 24 00:00 /var/lib/clamav/porcupine.ndb
-rw-r--r-- 1 clamav clamav  41K Jan 22 01:11 /var/lib/clamav/rogue.hdb
-rw-r--r-- 1 clamav clamav  11K Oct 18  2016 /var/lib/clamav/sanesecurity.ftm
-rw-r--r-- 1 clamav clamav 1.9M Jan 19 12:09 /var/lib/clamav/scam.ndb
-rw-r--r-- 1 clamav clamav  285 Jan  4 05:08 /var/lib/clamav/sigwhitelist.ign2
-rw-r--r-- 1 clamav clamav 1.4K Apr 28  2017 /var/lib/clamav/spamattach.hdb
-rw-r--r-- 1 clamav clamav  19K Nov  6 01:12 /var/lib/clamav/spamimg.hdb
-rw-r--r-- 1 root   root 49 Dec 13 00:54 /var/lib/clamav/whitelist-files.txt
-rw-r--r-- 1 clamav clamav  15K Jul 16  2018 
/var/lib/clamav/winnow.attachments.hdb
-rw-r--r-- 1 clamav clamav   66 Mar  5  2018 /var/lib/clamav/winnow_bad_cw.hdb
-rw-r--r-- 1 clamav clamav  16K Mar  5  2018 
/var/lib/clamav/winnow_extended_malware.hdb
-rw-r--r-- 1 clamav clamav  18K Mar  5  2018 /var/lib/clamav/winnow_malware.hdb
-rw-r--r-- 1 clamav clamav  15K Nov 26  2019 
/var/lib/clamav/winnow_malware_links.ndb

[03:14 se7en@lappy ~] > alsamixer
cannot open mixer: Permission denied
[03:14 se7en@lappy ~] > aplay -l
aplay: device_list:272: no soundcards found...
[03:13 root@lappy se7en] > alsamixer
cannot open mixer: No such file or 

Re: [DNG] install in private partition scheme ?

2021-02-01 Thread Gregory Nowak via Dng
Radisson, unless you have a specific reason to reply to me directly,
please reply to the list instead. Having the entire group see the
discussion means that maybe others can help you where I'm not able
to. Redirecting back to the list.


On Mon, Feb 01, 2021 at 05:10:34PM +0100, radisso...@gmx.de wrote:
> > Gesendet: Montag, 01. Februar 2021 um 03:33 Uhr
> > Von: "Gregory Nowak" 
> > An: radisso...@gmx.de, dng@lists.dyne.org
> > Betreff: Re: Re: [DNG] install in private partition scheme ?
> >
> > Redirecting back to the list.
> >
> >
> > On Sun, Jan 31, 2021 at 04:34:56PM +0100, radisso...@gmx.de wrote:
> > > > Gesendet: Sonntag, 31. Januar 2021 um 04:09 Uhr
> > > > Von: "Gregory Nowak via Dng" 
> > > > An: "Radisson via Dng" 
> > > > Betreff: Re: [DNG] install in private partition scheme ?
> > > >
> > > > On Sat, Jan 30, 2021 at 06:15:53PM +0100, Radisson via Dng wrote:
> > > > > Hello list,
> > > > >
> > > > > i have installed beowulf from USB-Stick.
> > > > >
> > > > > I worked so far but my private partition setup was ignored.
> > > >
> > > > I can tell you that using the text based installer for Beowulf, I was
> > > > able to do manual partitioning without problems.
> > > >
> > > > >
> > > > > The /etc/fstab was not created, resulting an installation into /.
> > > >
> > > > If you're able to boot into the installed system, then /etc/fstab was
> > > > indeed created. At least some parts of the system will end up being
> > > > installed into /.
> > > >
> > >
> > > You got me wrong,  i started the
> > > installer. i successfully created the whole partitioning but the whole 
> > > setup
> > > was ignored the installer used / and installed everything there.
> >
> > OK, I'll repeat back what you said as far as I understand it. You said you
> > used the installer to create a custom partitioning scheme, but the
> > installer ignored your partitioning scheme, and installed the entire
> > system into /, instead of mounting various partitions in the
> > appropriate mount points under /. Correct? If yes, then a /etc/fstab
> > must still have been created,
> 
> It has been but only with / and swap
> 
> else the system wouldn't boot; it just
> > wasn't the /etc/fstab you wanted. What I said is still correct. I was
> > able to use the devuan 3.0 text installer to create a custom
> > partitioning scheme inside the installer, and have various directories
> > placed in the partitions I wanted.
> 
> the point "text installer" make me nervios
> 

That's understandable, not everyone likes a purely text interface,
where what you want to do is chosen by typing numbers from a list. I
mention the text installer only because that is the one which I have
used, so can't speak to any of the GUI versions.

> > You still haven't explained exactly what you did, or which docs you
> > followed, so confirming that what you want to do is possible at least
> > in the text installer for devuan 3.0 is the best I can do to help you
> > at this point. When you create a partition in the installer, you need
> > to be sure to specify how the partition is to be used (E.G. swap,
> > ext4), and where it is to be mounted in the target directory tree.
> >
> 
> I used the installer from Beowulf image (copied to usb-stick), is there 
> anything else ?
> 
> I did:
> -boot from Stick -> gfx comes up
> -choose icon  install devuan
> -- after showing me the partitions, i run gparted
> and end up with a single partition install
> 
> were is the wrong turn ?

I haven't used the graphical Beowulf installer, and I use partman
instead of gparted during the install, so this is as far as I can help
you. Hopefully others more familiar with the process you're using will
be able to help you figure out how to create a custom partitioning
scheme with gparted.

Greg

> 
> 
> > Greg
> >
> >
> > > I guess i missed a point but i followed the docs so far.
> > >
> > > > >
> > > > > Is this expected or did i miss an option somewhere ??
> > > > >
> > > >
> > > > Without knowing exactly what you did, what exactly happened, and what 
> > > > you were
> > > > expecting to happen, that's as far as I can help you.
> > > >
> > > > Greg
> > > >
> > > >
> > > > --
> > > > web site: http://www.gregn.net
> > > > gpg public key: http://www.gregn.net/pubkey.asc
> > > > skype: gregn1
> > > > (authorization required, add me to your contacts list first)
> > > > If we haven't been in touch before, e-mail me before adding me to your 
> > > > contacts.
> > > >
> > > > --
> > > > Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
> > > > ___
> > > > Dng mailing list
> > > > Dng@lists.dyne.org
> > > > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
> > > >
> > >
> >
> > --
> > web site: http://www.gregn.net
> > gpg public key: http://www.gregn.net/pubkey.asc
> > skype: gregn1
> > (authorization required, add me to your contacts list first)
> > If we haven't been in touch before, e-mail me before adding me to your 
> > contacts.
> 

Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Rick Moen
Quoting Steve Litt (sl...@troubleshooters.com):

> I'm old, but I seem to remember a web page with a similar name. Years
> ago, I wrote those guys who run the web page, with my patented,
> always-succeeds method of getting an answer on a technical mailing
> list, and those guys didn't want to put my method on their page. They
> said my method was "manipulative".

Those guys?  They're total jerks.  You should definitely never trust
them; take my word for that.  

(One of them's a Scandinavian, and my Tante Bjorg warned me to never
trust _them_.)

> Because I have low self-esteem, I abandoned my method. Now, when I need
> email help, I always use the same subject line: "Computer doesn't work",
> and submit a 30KB or more file: Either an entire dmesg from the time it
> booted last year, or five complete source files in RAR format. To make
> sure I don't prejudice those who might help me, I never tell version
> numbers, or whether it's Linux, Windows, Mac or BSD. If it's a
> programming problem I never identify the language. I never say what I
> hope to accomplish, because it's their job to tell me what I want to
> accomplish. When I don't get answers, I send a whiny reminder every two
> hours. When all this doesn't work, I use a web search.

Your ideas are intriguing to me, and I wish to subscribe to your
newsletter.   https://www.youtube.com/watch?v=jXesMkAYh44

-- 
Cheers,   This limerick goes in reverse. If you start from the bottom-most verse
Rick Moen Unless I'm remiss, This limerick's not any worse.
rick@linu The neat thing is this:-- Zach Weiner
xmafia.com   McQ! (4x80)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Steve Litt
On Mon, 1 Feb 2021 12:02:34 -0800
Rick Moen  wrote:

> Quoting Adrian Zaugg (devuan@mailgurgler.com):
> 
> > It is difficult to help, if you don't write what you exactly
> > donwloaded, how you tried to install, on what system etc. It is
> > somehow like: "I ate somethin' for dinner and now I have stomach
> > ache. Please help me!!!" – what would you answer? Reading that on a
> > mailing list you probably would just ignore such a person ...  
> 
> I think someone should write an online essay called something like
> 'How to Ask Questions the Smart Way', to help such folks.

I'm old, but I seem to remember a web page with a similar name. Years
ago, I wrote those guys who run the web page, with my patented,
always-succeeds method of getting an answer on a technical mailing
list, and those guys didn't want to put my method on their page. They
said my method was "manipulative".

Because I have low self-esteem, I abandoned my method. Now, when I need
email help, I always use the same subject line: "Computer doesn't work",
and submit a 30KB or more file: Either an entire dmesg from the time it
booted last year, or five complete source files in RAR format. To make
sure I don't prejudice those who might help me, I never tell version
numbers, or whether it's Linux, Windows, Mac or BSD. If it's a
programming problem I never identify the language. I never say what I
hope to accomplish, because it's their job to tell me what I want to
accomplish. When I don't get answers, I send a whiny reminder every two
hours. When all this doesn't work, I use a web search.

SteveT

Steve Litt 
Autumn 2020 featured book: Thriving in Tough Times
http://www.troubleshooters.com/thrive
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Rick Moen
Quoting Antony Stone (antony.st...@devuan.open.source.it):

> On Monday 01 February 2021 at 21:02:34, Rick Moen wrote:
> 
> > I think someone should write an online essay called something like 'How
> > to Ask Questions the Smart Way', to help such folks.
> 
> https://xkcd.com/927/

As the actual co-author of "How to Ask Questions the Smart Way", who
accordingly gets a tonne of irony-challenged e-mail from hopelessly
confused end-users with technical problems (who were pointed at our
essay, didn't read it, and imagined the authors are a universal
free-of-charge Internet helpdesk), sometimes I wish there _were_ 15
competing versions of our essay.

-- 
Cheers,   This limerick goes in reverse. If you start from the bottom-most verse
Rick Moen Unless I'm remiss, This limerick's not any worse.
rick@linu The neat thing is this:-- Zach Weiner
xmafia.com   McQ! (4x80)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Antony Stone
On Monday 01 February 2021 at 21:02:34, Rick Moen wrote:

> I think someone should write an online essay called something like 'How
> to Ask Questions the Smart Way', to help such folks.

https://xkcd.com/927/


Antony :)

-- 
Under UK law, no VAT is charged on biscuits and cakes - they are "zero rated".  
Chocolate covered biscuits, however, are classed as "luxury items" and are 
subject to VAT.  McVitie's classed its Jaffa Cakes as cakes, but in 1991 this 
was challenged by Her Majesty's Customs and Excise in court.

The question which had to be answered was what criteria should be used to 
class something as a cake or a biscuit.  McVitie's defended the classification 
of Jaffa Cakes as a cake by arguing that cakes go hard when stale, whereas 
biscuits go soft.  It was demonstrated that Jaffa Cakes become hard when stale 
and McVitie's won the case.

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Curtis Maurand via Dng
I was having the same trouble recently and it turned out to be attempting to 
run a beowulf guest on an ascii host.  I am running kvm. Kernel version issues 
in the the version 4 kernel not seeming to like to run under a version 3 kernel 
I think.

I spun up an experimental host running beowulf and imported a beowulf vm fro 
the current host and imported it.  It spun right up with no issues.  I did not 
have to make any changes.

info for the list if it’s not your issue.

Sent from my iPhone

> On Feb 1, 2021, at 3:02 PM, Rick Moen  wrote:
> 
> Quoting Adrian Zaugg (devuan@mailgurgler.com):
> 
>> It is difficult to help, if you don't write what you exactly donwloaded,
>> how you tried to install, on what system etc. It is somehow like: "I ate
>> somethin' for dinner and now I have stomach ache. Please help me!!!" –
>> what would you answer? Reading that on a mailing list you probably would
>> just ignore such a person ...
> 
> I think someone should write an online essay called something like 'How
> to Ask Questions the Smart Way', to help such folks.
> 
> -- 
> Cheers,   This limerick goes in reverse. If you start from the bottom-most 
> verse
> Rick Moen Unless I'm remiss, This limerick's not any worse.
> rick@linu The neat thing is this:-- Zach Weiner
> xmafia.com   McQ! 
> (4x80)
> ___
> 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


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Rick Moen
Quoting Adrian Zaugg (devuan@mailgurgler.com):

> It is difficult to help, if you don't write what you exactly donwloaded,
> how you tried to install, on what system etc. It is somehow like: "I ate
> somethin' for dinner and now I have stomach ache. Please help me!!!" –
> what would you answer? Reading that on a mailing list you probably would
> just ignore such a person ...

I think someone should write an online essay called something like 'How
to Ask Questions the Smart Way', to help such folks.

-- 
Cheers,   This limerick goes in reverse. If you start from the bottom-most verse
Rick Moen Unless I'm remiss, This limerick's not any worse.
rick@linu The neat thing is this:-- Zach Weiner
xmafia.com   McQ! (4x80)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Upgrasde Jessie -> Beowulf ...

2021-02-01 Thread Luciano Mannucci
On Mon, 1 Feb 2021 17:35:01 +0100
Luciano Mannucci  wrote:

> Everything works but one of my scripts
> in /etc/init.d that doesn't want to start, even by hand.
Fixed: the syntax of "su" slighly changed. It was documented so it
was easy.

Sorry for the noise,

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Upgrasde Jessie -> Beowulf ...

2021-02-01 Thread Luciano Mannucci
On Mon, 1 Feb 2021 17:35:01 +0100
Luciano Mannucci  wrote:

> I also noticed
> that the handy sysv init command "service" disappeared. Is it normal?
Yes, it is. I was not root...

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Need install Devuan Beowolf but got "initramfs" prompt

2021-02-01 Thread Adrian Zaugg
Hi Budi

It is difficult to help, if you don't write what you exactly donwloaded,
how you tried to install, on what system etc. It is somehow like: "I ate
somethin' for dinner and now I have stomach ache. Please help me!!!" –
what would you answer? Reading that on a mailing list you probably would
just ignore such a person ...

Regards, Adrian.

On 25.01.21 04:44, Budi via Dng wrote:
> How to install Devuan Beowolf
> Tried to have it booted out of usb and automatically run fast
> but but only got "initramfs" shell prompt
> Please help me!!!
> ___
> 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


Re: [DNG] Upgrasde Jessie -> Beowulf ...

2021-02-01 Thread Adrian Zaugg
Hi Luciano

The script is around as usual, also in Beowulf – so it's not normal, if
you don't have it.

Regards, Adrian.

On 01.02.21 17:35, Luciano Mannucci wrote:
> 
> ... Done.
> Seems to work pretty well.
> I've done the classic path: Jessie -> Ascii (checked, everything was
> running) then Ascii -> Beowulf. Everything works but one of my scripts
> in /etc/init.d that doesn't want to start, even by hand. I also noticed
> that the handy sysv init command "service" disappeared. Is it normal?
> Can I have it back?
> 
> Thanks to everybody,
> 
> Luciano.
> 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Upgrasde Jessie -> Beowulf ...

2021-02-01 Thread Luciano Mannucci

... Done.
Seems to work pretty well.
I've done the classic path: Jessie -> Ascii (checked, everything was
running) then Ascii -> Beowulf. Everything works but one of my scripts
in /etc/init.d that doesn't want to start, even by hand. I also noticed
that the handy sysv init command "service" disappeared. Is it normal?
Can I have it back?

Thanks to everybody,

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng