Re: [DNG] https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html

2019-09-08 Thread Ismael L. Donis Garcia
- Original Message - 
From: NCW RC via Dng

To: dng
Sent: Saturday, September 07, 2019 2:25 PM
Subject: [DNG] 
https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html


I hope I did this maillist reply correctly.  I am doing it with webmail, 
not an email client.



libpam-systemd depends systemd-sysv. libpam-systemd also depends
systemd. Devuan's libpam-elogind provides libpam-systemd but conflicts 
with

systemd which must be removed first.

However, to get systemd uninstalled we first have to replace systemd-sysv 
with

sysvinit-core (leaving systemd installed) and reboot. systemd and elogind
conflict so we cannot use libpam-elogind to replace libpam-systemd *yet*.

This is the point we need a transitional package to temporarily satisfy
libpam-systemd's systemd-sysv dependency whilst the system is rebooted.

After reboot, systemd is no longer PID1 so can be removed and we can then
complete the transition replacing libpam-systemd with libpam-elogind, 
removing

systemd and installing elogind.

I hope that is clearer.



I can get the general grasp of this information as I think a similar shim 
was used in devuan when it was first forked.


What I found to get sysvinit-core installed was to

-boot into the debian install, and before changing the sources list to 
point to devuan,

-run "apt install sysvinit-core"


then,  alter the sources.list to point to beowulf and,
"apt update"
"apt upgrade"
"reboot"

No errors were noted and upon a reboot, sysvinit is running as PID1 and the 
migration can continue in a manner similar to what it has been in the past.


Trying to install sysvinit-core after the sources.list pointed to beowulf 
caused many problems and I never could get it done that way.


I documented my test migration of a buster Xfce install at:
https://dev1galaxy.org/viewtopic.php?pid=17716#p17716



You did not try the following order:
- modify sources.list
- apt-get update
- apt-get install devuan-keyring
- apt-get install sysvinit-core
- reboot
- apt-get upgrade

Best Regards
--
Ismael


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


Re: [DNG] https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html

2019-09-08 Thread Mark Hindley
On Sat, Sep 07, 2019 at 11:16:20PM -0400, Hendrik Boom wrote:
> > > This is the point we need a transitional package to temporarily satisfy
> > > libpam-systemd's systemd-sysv dependency whilst the system is rebooted.
> 
> It it there yet?  If not, could you let us know when it arrives?  I could 
> delay my test upgrade in case it might test whether these changes work 
> properly.

I hope to have one for initial testing later today.

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


Re: [DNG] https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html

2019-09-08 Thread Mark Hindley
On Sat, Sep 07, 2019 at 06:25:02PM +, NCW RC via Dng wrote:
>I documented my test migration of a buster Xfce install at:
> 
>https://dev1galaxy.org/viewtopic.php?pid=17716#p17716

Thanks.

Yes, that mirrors my experience. I am hoping that I have a way to avoid the
removal and reinstallation of policykit, lightdm etc that you found.

I would also love to understand why dbus is slow after the reboot.

Mark

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


Re: [DNG] https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html

2019-09-07 Thread Hendrik Boom
On Sat, Sep 07, 2019 at 06:25:02PM +, NCW RC via Dng wrote:
> I hope I did this maillist reply correctly.  I am doing it with webmail, not 
> an email client.
> 
> > libpam-systemd depends systemd-sysv. libpam-systemd also depends
> > systemd. Devuan's libpam-elogind provides libpam-systemd but conflicts with
> > systemd which must be removed first.
> >
> > However, to get systemd uninstalled we first have to replace systemd-sysv 
> > with
> > sysvinit-core (leaving systemd installed) and reboot. systemd and elogind
> > conflict so we cannot use libpam-elogind to replace libpam-systemd *yet*.
> >
> > This is the point we need a transitional package to temporarily satisfy
> > libpam-systemd's systemd-sysv dependency whilst the system is rebooted.

It it there yet?  If not, could you let us know when it arrives?  I could 
delay my test upgrade in case it might test whether these changes work 
properly.

