top-posting (was Re: Xpra)

2025-04-28 Thread Jonathan Dowland
Could you please stop top-posting? Thank you! -- Please do not CC me for listmail. 👱🏻 Jonathan Dowland ✎j...@debian.org 🔗 https://jmtd.net

Re: Xpra

2025-04-28 Thread Mario Marietto
This seems to be an interesting alternative to compare to xpra also because it works even on FreeBSD (the OS that I use everyday) : https://winswitch.org/dev/ On Mon, Apr 28, 2025 at 11:57 AM Nicolas George wrote: > Mario Marietto (HE12025-04-28): > > Usually I check after that someone gave me

Re: Xpra

2025-04-28 Thread Nicolas George
Mario Marietto (HE12025-04-28): > Usually I check after that someone gave me some general idea. Then I suggest you apply the same rule even more strictly to saying. -- Nicolas George

Re: Xpra

2025-04-28 Thread Mario Marietto
Usually I check after that someone gave me some general idea. This helps me to delimiter a perimeter of knowledge. Some alternatives could be also useful : https://alternativeto.net/software/xpra/ On Mon, Apr 28, 2025 at 11:42 AM Nicolas George wrote: > Mario Marietto (HE12025-04-28): > > I thi

Re: Xpra

2025-04-28 Thread Nicolas George
Mario Marietto (HE12025-04-28): > I think i can detach an application with ssh and a proper parameter. Checking is better than thinking without checking. Be sure to tell us the results of your experiments. -- Nicolas George

Re: Xpra

2025-04-28 Thread Mario Marietto
I think i can detach an application with ssh and a proper parameter. I dont understand what performs better. And whats better for my InterCube Os idea. Ssh or xpra or x2go. Il lun 28 apr 2025, 11:29 Nicolas George ha scritto: > Mario Marietto (HE12025-04-28): > > whats the advantage of using xpr

Re: Xpra

2025-04-28 Thread Nicolas George
Mario Marietto (HE12025-04-28): > whats the advantage of using xpra over this command : ssh mark "DISPLAY=:0 > nohup firefox" The ones I mentioned in the very first mail of this thread: local server, just like forwarded X11 / ssh -X, except it is responsive even over laggy ADSL links an

Re: Xpra

2025-04-28 Thread Mario Marietto
whats the advantage of using xpra over this command : ssh mark "DISPLAY=:0 nohup firefox" Il lun 28 apr 2025, 10:56 Nicolas George ha scritto: > Mario Marietto (HE12025-04-28): > > What about wayland ? > > This ugly nightmare breaks window managers that were not re-writ

Re: Xpra

2025-04-28 Thread Nicolas George
Mario Marietto (HE12025-04-28): > What about wayland ? This ugly nightmare breaks window managers that were not re-written from scratch for it. The only way I will be using Wayland would be if/when real X.org drivers no longer support my GPU, and it will be with XWayland in root-full full-scr

Re: Xpra

2025-04-28 Thread Mario Marietto
What about wayland ? can it attach and detach indivudual remote applications ? Il lun 28 apr 2025, 10:07 Nicolas George ha scritto: > Hi. > > Anssi Saari (HE12025-04-27): > > x2go isn't limited to full desktop, one can set it up to run one app or > > what it calls "published apps" which basicall

Re: Xpra

2025-04-28 Thread Nicolas George
Hi. Anssi Saari (HE12025-04-27): > x2go isn't limited to full desktop, one can set it up to run one app or > what it calls "published apps" which basically means those remote gui > apps with .desktop files. I haven't used it much recently though. I am confused by your statement. My qualm about x2

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread tomas
On Sun, Apr 27, 2025 at 11:36:17PM +0200, Geert Stappers wrote: > On Sun, Apr 27, 2025 at 04:28:48PM -0400, Lee wrote: > > On Sun, Apr 27, 2025 at 3:33 PM wrote: [...] > > > Hope that helps. > > > > Not particularly. > > > > Try this: > > > > sudo apt install tshark > > sudo tshark -f 'port 53

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Geert Stappers
On Sun, Apr 27, 2025 at 04:28:48PM -0400, Lee wrote: > On Sun, Apr 27, 2025 at 3:33 PM wrote: > > > > Hi, > > > > Here are the output of the cmnds that tomas suggested. > > ... with all the good stuff elided Sad, but True > > Hope that helps. > > Not particularly. > > Try this: > > sudo a

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Lee
On Sun, Apr 27, 2025 at 3:33 PM wrote: > > Hi, > > Here are the output of the cmnds that tomas suggested. ... with all the good stuff elided > Hope that helps. Not particularly. Try this: sudo apt install tshark sudo tshark -f 'port 5353' -c 4 -N dnt & ping -c 4 whatever.local At least for

