Re: Help with UDF and BluRay disks

2025-01-19 Thread Bob McGowan
Hi Thomas, On Sun, 2025-01-19 at 09:37 +0100, Thomas Schmitt wrote: > Hi, > > Bob McGowan wrote: > > One question, what I would like to see is a duplicated > > directory/file > > hierachy on the destination.  I have lists of file names in groups > > just > > short of 25G,  but I can't find an eas

Re: How upstream kernel version correlates to version from Debian?

2025-01-19 Thread Felix Miata
Alexander V. Makartsev composed on 2025-01-20 05:36 (UTC+0500): > Felix Miata wrote: >> It seems to me you probably need to go backport. I tried the "experimental" >> equivalent >> with i5-11400's Rocket Lake S GT1 (Gen12.1) in openSUSE Tumbleweed, >> resulting in loss >> of about 2/3 in graphi

Re: ISP's router being helpful

2025-01-19 Thread mick.crane
On 2025-01-19 21:36, George at Clug wrote: I had forgotten to mention about "DNS over HTTPS", which besides encrypting DNS traffic, usually use a trusted Internet based DNS service, instead of local DNS settings. https://support.mozilla.org/en-US/kb/dns-over-https This maybe why your web brow

Re: How upstream kernel version correlates to version from Debian?

2025-01-19 Thread Alexander V. Makartsev
On 19.01.2025 05:28, Felix Miata wrote: It seems to me you probably need to go backport. I tried the "experimental" equivalent with i5-11400's Rocket Lake S GT1 (Gen12.1) in openSUSE Tumbleweed, resulting in loss of about 2/3 in graphics performance testing with glmark2. Thanks for reminding me

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread Greg Wooledge
On Mon, Jan 20, 2025 at 00:08:54 +, David wrote: > I would have recognised this > echo a{1..5}b > as brace expansion, but I hadn't absorbed the extra glorious > capabilities of its commas. The commas were the original form. The .. range feature was added in bash version 3.0.

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread David
On Sun, 19 Jan 2025 at 16:24, Greg Wooledge wrote: > On Sun, Jan 19, 2025 at 12:43:51 -0300, Eduardo M KALINOWSKI wrote: > > Em 19/01/2025 08:57, David escreveu: > > > On Sun, 19 Jan 2025 at 02:51, Default User > > > wrote: > > > > time sudo rsync -aHSxvvv --human-readable --delete --numeric-id

Re: How upstream kernel version correlates to version from Debian?

2025-01-19 Thread Alexander V. Makartsev
On 19.01.2025 01:53, Charles Curley wrote: On Sat, 18 Jan 2025 23:52:31 +0500 "Alexander V. Makartsev" wrote: Things I've tried so far: 1. Updated Intel graphics firmware to latest version available on git.kernel.org I suggest you try the most recent backported kernel and firmware. https://bac

Re: Are Debian packages updated within a release?

2025-01-19 Thread Andy Smith
Hi, On Sun, Jan 19, 2025 at 05:16:51PM +0900, John Crawley wrote: > On 18/01/2025 23:01, Andy Smith wrote: > The *-updates suite is something different from security upgrades. > > To get bookworm security upgrades the necessary apt line is something like: > > deb https://deb.debian.org/debian-s

Re: ISP's router being helpful

2025-01-19 Thread George at Clug
I had forgotten to mention about "DNS over HTTPS", which besides encrypting DNS traffic, usually use a trusted Internet based DNS service, instead of local DNS settings. https://support.mozilla.org/en-US/kb/dns-over-https This maybe why your web browser does not know about local domain names.

Re: ISP's router being helpful

2025-01-19 Thread tomas
On Sun, Jan 19, 2025 at 10:51:58AM -0600, Nicholas Geovanis wrote: > On Sun, Jan 19, 2025, 7:58 AM wrote: > > > > > [0] This is part of the libc and (roughly) translates host names to > >IP addresses for the programs running in your box. Eventually, > >it goes out to ask some DNS ser

Re: ISP's router being helpful

