Re: Potential bug report for Realtek MicroSD Card Reader

2025-04-18 Thread Timothy M Butterworth
On Fri, Apr 18, 2025 at 3:06 PM Marco Moock wrote: > On 18.04.2025 18:50 Uhr Brandan Ballantyne wrote: > > > I'd appreciate any advice handling this or assistance in filing the > > appropriate report with the appropriate team. > > Try a current kernel first. > Enable backports in sources.list, th

Re: laptop options

2025-04-17 Thread Timothy M Butterworth
On Sun, Mar 23, 2025 at 2:14 PM Lists wrote: > On 2025-03-23 08:37, lina wrote: > > Dear all, > > > > Which laptop option is friendly with Debian, > > The purpose is related to work, not game. > > > > Mainly for computation, R and some bioinformatic analysis, > > > > Ideally at least > 16 cores,

Re: add-apt-repository broken

2025-04-17 Thread Timothy M Butterworth
On Thu, Apr 17, 2025 at 10:27 PM Van Snyder wrote: > I'm using Debian 12. > > I tried to add a PPA repository but it failed: > PPA's are an Ubuntu creation and do not work on Debian. > > root@Blue:~# add-apt-repository ppa:mkusb/ppa > Traceback (most recent call last): > File "/usr/bin/add-apt

Re: FreeRadius Help

2025-04-14 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 7:30 AM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > *Push the below role, The user in the IOS will get the level 15 > Privilege.This would be applicable for all the users who are member of > group cisco-rw* > > *DEFAULT Group =

Re: Syslog-NG Centralized Log Collector

2025-04-14 Thread Timothy M Butterworth
All, After quite a bit of trail and error I managed to get log collection working. Here are the commands for /etc/syslog-ng/syslog-ng.conf: source s_net { tcp(ip(10.0.0.1) port(514) max-connections (5000)); udp(ip(10.0.0.1) port(514)); }; destination cisco-remote { file("/var/log/cisco.log"); };

Re: Syslog-NG Centralized Log Collector

2025-04-14 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 11:59 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Apr 13, 2025 at 11:00 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Sun, Apr 13, 2025 at 10:51 PM

Re: Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > All, > > I modified /etc/syslog-ng/syslog-ng.conf to the following: > > > # Sources > > # Add the following line &

Re: Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> All, >> >> I modified /

Re: Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 11:00 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Sun, Apr 13, 2025 at 10:31 PM

Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
All, I modified /etc/syslog-ng/syslog-ng.conf to the following: # Sources # Add the following line source s_net { tcp(ip(0.0.0.0) port(514) max-connections (5000)); udp(); }; # Destinations # comm

FreeRadius Help

2025-04-13 Thread Timothy M Butterworth
*Push the below role, The user in the IOS will get the level 15 Privilege.This would be applicable for all the users who are member of group cisco-rw* *DEFAULT Group == cisco-rw, Auth-Type = System, Service-Type = NAS-Prompt-User, **cisco-avpair :="shell:priv-lvl=15"* When I add the above comma

Re: VSFTPD fails to upload files

