Serial Connection in Debian 9 Moxa Device

2024-05-14 Thread Faisal Akhtar
Hello Debian Team, We are using Linux Debain 9 in our moxa devices. we are connected in a network where we connect with our moxa device via ssh and run the commands with Gauge ip and port and get Data. Now I'm Facing issue from 2, 3 weeks to connect the moxa using ssh and then connect to the

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-17 Thread Roger Price
On Mon, 17 Jul 2023, to...@tuxteam.de wrote: On Sun, Jul 16, 2023 at 03:21:06PM -0400, Timothy M Butterworth wrote: Do you have TCP wrappers installed and running? Please post the output of: `less /etc/hosts.allow` `less /etc/hosts.deny` tcpwrappers would lead to a connection refused, not a

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 03:21:06PM -0400, Timothy M Butterworth wrote: [...] > Do you have TCP wrappers installed and running? Please post the output > of: `less > /etc/hosts.allow` `less /etc/hosts.deny` tcpwrappers would lead to a connection refused, not a timeout. Cheers -- t

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Timothy M Butterworth
probable,but hey) it's sshd config. > > Here is netstat -antp on one of the Debian 9 machines where I am currently > logged in locally as root via ssh. > > Active Internet connections (servers and established) > Proto Recv-Q Send-Q Local AddressForeign Address State >

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
destination 1ufw-before-logging-input all -- 0.0.0.0/0 0.0.0.0/0 So I would guess ufw. That's what I thought, but there is no ufw in this Debian 9 machine. So I had to do some archaeology. It took me a while to discover that long ago this machine ran openSuSE 12.2 and was directly

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Anssi Saari
Roger Price writes: > Does the style of comment give a clue to the tool used ? Earlier you posted a list of firewall rules like this: iptables -L -n --line-numbers reports Chain INPUT (policy ACCEPT) num targetprot opt source destination 1

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Klaus Singvogel
Roger Price wrote: > After the restart, I tried to ssh from Debian 11 to that Debian 9 machine > > rprice@titan ~ ssh -v rprice@kananga > ssh: connect to host kananga port 22: Connection timed out > > So it's something else? Roger Sorry, but I didn't follow the whole thre

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Nicolas George
mick.crane (12023-07-16): > I'd compare the public key of you at 11 to what's in the authorized_keys on > 9. > and what's in known_hosts. > and what's in the sshd config file on 9 about "Listen" > after that I dunno. Oh, please stop. The symptoms do not point to issues with the key AT ALL and the

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread mick.crane
On 2023-07-16 10:53, Roger Price wrote: On Sun, 16 Jul 2023, mick.crane wrote: did you try to ssh to the ip address? I vaguely remember something to do with the keys where I could ssh by number but not name. I ssh from Debian 11 to Debian 9 : rprice@titan ~ ssh rprice@192.168.1.13 ssh

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, mick.crane wrote: did you try to ssh to the ip address? I vaguely remember something to do with the keys where I could ssh by number but not name. I ssh from Debian 11 to Debian 9 : rprice@titan ~ ssh rprice@192.168.1.13 ssh: connect to host 192.168.1.13 port 22

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread mick.crane
On 2023-07-16 09:28, Roger Price wrote: On Sun, 16 Jul 2023, mick.crane wrote: Can you ping the problem machine by name? rprice@titan ~ ping -c2 kananga PING kananga (192.168.1.16) 56(84) bytes of data. 64 bytes from kananga (192.168.1.16): icmp_seq=1 ttl=64 time=1.38 ms 64 bytes from

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 11:03:52AM +0200, Roger Price wrote: [...] > On a Debian 9 machine I typed the commands > > iptables -F > iptables -X > iptables -P INPUT ACCEPT > iptables -P FORWARD ACCEPT > iptables -P OUTPUT ACCEPT > > and then _immediately_ atte

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, to...@tuxteam.de wrote: On Sun, Jul 16, 2023 at 09:39:35AM +0200, Roger Price wrote: I tried to clear out the existing firewall on a Debian 9 machine with the commands This would be a good time to try ssh :-) But before chasing that culprit it'd be nice to know we

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, mick.crane wrote: Can you ping the problem machine by name? rprice@titan ~ ping -c2 kananga PING kananga (192.168.1.16) 56(84) bytes of data. 64 bytes from kananga (192.168.1.16): icmp_seq=1 ttl=64 time=1.38 ms 64 bytes from kananga (192.168.1.16): icmp_seq=2 ttl=64

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 09:07:03AM +0100, mick.crane wrote: [...] > Can you ping the problem machine by name? > mick No, it isn't a name resolution issue. The original "ssh -v" output, which I re-quote here shows that clearly: | rprice@kananga:~$ ssh -v rprice@maria | OpenSSH_7.4p1

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread mick.crane
in. In my Debian 9 and 11 boxes I see in /etc/ssh/sshd_config "PermitRootLogin yes" by default, and by default local and remote root login is possible. Roger Can you ping the problem machine by name? mick

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 03:46:06PM +0800, jeremy ardley wrote: > > On 16/7/23 15:39, Roger Price wrote: > > So it's something else?  Roger > > > Have you checked /etc/ssh/sshd_config on the target to see if it is actually > listening on port 22? You can also use netstat to see listening ports

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
imed out > > > > A timeout is an ENTIRELY different symptom, and when combined with > > "but I can ping the remote", it means a firewall is involved. Every > > time. > > I tried to clear out the existing firewall on a Debian 9 machine with the > commands &g

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread jeremy ardley
On 16/7/23 15:39, Roger Price wrote: So it's something else?  Roger Have you checked /etc/ssh/sshd_config on the target to see if it is actually listening on port 22? You can also use netstat to see listening ports and processes Second is to check the /etc/ssh/ssh_config on the

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
emote", it means a firewall is involved. Every time. I tried to clear out the existing firewall on a Debian 9 machine with the commands iptables -F iptables -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -L -n --line-numbers reports C

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Jeffrey Walton
bian's ssh configuration stops root from logging in. > > In my Debian 9 and 11 boxes I see in /etc/ssh/sshd_config "PermitRootLogin > yes" > by default, and by default local and remote root login is possible. $ cat /etc/ssh/sshd_config.d/20-no_root_login.conf PermitRootLogin no Also see https://wiki.debian.org/SSH . Jeff

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread Roger Price
On Sun, 16 Jul 2023, Intense Red wrote: Are you trying to ssh into the box as the root user? I do not ssh into remote boxes as root; I use ssh to root only within the box. If so, remember Debian's ssh configuration stops root from logging in. In my Debian 9 and 11 boxes I see in /etc

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-16 Thread tomas
On Sun, Jul 16, 2023 at 12:47:43AM -0500, Intense Red wrote: >Are you trying to ssh into the box as the root user? If so, remember > Debian's ssh configuration stops root from logging in. The ssh -v tells another story: the port isn't even open. If this were root being rejected, it would

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
> > probable,but hey) it's sshd config. > > Here is netstat -antp on one of the Debian 9 machines where I am currently > logged in locally as root via ssh. > > Active Internet connections (servers and established) > Proto Recv-Q Send-Q Local AddressForeign Address Sta

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, to...@tuxteam.de wrote: @Roger: what does "sudo ss -antp" (or "netstat -antp") say? Is sshd listening on 0.0.0.0:22? Then it's firewall, otherwise (not very probable,but hey) it's sshd config. Here is netstat -antp on one of the Debian 9 machines

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
On Sat, Jul 15, 2023 at 11:12:23AM -0400, Greg Wooledge wrote: > On Sat, Jul 15, 2023 at 11:59:33AM +0200, Roger Price wrote: > > rprice@kananga:~$ ssh -v rprice@maria > > OpenSSH_7.4p1 Debian-10+deb9u2, OpenSSL 1.0.2l 25 May 2017 > > debug1: Reading configuration data /etc/ssh/ssh_config > >

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
On Sat, Jul 15, 2023 at 07:31:51AM -0400, Timothy M Butterworth wrote: > On Sat, Jul 15, 2023 at 7:23 AM Roger Price wrote: > > > On Sat, 15 Jul 2023, Timothy M Butterworth wrote: > > > > > On Sat, Jul 15, 2023 at 7:12 AM Roger Price > > wrote: > > >

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Nicolas George
Greg Wooledge (12023-07-15): > A timeout is an ENTIRELY different symptom, and when combined with > "but I can ping the remote", it means a firewall is involved. Every > time. It can on occasion be a MTU black hole. But I am nitpicking and you are almost certainly right here. Regards, --

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Greg Wooledge
On Sat, Jul 15, 2023 at 11:59:33AM +0200, Roger Price wrote: > rprice@kananga:~$ ssh -v rprice@maria > OpenSSH_7.4p1 Debian-10+deb9u2, OpenSSL 1.0.2l 25 May 2017 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: /etc/ssh/ssh_config line 19: Applying options for * > debug1:

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Timothy M Butterworth
On Sat, Jul 15, 2023 at 7:23 AM Roger Price wrote: > On Sat, 15 Jul 2023, Timothy M Butterworth wrote: > > > On Sat, Jul 15, 2023 at 7:12 AM Roger Price > wrote: > > > > The two debian 9 machines can ssh to themselves. > > > > Can you SSH from one De

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, Timothy M Butterworth wrote: On Sat, Jul 15, 2023 at 7:12 AM Roger Price wrote: The two debian 9 machines can ssh to themselves. Can you SSH from one Debian 9 to the other Debian 9? No. I can ping, but I cannot ssh. The ssh hangs after "Connecting to

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Timothy M Butterworth
On Sat, Jul 15, 2023 at 7:12 AM Roger Price wrote: > On Sat, 15 Jul 2023, to...@tuxteam.de wrote: > > To sort out the possible things: > > - log in to maria > > - try "ssh rprice@localhost": what happens? > > The two debian 9 machines can ssh to themsel

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, to...@tuxteam.de wrote: To sort out the possible things: - log in to maria - try "ssh rprice@localhost": what happens? The two debian 9 machines can ssh to themselves. - if it works, there's an ssh daemon running on maria; next to check would be - is it

