Re: [gentoo-user] Sharing printers via Cups

2021-02-13 Thread Dan Egli
On 2/12/2021 4:00 AM, Michael wrote: [snip] Then we have this on line 292: D [11/Feb/2021:13:08:36 -0700] [Job 11] hpcups (application/vnd.cups-raster to printer/ENVY, cost 0) This is the hplip printer driver in action, using a MIME format for CUPS to transmit and print raster imaged pages. Qu

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-13 Thread Grant Taylor
On 2/13/21 9:38 PM, Dan Egli wrote: Frankly, I find there's still too many programs that want 32bit libraries to go full no-multilib. Are the programs that you're referring to things that are installed through something other than emerge? I'd naively assume that anything emerged on a system

Re: [gentoo-user] Going through these one by one.

2021-02-13 Thread cal
On 11/19/20 1:36 PM, Steven Lembark wrote: Based on: 2020-04-22 Python 3.7 to become the default target I'd have thought that using: PYTHON_TARGETS="python2_7 python3_7" PYTHON_SINGLE_TARGET="python3_7" and emerge --depclean; emerge -1vUD @world; emerge --depc

Re: [gentoo-user] Going through these one by one.

2021-02-13 Thread cal
On 2/13/21 8:42 PM, Dan Egli wrote: On 2/13/2021 2:41 PM, Steven Lembark wrote: [snip] Bumps into not having sys-apps/portage-::gentoo: # $emerge dev-db/pgmodeler Calculating dependencies... done! !!! All ebuilds that could satisfy "sys-apps/portage[python_targets_python2_7(-),python_targ

Re: [gentoo-user] Going through these one by one.

2021-02-13 Thread Dan Egli
On 2/13/2021 2:41 PM, Steven Lembark wrote: [snip] Bumps into not having sys-apps/portage-::gentoo: # $emerge dev-db/pgmodeler Calculating dependencies... done! !!! All ebuilds that could satisfy "sys-apps/portage[python_targets_python2_7(-),python_targets_python3_6(-),-python_single_targe

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-13 Thread Dan Egli
I think there will always be some things that want /usr/lib. That said, I'm guessing you started with a no-multilib tarball? Frankly, I find there's still too many programs that want 32bit libraries to go full no-multilib. Maybe in a few more years as the last of the 32bit only machines die off

Re: [gentoo-user] Sharing printers via Cups

2021-02-13 Thread Grant Taylor
On 2/12/21 4:00 AM, Michael wrote: Samba uses the native MSWindows 'Active Directory Domain Services' over TCP port 445 to resolve IP addresses when printing over Samba. I question the veracity of this. My understanding is that name to ip resolution, particularly in Active Directory environme

Re: [gentoo-user] Going through these one by one.

2021-02-13 Thread Steven Lembark
On Mon, 25 Jan 2021 19:01:36 + Neil Bothwick wrote: > On Mon, 25 Jan 2021 13:04:26 -0500, Steven Lembark wrote: > > > 20 years I've been using Gentoo, I'm about to remove it because I > > have not been able to maintain it since the whole python 2.7 > > deprecation process started. > > > >

[gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-13 Thread Valmor F. de Almeida
Hello, I use the global flags USE="elogind alsa -multilib -abi_x86_32" and I thought this would prevent 32bit libraries to be installed. For example I have (from glibc) both: /usr/lib/libutil.so /usr/lib64/libutil.so this causes problems with some packages outside portage that I would like

Re: [gentoo-user] problems with dracut

2021-02-13 Thread John Covici
On Sat, 13 Feb 2021 12:19:42 -0500, Rich Freeman wrote: > > On Fri, Feb 12, 2021 at 9:39 AM John Covici wrote: > > > > Hi. I am having problems running dracut 0.51-r2 and 0.50-r2. The > > problem is that I have two install_items lines like this > > install_items+= /etc/modprobe.d/zfs.conf > >

Re: [gentoo-user] problems with dracut

2021-02-13 Thread Rich Freeman
On Fri, Feb 12, 2021 at 9:39 AM John Covici wrote: > > Hi. I am having problems running dracut 0.51-r2 and 0.50-r2. The > problem is that I have two install_items lines like this > install_items+= /etc/modprobe.d/zfs.conf > install_items+= /etc/systemd/system/initrd-switch-root.service > I'd k

Re: [gentoo-user] problems with dracut

2021-02-13 Thread John Covici
I have some more information. If I chmod 777 on /etc/modprobe.d/zfs.conf it says options command not found, options is the first word in the file which is options zfs zfs_arc_max=0x1 Now if I put the files together on one line I get /etc/dracut.conf:install_items+= "/etc/modprobe.d/zfs