Re: [DNG] We need upgrade reports

2020-01-03 Thread Tito via Dng



On 1/3/20 10:11 PM, te...@tempforever.dynu.com wrote:

fsmithred via Dng wrote:

Please upgrade your highly customized and configured ascii production system to 
beowulf and tell us if it works. Okay, DO THIS ON A COPY, not the real thing.




Did another successful upgrade.  XFCE desktop.  LVM + LUKS.  No major issues -- 
rebooted after the upgrade then installed elogind.  It warned about some 
dependencies on libsystemd0 but all seems well after another reboot.  Of 
course, had to edit /lib/cryptsetup/cryptdisks.functions again to get rid of 
that annoying delay on shutdown.

One (minor) irritation that I noticed both on this and my recent VM upgrade, is 
root user no longer has /usr/local/sbin, /usr/sbin, /sbin in PATH

This exists in both ascii and beowulf /etc/profile
if [ "`id -u`" -eq 0 ]; then
   PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else

PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin"
fi
export PATH


I just put the desired directories in /root/.bashrc for now


Hi
to fix su:

cat /etc/default/su
ALWAYS_SET_PATH yes

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


Re: [DNG] why is dist-upgrade trying to remove mate

2020-01-03 Thread Gregory Nowak
On Fri, Jan 03, 2020 at 11:57:02AM +0200, Dimitris via Dng wrote:
> had the same issue with mate.
> iirc, consolekit is to blame. remove all related consolekit packages
> first, and they'll be replaced by elogind ones. (if they don't, install
> them by hand).
> then dist-upgrade normally.

Thanks Mark and Dimitris. Purging consolekit and related packages
brought in some other policykit/elogind packages, and all is well now. It's
very possible that a new version of policykit had something to do with
forcing consolekit out, though wanting to remove all of mate didn't
make that obvious.

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


Re: [DNG] Migrating from debian stretch/ openbox

2020-01-03 Thread golinux

On 2020-01-03 19:24, Steve Litt wrote:

On Fri, 3 Jan 2020 13:27:56 +0100
Alessandro Vesely via Dng  wrote:



Furthermore, neither that guide[*] nor the os/ page[†] mention
openbox.  I have a minimal openbox installation, but it works for me.


Hi Ale,

I can't say for certain that Devuan has an Openbox package, but would
be very surprised if they didn't.


Easy peasy to find out:

https://pkginfo.devuan.org/cgi-bin/d1pkgweb-query?search=openbox=any

Steve, you should know because you tested the purpy openbox theme for me 
years ago. Ascii had a darkpurpy theme and now beowulf has cinnabar for 
openbox:


https://dev1galaxy.org/viewtopic.php?pid=16279#p16279

Have fun!!

golinux

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


Re: [DNG] Migrating from debian stretch/ openbox

2020-01-03 Thread Steve Litt
On Fri, 3 Jan 2020 13:27:56 +0100
Alessandro Vesely via Dng  wrote:


> Furthermore, neither that guide[*] nor the os/ page[†] mention
> openbox.  I have a minimal openbox installation, but it works for me.

Hi Ale,

I can't say for certain that Devuan has an Openbox package, but would
be very surprised if they didn't. The only distro I ever saw without
Openbox is CentOS, and, well, Redhat. In the very unlikely event that
Devuan doesn't have an Openbox package, I think it's simple enough to
compile yourself. And if somehow that were not possible, I *know* it's
pretty easy to compile ctwm, which can be made to be a lot like Openbox.

By the way, according to
https://distrowatch.com/table.php?distribution=devuan , all modern
Devuans have an Openbox package.

>  Should I really change it in order to migrate?

HECKNO! Openbox is the simplicity you use to defend yourself against
the creeping complexity with which in-it-for-the-money "free software"
organizations try to take control away from you.

> 
> Any other hint?

Completely divorce yourself from Debian. They're proving rotten to the
core.

SteveT

Steve Litt 
December 2019 featured book: Rapid Learning for the 21st Century
http://www.troubleshooters.com/rl21
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] We need upgrade reports

2020-01-03 Thread Gregory Nowak
On Fri, Jan 03, 2020 at 04:11:11PM -0500, te...@tempforever.dynu.com wrote:
> One (minor) irritation that I noticed both on this and my recent VM upgrade,
> is root user no longer has /usr/local/sbin, /usr/sbin, /sbin in PATH

