Re: Failure in fuse3 hook prevents initramfs update

2022-10-29 Thread Alexander V. Makartsev

On 29.10.2022 21:32, Joe Pfeiffer wrote:

Further follow-up:  the problem appears to be that something else has
already put mount.fuse3 in the initramfs.  Replacing the failing line
with

copy_exec /sbin/mount.fuse3 /sbin || true

allows me to create the initramfs, and the system boots, but I doubt
it's an optimal solution.

I don't have the same issues with initramfs, but maybe this will help to 
find what script also puts mount.fuse3 into initramfs:

$ grep -iE 'fuse|fuse3' /usr/share/initramfs-tools/hooks/*

This is the output on my system:
/usr/share/initramfs-tools/hooks/fuse:copy_exec /sbin/mount.fuse3 /sbin
/usr/share/initramfs-tools/hooks/fuse:manual_add_modules fuse
/usr/share/initramfs-tools/hooks/ntfs_3g:PREREQ="fuse"

Also, this will list all fuse-related installed packages:
$ dpkg -l | grep -iE 'fuse|fuse3'

This is the output on my system:
ii  exfat-fuse 1.3.0-2    amd64    read 
and write exFAT driver for FUSE
ii  fuse3 3.10.3-2   amd64    Filesystem 
in Userspace (3.x version)
ii  fuseiso 20070708-3.2+b1    amd64    FUSE 
module to mount ISO filesystem images
ii  libfuse2:amd64 2.9.9-5    amd64    
Filesystem in Userspace (library)
ii  libfuse3-3:amd64 3.10.3-2   amd64    
Filesystem in Userspace (library) (3.x version)
ii  libntfs-3g883 1:2017.3.23AR.3-4+deb11u2  amd64    
read/write NTFS driver for FUSE (runtime library)
ii  lxcfs 4.0.7-1    amd64    FUSE based 
filesystem for LXC
ii  ntfs-3g 1:2017.3.23AR.3-4+deb11u2  amd64    
read/write NTFS driver for FUSE


If you've got another script in hooks directory that also tries to copy 
mount.fuse3, you can find a package it comes from:

E.g. $ apt-file find /usr/share/initramfs-tools/hooks/fuse

--
With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀https://www.debian.org
⠈⠳⣄


Re: Request for Debian Subsystem for Windows like

2022-10-29 Thread Kushal Kumaran
On Thu, Oct 27 2022 at 02:11:46 PM, Dan Ritter  wrote:
> Suman Garai wrote: 
>> Hello,
>> 
>> I know that this topic is nothing new, that there are software packages &
>> games that run on Windows, but there isn't support for Linux. Even
>> softwares like Wine & PlayOnLinux sometimes falters on supporting the
>> latest ones. Therefore, I wanted to know why isn't Debian putting efforts
>> to build something like Windows Subsystem for Linux or Windows Subsystem
>> for Android to support the apps across the Windows & Mac platforms.
>
>
> The answer is: Debian only works on and supplies
> free-as-in-freedom software. Windows is not. WINE is,
> PlayOnLinux is not. Android's AOSP is; much of the rest of
> Android is not.
>

PlayOnLinux itself is free software, distributed under GPLv3.  Debian
ships it in the contrib repository.  As its copyright file states, it is
in contrib because it downloads and executes unchecked scripts.

This doesn't affect the point you're making, though.

-- 
regards,
kushal



Re: Nvidia-legacy-470xx-driver

2022-10-29 Thread Pierre Tomon
Le Sat, 29 Oct 2022 12:52:40 -0400,
Jeremy Hendricks  a écrit :

> Thank you. It appears there is an issue with Linux 6.x. However, its
> been fixed in SID per:
> https://metadata.ftp-master.debian.org/changelogs//non-free/n/nvidia-graphics-drivers-tesla-470/nvidia-graphics-drivers-tesla-470_470.141.03-3_changelog
> 
> I imagine it will make it to Bookworm within a few days or else I'll
> just compile my own 5.19 kernel for now

Yes build failure with kernel 6.x is fixed in version 470.141.03-3.
It should land in testing soon.



Re: Failure in fuse3 hook prevents initramfs update

2022-10-29 Thread Joe Pfeiffer
Further follow-up:  the problem appears to be that something else has
already put mount.fuse3 in the initramfs.  Replacing the failing line
with

copy_exec /sbin/mount.fuse3 /sbin || true

allows me to create the initramfs, and the system boots, but I doubt
it's an optimal solution.



Re: Nvidia-legacy-470xx-driver

2022-10-29 Thread Jeremy Hendricks
Thank you. It appears there is an issue with Linux 6.x. However, its been
fixed in SID per:
https://metadata.ftp-master.debian.org/changelogs//non-free/n/nvidia-graphics-drivers-tesla-470/nvidia-graphics-drivers-tesla-470_470.141.03-3_changelog

I imagine it will make it to Bookworm within a few days or else I'll just
compile my own 5.19 kernel for now

On Sat, Oct 29, 2022 at 12:03 PM Pierre Tomon  wrote:

> Le Sat, 29 Oct 2022 11:31:57 -0400,
> Jeremy Hendricks  a écrit :
>
> > Hello! Since Debian testing/bookworm has moved to the nvidia 510
> > driver, does anyone know if there will be a
> > nvidia-legacy-470xx-driver?
>
> If you need the 470 series you can install the "nvidia-tesla-470-driver"
> package.
>
>


Re: Nvidia-legacy-470xx-driver

2022-10-29 Thread Pierre Tomon
Le Sat, 29 Oct 2022 11:31:57 -0400,
Jeremy Hendricks  a écrit :

> Hello! Since Debian testing/bookworm has moved to the nvidia 510
> driver, does anyone know if there will be a
> nvidia-legacy-470xx-driver?

If you need the 470 series you can install the "nvidia-tesla-470-driver"
package.



Nvidia-legacy-470xx-driver

2022-10-29 Thread Jeremy Hendricks
Hello! Since Debian testing/bookworm has moved to the nvidia 510 driver,
does anyone know if there will be a nvidia-legacy-470xx-driver?


Re: Simple HTML & CSS code.

2022-10-29 Thread Siard
Peter Easthope wrote:
> From: Siard 
> Date: Wed, 26 Oct 2022 00:00:26 +0200
> 
> 
> 
>Test.html
>   
> 
> 
>   
> left
> right
>   
> 
> 
> 
> Thanks.  Yes, that puts "left" on the left and "right" on the right.

After a good night's sleep, I realized that I could have answered it much
simpler. Just replace 'display: inline' with 'display: flex' in your
original code, that's all.

> I'm interested in a further detail illustrated with this simple example.
> 
> 
> 
>Test.html
>   
> 
> 
>   
> left
> right
>   
> 
> 
> 
> In a sufficiently wide window, Firefox renders this.
> left  right
> 
> If the right edge of the window is dragged to the left it comes to this.
> leftright
> 
> If the window is constrained further the display is trimmed on the 
> right and provides horizontal scrolling.
> left=
> 
> For a narrow display, such as portait on a phone, an automatic line 
> break avoids the scrolling.
> left
>   right
> 
> Here this works.
> 
> 
> 
>   Test.html
>   
> 
> 
> left
> right
> 
> 
> 
> Comments?
> 
> A more realistic example at http://movingaroundpender.ca/ .

Your code behind those two images in that URL:

 
   

   
   

   


You are combining flex and float here, which is useless IMO.
To put the second image below the first one on narrow screens, you can add
'flex-wrap:wrap' to 'display':

 
  
  


If you like, you can mail me off-list for further questions.