RE: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, Ming Kuang wrote: Are you using any firewall rules? The phenomenon you describe is very much like a firewall blocking connections to these ports (you can connect out, can't connect in). Thanks for the suggestion. The two Debian 9 machines have customising firewall

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread tomas
On Sat, Jul 15, 2023 at 11:59:33AM +0200, Roger Price wrote: > I have three Debian machines on a 192.168.1/24 WiFi network. One is debian > 11 and the two others are debian 9. The network is connected, I can ping > from any machine to any other. > > The problem is that I can ssh fr

Re: Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
On Sat, 15 Jul 2023, Roger Price wrote: Sorry, a formatting problem. Let's hope this is clearer _ The debian 9 machines are listening on ports 22 and 3493: root@maria ~ netstat -pnlt Active Internet connections

Unable to ssh to Debian 9 from 9 or 11

2023-07-15 Thread Roger Price
I have three Debian machines on a 192.168.1/24 WiFi network. One is debian 11 and the two others are debian 9. The network is connected, I can ping from any machine to any other. The problem is that I can ssh from the debian 9's to the debian 11, but not to any debian 9, although all

Re: Debian 9 stretch - ebtables package

2023-05-15 Thread Andy Smith
Hi, On Mon, May 15, 2023 at 08:11:50PM +0530, amit agari wrote: > Has ebtables package been removed from Debian 9 stretch distribution? stretch is EOL so the entire distribution has been "removed" to archive.debian.org. But after putting archive.debian.org in your /etc/apt/sou

Re: Debian 9 stretch - ebtables package

2023-05-15 Thread David Wright
On Mon 15 May 2023 at 20:11:50 (+0530), amit agari wrote: > Has ebtables package been removed from Debian 9 stretch distribution? http://archive.debian.org/debian/pool/main/e/ebtables/ appears to have ebtables_2.0.10.4-3.5+b1_amd64.deb which is probably what you're looking for. Cheers, David.

Debian 9 stretch - ebtables package

2023-05-15 Thread amit agari
Hi, Has ebtables package been removed from Debian 9 stretch distribution? Regards

Re: Recherche iso strech (debian 9)

2023-04-04 Thread Erwann Le Bras
bonjour Je doute que ce soit lié à la version de Debian : j'ai Debian 11 installé sur un Dell Inspiron 1524  et un Samsung NC10. LXDE sert l'interface graphique. Ça tourne, sans être forcément rapide. Le 29/03/2023 à 14:55, Norbert Ponce a écrit : Bonjour, Je suis à la recherche d'une strech

[Résolu] Recherche iso strech (debian 9)

2023-03-29 Thread Norbert Ponce
Merci à tous. Le 29/03/2023 à 15:07, Plapla a écrit : Le 29/03/2023 à 14:55, Norbert Ponce a écrit : Bonjour, Je suis à la recherche d'une strech 9 pour la réinstaller sur un vieux Toshiba Satellite P 500. J'ai tenté une version 10 mais il y a trop de problèmes (manque de mémoire?). Après

Re: Recherche iso strech (debian 9)

2023-03-29 Thread lol
Salut, Ici tu as tout ce qu'il faut! https://www.debian.org/releases/stretch/debian-installer/ Cordialement, Laurent Le 2023-03-29 15:55, Norbert Ponce a écrit : Bonjour, Je suis à la recherche d'une strech 9 pour la réinstaller sur un vieux Toshiba Satellite P 500. J'ai tenté une version 10

Re: Recherche iso strech (debian 9)

2023-03-29 Thread Plapla
Le 29/03/2023 à 14:55, Norbert Ponce a écrit : Bonjour, Je suis à la recherche d'une strech 9 pour la réinstaller sur un vieux Toshiba Satellite P 500. J'ai tenté une version 10 mais il y a trop de problèmes (manque de mémoire?). Après une mise en veille sur cette version 10, l'écran est

Recherche iso strech (debian 9)

2023-03-29 Thread Norbert Ponce
Bonjour, Je suis à la recherche d'une strech 9 pour la réinstaller sur un vieux Toshiba Satellite P 500. J'ai tenté une version 10 mais il y a trop de problèmes (manque de mémoire?). Après une mise en veille sur cette version 10, l'écran est brouillé au réveil et il faut relancer la machine.

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-22 Thread Roger Price
On Thu, 21 Jul 2022, Dekks Herton wrote: Roger Price writes: Command cat /sys/devices/cpu/caps/pmu_name reports: westmere I should have said also that command inxi -Fix reports MCP arch: Nehalem, which is specified in more detail by the reference E5645 at

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-21 Thread Dekks Herton
Roger Price writes: > On Mon, 18 Jul 2022, Dekks Herton wrote: >> What kernel is 11 running? are you using a Haswell or Broadwell CPU? > > Command inxi reports: > System:Host: titan Kernel: 5.10.0-15-amd64 x86_64 bits: 64 > Desktop: Xfce 4.16.0 Distro: Debian GNU/Linux 11

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-18 Thread Roger Price
On Mon, 18 Jul 2022, Dekks Herton wrote: What kernel is 11 running? are you using a Haswell or Broadwell CPU? Command inxi reports: System:Host: titan Kernel: 5.10.0-15-amd64 x86_64 bits: 64 Desktop: Xfce 4.16.0 Distro: Debian GNU/Linux 11 (bullseye) Machine: Type: Desktop

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-18 Thread Dekks Herton
Roger Price writes: > This ran for years with Debian 9. I upgrade to Debian 11 and hear > nothing. The usual advice is > (a) in /etc/crontab export XDG_RUNTIME_DIR=/run/user/1000 > (b) play the sound from a script. > > But that doesn't work with Debian 11. Does any reader o

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound [Solved]

2022-07-18 Thread Roger Price
On Sun, 17 Jul 2022, 16 Jul 2022, Lee wrote: Nope. Audio has always just worked; I never had to do anything special or extra to get it working Following https://wiki.archlinux.org/title/PulseAudio/Examples , I installed file ~/.config/pulse/default.pa .include /etc/pulse/default.pa

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-17 Thread Roger Price
On Sun, 17 Jul 2022, Lee wrote: On 7/17/22, The Wanderer wrote: I don't use cron to play sounds, so I can't speak to this directly, but... While this may turn out in the end to be pure FUD, when I hear about things which work properly when run by hand but not when run automatically on a

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-17 Thread Dan Ritter
Roger Price wrote: > On Sat, 16 Jul 2022, Lee wrote: > > > I don't have play, so I tried aplay .. and it works, even if I'm > > logged out, even if someone else is logged in. > > > > ## run the script every minute > > > > $ crontab -l | tail -3 > > # m h dom mon dow command > > * * * *

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-17 Thread Lee
On 7/17/22, The Wanderer wrote: > On 2022-07-16 at 04:47, Roger Price wrote: > >> People occasionally have a cron job emit some sound each hour. On my >> Debian 9 >> machine I hear Biff [1] barking. In /etc/crontab I have an entry to call a >> >> script bark.

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-17 Thread The Wanderer
On 2022-07-16 at 04:47, Roger Price wrote: > People occasionally have a cron job emit some sound each hour. On my Debian > 9 > machine I hear Biff [1] barking. In /etc/crontab I have an entry to call a > script bark.sh which does the barking. Typically > > 0,1 0,12 * *

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-17 Thread Lee
On 7/16/22, Roger Price wrote: > On Sat, 16 Jul 2022, Lee wrote: > >> I don't have play, so I tried aplay .. and it works, even if I'm >> logged out, even if someone else is logged in. >> >> ## run the script every minute >> >> $ crontab -l | tail -3 >> # m h dom mon dow command >> * * * *

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-16 Thread Roger Price
On Sat, 16 Jul 2022, Lee wrote: I don't have play, so I tried aplay .. and it works, even if I'm logged out, even if someone else is logged in. ## run the script every minute $ crontab -l | tail -3 # m h dom mon dow command * * * * */home/lee/bin/neener.sh ## which plays a .wav

Re: Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-16 Thread Lee
On 7/16/22, Roger Price wrote: > People occasionally have a cron job emit some sound each hour. On my Debian > 9 > machine I hear Biff [1] barking. In /etc/crontab I have an entry to call a > script bark.sh which does the barking. Typically > > 0,1 0,12 * * * rprice full-pa

Debian 9 cron = sounds are ok : Debian 11 cron no sound

2022-07-16 Thread Roger Price
People occasionally have a cron job emit some sound each hour. On my Debian 9 machine I hear Biff [1] barking. In /etc/crontab I have an entry to call a script bark.sh which does the barking. Typically 0,1 0,12 * * * rprice full-path-to/bark.sh 12 2>>&1 where bark.sh is a Bash sc

Re: Upgrade issue with Debian 9 -> 10

2022-07-05 Thread David Christensen
On 7/5/22 04:36, Miroslav Skoric wrote: On 7/3/22 7:51 PM, David Christensen wrote: On 7/3/22 02:31, Miroslav Skoric wrote: Yesterday I attempted to upgrade Compaq Presario CQ56 laptop to buster. I followed instructions in 'Chapter 4. Upgrades from Debian 9 (stretch)', so all went well

Re: Upgrade issue with Debian 9 -> 10

2022-07-05 Thread Guillermo Galeano Fernández , Lic .
El mar, 5 jul 2022 a las 8:39, Miroslav Skoric () escribió: > > On 7/5/22 9:37 AM, Tom Dial wrote: > > > > Post the output from > > > > # fdisk -l (or $ sudo fdisk -l) > > # vgdisplay -v (or $ sudo vgdisplay -v) > > > > Here it is: > > # fdisk -l > Disk /dev/sda: 298.1 GiB, 320072933376 bytes,

Re: Upgrade issue with Debian 9 -> 10

2022-07-05 Thread Miroslav Skoric
On 7/5/22 9:37 AM, Tom Dial wrote: Post the output from # fdisk -l (or $ sudo fdisk -l) # vgdisplay -v (or $ sudo vgdisplay -v) Here it is: # fdisk -l Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors Disk model: Hitachi HTS54323 Units: sectors of 1 * 512 = 512 bytes Sector

Re: Upgrade issue with Debian 9 -> 10

2022-07-05 Thread Miroslav Skoric
On 7/3/22 7:51 PM, David Christensen wrote: On 7/3/22 02:31, Miroslav Skoric wrote: Hi all, Yesterday I attempted to upgrade Compaq Presario CQ56 laptop to buster. I followed instructions in 'Chapter 4. Upgrades from Debian 9 (stretch)', so all went well with a minimal upgrade (apt-get

Re: Upgrade issue with Debian 9 -> 10

2022-07-05 Thread Miroslav Skoric
On 7/3/22 4:28 PM, Miroslav Skoric wrote: Haven't tried that, but something else already helped: While it was idling with fsck in tty1, I went to tty2 and entered: apt --fix-broken install   ... and it did/resumed full upgrade. (Interestingly, this time it did not complain about no space in

Re: Upgrade issue with Debian 9 -> 10

2022-07-05 Thread Tom Dial
On 7/3/22 08:28, Miroslav Skoric wrote: ... Haven't tried that, but something else already helped: While it was idling with fsck in tty1, I went to tty2 and entered: apt --fix-broken install   ... and it did/resumed full upgrade. (Interestingly, this time it did not complain about no

Re: Upgrade issue with Debian 9 -> 10

2022-07-03 Thread David Christensen
On 7/3/22 02:31, Miroslav Skoric wrote: Hi all, Yesterday I attempted to upgrade Compaq Presario CQ56 laptop to buster. I followed instructions in 'Chapter 4. Upgrades from Debian 9 (stretch)', so all went well with a minimal upgrade (apt-get upgrade). When it finished, I went to the main

Re: Upgrade issue with Debian 9 -> 10

2022-07-03 Thread Miroslav Skoric
On 7/3/22 1:17 PM, Andrew M.A. Cater wrote: Ctrl-Alt-F2 brings tty2 from where I can log in, then sudo etc. df -h shows that filesystem /dev/mapper/localhost-root (mounted on /) is 99% used, and /dev/mapper/localhost-usr (mounted on /usr) is 100% used. Apt tends to store files in /var - it's

Re: Upgrade issue with Debian 9 -> 10

2022-07-03 Thread Andrew M.A. Cater
On Sun, Jul 03, 2022 at 11:31:40AM +0200, Miroslav Skoric wrote: > Hi all, > > Yesterday I attempted to upgrade Compaq Presario CQ56 laptop to buster. I > followed instructions in 'Chapter 4. Upgrades from Debian 9 (stretch)', so > all went well with a minimal upgrade (apt-get

Upgrade issue with Debian 9 -> 10

2022-07-03 Thread Miroslav Skoric
Hi all, Yesterday I attempted to upgrade Compaq Presario CQ56 laptop to buster. I followed instructions in 'Chapter 4. Upgrades from Debian 9 (stretch)', so all went well with a minimal upgrade (apt-get upgrade). When it finished, I went to the main part of the upgrade (apt full-upgrade

Finaliza el soporte extendido de Debian 9 (Stretch)

2022-07-01 Thread Camaleón
Hola, Pues eso, que hoy finaliza el soporte extendido para Debian 9, que ya no tendrá actualizaciones: [SECURITY] [DLA 3067-1] Debian 9 Long Term Support reaching end-of-life https://lists.debian.org/debian-lts-announce/2022/07/msg2.html A quienes la estamos usando, nos toca actualizar

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-05-12 Thread David Christensen
On 4/20/22 00:43, David Christensen wrote: I have been experiencing intermittent storms of random keyboard and mouse GUI events over the past year or more: I found my spare mouse last week and swapped out the mouse I have been using for the past few years. The problems went away. The bad

Re: MariaDB migreren van Debian 9 naar 11

2022-05-05 Thread Paul van der Vlis
Op 04-05-2022 om 13:04 schreef Geert Stappers: Zou begonnen zijn met root@oude-machine:~# mysqldump --all-databases | ssh dbusr@nieuwe-machine mysql Dit principe blijkt inderdaad te werken. Ik deed zoiets als root vanaf de oude machine: mysqldump --databases data1 | ssh nieuwe-machine

Re: MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Paul van der Vlis
Op 04-05-2022 om 16:28 schreef Geert Stappers: On Wed, May 04, 2022 at 01:39:08PM +0200, Paul van der Vlis wrote: Op 04-05-2022 om 13:04 schreef Geert Stappers: On Wed, May 04, 2022 at 12:40:48PM +0200, Paul van der Vlis wrote: Op 04-05-2022 om 11:46 schreef Geert Stappers: On Wed, May 04,

Re: MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Geert Stappers
On Wed, May 04, 2022 at 01:39:08PM +0200, Paul van der Vlis wrote: > Op 04-05-2022 om 13:04 schreef Geert Stappers: > > On Wed, May 04, 2022 at 12:40:48PM +0200, Paul van der Vlis wrote: > > > Op 04-05-2022 om 11:46 schreef Geert Stappers: > > > > On Wed, May 04, 2022 at 11:15:39AM +0200, Paul van

Re: MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Paul van der Vlis
Hoi Geert, en anderen, Op 04-05-2022 om 13:04 schreef Geert Stappers: On Wed, May 04, 2022 at 12:40:48PM +0200, Paul van der Vlis wrote: Op 04-05-2022 om 11:46 schreef Geert Stappers: On Wed, May 04, 2022 at 11:15:39AM +0200, Paul van der Vlis wrote: Hoi, Wouter Verhelst schreef ooit dat je

Re: MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Geert Stappers
On Wed, May 04, 2022 at 12:40:48PM +0200, Paul van der Vlis wrote: > Op 04-05-2022 om 11:46 schreef Geert Stappers: > > On Wed, May 04, 2022 at 11:15:39AM +0200, Paul van der Vlis wrote: > > > Hoi, > > > > > > Wouter Verhelst schreef ooit dat je zo grote MariaDB databases kunt > > > migreren: > >

Re: MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Paul van der Vlis
Op 04-05-2022 om 11:46 schreef Geert Stappers: On Wed, May 04, 2022 at 11:15:39AM +0200, Paul van der Vlis wrote: Hoi, Wouter Verhelst schreef ooit dat je zo grote MariaDB databases kunt migreren: root@niewe-machine:~# ssh root@oude-machine mysqldump --all-databases | mysql Nu moet het bij

Re: MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Geert Stappers
On Wed, May 04, 2022 at 11:15:39AM +0200, Paul van der Vlis wrote: > Hoi, > > Wouter Verhelst schreef ooit dat je zo grote MariaDB databases kunt > migreren: > > root@niewe-machine:~# ssh root@oude-machine mysqldump --all-databases | > mysql > > Nu moet het bij mij net andersom, dus vanaf de

MariaDB migreren van Debian 9 naar 11

2022-05-04 Thread Paul van der Vlis
Hoi, Wouter Verhelst schreef ooit dat je zo grote MariaDB databases kunt migreren: root@niewe-machine:~# ssh root@oude-machine mysqldump --all-databases | mysql Nu moet het bij mij net andersom, dus vanaf de oude machine. Ik heb al van alles geprobeerd, maar het wil niet erg lukken...

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-22 Thread David Christensen
n mind that reporting against Debian 9 might only result in a stifled yawn. The same problem exists in Debian 9, 10, and 11.  I can readily file bug reports against Debian 9 and 11 (I wiped and reused my Debian 10 SSD). I saw one GUI input event storm in ~6 hours of use following the above post with

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-22 Thread Andrew M.A. Cater
VMs fit into this model.) > > > Changing pointing device settings via Xfce Applications Menu -> Settings -> > Mouse and Touchpad does not seem to affect the failures, but I have not made > many changes. > > > > Always bearing in mind that reporting against Debia

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-21 Thread David Christensen
. (I don't know how KVMs fit into this model.) Changing pointing device settings via Xfce Applications Menu -> Settings -> Mouse and Touchpad does not seem to affect the failures, but I have not made many changes. Always bearing in mind that reporting against Debian 9 might only

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-21 Thread David Wright
gt; connected the KVM cable to the desktop computer, and booted. The four > (4) rear USB 2.0 ports and the two (2) rear USB 3.0 ports work > correctly. > > > Therefore, I conclude the problem is software -- whatever in Debian 9 > Xfce deals with X Windows input via USB 2.0 keyboards

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-21 Thread David Christensen
. Therefore, I conclude the problem is software -- whatever in Debian 9 Xfce deals with X Windows input via USB 2.0 keyboards and mice. What package do I file a bug report against? David

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
On 4/20/22 14:40, Felix Miata wrote: David Christensen composed on 2022-04-20 14:14 (UTC-0700): Can you suggestion and commands to run that might provide clues? Other than switching between use of DDX display drivers (intel, nouveau) and DIX driver (modesetting, which supports: AMD, Intel,

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread Felix Miata
David Christensen composed on 2022-04-20 14:14 (UTC-0700): > Felix Miata wrote: >> There are two different technologies for X display drivers. >> xserver-xorg-video-intel uses the older, DDX. It hasn't had an official >> release in >> nearly a decade. Unofficially it's in maintenance mode. The

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
On 4/20/22 11:23, Felix Miata wrote: David Christensen composed on 2022-04-20 10:31 (UTC-0700): 1. Dell Inspiron E1505, Intel Core 2 Duo T7400 processor, Intel GM 945 chipset (Intel® 82945GM Graphics and Memory Controller). I believe Debian uses the xserver-xorg-video-intel driver. 3.

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread Felix Miata
David Christensen composed on 2022-04-20 10:31 (UTC-0700): > 1. Dell Inspiron E1505, Intel Core 2 Duo T7400 processor, Intel GM 945 > chipset (Intel® 82945GM Graphics and Memory Controller). I believe > Debian uses the xserver-xorg-video-intel driver. > 3. Desktop with Intel DQ67SW

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
On 4/20/22 4:51 AM, songbird wrote: Dieter Rohlfing wrote: Am Wed, 20 Apr 2022 00:43:35 -0700 schrieb David Christensen : I have been experiencing intermittent storms of random keyboard and mouse GUI events over the past year or more: Same for me. System is Debian 9.13 (kernel

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
On 4/20/22 3:43 AM, Cindy Sue Causey wrote: On 4/20/22, Dieter Rohlfing wrote: Am Wed, 20 Apr 2022 00:43:35 -0700 schrieb David Christensen : I have been experiencing intermittent storms of random keyboard and mouse GUI events over the past year or more: Same for me. System is Debian 9.13

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
the storm mainly depends on the bare host and not on the peripheral components. My WAG is that a bug was introduced in the X Windows and/or desktop drivers 1~2 years ago on Debian 9, 10, and 11. At the moment I'm tinkering with the C-states. I disabled C6 and C7 in the BIOS and added

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread songbird
Dieter Rohlfing wrote: > Am Wed, 20 Apr 2022 00:43:35 -0700 > schrieb David Christensen : > >>I have been experiencing intermittent storms of random keyboard and >>mouse GUI events over the past year or more: > > Same for me. > > System is Debian 9.13 (kernel 4.19.0-0.bpo.19-amd64, XFCE desktop)

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread Cindy Sue Causey
On 4/20/22, Dieter Rohlfing wrote: > Am Wed, 20 Apr 2022 00:43:35 -0700 > schrieb David Christensen : > >>I have been experiencing intermittent storms of random keyboard and >>mouse GUI events over the past year or more: > > Same for me. > > System is Debian 9.13 (kernel 4.19.0-0.bpo.19-amd64,

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread Dieter Rohlfing
Am Wed, 20 Apr 2022 00:43:35 -0700 schrieb David Christensen : >I have been experiencing intermittent storms of random keyboard and >mouse GUI events over the past year or more: Same for me. System is Debian 9.13 (kernel 4.19.0-0.bpo.19-amd64, XFCE desktop) running on an ASRock DeskMini H110M.

Re: Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
On 4/20/22 12:43 AM, David Christensen wrote: debian-user: I have an SSD with Debian: 2022-04-19 23:24:11 dpchrist@tinkywinky ~ $ cat /etc/debian_version ; uname -a 9.13 Linux tinkywinky 4.9.0-18-amd64 #1 SMP Debian 4.9.303-1 (2022-03-07) x86_64 GNU/Linux I have been experiencing

Debian 9 Xfce intermittent keyboard and mouse erratic behavior or lockup

2022-04-20 Thread David Christensen
debian-user: I have an SSD with Debian: 2022-04-19 23:24:11 dpchrist@tinkywinky ~ $ cat /etc/debian_version ; uname -a 9.13 Linux tinkywinky 4.9.0-18-amd64 #1 SMP Debian 4.9.303-1 (2022-03-07) x86_64 GNU/Linux I have been experiencing intermittent storms of random keyboard and mouse GUI

Re: Compatibility of Debian 9 compiled files in Debian 11 version

2022-02-10 Thread David Christensen
On 2/10/22 09:54, Nagaraju Mulpuri wrote: Dear Debian Users, Greetings of the day! I have been using Debian 9 version for the last 4 years. Recently, my computer crashed. I have to install Debian OS again. I am planning to install Debian 11 version. I have many of my own programs compiled

Re: Compatibility of Debian 9 compiled files in Debian 11 version

2022-02-10 Thread Andrew M.A. Cater
On Thu, Feb 10, 2022 at 05:54:08PM -, Nagaraju Mulpuri wrote: > Dear Debian Users, > Greetings of the day! > I have been using Debian 9 version for the last 4 years. Recently, my > computer crashed. I have to install Debian OS again. I am planning to install > Debian 11 versi

Re: Compatibility of Debian 9 compiled files in Debian 11 version

2022-02-10 Thread Greg Wooledge
On Thu, Feb 10, 2022 at 05:54:08PM -, Nagaraju Mulpuri wrote: > I have been using Debian 9 version for the last 4 years. Recently, my > computer crashed. I have to install Debian OS again. I am planning to install > Debian 11 version. I have many of my own programs compiled on the

Re: Compatibility of Debian 9 compiled files in Debian 11 version

2022-02-10 Thread tomas
On Thu, Feb 10, 2022 at 05:54:08PM -, Nagaraju Mulpuri wrote: > Dear Debian Users, > Greetings of the day! > I have been using Debian 9 version for the last 4 years. Recently, my > computer crashed. > I have to install Debian OS again. I am planning to install Debian 11 &g

Compatibility of Debian 9 compiled files in Debian 11 version

2022-02-10 Thread Nagaraju Mulpuri
Dear Debian Users, Greetings of the day! I have been using Debian 9 version for the last 4 years. Recently, my computer crashed. I have to install Debian OS again. I am planning to install Debian 11 version. I have many of my own programs compiled on the Debian 9 version. Compiled programs

  1   2   3   4   5   6   7   8   9   10   >