Do you mean upon login, or su? If su, then you need to invoke su as

su -

instead of simply as su.

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


Re: [DNG] We need upgrade reports

2020-01-03 Thread tempo

fsmithred via Dng wrote:
Please upgrade your highly customized and configured ascii production 
system to beowulf and tell us if it works. Okay, DO THIS ON A COPY, not 
the real thing.





Did another successful upgrade.  XFCE desktop.  LVM + LUKS.  No major 
issues -- rebooted after the upgrade then installed elogind.  It warned 
about some dependencies on libsystemd0 but all seems well after another 
reboot.  Of course, had to edit /lib/cryptsetup/cryptdisks.functions 
again to get rid of that annoying delay on shutdown.


One (minor) irritation that I noticed both on this and my recent VM 
upgrade, is root user no longer has /usr/local/sbin, /usr/sbin, /sbin in 
PATH


This exists in both ascii and beowulf /etc/profile
if [ "`id -u`" -eq 0 ]; then
  PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else

PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin"
fi
export PATH


I just put the desired directories in /root/.bashrc for now
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] We need upgrade reports

2020-01-03 Thread tempo

fsmithred via Dng wrote:
Please upgrade your highly customized and configured ascii production 
system to beowulf and tell us if it works. Okay, DO THIS ON A COPY, not 
the real thing.




Upgrade went pretty smoothly on a VirtualBox VM I use weekly.  XFCE desktop.

No "backports" for beowulf?
Err:8 http://pkgmaster.devuan.org/merged beowulf-backports Release
  404  Not Found [IP: 5.196.38.18 80]



It seems wine32 cannot be installed on devuan 3.  This is not a 
deal-breaker for me, but just mentioning it as something upgraders may 
want to be aware of.



 wine32:i386 : Depends: libwine:i386 (= 4.0-2)
 libwine:i386 : Depends: libpulse0:i386 (>= 0.99.1)
 libpulse0:i386 : Depends: libsystemd0:i386

I won't even go into what happens trying to install libsystemd0:i386




This may have been asked/answered already, so sorry if it is a repeat, 
but what happened to gksu?  Not really liking pkexec as an alternative 
(it's asking for another user's password, not the root one).


Package gksu is not available, but is referred to by another package.


Otherwise things seem okay.  I will try ascii->beowulf on a laptop today 
(also using XFCE desktop); and _maybe_ a (GUI-less) remote server over 
the weekend.

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


Re: [DNG] Fonts trouble on beowulf

2020-01-03 Thread golinux

On 2020-01-03 16:18, Bernard Rosset via Dng wrote:

Having a setup running beowulf with an Xfce Desktop, and whatever
theme I choose, I get white links on clear backgrounds.

In applications that support it (like evolution), if I drift away from
system fonts and switch back to them, the links are black (and
readable!) again.

This oddity also appear in another way when text is highlighted, which
make it unreadable too.

I remember having such fonts problem when ascii came out, but I do not
recall the fix. I remember some themes were eventually corrected
though.

Any hints?
Bernard Rosset
https://rosset.net/



The default theme for xfce beowulf is clearlooks-phoenix-cinnabar and it 
works perfectly.  If you install desktop-base you should get all the 
necessary parts but you might have to choose that theme also in the 
window manager settings. You are on your own with any other themes. If 
you want to fix another theme, I suggest the xfce forum.  They were very 
helpful to solve issues with CPC that were broken going from ascii to 
beowulf.


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


[DNG] Fonts trouble on beowulf

2020-01-03 Thread Bernard Rosset via Dng
Having a setup running beowulf with an Xfce Desktop, and whatever theme 
I choose, I get white links on clear backgrounds.


In applications that support it (like evolution), if I drift away from 
system fonts and switch back to them, the links are black (and 
readable!) again.


This oddity also appear in another way when text is highlighted, which 
make it unreadable too.


I remember having such fonts problem when ascii came out, but I do not 
recall the fix. I remember some themes were eventually corrected though.


Any hints?
Bernard Rosset
https://rosset.net/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Again, again: DMARC is a no-win problem for mailing lists

2020-01-03 Thread Rick Moen
Quoting spiralofhope (spiralofh...@spiralofhope.com):