Re: Is my locate broken?

2025-04-27 Thread Haines Brown
The second tine I ran $ updatedb perfored as it should now it serves to locate a file. Thankd for the help -- Haines Brown

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread mailinglists . accustom994
On Monday, April 28th, Timothy M Butterworth timothy.m.butterwo...@gmail.com wrote: > Are you able to ping by IP address instead of host name? Yes, I am able to ping other machines in LAN through IPs. > Are you able to resolve the DNS name with dig? dig hostname.local NO, QUERY: 1, AN

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Timothy M Butterworth
On Sun, Apr 27, 2025 at 12:12 PM wrote: > Hi all, > > I recently installed Debian on my old desktop, before this it was running > Ubuntu. So my issue is before installing debian I was able to ping me other > machine using ```ping hostname.local```, but after installing debian 12 I > am not able t

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread tomas
On Sun, Apr 27, 2025 at 04:56:26PM +, mailinglists.accustom...@aleeas.com wrote: > Hi, > > Here are the output of the cmnds that tomas suggested. Thanks for those. Another one which might be of interest (I suggest you don't obfuscate the IP addresses; otherwise it's on you to interpret them)

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Marco Moock
On 27.04.2025 16:30 Uhr mailinglists.accustom...@aleeas.com wrote: > No, [hostname].local is not in /etc/hosts, So does in ubuntu machine. > As far as I know avahi should be resolving these. This is the case. Resolve should be done via mdns, which is handled by Avahi. Please use wireshark and sni

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Marco Moock
On 27.04.2025 16:30 Uhr Andy Smith wrote: > Okay so I see why OP was saying so much about mdns and avahi. The > .local hostnames are meant to be autodiscovered, not present in hosts > file or DNS as such, and that's what the mdns4_minimal is for in > /etc/nsswitch.conf. mdns4 limits that to IPv4,

Re: Is my locate broken?

2025-04-27 Thread Charles Curley
On Sun, 27 Apr 2025 13:32:45 -0400 Haines Brown wrote: > I know locate can be slow, but I waited a sufficient time. I suspect > locate has to build a database, but my system has been running a week. If things are working correctly, and you installed plocate rather than locate, you should see som

Re: Is my locate broken?

2025-04-27 Thread Charles Curley
On Sun, 27 Apr 2025 13:32:45 -0400 Haines Brown wrote: > I did a new installation of Debian and installed the locate pachage. > But when I use it, nothing is retured: Did you install locate, or plocate? The latter is much faster, so preferable. -- Does anybody read signatures any more? https:

Re: Is my locate broken?

2025-04-27 Thread Charles Curley
On Sun, 27 Apr 2025 13:32:45 -0400 Haines Brown wrote: > I know locate can be slow, but I waited a sufficient time. I suspect > locate has to build a database, but my system has been running a week. I don't know how often it rebuilds the database. I suspect daily. However, you can run it manuall

Re: Is my locate broken?

2025-04-27 Thread tomas
On Sun, Apr 27, 2025 at 01:32:45PM -0400, Haines Brown wrote: > I did a new installation of Debian and installed the locate pachage. But when > I use it, > nothing is retured: > > $ which tlmgr > /usr/bin/tlmgr > > $ locate tlmgr > [nothing returnsd] > >

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread mailinglists . accustom994
Hi, Here are the output of the cmnds that tomas suggested. user@localhost:~$ip addr show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forev

Re: Different Debian for different users

2025-04-27 Thread l0f4r0
Hi Stefan, 26 avr. 2025, 03:52 de monn...@iro.umontreal.ca: > Is there some way to setup a machine such that one user can login into it > and see a Debian stable system, while another user can log into it (in > another vty) and get, say, a Debian sid system? > When you say "while" you mean "at th

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Joe
On Sun, 27 Apr 2025 17:47:19 +0200 wrote: > On Sun, Apr 27, 2025 at 09:30:43AM -0600, Charles Curley wrote: > > On Sun, 27 Apr 2025 13:57:55 + > > mailinglists.accustom...@aleeas.com wrote: > > > > > Sorry I didn't mentioned output in my previous mail. This is > > > output I get when I pin

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread tomas
On Sun, Apr 27, 2025 at 09:30:43AM -0600, Charles Curley wrote: > On Sun, 27 Apr 2025 13:57:55 + > mailinglists.accustom...@aleeas.com wrote: > > > Sorry I didn't mentioned output in my previous mail. This is output I > > get when I ping other machine: > > > > ping: [hostname].local: Name or

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Charles Curley
On Sun, 27 Apr 2025 13:57:55 + mailinglists.accustom...@aleeas.com wrote: > Sorry I didn't mentioned output in my previous mail. This is output I > get when I ping other machine: > > ping: [hostname].local: Name or service not known. where [hostname] > is a placeholder. No, no. Please show u

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Andy Smith
Hi, On Sun, Apr 27, 2025 at 10:09:34AM -0400, Eben King wrote: > On 4/27/25 09:57, mailinglists.accustom...@aleeas.com wrote: > > ping: [hostname].local: Name or service not known. where [hostname] is a > > placeholder. > > Is [hostname].local in /etc/hosts or otherwise findable by DNS? Okay so

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Eben King
On 4/27/25 09:57, mailinglists.accustom...@aleeas.com wrote: Hi, Sorry I didn't mentioned output in my previous mail. This is output I get when I ping other machine: ping: [hostname].local: Name or service not known. where [hostname] is a placeholder. Is [hostname].local in /etc/hosts or

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread mailinglists . accustom994
Hi, Sorry I didn't mentioned output in my previous mail. This is output I get when I ping other machine: ping: [hostname].local: Name or service not known. where [hostname] is a placeholder. Thanks. On Sunday, Andy Smith - a...@strugglers.net wrote: > Hi, > > On Sun, Apr 27, 2025 at 11:24:2

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread mailinglists . accustom994
Hi, No, [hostname].local is not in /etc/hosts, So does in ubuntu machine. As far as I know avahi should be resolving these. Thanks On Sunday, April 27th, Eben King - e...@gmx.us wrote: > > On 4/27/25 09:57, mailinglists.accustom...@aleeas.com wrote: > > > Hi, > > > > Sorry I didn't ment

Re: Not able to ping other pcs in LAN.

2025-04-27 Thread Andy Smith
Hi, On Sun, Apr 27, 2025 at 11:24:25AM +, mailinglists.accustom...@aleeas.com wrote: > my issue is before installing debian I was able to ping me other > machine using ```ping hostname.local```, but after installing debian > 12 I am not able to do that. Nowhere in your email have you shown t

Re: Xpra

2025-04-26 Thread Anssi Saari
Nicolas George writes: > Frank Guthausen (HE12025-04-25): >> Maybe it is overkill for what you want, but you can use x2go to >> have this kind of remote ressource usage for an entire desktop. > > Thanks. But a full desktop is definitely what I do not want. This is the > great thing about Xpra: li

Re: EeePC 1001P boot problem

2025-04-26 Thread Timothy M Butterworth
On Sat, Apr 26, 2025 at 3:32 AM Russ Puskarcik wrote: > Hi, > I have an ASUS 1001P with Rev 1202 BIOS. It does not recognize the hard > drives boot sector. Apparently ASUS was aware of this and created a > Boot-Tool for Linux that runs on Windows. I can't get that thing to work on > XP or Windows

Re: EeePC 1001P boot problem

2025-04-26 Thread Timothy M Butterworth
On Sat, Apr 26, 2025 at 5:33 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sat, Apr 26, 2025 at 3:32 AM Russ Puskarcik > wrote: > >> Hi, >> I have an ASUS 1001P with Rev 1202 BIOS. It does not recognize the hard >> drives boot sector. Apparently ASUS was aware of thi

Re: Different Debian for different users

2025-04-26 Thread Andrew M.A. Cater
On Sat, Apr 26, 2025 at 12:53:24PM -0400, Stefan Monnier wrote: > >> Is there some way to setup a machine such that one user can login into it > >> and see a Debian stable system, while another user can log into it (in > >> another vty) and get, say, a Debian sid system? > >> I don't really want di

Re: Different Debian for different users

2025-04-26 Thread Stefan Monnier
>> Is there some way to setup a machine such that one user can login into it >> and see a Debian stable system, while another user can log into it (in >> another vty) and get, say, a Debian sid system? >> I don't really want different VMs. > Why don't you want to go down the VMs road? > Just trying

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Brad Rogers
On Sat, 26 Apr 2025 13:06:42 + David wrote: Hello David, >So the issue arose because DMO splits 'handbrake' into 3 packages >(handbrake, handbrake-cli,handbrake-gtk) one of which contains nothing >executable. Whereas Debian uses only 2 packages and puts the GUI >version into the 'handbrake'

Re: Network mounts in /etc/fstab causing service ordering cycle

2025-04-26 Thread Detlef Vollmann
On 4/26/25 00:35, tuxi...@posteo.de wrote: On Friday, April 25, 2025 9:28:49 PM Central European Summer Time Detlef Vollmann wrote: On 4/25/25 19:58, tuxi...@posteo.de wrote: 192.168.0.4:/mnt/hdd /mnt/hdd nfs defaults 0 3 /mnt/hdd/Programme /home/nils/Programs none bind 0 4 This is looking s

Re: How do I start the Handbrake GUI?

2025-04-26 Thread David
On Sat, 26 Apr 2025 at 12:32, Brad Rogers wrote: > On Sat, 26 Apr 2025 12:01:06 + David wrote: > >Because you are running this: > > > > https://www.deb-multimedia.org/dists/testing/main/binary-arm64/package/handbrake > >which is not packaged by Debian. > > Good point, well made. > > I fail

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Brad Rogers
On Sat, 26 Apr 2025 12:01:06 + David wrote: Hello David, >Because you are running this: > > https://www.deb-multimedia.org/dists/testing/main/binary-arm64/package/handbrake >which is not packaged by Debian. Good point, well made. I failed to spot that - because I'm so used to having Debi

Re: How do I start the Handbrake GUI?

2025-04-26 Thread David
On Sat, 26 Apr 2025 at 11:53, Gary Dale wrote: > On 2025-04-26 07:32, Brad Rogers wrote: > > On Fri, 25 Apr 2025 12:15:41 -0400 > > Gary Dale wrote: > >> I'm running Debian/Trixie on an AMD64 system. I recently installed > >> Handbrake but can't figure out how to use it. > > Install handbrake-

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-26 07:32, Brad Rogers wrote: On Fri, 25 Apr 2025 12:15:41 -0400 Gary Dale wrote: Hello Gary, I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. Install handbrake-gtk. The entry for Handbrake should be found in Multimed

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-25 15:22, Eben King wrote: On 4/25/25 12:15, Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the command line program ha

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-25 20:39, David wrote: On Fri, 25 Apr 2025 at 16:55, Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the command line prog

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Brad Rogers
On Fri, 25 Apr 2025 12:15:41 -0400 Gary Dale wrote: Hello Gary, >I'm running Debian/Trixie on an AMD64 system. I recently installed >Handbrake but can't figure out how to use it. Install handbrake-gtk. The entry for Handbrake should be found in Multimedia. -- Regards _ "Valid sig se

Re: How do I start the Handbrake GUI?

2025-04-26 Thread Gary Dale
On 2025-04-25 13:06, Timothy M Butterworth wrote: On Fri, Apr 25, 2025 at 12:55 PM Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma deskto

Re: Different Debian for different users

2025-04-26 Thread john doe
On 4/26/25 03:51, Stefan Monnier wrote: Is there some way to setup a machine such that one user can login into it and see a Debian stable system, while another user can log into it (in another vty) and get, say, a Debian sid system? I don't really want different VMs. > Why don't you want to go

Re: Self compiling entire Bookworm DVD-1

2025-04-26 Thread Javier Barroso
El vie., 25 abr. 2025 21:42, Darac Marjal escribió: > > On 25/04/2025 18:58, tuxi...@posteo.de wrote: > > On Wednesday, April 23, 2025 8:48:01 PM Central European Summer Time > Darac > > Marjal wrote: > >> Do you need the DVD creation, or are you just looking for

Re: EeePC 1001P boot problem

2025-04-26 Thread Hans
Am Samstag, 26. April 2025, 05:02:02 CEST schrieb Russ Puskarcik: > Hi, > I have an ASUS 1001P with Rev 1202 BIOS. It does not recognize the hard > drives boot sector. Apparently ASUS was aware of this and created a > Boot-Tool for Linux that runs on Windows. I can't get that thing to work on > XP

Re: Different Debian for different users

2025-04-25 Thread Stefan Monnier
> How would you run both the Debian Stable and Debian Sid kernels at the same > time without virtualization? I don't need the kernels to be different (in my experience, Debian stable works just fine with a Debian sid kernel, and the reverse is also true most of the time). Stefan

Re: apt update vs. KDE Discover?