> >
> > After reboot, systemd is no longer PID1 so can be removed and we can then
> > complete the transition replacing libpam-systemd with libpam-elogind, 
> > removing
> > systemd and installing elogind.
> >
> > I hope that is clearer.
> >
> 
> I can get the general grasp of this information as I think a similar shim was 
> used in devuan when it was first forked.
> 
> What I found to get sysvinit-core installed was to
> -boot into the debian install, and before changing the sources list to point 
> to devuan,
> -run "apt install sysvinit-core"
> 
> then,  alter the sources.list to point to beowulf and,
> "apt update"
> "apt upgrade"
> "reboot"
> 
> No errors were noted and upon a reboot, sysvinit is running as PID1 and the 
> migration can continue in a manner similar to what it has been in the past.
> 
> Trying to install sysvinit-core after the sources.list pointed to beowulf 
> caused many problems and I never could get it done that way.
> 
> I documented my test migration of a buster Xfce install at:
> https://dev1galaxy.org/viewtopic.php?pid=17716#p17716
> 
> 
> 
> 

> ___
> 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] https://lists.dyne.org/lurker/message/20190907.165012.d27df505.en.html

2019-09-07 Thread NCW RC via Dng
I hope I did this maillist reply correctly.  I am doing it with webmail, not an 
email client.

> libpam-systemd depends systemd-sysv. libpam-systemd also depends
> systemd. Devuan's libpam-elogind provides libpam-systemd but conflicts with
> systemd which must be removed first.
>
> However, to get systemd uninstalled we first have to replace systemd-sysv with
> sysvinit-core (leaving systemd installed) and reboot. systemd and elogind
> conflict so we cannot use libpam-elogind to replace libpam-systemd *yet*.
>
> This is the point we need a transitional package to temporarily satisfy
> libpam-systemd's systemd-sysv dependency whilst the system is rebooted.
>
> After reboot, systemd is no longer PID1 so can be removed and we can then
> complete the transition replacing libpam-systemd with libpam-elogind, removing
> systemd and installing elogind.
>
> I hope that is clearer.
>

I can get the general grasp of this information as I think a similar shim was 
used in devuan when it was first forked.

What I found to get sysvinit-core installed was to
-boot into the debian install, and before changing the sources list to point to 
devuan,
-run "apt install sysvinit-core"

then,  alter the sources.list to point to beowulf and,
"apt update"
"apt upgrade"
"reboot"

No errors were noted and upon a reboot, sysvinit is running as PID1 and the 
migration can continue in a manner similar to what it has been in the past.

Trying to install sysvinit-core after the sources.list pointed to beowulf 
caused many problems and I never could get it done that way.

I documented my test migration of a buster Xfce install at:
https://dev1galaxy.org/viewtopic.php?pid=17716#p17716




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


Re: [DNG] https://talk.devuan.org/ not accessible

2016-12-22 Thread Antonio Trkdz.tab
It seems back on line now.
A

On Thu, Dec 22, 2016 at 3:02 PM,  wrote:

> Oddly, I can access talk.do and even log in.
>
> On Thursday, December 22, 2016 8:23 AM, hellekin 
> wrote:
>
>
> On 12/22/2016 04:08 AM, Antonio Trkdz.tab wrote:
>
> Hi All,
>
> As of now 3:12 UK time I can't access the https://talk.devuan.org/ pages.
>
>
>
> Thanks.  The machine is not pinging either.  I'm not aware of anything I
> can do since I only have SSH access to it, and there's
> https://git.devuan.org/devuan-infrastructure/todo/issues/33 pending.
> Maybe it's related.
>
> ==
> hk
>
> --
> _ _ We are free to share code and we code to share freedom
> (_X_)yne Foundation, Free Culture Foundry * https://www.dyne.org/donate/
> ___
> 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 mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] https://talk.devuan.org/ not accessible

2016-12-22 Thread devuanfanboy

Oddly, I can access talk.do and even log in.
 
On Thursday, December 22, 2016 8:23 AM, hellekin  
wrote:

 

On 12/22/2016 04:08 AM, Antonio Trkdz.tab wrote:

Hi All,

As of now 3:12 UK time I can't access the https://talk.devuan.org/ 
pages.

 
Thanks.  The machine is not pinging either.  I'm not aware of 
anything I