> Thank you for the lesson.  It all, and I think the above in particular,
> is just the thing I needed to learn to approach the admins of the list
> I've had such problems with.

It may also be helpful to know that Mailman listadmins in _many_ (most?
wouldn't know for sure) cases have been granted and know how to
effectively use the Mailman admin WebUI for their supervision of the
mailing list but lack access to the server shell, hence their (typical)
inability to read/research Mailman's and the MTA's log entries.

Also, as a personal observation about my administration of both my own
(linuxmafia.com) host + mailing lists and those of several LUGs,
although (to date) I've always been willing to spend time investigating
subscribers' claims that the mailing list server is losing/refusing
their mail, it's inevitably a significant time sink -- and the
diagnostic information provided by the user tends to be vague and
unreliable.  

Which, in turn, is in part because a high percentage of those users lack
diagnostic information, e.g., I'll ask such a user what the user's
outbound MTA logs show about the delivery attempts, and the user has no
idea whatsoever, because the user has no access to that data.  So,
instead, the user _claims_ there were outbound delivery attempts, but is 
actually just guessing and really knows only that he/she composed mail
and handed it off to outbound system software at timestamp X.

I can't tell you how many times such a user swore up and down that there
was an outbound MTA delivery attempt, I report finding no evidence in my
receiving MTA logs, and then days later the user admits that 'Well,
actually, I was merely assuming outbound delivery attempts.'

So, what I'm saying is:  If you're going to chew up the time and effort
of a volunteer listadmin, be aware of the limits of your knowledge
(especially if you are neither root on your outbound MTA box nor even
have shell on it), and provide the most-exact information you have,
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Again, again: DMARC is a no-win problem for mailing lists

2020-01-03 Thread spiralofhope
On Thu, 2 Jan 2020 15:30:28 -0800
Rick Moen  wrote:

> Because GMail
> enforces at the time of receipt the declared DMARC policies of what
> is asserted to be the source domain of an arriving mail, and because
> yahoo.com has an r=reject DMARC policy and its declared roster of
> authorised origins for yahoo.com mail doesn't include Dng's MTA host, 
> Gmail 55x-rejects Gmail User's copy.  He/she never sees Yahoo User's
> posting.  Worse, Mailman takes note of the 55x rejetion, and
> increments GMail User's bounce score, in effect sanctioning Gmail
> User for Yahoo User's domain's (IMO) problem-causing antiforgery
> procedures.
> 
> After a few such incidents, Gmail User gets his/her delivery disabled
> and eventually unsubscribed.

Thank you for the lesson.  It all, and I think the above in particular,
is just the thing I needed to learn to approach the admins of the list
I've had such problems with.

Now I can move away from "nefarious shadowbanning" to actual
troubleshooting.

  (This topic is new to me.  I always thought email was wholly
  unreliable and we'd one day just use PGP for actual authenticity.)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Refracta Snapshot - Increase allowable size

2020-01-03 Thread fsmithred via Dng
On 1/3/20 7:50 AM, 'smee via Dng wrote:
> In attempting to make a copy to upgrade (and report back), I ran into
> the size limit (got an error in the log that the squashfs was 37 g and
> I think it said allowable was 4 gb). I understand why a typical iso
> would need to be small, but is there a way I can increase this size
> limitation for my custom iso's? 
> ___


I thought I fixed that, but the test case was only 4.9GB.
https://dev1galaxy.org/viewtopic.php?id=2416

Maybe there's another limit I don't know about. Yeah, there is - 400GB.

man xorriso, under the -compliance option:
  "iso_9660_level="number chooses level 1 with  ECMA-119 names of the form
8.3 and -file_size_limit<=4g - 1, or level 2 with ECMA-119 names up to
length 32 and the same file_size_limit,  or  level  3 with   ECMA-119
names  up  to  length  32  and  -file_size_limit  >=  400g  -200k.  If
necessary -file_size_limit gets adjusted.

Maybe the option in the xorriso command needs to be changed from
   -iso-limit 3
to
   -compliance iso_9660_level=3


The line looks like this, around line 1100 or 1200,
in /usr/bin/refractasnapshot or refractasnapshot-gui

xorriso -as mkisofs -r -J -joliet-long -l -iso-level 3 ${isohybrid_opt} \

Please let me know if you try that.
Other option is to exclude a bunch of your data and maybe back it up in a
tarball if you want it available for the live system.

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


Re: [DNG] We need upgrade reports

2020-01-03 Thread tempforever



fsmithred via Dng wrote:
Please upgrade your highly customized and configured ascii production 
system to beowulf and tell us if it works. Okay, DO THIS ON A COPY, not 
the real thing.





Upgrade went pretty smoothly on a VirtualBox VM I use weekly.  XFCE desktop.

No "backports" for beowulf?
Err:8 http://pkgmaster.devuan.org/merged beowulf-backports Release
  404  Not Found [IP: 5.196.38.18 80]



It seems wine32 cannot be installed on devuan 3.  This is not a 
deal-breaker for me, but just mentioning it as something upgraders may 
want to be aware of.



 wine32:i386 : Depends: libwine:i386 (= 4.0-2)
 libwine:i386 : Depends: libpulse0:i386 (>= 0.99.1)
 libpulse0:i386 : Depends: libsystemd0:i386

I won't even go into what happens trying to install libsystemd0:i386




This may have been asked/answered already, so sorry if it is a repeat, 
but what happened to gksu?  Not really liking pkexec as an alternative 
(it's asking for another user's password, not the root one).


Package gksu is not available, but is referred to by another package.


Otherwise things seem okay.  I will try ascii->beowulf on a laptop today 
(also using XFCE desktop); and _maybe_ a (GUI-less) remote server over 
the weekend.

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


Re: [DNG] Migrating from debian stretch/ openbox

2020-01-03 Thread Mark Hindley
On Fri, Jan 03, 2020 at 01:27:56PM +0100, Alessandro Vesely via Dng wrote:
> Hi all,
> 
> After the latest GR, it seems to be time to migrate.  Is ASCII the right 
> planet
> to go?  I found migrate-to-ascii[*] but no equivalent guide for beowulf.

Ascii is stable and derived from stretch. Beowulf is nearly ready. I do have
some draft instructions for migrating from buster to beowulf that work for me
and you are welcome to try that, if you wish. Although, you might be safer to go
stretch -> ascii -> beowulf.

> Furthermore, neither that guide[*] nor the os/ page[†] mention openbox.  I 
> have
> a minimal openbox installation, but it works for me.  Should I really change 
> it
> in order to migrate?

I have openbox installed in a beowulf vm alongside xfce and it works fine. So
you should be able to stick with it.

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


[DNG] Migrating from debian stretch/ openbox

2020-01-03 Thread Alessandro Vesely via Dng
Hi all,

After the latest GR, it seems to be time to migrate.  Is ASCII the right planet
to go?  I found migrate-to-ascii[*] but no equivalent guide for beowulf.

Furthermore, neither that guide[*] nor the os/ page[†] mention openbox.  I have
a minimal openbox installation, but it works for me.  Should I really change it
in order to migrate?

Any other hint?


TIA for any reply
Best
Ale
-- 

[*] https://devuan.org/os/documentation/dev1fanboy/migrate-to-ascii
[†] https://devuan.org/os/




















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


Re: [DNG] We need upgrade reports - slim 3d try

2020-01-03 Thread Tito via Dng



On 12/31/19 8:58 PM, fsmithred via Dng wrote:

Please upgrade your highly customized and configured ascii production system to 
beowulf and tell us if it works. Okay, DO THIS ON A COPY, not the real thing.

I've upgraded standard no-X systems, xfce and mate desktops, and those went 
smoothly. We need more data points.

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


Hi,
here is my upgrade report, a story of a long night.
I've upgraded my Desktop Workstation running ASCII
with a rather complex setup:

self compiled 4.19.92 kernel package
xfce4 + KDE installed

/  raid1
swap   raid1
/home/user raid6
/freespace raid5
/morefreespace /raid1

and with a sources.list with some third party repos:

#deb-multimedia
deb http://www.deb-multimedia.org/ buster main non-free
# Virtualbox
deb https://download.virtualbox.org/virtualbox/debian/ buster contrib non-free
# Lynis
deb https://packages.cisofy.com/community/lynis/deb/ stable main
# Samsung printer drivers
deb http://www.bchemnet.com/suldr/ debian extra

I did the upgrade from within the XFCE desktop just for the thrill...

After updating the repos in source.list to beowulf I run
apt update
but some i386 deb packages gave a 404 error so I've added more
devuan repos and the error was fixed.
Then I've run apt upgrade and while upgrading about 1700 packages some errors 
popped up:

dpkg: error processing archive 
/tmp/apt-dpkg-install-rkLWUp/1006-libel-api-java_3.0.0-2_all.deb (--unpack):
 trying to overwrite 
'/usr/share/maven-repo/javax/el/javax.el-api/3.0/javax.el-api-3.0.pom',
 which is also in package libservlet3.1-java 8.5.50-0+deb9u1
Preparing to unpack .../1007-libeot0_0.01-5_amd64.deb ...
Unpacking libeot0:amd64 (0.01-5) over (0.01-4+b1) ...
Preparing to unpack .../1008-libepoxy0_1.5.3-0.1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.5.3-0.1) over (1.3.1-2) ...
Preparing to unpack .../1009-libetonyek-0.1-1_0.1.9-1_amd64.deb ...

pkg: error processing archive 
/tmp/apt-dpkg-install-rkLWUp/1083-libjsp-api-java_2.3.4-2_all.deb (--unpack):
   trying to overwrite 
'/usr/share/maven-repo/javax/servlet/jsp/javax.servlet.jsp-api/2.3/javax.servlet.jsp-api-2.3.pom',
   which is also in package libservlet3.1-java 8.5.50-0+deb9u1
Selecting previously unselected package libwebsocket-api-java.
Preparing to unpack .../1084-libwebsocket-api-java_1.1-1_all.deb ...
Unpacking libwebsocket-api-java (1.1-1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-rkLWUp/1084-libwebsocket-api-java_1.1-1_all.deb 
(--unpack):
   trying to overwrite 
'/usr/share/maven-repo/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom',
   which is also in package libservlet3.1-java 8.5.50-0+deb9u1
Preparing to unpack .../1085-libservlet3.1-java_1%3a4.0.1-2_all.deb ...
Unpacking libservlet3.1-java (1:4.0.1-2) over (8.5.50-0+deb9u1) ...

Errors were encountered while processing:
   /tmp/apt-dpkg-install-rkLWUp/1006-libel-api-java_3.0.0-2_all.deb
   /tmp/apt-dpkg-install-rkLWUp/1083-libjsp-api-java_2.3.4-2_all.deb
   /tmp/apt-dpkg-install-rkLWUp/1084-libwebsocket-api-java_1.1-1_all.deb

They were fixed by: apt --fix-broken install

and the upgrade finished with some more errors probably due to bashism in 
initscripts:

etc/init.d/minissdpd: 48: [: eth0: unexpected operator

same unexpected operator error for openipmi. Just removed both packages.

Trying to upgrade the remaining 800 packages was tricky:

at first I upgraded network-manager, but to upgrade the other packages was a 
pain
as they wanted to uninstall half of my system .
Upgrading libsystemd0 resolved it but uninstalled
also network-manager that could be reinstalled afterwards.
Most packages upgraded, and the few remaining did by hand.

Some more bugs in the after install:

xfce4-notifyd was not started at log in with the side effect that 
network-manager showed
the network as disconnected meanwhile it was connected.
xfce4-notifyd seems to have only a systemd.unit but no file in 
/etc/xdg/autostart.
I fixed it by adding it to Autostart section of the xfce control panel.
Also pulseaudio was not started in Xfce4, so added it also to Autostart.

The worst trouble was with firefox-esr, at first start it informed me that:

Using an older version of Firefox can corrupt bookmarks and browsing
history already saved to an existing Firefox profile. To protect your
information, create a new profile for this installation of Firefox.

Create new profile  |  Quit

I just backed up my .mozilla folder to save my bookmarks and settings.
I've tried also the tar.gz from mozilla, it was not as kind and started
with a new profile without asking just telling me that I could recover
my bookmarks by login to their syncWTF.
It seems to me that the version detection must be bugged.
Creating a new profile and restoring bookmarks,extensions and all other settings
by hand was the only thing that helped.

KDE worked well.


[DNG] Refracta Snapshot - Increase allowable size

2020-01-03 Thread 'smee via Dng
In attempting to make a copy to upgrade (and report back), I ran into
the size limit (got an error in the log that the squashfs was 37 g and
I think it said allowable was 4 gb). I understand why a typical iso
would need to be small, but is there a way I can increase this size
limitation for my custom iso's? 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] OT: Fedora in Debian

2020-01-03 Thread Rainer Weikusat via Dng
goli...@devuan.org writes:
> Greetings all.  Let's start the new year with something from the
> Debian forums that might make you shake your head and chuckle. Poor
> newbie on Windoze hasn't a clue just how funny his last para is:
>
> "The problems? The resulting bootable drive isn't booting in UEFI. It
> can still boot though with a caveat... The boot option is labelled
> "Linpus Lite".
> Isn't it weird for other distro's name to come up? A fedora-based
> distro no less. As of now, I'm thoroughly confused :?"

A harbinger of things to come. Considering how the threat to package
elogind for Debian worked out, Fedora-with-sub-par-branding is where the
road obviously leads to :->.

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


Re: [DNG] OT: Fedora in Debian

2020-01-03 Thread onefang
On 2020-01-03 06:58:08, Hendrik Boom wrote:
> On Thu, Jan 02, 2020 at 11:52:07PM -0600, goli...@devuan.org wrote:
> > Greetings all.  Let's start the new year with something from the Debian
> > forums that might make you shake your head and chuckle. Poor newbie on
> > Windoze hasn't a clue just how funny his last para is:
> 
> I don't get it.  There must be something I don't know.
> Has Debian now incorporated a Taiwanese Fedora derivative?

Debian wears many hats.

> Shake my head yes.  Just puzzled.  Not chuckling.

Don't shake your head to much, your hat will fall off.

These poor jokes brought to you by the letter F and the colour red.

> -- hendrik
> 
> > 
> > "The problems? The resulting bootable drive isn't booting in UEFI. It can
> > still boot though with a caveat... The boot option is labelled "Linpus
> > Lite".
> > Isn't it weird for other distro's name to come up? A fedora-based distro no
> > less. As of now, I'm thoroughly confused :?"
> > 
> > You can read the whole thing here . . .
> > 
> > Something's not quite right with the installation image..
> > http://forums.debian.net/viewtopic.php?f=17=144808=338c910ca9db4dd45e34a2a02c236434
> > 
> > Just had to share.  :D
> > 
> > golinux
> > ___
> > 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

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] OT: Fedora in Debian

2020-01-03 Thread Hendrik Boom
On Thu, Jan 02, 2020 at 11:52:07PM -0600, goli...@devuan.org wrote:
> Greetings all.  Let's start the new year with something from the Debian
> forums that might make you shake your head and chuckle. Poor newbie on
> Windoze hasn't a clue just how funny his last para is:

I don't get it.  There must be something I don't know.
Has Debian now incorporated a Taiwanese Fedora derivative?
Shake my head yes.  Just puzzled.  Not chuckling.

-- hendrik

> 
> "The problems? The resulting bootable drive isn't booting in UEFI. It can
> still boot though with a caveat... The boot option is labelled "Linpus
> Lite".
> Isn't it weird for other distro's name to come up? A fedora-based distro no
> less. As of now, I'm thoroughly confused :?"
> 
> You can read the whole thing here . . .
> 
> Something's not quite right with the installation image..
> http://forums.debian.net/viewtopic.php?f=17=144808=338c910ca9db4dd45e34a2a02c236434
> 
> Just had to share.  :D
> 
> golinux
> ___
> 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] why is dist-upgrade trying to remove mate

2020-01-03 Thread Dimitris via Dng
On 1/3/20 9:41 AM, Mark Hindley wrote:
> On Thu, Jan 02, 2020 at 10:45:28PM -0700, Gregory Nowak wrote:
>> Hi All,
>> I just did apt-get update followed by dist-upgrade on a Beowulf
>> system, and I get this:
> 
> Hi,
> 
> I just pushed a new verion of policykit to beowulf. It could be related 
> to that.
> 
> Do you gave elogind installed?
> 
> What does apt upgrade try to do?
> 


had the same issue with mate.
iirc, consolekit is to blame. remove all related consolekit packages
first, and they'll be replaced by elogind ones. (if they don't, install
them by hand).
then dist-upgrade normally.



signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng