Re: MS Dynamics AX-NAV-SL-GP Customers List

2025-08-12 Thread Brad Bowen
Hello Debian, I am interested in your Microsoft GP users list. I am looking for individual unique companies with the CFO or financial officer contact for companies in the US with 20 mill in sales or above. Can you help me with this request? Thank You, Brad Bowen 972-207-1115

Re: virtual terminal mouse pointer color

2025-08-12 Thread tomas
On Tue, Aug 12, 2025 at 05:29:24PM -0500, Mike McClain wrote: > I've searched 'man gpm', 'man setterm' but found nothing relating to > pointer color on a text teminal. That depends on your window system *and* on your terminal. For X and xterm, respectively, there is an X resource, pointerColor, y

Re: gftp-gtk disappeared from trixie ?

2025-08-12 Thread David
On Wed, 13 Aug 2025 at 04:00, David wrote: > On Tue, 12 Aug 2025 at 22:23, Gerard ROBIN wrote: > > has gftp-gtk disappeared permanently from trixie? > Hi, I think the answer is yes. I do not know anything about this package > except what I have written here. > > After bookworm, the source packa

Re: gftp-gtk disappeared from trixie ?

2025-08-12 Thread David
On Tue, 12 Aug 2025 at 22:23, Gerard ROBIN wrote: > has gftp-gtk disappeared permanently from trixie? Hi, I think the answer is yes. I do not know anything about this package except what I have written here. After bookworm, the source package 'gftp' does not build the binary package ''gftp-gtk'

Re: recognizing an xterm running only bash from the CLI

2025-08-12 Thread Mike McClain
On Mon, Aug 11, 2025 at 04:23:36PM +0200, Nicolas George wrote: > So this was a XY problem. If you say so but I don't see it that way. > Do not try to guess which terminal is running ???only bash???, have the I wasn't trying to guess and you gave me the answer, Thank You. > Before bash: xterm

Re: The backup GPT table is corrupt

2025-08-12 Thread David Christensen
On 8/12/25 14:31, mick.crane wrote: On 2025-08-12 16:20, Thomas Schmitt wrote: Hi, mick.crane wrote: 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 060 8e 4b f9 0d 00 00

Re: UVR5 not working after upgrade to Debian 13

2025-08-12 Thread Greg Wooledge
On Wed, Aug 13, 2025 at 07:21:47 +0700, Budi Janto wrote: > On 8/12/25 8:22 PM, Greg Wooledge wrote: > > On Tue, Aug 12, 2025 at 19:57:37 +0700, Budi Janto wrote: > > > from tkinter import tix > > > ImportError: cannot import name 'tix' from 'tkinter' > > > (/usr/lib/python3.13/tkinter/__init_

Re: UVR5 not working after upgrade to Debian 13

2025-08-12 Thread Budi Janto
On 8/12/25 8:22 PM, Greg Wooledge wrote: On Tue, Aug 12, 2025 at 19:57:37 +0700, Budi Janto wrote: Hi, I need help to run UVR5 (https://github.com/Anjok07/ultimatevocalremovergui/releases/tag/v5.6) always get stuck requirement py packages. $ ~/UVR5$ ./uvr-startup.sh Traceback (most recent call

Re: The backup GPT table is corrupt

2025-08-12 Thread David Christensen
On 8/12/25 01:22, mick.crane wrote: The BIOS is like 12 years old. The boot list option has UEFI checked Okay. Please check and post the Setup settings for the disk drive. Please run and post: # gdisk -l /dev/sda The boot sequence has debian bookworm UEFI Hard Drive all checked. the

virtual terminal mouse pointer color

2025-08-12 Thread Mike McClain
I've searched 'man gpm', 'man setterm' but found nothing relating to pointer color on a text teminal. I've searched the web for 'mouse color', 'pointer color' and anything I could think of for a couple of hours only to only find how to change the pointer in Xm mostly using 'Gnome tweeks' or somethi

gftp-gtk disappeared from trixie ?

2025-08-12 Thread Gerard ROBIN
Hello, has gftp-gtk disappeared permanently from trixie? Thanks. -- Gerard __ ** Created with Mutt 2.2.13 under Debian Linux TRIXIE **

Re: The backup GPT table is corrupt

2025-08-12 Thread mick.crane
On 2025-08-12 16:20, Thomas Schmitt wrote: Hi, mick.crane wrote: 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42 10

Re: Can/should I delete /tmp partition?

2025-08-12 Thread Andy Smith
Hi, On Mon, Aug 11, 2025 at 06:23:31PM -0400, Default User wrote: > I am not actually having any problem,  > the system seems to be working okay. All I can see is people making ominous warnings about, "the system might be under more memory pressure", which I don't find at all compelling. But if

Re: The backup GPT table is corrupt

2025-08-12 Thread Nicolas George
Thomas Schmitt (HE12025-08-12): > I wrote my own dumper for inspecting binary data only to learn that > od can meanwhile put out multiline dumps: In case people do not know it, there is also xxd, that comes with Vim (but is packaged separately). It has the interesting feature of having a reverse m

Re: The backup GPT table is corrupt

2025-08-12 Thread Thomas Schmitt
Hi, Phako wrote: > > More over, the sector has not the expected size of 512B but 4096B Nicolas George wrote: > in octal, 0001000 means 512. After all "od" means "octal dump". One has to use "-t x1" to get single hex bytes. This option might even stem from this century. Regrettably https://pub

[SOLVED] Re: debian-trixie: Issues with X

2025-08-12 Thread Hans
> > If someone knows a solution or can help or want me to test, whatever, I will > be very happy! > > > Thank you for reading this! I will keep you informed, after I get a new > harddrive next week. > > > Best regards > > > Hans > > > > > > > > [1] https://bugs.kde.org/show_bu

Re: The backup GPT table is corrupt

2025-08-12 Thread Phako
Le 12/08/2025 à 19:57, Nicolas George a écrit : Phako (HE12025-08-12): 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42 0

Re: The backup GPT table is corrupt

2025-08-12 Thread Phako
Le 12/08/2025 à 19:57, Nicolas George a écrit : Phako (HE12025-08-12): 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42 0

Two trixie bugs, one possibly a graphics bug

2025-08-12 Thread Charles Curley
I run XFCE, and with it xfce4-terminal. On an elderly laptop, when I try to launch it from the main menu (Applications -> Terminal Emulator), I get a pop-up window which informs me "Failed to execute default Terminal Emulator. Input/output error." The file /usr/share/applications/xfce4-terminal-em

Re: The backup GPT table is corrupt

2025-08-12 Thread Nicolas George
Phako (HE12025-08-12): > > 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 > > 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00 > > 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 > > 060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42 > > 100 92 1b 04 bd a9 9e 80 8b

Re: The backup GPT table is corrupt

2025-08-12 Thread Phako
root@courgette:/home/mick# dd bs=512 count=1 if=/dev/sda skip=234441647 | \ od -t x1 >/tmp/gpt_backup_header.hex 1+0 records in 1+0 records out 512 bytes copied, 4.4058e-05 s, 11.6 MB/s root@courgette:/home/mick# /tmp/gpt_backup_header.hex 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00

Re: ffmpeg hanging if input stream dies on Debian 12

2025-08-12 Thread Andrew Wood
On 12/08/2025 13:30, Andrew Wood wrote: On Debian 11 and earlier if I ran ffmpeg to capture a stream from a camera using rtsp it would close the file and exit if the stream died at the transmitting end or due to a network failure. Since upgrading to Debian 12 ffmpeg now just hangs indefinatel

Kerberos: Is cross realm ssh authentication working in Debian?

2025-08-12 Thread Nick
Does anyone know if cross realm ssh gss authentication is working in Debian 13? I'm testing the included krb5-kdc 1.21.3 and OpenSSH 10.0p2. Cross realm authentication works for a NFSv4 sec=krb5p share, however only *current realm* authentication works for ssh. I try to ssh cross realm, enabling K

Trixie, problem with audio

2025-08-12 Thread sk...@anakin.se
Hi, I've got two thinkpads T14 gen 2 laptops. One runs bookworm and the other trixie. The bookworm runs great. On trixie I've noticed some errors in journal "pipewire[1763]: spa.alsa: hw:sofhdadspp: (750 suppressed) snd_pcm_avail after recover: Broken pipe" It does help if I restart like "systemc

Re: The backup GPT table is corrupt

2025-08-12 Thread Thomas Schmitt
Hi, mick.crane wrote: > 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 > 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00 > 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 > 060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42 > 100 92 1b 04 bd a9 9e 80 8b 8f 4b f9 0

Re: GameSir-G7 idle disconnect

2025-08-12 Thread Max Nikulin
On 12/08/2025 19:07, Thomas Southerland wrote: Aug 12 07:30:49 tas kernel: usb 3-2: USB disconnect, device number 9 Aug 12 07:30:51 tas kernel: usb 3-2: new full-speed USB device number 10 using xhci_hcd As soon as the device is no longer kept open, it starts up again: Shooting dark: may it

Re: How do I reinstall grub-efi?

2025-08-12 Thread Hans
Am Montag, 11. August 2025, 23:26:15 Mitteleuropäische Sommerzeit schrieb > Any ideas on either problem? Reading this, I had a similar problem somewhere in the past. In my case it was, that the UUID in /etc/fstab where wrong. Could be fixed by reading the ouput of "blkid" command and edit fstab

Re: How do I reinstall grub-efi?

2025-08-12 Thread Gary Dale
On 2025-08-12 08:10, Max Nikulin wrote: On 12/08/2025 04:26, gary wrote: I gave up and resigned myself to a clean install of Debian 13. However that also failed to provide any relief, as grub refused to install on the boot device. Is NVRAM boot entries on your headless machine points to prope

Re: UVR5 not working after upgrade to Debian 13

2025-08-12 Thread Greg Wooledge
On Tue, Aug 12, 2025 at 19:57:37 +0700, Budi Janto wrote: > Hi, > > I need help to run UVR5 > (https://github.com/Anjok07/ultimatevocalremovergui/releases/tag/v5.6) > always get stuck requirement py packages. > > $ ~/UVR5$ ./uvr-startup.sh > Traceback (most recent call last): > File "/home/user

UVR5 not working after upgrade to Debian 13

2025-08-12 Thread Budi Janto
Hi, I need help to run UVR5 (https://github.com/Anjok07/ultimatevocalremovergui/releases/tag/v5.6) always get stuck requirement py packages. $ ~/UVR5$ ./uvr-startup.sh Traceback (most recent call last): File "/home/user1/UVR5/UVR.py", line 42, in from gui_data.tkinterdnd2 import Tkinte

Re: Laptop charge thresholds

2025-08-12 Thread Titus Newswanger
On 8/12/25 2:16 AM, Nick wrote: My Dell 5320 laptop ignore its battery charge thresholds. It charges above the stop threshold and continues charging until I disconnect AC power. So it charges all the time the power is plugged in... Possible hardware failure of the charging circuitry? I'm not

Re: The backup GPT table is corrupt

2025-08-12 Thread mick.crane
On 2025-08-12 11:19, Thomas Schmitt wrote: Hi, mick.crane wrote: root@courgette:/home/mick# gdisk /dev/sda ... Caution: invalid backup GPT header, but valid main header; regenerating backup header from main header. ... OK; writing new GUID partition table (GPT) to /dev/sda. ... The operation

ffmpeg hanging if input stream dies on Debian 12

2025-08-12 Thread Andrew Wood
On Debian 11 and earlier if I ran ffmpeg to capture a stream from a camera using rtsp it would close the file and exit if the stream died at the transmitting end or due to a network failure. Since upgrading to Debian 12 ffmpeg now just hangs indefinately if the stream dies. Is this a change in

Re: How to _display_ disk partition info?

2025-08-12 Thread Max Nikulin
On 12/08/2025 09:30, Jeffrey Walton wrote: Red Hat has a pretty good article about stable names for disks [1]. Debian's page is not as good [2]. [1] 

Re: How do I reinstall grub-efi?

2025-08-12 Thread Max Nikulin
On 12/08/2025 04:26, gary wrote: I gave up and resigned myself to a clean install of Debian 13. However that also failed to provide any relief, as grub refused to install on the boot device. Is NVRAM boot entries on your headless machine points to proper partitions (efibootmgr -v)? Do you s

Re: GameSir-G7 idle disconnect

2025-08-12 Thread Thomas Southerland
On 8/12/25 6:22 AM, Thomas Schmitt wrote: Hi, Thomas Southerland wrote: I'm running debian sid and purchased a wired usb game controller for gaming. The controller configures fine when plugged in and works using lutris flatpak without issue. When not in use, it constantly disconnects and recon

Re: Security: Be careful with StarDict!

2025-08-12 Thread Max Nikulin
On 08/08/2025 20:29, Vincent Lefevre wrote: On 2025-08-07 18:52:47 +0700, Max Nikulin wrote: On 06/08/2025 10:18, Vincent Lefevre wrote: Note that passwords can easily be leaked. I see, earlier I even mentioned protocol that allows clipboard manager to ignore text copied by password managers

Re: GameSir-G7 idle disconnect

2025-08-12 Thread Thomas Schmitt
Hi, Thomas Southerland wrote: > I'm running debian sid and purchased a wired usb game controller for gaming. > The controller configures fine when plugged in and works using lutris > flatpak without issue. > When not in use, it constantly disconnects and reconnects: > Aug 11 06:03:47 tas kernel: u

Re: The backup GPT table is corrupt

2025-08-12 Thread Thomas Schmitt
Hi, mick.crane wrote: > root@courgette:/home/mick# gdisk /dev/sda > ... > Caution: invalid backup GPT header, but valid main header; regenerating > backup header from main header. > ... > OK; writing new GUID partition table (GPT) to /dev/sda. > ... > The operation has completed successfully. > ..

Re: can not install debian on vivobook

2025-08-12 Thread didier gaumet
Le 12/08/2025 à 08:44, brulirh a écrit : hello i can not install debian 12 on the laptop asus vivobook X1607Q with a usb key well it start the install menu but instead of installing it shut down the computer and start in windows any solution? i have already many times look on the web but n

Re: can not install debian on vivobook

2025-08-12 Thread Geert Stappers
On Tue, Aug 12, 2025 at 08:44:12AM +0200, brulirh wrote: > hello Hello, > i can not install debian 12 on the laptop asus vivobook X1607Q with a usb > key > > well it start the install menu but instead of installing it shut down the > computer and start in windows Might, **MIGHT**, be a cras

Re: The backup GPT table is corrupt

2025-08-12 Thread mick.crane
On 2025-08-12 05:50, David Christensen wrote: On 8/11/25 17:35, mick.crane wrote: I thought I might upgrade to Trixie. This bookworm install I think I let the installer decide what to do. I don't really understand EFI and GPT, I might have done but I've forgotten. Take a look at your BIOS/EU

Laptop charge thresholds

2025-08-12 Thread Nick
My Dell 5320 laptop ignore its battery charge thresholds. It charges above the stop threshold and continues charging until I disconnect AC power. In bookworm, I tried the smbios-battery-ctl command included in the smbios-utils package. In trixie, smbios-utils has been removed but tlp claims to d