2025-04-25 Thread David Wright
On Fri 25 Apr 2025 at 15:29:39 (-), Greg wrote: > On 2025-04-25, David Wright wrote: > >> > >> Considerable extra typing susceptible to error, and as I suffer from a > >> digital deformity, I prefer less to more. > > > > You could read man bash from the line that starts with > > ALIASES >

Re: Different Debian for different users

2025-04-25 Thread Greg Wooledge
On Fri, Apr 25, 2025 at 21:51:47 -0400, Stefan Monnier wrote: > Is there some way to setup a machine such that one user can login into it > and see a Debian stable system, while another user can log into it (in > another vty) and get, say, a Debian sid system? > > I don't really want different VMs

Re: Keyboard stopped working

2025-04-25 Thread Max Nikulin
On 25/04/2025 15:06, John Crawley wrote: I also have that problem occasionally, and the same fix works. But the USB socket is in a rather inconvenient place. The mouse still works on these occasions so a custom menu item to click that ran a command to emulate the unplugging and re-plugging of

Re: PC recommendations for Debian 12

2025-04-25 Thread Timothy M Butterworth
mend a make or model of any kind (mini, desktop, tower > etc) with which they have had good experience (re component compatibility, > storage expandability and especially WiFi) with Debian 12? Any worth > avoiding, particularly? > > I had Fujitsu in mind but it seems they no lo

Re: PC recommendations for Debian 12

2025-04-25 Thread Timothy M Butterworth
On Fri, Apr 25, 2025 at 8:02 PM David Christensen wrote: > On 4/25/25 07:43, Gareth Evans wrote: > > On Fri 25/04/2025 at 02:54, David Christensen > wrote: > > > >> If all you need is an SSH or Samba file server for a SOHO network, most > >> any x86_64 computer built in the last ~15 years can wo

Re: Keyboard stopped working

2025-04-25 Thread John Crawley
On 25/04/2025 18:50, Thomas Schmitt wrote: John Crawley wrote: [...] a command to emulate the unplugging and re-plugging of the keyboard would be nice to have. The internet mentions usbreset(1), available from package "usbutils". But the source code in https://sources.debi

Re: Different Debian for different users

2025-04-25 Thread Timothy M Butterworth
On Fri, Apr 25, 2025 at 9:52 PM Stefan Monnier wrote: > The recent discussion around Xpra reminded me of something much more > limited that I've often wanted: > > Is there some way to setup a machine such that one user can login into it > and see a Debian stable system, while another user can log

Re: apt update vs. KDE Discover?

2025-04-25 Thread David
On Fri, 25 Apr 2025 at 22:44, Lee wrote: > On Fri, Apr 25, 2025 at 12:51 PM Greg Wooledge wrote: > > On Fri, Apr 25, 2025 at 11:33:54 -0400, Lee wrote: > > > > Also, you should quote "$tempf". [...] > > But why take the chance? > You're right - I should be working on the habit of putting quote

Re: How do I start the Handbrake GUI?

2025-04-25 Thread David
On Fri, 25 Apr 2025 at 16:55, Gary Dale wrote: > I'm running Debian/Trixie on an AMD64 system. I recently installed > Handbrake but can't figure out how to use it. > > The issue is that there is no menu entry for it on my Plasma desktop > menu and the command line program has too many options for

Re: apt update vs. KDE Discover?

2025-04-25 Thread Lee
On Fri, Apr 25, 2025 at 12:51 PM Greg Wooledge wrote: > > On Fri, Apr 25, 2025 at 11:33:54 -0400, Lee wrote: > > > Also, you should quote "$tempf". > > > > > > [ -s "$tempf" ] && notify-send ... > > > > is there any way that > > $(mktemp -q --tmpdir=/tmp -t updX) > > would return a 0 status a

Re: Network mounts in /etc/fstab causing service ordering cycle

2025-04-25 Thread tuxifan
On Friday, April 25, 2025 9:28:49 PM Central European Summer Time Detlef Vollmann wrote: > On 4/25/25 19:58, tuxi...@posteo.de wrote: > > 192.168.0.4:/mnt/hdd /mnt/hdd nfs defaults 0 3 > > > > /mnt/hdd/Programme /home/nils/Programs none bind 0 4 > > This is looking suspicious: mounting a local d

Re: Network mounts in /etc/fstab causing service ordering cycle

2025-04-25 Thread tuxifan
On Friday, April 25, 2025 8:03:50 PM Central European Summer Time Greg Wooledge wrote: > You're missing the _netdev flag in your options. I'd start with > that. It's definitely needed for NFS mounts, and I'm guessing you'll > need it for your CIFS mounts also. Hi! Thanks for the idea. I have ad