2025-01-19 Thread Nicholas Geovanis
On Sun, Jan 19, 2025, 7:58 AM wrote: > > [0] This is part of the libc and (roughly) translates host names to >IP addresses for the programs running in your box. Eventually, >it goes out to ask some DNS servers. > Along the way it's (probably) consulting /etc/resolv.conf which is whe

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread Greg Wooledge
On Sun, Jan 19, 2025 at 12:43:51 -0300, Eduardo M KALINOWSKI wrote: > Em 19/01/2025 08:57, David escreveu: > > On Sun, 19 Jan 2025 at 02:51, Default User > > wrote: > > > time sudo rsync -aHSxvvv --human-readable --delete --numeric-ids -- > > > info=progress2,stats2,name2 -- > > > exclude={"/dev/

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread Eduardo M KALINOWSKI
Em 19/01/2025 08:57, David escreveu: On Sun, 19 Jan 2025 at 02:51, Default User wrote: time sudo rsync -aHSxvvv --human-readable --delete --numeric-ids -- info=progress2,stats2,name2 -- exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media /*","/lost+found"} /media/user/DRIVE1

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread Charles Curley
On Sat, 18 Jan 2025 21:01:14 -0700 Charles Curley wrote: > I suggest that instead of using rsync directly you use rsnapshot. You > can set it up so that it only copies if DRIVE2 is there. The cron > entries let it happen automatically. Another advantage to rsnapshot is that you don't have to fid

Re: ISP's router being helpful

2025-01-19 Thread tomas
On Sun, Jan 19, 2025 at 12:53:20PM +, mick.crane wrote: > On 2025-01-19 12:01, to...@tuxteam.de wrote: [...] > OK. I can ping the PC with roundcube on it by name but "host > " fails to resolve. Aha. This means that your roundcube (whatever name it has, you didn't tell us yet :) is probably i

Re: ISP's router being helpful

2025-01-19 Thread mick.crane
If everything you want to do is internal, maybe you can use PFSence's DNS settings? https://docs.netgate.com/pfsense/en/latest/services/dhcp/ipv4.html Server Options DNS Servers: Defines up to four DNS server IP addresses which the server provides to clients. To use custom DNS Servers instead

Re: ISP's router being helpful

2025-01-19 Thread mick.crane
On 2025-01-19 12:01, to...@tuxteam.de wrote: On Sun, Jan 19, 2025 at 10:21:45AM +, mick.crane wrote: Hi, Obviously I don't understand the internet and don't know what I'm doing. Honestly. Who does, these days? The other day changed the ISP's (Sky) router to have fibre connection. I have

Re: ISP's router being helpful

2025-01-19 Thread Timothy M Butterworth
On Sun, Jan 19, 2025 at 7:02 AM wrote: > On Sun, Jan 19, 2025 at 10:21:45AM +, mick.crane wrote: > > Hi, > > Obviously I don't understand the internet and don't know what I'm doing. > > Honestly. Who does, these days? > > > The other day changed the ISP's (Sky) router to have fibre connection

Re: ISP's router being helpful

2025-01-19 Thread tomas
On Sun, Jan 19, 2025 at 10:21:45AM +, mick.crane wrote: > Hi, > Obviously I don't understand the internet and don't know what I'm doing. Honestly. Who does, these days? > The other day changed the ISP's (Sky) router to have fibre connection. > I have a PC with apache2 presenting an index.html

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread David
On Sun, 19 Jan 2025 at 02:51, Default User wrote: > I may just delete everything on DRIVE2 overnight, and then try rsync > with: > > time sudo rsync -aHSxvvv --human-readable --delete --numeric-ids -- > info=progress2,stats2,name2 -- > exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/

Re: ISP's router being helpful

2025-01-19 Thread George at Clug
If everything you want to do is internal, maybe you can use PFSence's DNS settings? https://docs.netgate.com/pfsense/en/latest/services/dhcp/ipv4.html Server Options DNS Servers: Defines up to four DNS server IP addresses which the server provides to clients. To use custom DNS Servers instead

ISP's router being helpful

2025-01-19 Thread mick.crane
Hi, Obviously I don't understand the internet and don't know what I'm doing. The other day changed the ISP's (Sky) router to have fibre connection. I have a PC with apache2 presenting an index.html which is a page of links to various documents and websites. The link to e.g. the BBC works fine but

Re: rsync: source and destination drive data used sizes differ

2025-01-19 Thread Michel Verdier
On 2025-01-19, e...@gmx.us wrote: > I've never used LUKS before, so we're even. With a non-encrypted > filesystem, you would > unmount the partition > mkfs -t whatever /dev/whatever > mount it again It's the same with luks and the device used is a mapping in /dev/mapper

Re: Help with UDF and BluRay disks

2025-01-19 Thread Thomas Schmitt
Hi, Bob McGowan wrote: > One question, what I would like to see is a duplicated directory/file > hierachy on the destination. I have lists of file names in groups just > short of 25G, but I can't find an easy way to send the file names to > any of the programs and have them maintain the hierarch

Re: Are Debian packages updated within a release?

2025-01-19 Thread John Crawley
On 18/01/2025 23:01, Andy Smith wrote: After a stable release of Debian is made, future package updates will come from the stable-updates suite (e.g. bookworm-updates in the case of Debian 12). These updates will in most cases contain the same version of the software from stable suite but with a