2025-04-11 Thread Timothy M Butterworth
On Fri, Apr 11, 2025 at 8:36 PM Zube wrote: > > All, > > > > When I try to upload a file to my VSFTPD server I receive the following > > error messages. > > > > Status: Starting upload of /srv/tftp/c2950-i6k2l2q4-mz.121-22.EA13.bin > > Command: PASV > > Response: 227 Entering Passive Mode (127,0,

VSFTPD fails to upload files

2025-04-11 Thread Timothy M Butterworth
All, When I try to upload a file to my VSFTPD server I receive the following error messages. Status: Starting upload of /srv/tftp/c2950-i6k2l2q4-mz.121-22.EA13.bin Command: PASV Response: 227 Entering Passive Mode (127,0,0,1,250,228). Command: STOR c2950-i6k2l2q4-mz.121-22.EA13.bin Response: 550

Re: atftpd permission denied

2025-04-11 Thread Timothy M Butterworth
On Fri, Apr 11, 2025 at 11:30 AM Michael Stone wrote: > On Thu, Apr 10, 2025 at 06:11:31PM -0400, Timothy M Butterworth wrote: > >I am having problems writing to atftpd. I keep getting a permission denied > >error. > > It sounds like you've worked around this

Re: atftpd permission denied

2025-04-11 Thread Timothy M Butterworth
On Fri, Apr 11, 2025 at 11:30 AM Michael Stone wrote: > On Thu, Apr 10, 2025 at 06:11:31PM -0400, Timothy M Butterworth wrote: > >I am having problems writing to atftpd. I keep getting a permission denied > >error. > > It sounds like you've worked around this

Re: atftpd permission denied

2025-04-10 Thread Timothy M Butterworth
On Fri, Apr 11, 2025 at 2:12 AM Titus Newswanger wrote: > > On 4/10/25 18:49, Timothy M Butterworth wrote: > > > I am trying to copy a Cisco IOS image from a switch so I can push it to > another switch. > > Sounds like the type of application where I tend to use scp. Wou

Re: atftpd permission denied

2025-04-10 Thread Timothy M Butterworth
On Thu, Apr 10, 2025 at 7:14 PM Dan Ritter wrote: > Timothy M Butterworth wrote: > > All, > > > > I am having problems writing to atftpd. I keep getting a permission > denied > > error. > > > > Switch#$.SED.bin tftp:// > 169.254.180.65/c3550-ipservic

atftpd permission denied

2025-04-10 Thread Timothy M Butterworth
All, I am having problems writing to atftpd. I keep getting a permission denied error. Switch#$.SED.bin tftp://169.254.180.65/c3550-ipservicesk9-mz.122-25.SED.bin Address or name of remote host [169.254.180.65]? Destination filename [c3550-ipservicesk9-mz.122-25.SED.bin]? ! TFTP: error code 2 r

Re: next Trixie install images expected to arrive when?

2025-04-09 Thread Timothy M Butterworth
On Wed, Apr 9, 2025 at 5:56 PM Charles Curley < charlescur...@charlescurley.com> wrote: > On Wed, 9 Apr 2025 14:48:28 -0400 > Dan Ritter wrote: > > > Marco Möller wrote: > > > I am about to make an installation of Trixie to a Laptop. > > > If it is expected that new install media are to become pu

Re: Can you help me run Box64 on my Raspberry Pi 5?

2025-04-09 Thread Timothy M Butterworth
On Mon, Apr 7, 2025 at 12:24 PM Matt Timpson wrote: > Hello all, > > I want to run a .deb file written for x64 processors on my Raspberry Pi 5, > which I run Linux on. Unfortunately I don't know a damn thing about > computers and need step-by-step instructions. I have tried and failed to > pay co

Re: Fw: Re: Can you help me run Box64 on my Raspberry Pi 5?

2025-04-08 Thread Timothy M Butterworth
Date: On Monday, April 7th, 2025 at 19:34 > Subject: Re: Can you help me run Box64 on my Raspberry Pi 5? > To: Timothy M Butterworth > > > > Hello, > > > > Never mind, it worked the second time for some reason! However, Box64 > doesn't know where to find th

Re: Can you help me run Box64 on my Raspberry Pi 5?

2025-04-07 Thread Timothy M Butterworth
han anything. Running 'sudo apt info scanner_x86_64_1.7.2312301E' should show the package as installed. > > > Thanks, > Matt Timpson 🍉 > > > Sent with Proton Mail secure email. > > On Monday, April 7th, 2025 at 14:00, Timothy M Butterworth < > timothy.m.butterw

Re: Who: Bookworm v. Trixie

2025-04-05 Thread Timothy M Butterworth
On Sun, Mar 30, 2025 at 6:53 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Mar 30, 2025 at 6:25 PM Charles Curley < > charlescur...@charlescurley.com> wrote: > >> On bookworm who (GNU coreutils 9.1) operates more or less as I h

Re: Web server access

2025-04-05 Thread Timothy M Butterworth
On Tue, Apr 1, 2025 at 8:12 PM Van Snyder wrote: > On Tue, 2025-04-01 at 20:00 -0400, Timothy M Butterworth wrote: > > > > On Tue, Apr 1, 2025 at 7:57 PM Van Snyder > wrote: > > This might be the wrong forum for this question, but most likely somebody > can tell me a

Re: Trixie Wayland login issue

2025-04-05 Thread Timothy M Butterworth
On Thu, Mar 20, 2025 at 10:41 AM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > All, > > After installing updates this morning I am not able to login to a KDE > Wayland session. The login just cycles back to the login screen. I am able > to login to a X

Re: Web server access SOLVED

2025-04-04 Thread Timothy M Butterworth
d my IP Tables cheat sheet. If you need any help feel free to ask. Tim > On Tue, 2025-04-01 at 18:07 -0700, Van Snyder wrote: > > Forwarded Message > *From*: jeremy ardley > > *To*: debian-user@lists.debian.org > *Subject*: Re: Web server access > *Date*

Re: OT: Connect two computers with linux with wlan, but without any router

2025-04-04 Thread Timothy M Butterworth
On Sun, Mar 30, 2025 at 9:29 AM Hans wrote: > Am Samstag, 29. März 2025, 19:21:39 CEST schrieb Stefan Monnier: > > >> You need to make one PC an access point. I think most guides are > > > > > > yes, I already am aware of this, but this I wanted to avoid. It will > > > be then again a new hop, w

Re: Web server access SOLVED

2025-04-01 Thread Timothy M Butterworth
On Wed, Apr 2, 2025 at 1:50 AM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Wed, Apr 2, 2025 at 1:37 AM Van Snyder > wrote: > >> I discovered that although I haven't even installed iptables, my server >> was running firewalld. I w

Re: Web server access

2025-04-01 Thread Timothy M Butterworth
On Wed, Apr 2, 2025 at 1:12 AM Van Snyder wrote: > On Tue, 2025-04-01 at 21:03 -0400, Greg Wooledge wrote: > > On Tue, Apr 01, 2025 at 17:52:55 -0700, Van Snyder wrote: > > The server is on the LAN side of the router (192.168.1.65). It's not in > the DMZ. My server isn't running Apache ACLs or ip

Re: Web server access

2025-04-01 Thread Timothy M Butterworth
On Tue, Apr 1, 2025 at 7:57 PM Van Snyder wrote: > This might be the wrong forum for this question, but most likely somebody > can tell me a better place. > > I have a web server listening to port 80 (http) and 443 (https). > > I can load pages from it from any computer in my house, all behind th

Re: Package kde-config-mobile-networking - what does it do?

2025-04-01 Thread Timothy M Butterworth
On Tue, Apr 1, 2025 at 2:37 PM Hans wrote: > Hi, > > just a question: today I stumbled over the package "kde-config-mobile- > networking" and installed it. But I saw no change of my system. I even did > not > find any change in kde-systemsettings. Is this an older and unneeded > package? > > Netw

Re: web browser recommendation

2025-03-30 Thread Timothy M Butterworth
On Sun, Mar 30, 2025 at 7:02 PM Marc Shapiro wrote: > I was looking into Brave the other day, but what stopped me was the lack > of anything to replace Video Download Helper. Am I missing something? > Is there a way to download YouTube videos in Brave, or do I stick with > Firefox? > You may wa

Re: Who: Bookworm v. Trixie

2025-03-30 Thread Timothy M Butterworth
On Sun, Mar 30, 2025 at 6:25 PM Charles Curley < charlescur...@charlescurley.com> wrote: > On bookworm who (GNU coreutils 9.1) operates more or less as I have > expected it to operate for several decades: it prints current logins. > E.g.: > > charles@hawk:~$ who > charles tty7 2025-03-30

Re: Installation Process

2025-03-28 Thread Timothy M Butterworth
On Fri, Mar 28, 2025 at 1:43 PM Nicolas George wrote: > Ife Wright (HE12025-03-28): > > I want to install debian but I don't understand why I have to erase > > everything on my hard disk to do it,I just want to install without > erasing > > my hard disk > I take it you have Windows and you are t

Re: openMW missing on Trixie

2025-03-27 Thread Timothy M Butterworth
On Thu, Mar 27, 2025 at 3:17 AM David wrote: > On Thu, 27 Mar 2025 at 01:43, Timothy M Butterworth > wrote: > > > Does anyone know if/when openMW will become available in Trixie? OpenMW > is available in both Bookworm and Sid. I actually added the Sid repos to > Trixie and

openMW missing on Trixie

2025-03-26 Thread Timothy M Butterworth
Hello, Does anyone know if/when openMW will become available in Trixie? OpenMW is available in both Bookworm and Sid. I actually added the Sid repos to Trixie and installed openMW. It is running fine for me. I checked https://packages.debian.org/search?keywords=openmw and Trixie is currently miss

Re: site-to-site VPN with credential prompts?

2025-03-25 Thread Timothy M Butterworth
On Tue, Mar 25, 2025 at 1:34 PM Jan Claeys wrote: > On Tue, 2025-03-25 at 17:12 +0100, Nicolas George wrote: > > Jan Claeys (HE12025-03-25): > > > > I should mention that having an internet facing ssh service is > > > > usually a very bad idea. The 'better' approach is to have only a > > > > VPN

Re: laptop options

2025-03-23 Thread Timothy M Butterworth
On Sun, Mar 23, 2025 at 4:05 AM wrote: > On Sun, Mar 23, 2025 at 08:37:58AM +0100, lina wrote: > > Dear all, > > > > Which laptop option is friendly with Debian, > > The purpose is related to work, not game. > > > > Mainly for computation, R and some bioinformatic analysis, > > > > Ideally at lea

Trixie Wayland login issue

2025-03-20 Thread Timothy M Butterworth
All, After installing updates this morning I am not able to login to a KDE Wayland session. The login just cycles back to the login screen. I am able to login to a X11 session. Is anyone else experiencing this issue? Thanks Tim -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀

Re: increment backup of home dir

2025-03-14 Thread Timothy M Butterworth
On Fri, Mar 14, 2025 at 2:08 AM tim wade wrote: > Hello > > I plan to make increment backup for my home dir. > It's currently in the size of 1xx GB. > > besides rsync, do you know any other software/service for increment > backup? > chiark-backup and amanda both work well. Chiark is good for a s

Re: Steam was working an hour ago, now it will not load

2025-03-12 Thread Timothy M Butterworth
> > # apt install -t bookworm-backports firmware-amd-graphics > > and later on I tired: > > # apt install -t bookworm-backports libudev1 libudev-dev > > > > On Wednesday, 12-03-2025 at 06:22 Timothy M Butterworth wrote: > > > On Tue, Mar 11, 2025 at 12:12 PM Georg

Re: Steam was working an hour ago, now it will not load

2025-03-11 Thread Timothy M Butterworth
On Tue, Mar 11, 2025 at 3:36 PM Greg Wooledge wrote: > On Tue, Mar 11, 2025 at 15:22:29 -0400, Timothy M Butterworth wrote: > > It appears that the update Valve pushed out this morning was a Ubuntu > > update that was mistakenly installed on Debian Stable. > > > > [20

Re: Steam was working an hour ago, now it will not load

2025-03-11 Thread Timothy M Butterworth
On Tue, Mar 11, 2025 at 12:12 PM George at Clug wrote: > > > On Tuesday, 11-03-2025 at 23:34 Greg Wooledge wrote: > > On Tue, Mar 11, 2025 at 12:03:48 +, Miriami wrote: > > > I plan to deploy Steam on my Debian but I haven't begun to. I remember > that on the Steam website, the website says t

Re: Kernel only seeing 2TB of an 8TB disk

2025-03-11 Thread Timothy M Butterworth
On Tue, Mar 11, 2025 at 6:26 AM wrote: > On Tue, Mar 11, 2025 at 08:13:16PM +1300, Alex King wrote: > > Hi, > > hi > > > I've installed a large disk in a new machine and loaded Debian > (bookworm) on > > it, but it's showing as limited to 2TB when the disk should be larger. > I have a 16TB drive

Re: shall I use the latest opensource software?

2025-03-04 Thread Timothy M Butterworth
On Tue, Mar 4, 2025 at 8:23 PM tim wade wrote: > do you use the latest big data software in debian 12? including > hadoop-3.4, hive-4.0, spark-3.5 etc. > > I am asking this is b/c I still keep using the older versions for them. > They are hadoop-3.3.6, hive-3.1.3 and spark-3.4.4. > > I am just no

Re: Hardware question

2025-03-01 Thread Timothy M Butterworth
On Sat, Mar 1, 2025 at 4:04 AM Joe wrote: > On Fri, 28 Feb 2025 11:27:40 -0800 > Van Snyder wrote: > > > On Thu, 2025-02-27 at 22:35 -0500, Felix Miata wrote: > > > Your kernel is older than your CPU by about a year, so likely > > > doesn't have enough > > > backporting to fully support it prope

Re: Firefox adds a controversial ToS

2025-03-01 Thread Paul M. Foster
ive. It's not really a Debian issue; it's a Mozilla issue. Similar or identical things have happened before. Think MariaDB and MySQL. Paul Paul M. Foster Personal Blog: http://noferblatz.com Company Site: http://quillandmouse.com Software Projects: https://gitlab.com/paulmfoster

Re: Trixie Release Party

2025-02-24 Thread Timothy M Butterworth
On Mon, Feb 24, 2025 at 10:40 AM Richard Hector wrote: > On 17/02/25 20:59, Timothy M Butterworth wrote: > > Anyone living in PA having a release party for Trixie? > > Panama? > Pennsylvania, USA. > > Richard > > -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal

Re: Debian 12.9 and use of sudo for regular accounts

2025-02-20 Thread Timothy M Butterworth
On Thu, Feb 20, 2025 at 5:46 PM Nicolas George wrote: > Jeffrey Walton (HE12025-02-20): > >and members of sudo can run any command. > > Is it because of this last line: > > > rootALL=(ALL:ALL) ALL > > > > sudoALL=(ALL:ALL) ALL > # User privilege specification rootALL=

Re: no package management tool

2025-02-19 Thread Timothy M Butterworth
On Wed, Feb 19, 2025 at 11:47 PM tim wade wrote: > Hello > > I have logged in a router system which is linux. > The provider said it's based on debian OS. > If it is Linux running on a router then it is probably embedded Linux. > > But there is not any package tool in it. > > root@myd-lt527:/#

Trixie Release Party

2025-02-17 Thread Timothy M Butterworth
Anyone living in PA having a release party for Trixie? -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ ⠈⠳⣄⠀⠀

Re: Root, sudo and installing packages [WAS Re: user is not in the suder's file]

2025-02-06 Thread Timothy M Butterworth
On Wed, Feb 5, 2025 at 8:57 PM K0LNY ?? wrote: > Hi Andrew, > Using other distros, like Ubuntu and Raspbian, I would get tired of typing > sudo in front of everything, so I would just do sudo su and become root > for > everything, You do not need to do sudo su, you can just type su. > so I wo

Re: How to find installed packages not in APT?

2025-02-04 Thread Loren M. Lang
ls/aptitude/ch02s04s05.en.html>, I > suppose. Not that I'll remember it by the next time this question is > asked again. Not without it being referenced from somewhere that > humans will actually look. > -- Loren M. Lang lor...@north-winds.org http://www.north-winds.org/ IRC: p

Re: Encrypted /boot partition gets decrypted twice during boot

2025-02-04 Thread Loren M. Lang
On Tue, Feb 04, 2025 at 09:52:03AM +0100, to...@tuxteam.de wrote: > On Tue, Feb 04, 2025 at 12:18:10AM -0800, Loren M. Lang wrote: > > On Mon, Feb 03, 2025 at 10:39:25PM +, Automætic wrote: > > > Hi, > > > > > > I'm configuring a new Debian installatio

Re: Encrypted /boot partition gets decrypted twice during boot

2025-02-04 Thread Loren M. Lang
quot;grub|cryptsetup" outputs the following packets: > cryptsetup, cryptsetup-bin, cryptsetup-initramfs, grub-common, > grub-efi-amd64, grub-efi-amd64-bin, grub-efi-amd64-signed, grub2-common and > libcryptsetup12:amd64 > > I really hope you can help me. > Best regards, &g

Re: How to find installed packages not in APT?

2025-02-03 Thread Loren M. Lang
On Mon, Feb 03, 2025 at 06:09:38PM -0800, Mike Castle wrote: > On Mon, Feb 3, 2025 at 5:16 PM Loren M. Lang wrote: > > Basically, I want to identify any software that I couldn't reinstall on > > a fresh install of Debian from the official Debian archives. > > Will thi

Re: How to find installed packages not in APT?

2025-02-03 Thread Loren M. Lang
On Mon, Feb 03, 2025 at 11:09:58AM +, Andy Smith wrote: > Hi Loren, > > On Sun, Feb 02, 2025 at 11:29:45PM -0800, Loren M. Lang wrote: > > I am looking for a way to find all packages that have been installed on > > my system according to dpkg, but don't ha

How to find installed packages not in APT?

2025-02-02 Thread Loren M. Lang
possible. Just grepping the output of dpkg -l, for example, means I have to exclude headers and ensure that the column doesn't get truncated or otherwise mangled. -- Loren M. Lang lor...@north-winds.org http://www.north-winds.org/ IRC: penguin359 Public Key: http://www.north-winds.o

Re: Help with UDF and BluRay disks

2025-01-24 Thread Timothy M Butterworth
On Fri, Jan 24, 2025 at 9:32 PM Bob McGowan wrote: > On Fri, 2025-01-24 at 18:23 +, Tim Woodall wrote: > > On Fri, 17 Jan 2025, Bob McGowan wrote: > > Hello list, > > I've been trying to figure out how to use my BD disc writer to create > backups of files. > > What I first found were instruct

Re: ssh/ping only works to some systems, not including mine unfortunately

2025-01-22 Thread Timothy M Butterworth
On Wed, Jan 22, 2025 at 8:52 AM Greg Wooledge wrote: > On Wed, Jan 22, 2025 at 13:29:41 +, Chris Green wrote: > > I have a remote headless system (running bullseye, will be updating to > > bookworm when I'm next there) that can connect to some systems using > > ssh but not to others (to which

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: 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: Finding appropriate support for packages in Debian repository

2025-01-11 Thread Paul M. Foster
e terminal visually, moc should work for you. Paul -- Paul M. Foster Personal Blog: http://noferblatz.com Company Site: http://quillandmouse.com Software Projects: https://gitlab.com/paulmfoster

Re: Mass storage sizes (was: /dev/serial/by-id)

2025-01-09 Thread Timothy M Butterworth
On Thu, Jan 9, 2025 at 6:45 PM Michael Stone wrote: > On Thu, Jan 09, 2025 at 09:47:11PM +0100, Nicolas George wrote: > >For the people who need exact figures, on the other hand, binary units > >are much more convenient, not just to measure the size of memory > >modules: alignment requirements, m

Re: sudo fails to save IPTables rules

2024-12-24 Thread Timothy M Butterworth
On Mon, Dec 23, 2024 at 9:05 PM Greg Wooledge wrote: > On Mon, Dec 23, 2024 at 20:48:12 -0500, Dan Purgert wrote: > > On Dec 23, 2024, Timothy M Butterworth wrote: > > > sudo fails with a permission denied error. > > > tmb@hp-debian:~$ sudo /usr/sbin/iptables-sa

sudo fails to save IPTables rules

2024-12-23 Thread Timothy M Butterworth
sudo fails with a permission denied error. tmb@hp-debian:~$ sudo /usr/sbin/iptables-save > /etc/iptables/rules.v4 bash: /etc/iptables/rules.v4: Permission denied Root user works tmb@hp-debian:~$ su -l Password: Root user with sudo root@hp-debian:/home/tmb# sudo /usr/sbin/iptables-save > /etc/ipta

Re: Solution for KVM via a cat 5 connection

2024-12-18 Thread Timothy M Butterworth
On Tue, Dec 17, 2024 at 11:50 PM Charles Curley < charlescur...@charlescurley.com> wrote: > On Mon, 27 May 2024 15:41:52 -0500 > Tom Browder wrote: > > > Has anyone had experience using a KVM setup (at least one HDMI and > > two USB ports) and using cat 5/6/7 between user and the computer? I > >

Re: dvd+rw burner

2024-12-16 Thread Timothy M Butterworth
On Mon, Dec 16, 2024 at 10:25 AM gene heskett wrote: > What app is everyone using to write dvd's today? xfburn claims burn mode > isn't implemented yet, and k3b insists on reformatting a dvd+rw, but > then does not recognize it to burn the image. Is there some magic > invocation I'm not doing? >

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-12 Thread Timothy M Butterworth
u can share from > your experience. > I just ordered the Sybex Study Guides from Amazon. They are on sale right now. > > Thanks again for the suggestion and encouragement! > > Best regards, > Muhammad Nadeem Anjum > > > > On 12/12/2024 2:41 pm, Timothy M Butterworth

Re: Firefox alternatives?

2024-12-12 Thread Timothy M Butterworth
On Thu, Dec 12, 2024 at 1:17 AM Greg Marks wrote: > > After Firefox has been running for a few days my Debian 12.5 gets > > really slow. The mouse jerks when it works at all. It takes a minute or > > two for wndows to close or top. At the moment, Firefox has 19 processes > > running. Memory is ha

Re: Firefox alternatives?

2024-12-11 Thread Paul M. Foster
know, all browsers suffer from this. If you find one which doesn't, let us know. Paul -- Paul M. Foster Personal Blog: http://noferblatz.com Company Site: http://quillandmouse.com Software Projects: https://gitlab.com/paulmfoster

Re: SID KDE Plasma 6.2

2024-12-09 Thread Timothy M Butterworth
On Mon, Dec 9, 2024 at 1:32 PM Dominique Dumont wrote: > On Sunday, 8 December 2024 23:40:36 CET George at Clug wrote: > > Are you going to use Virtual Box on a number of different physical > > computers? > > No. I use VirtualBox only on the compute of a customer that requires me to > work on his

Re: seeking new laser printer

2024-12-08 Thread Timothy M Butterworth
On Sun, Dec 8, 2024 at 7:32 AM Kleene, Steven (kleenesj) < kleen...@ucmail.uc.edu> wrote: > If you are able, please recommend a black-and-white Postscript laser > printer that will work well with Debian (Bookworm). After 29 years, I'm > finally, and sadly, giving up on my HP LaserJet 5MP. At wor

Re: seeking new laser printer

2024-12-08 Thread Eduardo M KALINOWSKI
debian.org/CUPSDriverlessPrinting -- When you are in it up to your ears, keep your mouth shut. Eduardo M KALINOWSKI edua...@kalinowski.com.br

Re: Squid on Debian 12 not staring via systemd

2024-12-07 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 10:57 PM Andrew M.A. Cater wrote: > On Fri, Dec 06, 2024 at 05:20:02PM -0500, Timothy M Butterworth wrote: > > On Fri, Dec 6, 2024 at 4:19 PM Timothy M Butterworth < > > timothy.m.butterwo...@gmail.com> wrote: > > > > >> > > &g

Re: Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 9:37 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Fri, Dec 6, 2024 at 5:20 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Fri, Dec 6, 2024 at 4:19 PM

Re: Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 5:20 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Fri, Dec 6, 2024 at 4:19 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Fri, Dec 6, 2024 at 11:29 AM

Re: Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 4:19 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Fri, Dec 6, 2024 at 11:29 AM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Fri, Dec 6, 2024 at 11:08 AM Jeffrey Wa

Re: Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 11:29 AM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Fri, Dec 6, 2024 at 11:08 AM Jeffrey Walton wrote: > >> On Fri, Dec 6, 2024 at 8:27 AM Timothy M Butterworth >> wrote: >> > [...] >> > After

Re: Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 11:48 AM Jeffrey Walton wrote: > On Fri, Dec 6, 2024 at 11:29 AM Timothy M Butterworth > wrote: > > > > On Fri, Dec 6, 2024 at 11:08 AM Jeffrey Walton > wrote: > >> > >> On Fri, Dec 6, 2024 at 8:27 AM Timothy M Butterworth

Re: Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
On Fri, Dec 6, 2024 at 4:42 AM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > Hello, > > Is anyone running Squid on Debian 12? I installed it but I can not get it > to start via systemd. > > root@hp-debian:/home/tmb# systemctl status squid.service >

Squid on Debian 12 not staring via systemd

2024-12-06 Thread Timothy M Butterworth
Hello, Is anyone running Squid on Debian 12? I installed it but I can not get it to start via systemd. root@hp-debian:/home/tmb# systemctl status squid.service × squid.service - Squid Web Proxy Server Loaded: loaded (/lib/systemd/system/squid.service; enabled; preset: enabled) Active: fai

Re: From SSD to NVME

2024-12-03 Thread Timothy M Butterworth
On Tue, Dec 3, 2024 at 7:47 PM Felix Miata wrote: > Andy Smith composed on 2024-12-03 19:48 (UTC): > > > On Tue, Dec 03, 2024 at 14:31:14 -0500, Greg Wooledge wrote: > > >> pocket's system is the outlier here. It's the only one where there > >> isn't a separate usr/sbin. > > > For some reason po

Re: VirtualBox and Windows VMs

2024-12-02 Thread Sridhar M A
d from the terminal to create the iso. # dd if=/dev/sdx of=winxp.iso sdx is the cdrom drive on your machine. Hope that helps. -- Sridhar M. A.

Re: SID KDE Plasma 6.2

2024-12-01 Thread Timothy M Butterworth
On Sun, Dec 1, 2024 at 9:42 PM George at Clug wrote: > On Monday, 02-12-2024 at 03:20 Timothy M Butterworth wrote: > > On Sun, Dec 1, 2024 at 10:12 AM George at Clug > wrote: > > > > > > > > > > > On Sunday, 01-12-2024 at 21:40 Timothy M Butterwort

Re: How can I install yum?

2024-12-01 Thread Eduardo M KALINOWSKI
=names&exact=1&suite=all§ion=all , this packages is not available in debian 12, it was only available up to debian buster (10). -- strategy, n.: A comprehensive plan of inaction. Eduardo M KALINOWSKI edua...@kalinowski.com.br

Re: SID KDE Plasma 6.2

2024-12-01 Thread Timothy M Butterworth
On Sun, Dec 1, 2024 at 10:12 AM George at Clug wrote: > > > On Sunday, 01-12-2024 at 21:40 Timothy M Butterworth wrote: > > All, > > > > You may want to avoid upgrading KDE Plasma to 6.2 in sid. I upgraded it > > earlier and after a reboot I only get a black scr

Re: How can I install yum

2024-12-01 Thread Timothy M Butterworth
On Sun, Dec 1, 2024 at 10:19 AM Michael Kjörling wrote: > On 1 Dec 2024 08:35 -0500, from arbol...@hotmail.ca (Arbol One): > > This command : '*sudo apt install yum*' I get a message saying - > > As far as I can tell yum was removed from Debian in late 2019 / early > 2020, and was last available

Re: Succint changelogs for Debian packages

2024-12-01 Thread Eduardo M KALINOWSKI
On 01/12/2024 09:04, jman wrote: Eduardo M KALINOWSKI writes: Usually if the upstream provides a list of changes, it is included in /usr/share/. But there isn't a standard for its name (and much less for its contents), so look for names like NEWS, Changelog, etc. Often it is gzipped.

Re: Succint changelogs for Debian packages

2024-12-01 Thread Eduardo M KALINOWSKI
last March in Cairo? Eduardo M KALINOWSKI edua...@kalinowski.com.br

SID KDE Plasma 6.2

2024-12-01 Thread Timothy M Butterworth
All, You may want to avoid upgrading KDE Plasma to 6.2 in sid. I upgraded it earlier and after a reboot I only get a black screen when logging in. It is good to see KDE Plasma 6 making its way into sid though. Tim -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.d

Re: Debian Server Routing OSPF on two links and one loopback address

2024-12-01 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 11:22 PM Andy Smith wrote: > Hi, > > On Sat, Nov 30, 2024 at 06:46:20PM -0500, Timothy M Butterworth wrote: > > I have been working out how to have my server setup with OSPF routing. > > I have no operational experience of OSPF nor FRR. I do what yo

Re: Debian Server Routing OSPF on two links and one loopback address

2024-12-01 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 11:57 PM Andy Smith wrote: > Hi, > > On Sat, Nov 30, 2024 at 06:54:10PM -0500, Timothy M Butterworth wrote: > > I changed the default gateway config to: > > ### Configure Static IP addresses and default gateway's. > > auto eth0 > >

Re: Debian Server Routing OSPF on two links and one loopback address

2024-11-30 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 8:09 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sat, Nov 30, 2024 at 7:35 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Sat, Nov 30, 2024 at 6:46 PM

Re: How to create a persistent loopback address

2024-11-30 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 7:57 PM Andy Smith wrote: > Hi, > > On Sat, Nov 30, 2024 at 08:25:31PM +0100, john doe wrote: > > On 11/30/24 20:11, john doe wrote: > > > Not sure what the OP is trying to do here [1]. > > > > [1] https://lists.debian.org/debian-user/2024/11/msg00827.html > > Yes, I too

Re: Debian Server Routing OSPF on two links and one loopback address

2024-11-30 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 7:35 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sat, Nov 30, 2024 at 6:46 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> All, >> >> I have been working out how to have

Re: Debian Server Routing OSPF on two links and one loopback address

2024-11-30 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 6:46 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > All, > > I have been working out how to have my server setup with OSPF routing. I > have two network interfaces each configured with a /30 and one dummy > loopback configured wi

Re: How to create a persistent loopback address

2024-11-30 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 6:57 PM Andy Smith wrote: > On Sat, Nov 30, 2024 at 07:04:22PM +, Andy Smith wrote: > > Surely if you are using NetworkManager you would just do it with nmcli. > > I can't recite the incantations off the top of my head but I imagine > > that creating a new interface is

Re: Debian Server Routing OSPF on two links and one loopback address

2024-11-30 Thread Timothy M Butterworth
On Sat, Nov 30, 2024 at 6:46 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > All, > > I have been working out how to have my server setup with OSPF routing. I > have two network interfaces each configured with a /30 and one dummy > loopback configured wi

Debian Server Routing OSPF on two links and one loopback address

2024-11-30 Thread Timothy M Butterworth
All, I have been working out how to have my server setup with OSPF routing. I have two network interfaces each configured with a /30 and one dummy loopback configured with a /32. The goal is to have the /32 address advertised in DNS so traffic can use per-session load balancing across both /30's.

  1   2   3   4   5   6   7   8   9   10   >