Re: PC recommendations for Debian 12

2025-04-25 Thread David Christensen
On 4/25/25 07:43, Gareth Evans wrote: On Fri 25/04/2025 at 02:54, David Christensen wrote: If all you need is an SSH or Samba file server for a SOHO network, most any x86_64 computer built in the last ~15 years can work. Hi David, I thought it was still the case that some NICs, for example,

Re: Network mounts in /etc/fstab causing service ordering cycle

2025-04-25 Thread Eben King
On 4/25/25 13:58, tuxi...@posteo.de wrote: Hi! I have added a few lines to /ets/fstab like this: //u271407.your-storagebox.de/backup /mnt/hetzner cifs iocharset=utf8,rw,user=u271407,pass=**,uid=1000,gid=1000,cache=loose 0 3 //192.168.0.4/Root /mnt/rp64-root cifs iocharset=utf8,rw,user=n

Re: Network mounts in /etc/fstab causing service ordering cycle

2025-04-25 Thread Detlef Vollmann
On 4/25/25 19:58, tuxi...@posteo.de wrote: 192.168.0.4:/mnt/hdd /mnt/hdd nfs defaults 0 3 /mnt/hdd/Programme /home/nils/Programs none bind 0 4 This is looking suspicious: mounting a local directory on top of a network mount. Detlef

Re: How do I start the Handbrake GUI?

2025-04-25 Thread Eben King
On 4/25/25 12:15, Gary Dale wrote: I'm running Debian/Trixie on an AMD64 system. I recently installed Handbrake but can't figure out how to use it. The issue is that there is no menu entry for it on my Plasma desktop menu and the command line program has too many options for me to sort thr

Re: Self compiling entire Bookworm DVD-1