can do since I only have SSH access to it, and there's
https://git.devuan.org/devuan-infrastructure/todo/issues/33 pending.
Maybe it's related.

==
hk

--
_ _     We are free to share code and we code to share freedom
(_X_)yne Foundation, Free Culture Foundry * 
https://www.dyne.org/donate/

___
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] https://talk.devuan.org/ not accessible

2016-12-22 Thread hellekin
On 12/22/2016 04:08 AM, Antonio Trkdz.tab wrote:
> Hi All,
> 
> As of now 3:12 UK time I can't access the https://talk.devuan.org/ pages.
> 

Thanks.  The machine is not pinging either.  I'm not aware of anything I
can do since I only have SSH access to it, and there's
https://git.devuan.org/devuan-infrastructure/todo/issues/33 pending.
Maybe it's related.

==
hk

-- 
 _ _ We are free to share code and we code to share freedom
(_X_)yne Foundation, Free Culture Foundry * https://www.dyne.org/donate/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] https://talk.devuan.org/ not accessible

2016-12-21 Thread Antonio Trkdz.tab
Hi All,

As of now 3:12 UK time I can't access the https://talk.devuan.org/ pages.

Just to let you know.

Thanks.

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


Re: [DNG] HTTPS

2016-12-02 Thread Jaromil
On Fri, 02 Dec 2016, Klaus Ethgen wrote:

> Hi folks,
> 
> https://devuan.org/ is not reachable anymore as the certificate is
> expired.

was a cronjob glitch. fixed now, thanks!



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


[DNG] HTTPS

2016-12-01 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi folks,

https://devuan.org/ is not reachable anymore as the certificate is
expired.

With this, I will remind you that https://git.devuan.org/ is not
reachable too as the certificate does not match the TLSA entry.

Regards
   Klaus
- -- 
Klaus Ethgen   http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Comment: Charset: ISO-8859-1

iQGzBAEBCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAlhBJSMACgkQpnwKsYAZ
9qw4mQwAwefAOP2TTJiWfHN5UcYYGESPfZgTBFJGwTx2r7HOZhbnWGp7UtYTfrUO
hvq8zvnPwTOBQKrXFW1gbhLGeUmjsuCGgrZAeyYhzP4zNcw3wv+8IiHn2tqObeUx
Ml7pFhNlBTPWPy0pTteVpubfjpzNA45ggjKgRvvwJEPxrHYsG4HENM4PQX7I2WLG
3y4VD8Fzd3npHc0tleny8fZVp4IWm1cPjjWjUUmZwXT1yPd/mIbQOI26opRWSGyv
WpetPdjdXp5YBRcQGepq9Yqt9t1JZ/d96pMg6mSXe3odlLSxYH0iMiwic1WkuP9M
CkcUBZGTaphLTjpvyWGGRx0SaiT1WwudzAPBiNw6bUFyB/j+caln1cKvLLDw6a1A
ub3gbCoMHLldvSWNZz8Fqz/M4ADcRSsGNZNHv2nup3sMNYtdomd5Nl3eh/DBObyb
HPeLMCRJx4RmdqYbaWXQEvzO8LgIN9JPpTX7yCw5frnn1sPUjhjWVWMAdYudNctF
i8PPpJ3b
=Y2n8
-END PGP SIGNATURE-
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] https://files.devua.org

2016-05-08 Thread Marlon Nunes

Its working now, thanks.


now back to normal, we are also working so these situation do not go
unnoticed for so many hours. lucky we have mirrors.


--
Stop slacking you lazy bum!
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] https://files.devua.org

2016-05-07 Thread Marlon Nunes

Same here from Brasil.



There is "502 Bad Gateway nginx/1.9.10" error on
https://files.devuan.org since yesterday.



--
Stop slacking you lazy bum!
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] https://files.devua.org

2016-05-07 Thread p

Hi,
There is "502 Bad Gateway nginx/1.9.10" error on https://files.devuan.org since yesterday.
 
p


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


[DNG] https://files.devuan.org/

2016-03-30 Thread p

Hi,my web browser can't establish a connection to the server at files.devuan.org.
 
thank,
p

 


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