2025-04-25 Thread Darac Marjal
On 25/04/2025 18:58, tuxi...@posteo.de wrote: On Wednesday, April 23, 2025 8:48:01 PM Central European Summer Time Darac Marjal wrote: Do you need the DVD creation, or are you just looking for the re-compiled packages? If the latter, perhaps apt-build (https://manpages.debian.org/testing/apt

Re: Network mounts in /etc/fstab causing service ordering cycle

2025-04-25 Thread Greg Wooledge
On Fri, Apr 25, 2025 at 17:58:20 +, tuxi...@posteo.de wrote: > I have added a few lines to /ets/fstab like this: > > //u271407.your-storagebox.de/backup /mnt/hetzner cifs > iocharset=utf8,rw,user=u271407,pass=**,uid=1000,gid=1000,cache=loose 0 3 You're missing the _netdev flag in your op

Re: Self compiling entire Bookworm DVD-1

2025-04-25 Thread tuxifan
On Wednesday, April 23, 2025 8:48:01 PM Central European Summer Time Darac Marjal wrote: > Do you need the DVD creation, or are you just looking for the > re-compiled packages? If the latter, perhaps apt-build > (https://manpages.debian.org/testing/apt-build/apt-build.1.en.html) >

Re: Self compiling entire Bookworm DVD-1

2025-04-25 Thread tuxifan
On Wednesday, April 23, 2025 11:10:29 PM Central European Summer Time Tim Woodall wrote: > Hope the op has a lot of computing resources... Well, only a single computer, but do you think this would suffice? Processors: 32 × AMD Ryzen 9 7950X 16-Core Processor Memory: 62.5 GiB of RAM Thank you

Re: Self compiling entire Bookworm DVD-1

2025-04-25 Thread tuxifan
On Wednesday, April 23, 2025 2:30:45 PM Central European Summer Time to...@tuxteam.de wrote: > For a more Debian specific link, see > > https://wiki.debian.org/DebianBootstrap > > Cheers Yes! This is exactly what I was looking for! Thank you :-)

Re: apt update vs. KDE Discover?

2025-04-25 Thread Greg Wooledge
On Fri, Apr 25, 2025 at 11:33:54 -0400, Lee wrote: > > Also, you should quote "$tempf". > > > > [ -s "$tempf" ] && notify-send ... > > is there any way that > $(mktemp -q --tmpdir=/tmp -t updX) > would return a 0 status and a filename with embedded spaces .. or with > anything that would req

Re: Xpra

2025-04-25 Thread Mario Marietto
>You do not need Xpra for that: normal X11 over TCP on the network of the >VM is enough. >Xpra would bring you the ability to detach apps on a per-VM basis, from >the real display, but compared to just hiding the windows it only saves >a small handful of resources on the display, and costs more re

Re: How do I start the Handbrake GUI?

2025-04-25 Thread Timothy M Butterworth
On Fri, Apr 25, 2025 at 12:55 PM Gary Dale wrote: > I'm running Debian/Trixie on an AMD64 system. I recently installed > Handbrake but can't figure out how to use it. > > The issue is that there is no menu entry for it on my Plasma desktop > menu and the command line program has too many options

Re: apt update vs. KDE Discover?

2025-04-25 Thread Lee
On Fri, Apr 25, 2025 at 10:50 AM Greg Wooledge wrote: > > Just a few notes: thanks for the feedback! > On Fri, Apr 25, 2025 at 10:39:58 -0400, Lee wrote: > > #!/bin/bash > > # see if there are any Debian updates and pop-up a notice if there are > > > > # needs an /etc/sudoers.d/adm-apt-privs that

Re: apt update vs. KDE Discover?

2025-04-25 Thread Greg
On 2025-04-25, David Wright wrote: >> >> Considerable extra typing susceptible to error, and as I suffer from a >> digital deformity, I prefer less to more. > > You could read man bash from the line that starts with > ALIASES Yes, but my original objection to the utility of 'apt --list upgra

Re: systemd misses services

2025-04-25 Thread David Wright
On Fri 25 Apr 2025 at 09:24:14 (-0400), Haines Brown wrote: > I did a new install of debian and find that exim and spamassassin are not > recognized > services. That is, in /etc/systemd/system/ exim and spanassassin are not > listed. > > So when I do > > # systemctl start exim.service > RR

Re: Xpra

2025-04-25 Thread Dan Ritter
Mario Marietto wrote: > ->Thanks. But a full desktop is definitely what I do not want. This is the > great thing about Xpra: like the good old remote X11, but fast and > detachable. > > Exactly. A whole new Linux distro can be made following your approach. The > distro that I have had in mind sin

Re: Gnome to XFCE

2025-04-25 Thread David Wright
t; > > > systemctl set-default multi-user.target > > > > When ready, the gui can be (re)enabled with: > > > > systemctl set-default graphical.target That looks better. As a non-DE user, my graphical target is empty but for udisks2.service, so I tend to over

Re: apt update vs. KDE Discover?

2025-04-25 Thread Greg Wooledge
Just a few notes: On Fri, Apr 25, 2025 at 10:39:58 -0400, Lee wrote: > #!/bin/bash > # see if there are any Debian updates and pop-up a notice if there are > > # needs an /etc/sudoers.d/adm-apt-privs that has > # Cmnd_AliasADM_COMMANDS = /usr/bin/apt update > # %adm ALL = (root)

Re: apt update vs. KDE Discover?

2025-04-25 Thread David Wright
On Fri 25 Apr 2025 at 14:23:52 (-), Greg wrote: > On 2025-04-25, Lee wrote: > >> > >> I never run 'apt list --upgradable' because 'apt upgrade' shows the same > >> info, while offering the chance to say no. > > > > ^shrug^ > > it's harder to fuck up 'apt list --upgradable' if all you want is a

Re: PC recommendations for Debian 12

2025-04-25 Thread Gareth Evans
On Fri 25/04/2025 at 02:54, David Christensen wrote: > If all you need is an SSH or Samba file server for a SOHO network, most > any x86_64 computer built in the last ~15 years can work. Hi David, I thought it was still the case that some NICs, for example, weren't supported. Is that a thi

Re: apt update vs. KDE Discover?

2025-04-25 Thread Lee
On Fri, Apr 25, 2025 at 10:24 AM Greg wrote: > > On 2025-04-25, Lee wrote: > >> > >> I never run 'apt list --upgradable' because 'apt upgrade' shows the same > >> info, while offering the chance to say no. > > > > ^shrug^ > > it's harder to fuck up 'apt list --upgradable' if all you want is a > > l

Re: Xpra

2025-04-25 Thread Nicolas George
Mario Marietto (HE12025-04-25): > Exactly. A whole new Linux distro can be made following your approach. The > distro that I have had in mind since ages. A Linux distro that acts as a > main box with a lot of little boxes inside. Each one is a vm with a > different OS (FreeBSD,NetBSD,OpenBSD and so

Re: apt update vs. KDE Discover?

2025-04-25 Thread Greg
On 2025-04-25, Lee wrote: >> >> I never run 'apt list --upgradable' because 'apt upgrade' shows the same >> info, while offering the chance to say no. > > ^shrug^ > it's harder to fuck up 'apt list --upgradable' if all you want is a > list of what updates are available, but whatever works for you.

Re: systemd misses services

2025-04-25 Thread The Wanderer
On 2025-04-25 at 09:24, Haines Brown wrote: > I did a new install of debian and find that exim and spamassassin > are not recognized services. That is, in /etc/systemd/system/ exim > and spanassassin are not listed. Did you install the packages for them? I'm not sure about exim, but I'm fairly co

Re: apt update vs. KDE Discover?

2025-04-25 Thread Lee
On Fri, Apr 25, 2025 at 10:08 AM Greg wrote: > > On 2025-04-24, Lee wrote: > > > > "apt update" just gets the latest package info > > "apt list --upgradable" shows you what packages have updates > > I never run 'apt list --upgradable' because 'apt upgrade' shows the same > info, while offering the

Re: apt update vs. KDE Discover?

2025-04-25 Thread Greg
On 2025-04-24, Lee wrote: > > "apt update" just gets the latest package info > "apt list --upgradable" shows you what packages have updates I never run 'apt list --upgradable' because 'apt upgrade' shows the same info, while offering the chance to say no.

Re: systemd misses services

2025-04-25 Thread Virgo Pärna
On 25.04.2025 16:24, Haines Brown wrote: I did a new install of debian and find that exim and spamassassin are not recognized services. That is, in /etc/systemd/system/ exim and spanassassin are not listed. So when I do # systemctl start exim.service RROR:systemctl:Unit exim.service coul

Re: Xpra

2025-04-25 Thread Mario Marietto
->Thanks. But a full desktop is definitely what I do not want. This is the great thing about Xpra: like the good old remote X11, but fast and detachable. Exactly. A whole new Linux distro can be made following your approach. The distro that I have had in mind since ages. A Linux distro that acts a

Re: Xpra

2025-04-25 Thread Loïc Grenié
On Fri 25 Apr 2025 at 04:37, Antonio Russo wrote: > On 2025-04-24 15:27, Michael Stone wrote: > > yes, xpra has been in bad shape for a while, but nobody seemed to care > enough to fix it > > No quite! Anyone can check out my PR [1] that gets it working with 6.0. > > I stopped tracking upstream fo

Re: Xpra

2025-04-25 Thread Nicolas George
Frank Guthausen (HE12025-04-25): > Maybe it is overkill for what you want, but you can use x2go to > have this kind of remote ressource usage for an entire desktop. Thanks. But a full desktop is definitely what I do not want. This is the great thing about Xpra: like good old remote X11, but fast a

Re: Xpra

2025-04-25 Thread Frank Guthausen
On Thu, 24 Apr 2025 23:05:41 +0200 Nicolas George wrote: > > That include Xpra, a X11 server proxy where you do: > > xpra --start-child=firefox --exit-with-children start ssh:ssecem:15 > > a[...] > > Do anybody know another tool with the same features, still packages > for Trixie? Maybe it is

Re: R: R: R: R: Grub problem

2025-04-25 Thread Frank Guthausen
On Thu, 24 Apr 2025 20:41:41 + Pier Antonio Corradini wrote: > > sudo pvcreate /dev/md0 (made /dev/md0) > sudo vgcreate myvg /dev/md0 (made Volume Group VG) > sudo lvcreate -L 50G -n lv_root myvg (made a logical volume lv_root, > 50 GB) > sudo mkfs.ext4 /dev/myvg/lv_root (made filesystem on l

Re: Keyboard stopped working

2025-04-25 Thread Jeremy Nicoll
On Fri, 25 Apr 2025, at 09:06, John Crawley wrote: > I also have that problem occasionally, and the same fix works. But the > USB socket is in a rather inconvenient place. So, run a USB extension cable from there to an accessible place? Extension cables are also a good way to protect oft-used s

Re: Keyboard stopped working

2025-04-25 Thread Thomas Schmitt
Hi, John Crawley wrote: > [...] a command to emulate the > unplugging and re-plugging of the keyboard would be nice to have. The internet mentions usbreset(1), available from package "usbutils". But the source code in https://sources.debian.org/src/usbutils/1%3A018-2/usbreset.

Re: Keyboard stopped working

2025-04-25 Thread John Crawley
n plug it back in and the keyboard works again. I also have that problem occasionally, and the same fix works. But the USB socket is in a rather inconvenient place. The mouse still works on these occasions so a custom menu item to click that ran a command to emulate the unplugging and re-pluggi

  1   2   3   4   5   6   7   8   9   10   >