Re: Web server access

2025-04-05 Thread Van Snyder
On Wed, 2025-04-02 at 01:17 -0400, Timothy M Butterworth wrote: > I am able to reach The Van Snyder's Web Site using the above IP > address and URL on port 80 but not 443. I got a certificate error on > 443.  I've never before set up a secure server. I followed instructions a

Re: Web server access

2025-04-05 Thread Timothy M Butterworth
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 the > same router, using its IP number. > > I enabled port forwarding in the DMZ in my router for ports 80 and 443. > &g

Re: Web server access

2025-04-05 Thread tomas
Cs state CRLF, though. I've been immersed in $DAYJOB, so I haven't been paying very close attention, but my impression was that the problem is solved? FWIW, my local web server, a lighttpd, responds also with a "400 Bad Request" to a "GET /" without a version. Some random

Re: Web server access SOLVED

2025-04-04 Thread Timothy M Butterworth
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 wasn't even aware it existed. I stopped it, and > now I can access my web vandyke.mynetgear.com through my router on port

Re: OT: Re: Web server access

2025-04-03 Thread john doe
out the reason for that was because my server had started running a firewall that blocked port 80 (and 443). I don't have any interactive pages where I ask for input, so there seems not to be a reason to keep port 443 going on. If I may, why don't you take a free hosting service

Re: OT: Re: Web server access

2025-04-03 Thread Van Snyder
est. I eventually worked out the reason for that > > was > > because my server had started running a firewall that blocked port > > 80 > > (and 443). I don't have any interactive pages where I ask for > > input, so > > there seems not to be a reason to keep

OT: Re: Web server access

2025-04-03 Thread john doe
On 4/3/25 01:19, Van Snyder wrote: On Wed, 2025-04-02 at 15:24 -0400, Greg Wooledge wrote: I added port 443 only because my router converted the port 80 request to a port 443 request. I eventually worked out the reason for that was because my server had started running a firewall that

Re: Web server access

2025-04-02 Thread Van Snyder
t;dehydrated", I added port 443 only because my router converted the port 80 request to a port 443 request. I eventually worked out the reason for that was because my server had started running a firewall that blocked port 80 (and 443). I don't have any interactive pages where I ask for input, so there seems not to be a reason to keep port 443 going on.

Re: Web server access

2025-04-02 Thread Jeffrey Walton
o reach The Van Snyder's Web Site using the above IP > > > > address and URL on port 80 but not 443. I got a certificate error > > > > on 443. > > > > > > I've never before set up a secure server. I followed instructions at > > > a web page, w

Re: Web server access

2025-04-02 Thread Van Snyder
> > I've never before set up a secure server. I followed instructions at > a web page, whose URL I neglected to put into my notes, to set up the > SSL. > > I probably did something wrong. > > Was there a clue in the error message about what I did wrong? I go

Re: Web server access

2025-04-02 Thread Greg Wooledge
nd URL on port 80 but not 443. I got a certificate error > > > on 443.  > > > > I've never before set up a secure server. I followed instructions at > > a web page, whose URL I neglected to put into my notes, to set up the > > SSL. > > > > I proba

Re: Web server access

2025-04-02 Thread Nicolas George
debian-u...@howorth.org.uk (HE12025-04-02): > Well, practically it makes no difference. If I send with or without an > HTTP version I get the same Bad Request response. And it makes no > difference whether I use HTTP/1.0 or HTTP/1.1. Does it make a difference if you send CRLF instead of LF, as Tom

Re: Web server access

2025-04-02 Thread Markus Schönhaber
Am 02.04.25 um 14:01 schrieb debian-u...@howorth.org.uk: > wrote: >> On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk >> wrote: >> >> >>> GET index.html >> >> should be: >> >> GET index.html HTTP/1.0 >> >> (Strictly speaking you should close off with twice , but >> most web

Re: Web server access

2025-04-02 Thread Jeffrey Walton
RFC 2616, Sections 3.1 and 5.1: Request-Line = Method SP Request-URI SP HTTP-Version CRLF The "robustness principle" from RFC 2145 says a server should service a request with a missing HTTP-Version. HTTP-Version is optional in Media Type requests. Jeff

Re: Web server access

2025-04-02 Thread debian-user
wrote: > On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk > wrote: > > > > GET index.html > > should be: > > GET index.html HTTP/1.0 > > (Strictly speaking you should close off with twice , but > most web servers are tolerant if you just send two ) > > Not sending a HTT

Re: Web server access

2025-04-02 Thread debian-user
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 iptables or > > TCP wrapper. The router is running a fi

Re: Web server access

2025-04-02 Thread Greg Wooledge
#x27; | nc 47.229.8.99 80 HTTP/1.1 200 OK Date: Wed, 02 Apr 2025 12:09:39 GMT Server: Apache/2.4.62 (Debian) Last-Modified: Mon, 17 Jun 2024 21:42:20 GMT ETag: "7ba-61b1cd703a498" Accept-Ranges: bytes Content-Length: 1978 Vary: Accept-Encoding Connection: close Content-Type: text/html Van Snyder's Web Van Snyder's Web [...]

Re: Web server access

2025-04-02 Thread tomas
On Wed, Apr 02, 2025 at 11:04:17AM +0100, debian-u...@howorth.org.uk wrote: > GET index.html should be: GET index.html HTTP/1.0 (Strictly speaking you should close off with twice , but most web servers are tolerant if you just send two ) Not sending a HTTP version in your request /is/ a bad r

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&#

Re: Web server access SOLVED

2025-04-01 Thread Charles Curley
On Tue, 01 Apr 2025 18:19:55 -0700 Van Snyder wrote: > I disabled firewalld because I have no idea how to configure it, but > my Linksys router is running a firewall that's really easy to > configure. firewall-config for GUI operation. firewalld comes with a command line (and scriptable) tool ca

Re: Web server access SOLVED

2025-04-01 Thread Mal
is passing the external requests (DNAT) to the web server, then you will see a client connection within a packet capture on the destination web server.  Typically the webserver won't log anything before a 3-way handshake is completed and it receives a http request. Install tcpdump on your

Web server access

2025-04-01 Thread Van Snyder
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 the same router, using its IP number. I enabled port

Re: Web server access SOLVED

2025-04-01 Thread Van Snyder
I discovered that although I haven't even installed iptables, my server was running firewalld. I wasn't even aware it existed. I stopped it, and now I can access my web vandyke.mynetgear.com through my router on port 80 or 443. I disabled firewalld because I have no idea how to configu

Re: Web server access

2025-04-01 Thread Van Snyder
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 iptables or TCP >

Re: Web server access

2025-04-01 Thread Van Snyder
Forwarded Message From: jeremy ardley To: debian-user@lists.debian.org Subject: Re: Web server access Date: 04/01/2025 05:29:23 PM On 2/4/25 08:21, Timothy M Butterworth wrote: > > Ok so if I understand you correctly then you are attempting to port > forward 8

Re: Web server access

2025-04-01 Thread Greg Wooledge
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 iptables or TCP > wrapper. The router is running a firewall.  I've forwarded WAN-side >

Re: Web server access

2025-04-01 Thread Van Snyder
On Tue, 2025-04-01 at 20:21 -0400, Timothy M Butterworth wrote: > Ok so if I understand you correctly then you are attempting to port > forward 80 and 443 through the router's WAN Wide Area Network > interface to a server located in the DMZ DeMilitarized Zone. Does the > server

Re: Web server access

2025-04-01 Thread jeremy ardley
On 2/4/25 08:21, Timothy M Butterworth wrote: Ok so if I understand you correctly then you are attempting to port forward 80 and 443 through the router's WAN Wide Area Network interface to a server located in the DMZ DeMilitarized Zone. Does the server have Apache ACL's, IP Tab

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

Re: Web server access

2025-04-01 Thread Van Snyder
On Tue, 2025-04-01 at 22:30 +0200, john doe wrote: > On 4/1/25 21:10, Van Snyder wrote: > > 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 > > the > > same router, using

Re: Web server access

2025-04-01 Thread john doe
On 4/1/25 21:10, Van Snyder wrote: 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 the same router, using its IP number. I enabled port forwarding in the DMZ in my router for ports 80 and 443. I can't

Re: Which web server is installed during Setup/Software Installation?

2025-02-20 Thread Dan Ritter
Jeffrey Walton wrote: > Hi Everyone, > > I need to test a Spring app on Debain 12. I'm installing Debian 12.9. > I'm at the Select Software portion of the installation. The selections > include Web Server. Spring typically uses Tomcat. > > Here is the screen ca

Re: Which web server is installed during Setup/Software Installation?

2025-02-20 Thread Jeffrey Walton
On Thu, Feb 20, 2025 at 1:37 PM Dan Ritter wrote: > > Jeffrey Walton wrote: > > Hi Everyone, > > > > I need to test a Spring app on Debain 12. I'm installing Debian 12.9. > > I'm at the Select Software portion of the installation. The selections >

Which web server is installed during Setup/Software Installation?

2025-02-20 Thread Jeffrey Walton
Hi Everyone, I need to test a Spring app on Debain 12. I'm installing Debian 12.9. I'm at the Select Software portion of the installation. The selections include Web Server. Spring typically uses Tomcat. Here is the screen capture: <https://ibb.co/5XC3QMxh>. My question is, whi

Re: Recovery help needed for remote server: file system mounted read-only

2024-12-30 Thread Tim Woodall
uld almost welcome starting over with a new server. I can login and su to root. I have not been able to inspect logs yet due to time. I see a 2023 Debian thread getting into lots of low-level fsck and other things, but can my old brain and trembly fingers hack it without compounding the problem?

Re: Recovery help needed for remote server: file system mounted read-only

2024-12-30 Thread Dan Ritter
ced it > > when > > I bought it). A few years ago I had what looked like disk problems (time > > outs, > > failed writes, ...). I replaced the power supply and the problems went > > away. > > > Unfortunately this is a leased, remote server. But I can ask the

Re: Recovery help needed for remote server: file system mountedread-only

2024-12-30 Thread gene heskett
On 12/30/24 06:37, Alain D D Williams wrote: On Mon, Dec 30, 2024 at 05:29:05AM -0600, Tom Browder wrote: I suspect a failing disk, My main home PC is 10 years old and still going strong (I over specced it when I bought it). A few years ago I had what looked like disk problems (time outs, fa

Re: Recovery help needed for remote server: file system mounted read-only

2024-12-30 Thread Tom Browder
ad what looked like disk problems (time > outs, > failed writes, ...). I replaced the power supply and the problems went > away. Unfortunately this is a leased, remote server. But I can ask the company to check the PSU. Thanks. -Tom

Re: Recovery help needed for remote server: file system mounted read-only

2024-12-30 Thread Alain D D Williams
On Mon, Dec 30, 2024 at 05:29:05AM -0600, Tom Browder wrote: > I suspect a failing disk, My main home PC is 10 years old and still going strong (I over specced it when I bought it). A few years ago I had what looked like disk problems (time outs, failed writes, ...). I replaced the power supply a

Recovery help needed for remote server: file system mounted read-only

2024-12-30 Thread Tom Browder
I've had this problem a long time ago, and don't remember how I recovered, but it was with help here. I suspect a failing disk, and I wonder if there is a hail Mary command I can do to force a reboot to see if it can recover on its own. I would almost welcome starting over with a new

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-12 Thread Timothy M Butterworth
f you are going to grow your skills then > growing them with certifications is a great idea. > > Best regards, >> Muhammad Nadeem Anjum >> >> >> >> On 30/11/2024 5:55 pm, john doe wrote: >> > On 11/30/24 03:39, Muhammad Nadeem Anjum wrote: >> &

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-12 Thread Muhammad Nadeem Anjum
> I am an experienced Linux server administrator, having started my >> journey with Red Hat Linux 6.0 in 1999. Over the years, I have worked >> with various Linux distributions such as CentOS and Ubuntu Server, >> addressing diverse requirements and applications. My

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-11 Thread Muhammad Nadeem Anjum
5:55 pm, john doe wrote: On 11/30/24 03:39, Muhammad Nadeem Anjum wrote: Dear Experts, We are not experts by any means. I am an experienced Linux server administrator, having started my journey with Red Hat Linux 6.0 in 1999. Over the years, I have worked with various Linux distributions such

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-02 Thread Greg Wooledge
On Mon, Dec 02, 2024 at 11:45:11 +0100, Yassine Chaouche wrote: > Le 12/1/24 à 12:58, Andrew M.A. Cater a écrit : > > Debian official IRC channels are now pretty much all on oftc. liberachat is > > fine - and you may find the same folk are also on #debian in both - > > but you may well get directed

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-02 Thread Yassine Chaouche
Le 12/1/24 à 12:58, Andrew M.A. Cater a écrit : On Sun, Dec 01, 2024 at 09:42:34AM +0100, Yassine Chaouche wrote: Hello Muhammad! and for more real-time interaction I like to hang out on the #linux channel on liberachat IRC servers, or, if it's debian specific, on the #debian channel (also

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-01 Thread Andrew M.A. Cater
On Sun, Dec 01, 2024 at 09:42:34AM +0100, Yassine Chaouche wrote: > Hello Muhammad! > > and for more real-time interaction I like to hang out on the #linux channel > on liberachat IRC servers, > or, if it's debian specific, on the #debian channel (also on liberachat). > Some specific software com

Re: Seeking Resources for Advanced Linux Server Administration

2024-12-01 Thread Yassine Chaouche
Hello Muhammad! I second the arch wiki option. Great resource with much details that apply to most distros. This list is also very generic, with a broad range of topics covered, from booting to installing to operating to troubleshooting different software and hardware. Another community I somet

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 > > iface eth0 inet static > > address 10.1

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

2024-11-30 Thread Timothy M Butterworth
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 >>> loop

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: Debian Server Routing OSPF on two links and one loopback address

2024-11-30 Thread Andy Smith
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 > iface eth0 inet static > address 10.1.1.2/30 > up route add -net default gw 10.1.1.1 metric 1024 dev et

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

2024-11-30 Thread Andy Smith
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 you're doing but with BIRD, BGP and ECMP. I think you'll probably need to

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&#

Re: Seeking Resources for Advanced Linux Server Administration

2024-11-30 Thread john doe
On 11/30/24 03:39, Muhammad Nadeem Anjum wrote: Dear Experts, We are not experts by any means. I am an experienced Linux server administrator, having started my journey with Red Hat Linux 6.0 in 1999. Over the years, I have worked with various Linux distributions such as CentOS and Ubuntu

Re: Seeking Resources for Advanced Linux Server Administration

2024-11-30 Thread Michael Kjörling
On 30 Nov 2024 07:39 +0500, from deb...@nexgntech.com (Muhammad Nadeem Anjum): > I would greatly appreciate it if you could recommend any active mailing > lists, forums, or discussion groups where Linux server administrators > regularly exchange ideas, troubleshoot issues, and share

Seeking Resources for Advanced Linux Server Administration

2024-11-29 Thread Muhammad Nadeem Anjum
Dear Experts, I am an experienced Linux server administrator, having started my journey with Red Hat Linux 6.0 in 1999. Over the years, I have worked with various Linux distributions such as CentOS and Ubuntu Server, addressing diverse requirements and applications. My past experience

Re: X server blocked by SecureBoot

2024-11-03 Thread Jeffrey Walton
On Sun, Nov 3, 2024 at 4:04 PM Christian wrote: > [...] > Well yes, and it's pretty confusing because I disabled secure boot, and > the problems remained. Which makes me really clueless, because there is > not much information left on the dmesg. Maybe its something with BIOS or > ACPI? By adding l

Re: X server blocked by SecureBoot

2024-11-03 Thread Christian
So far I couldn't see anything in my cmdline which is kernel_lockdown related. If this means that you already looked into /proc/cmdline then i am out of ideas why the kernel log reported [   47.042454] Lockdown: Xorg: raw io port access is restricted; see man kernel_lockdown.7 Turns out,

Re: X server blocked by SecureBoot

2024-10-30 Thread Thomas Schmitt
Hi, Christian wrote: > So far I couldn't see anything in my > cmdline which is kernel_lockdown related. If this means that you already looked into /proc/cmdline then i am out of ideas why the kernel log reported > > [   47.042454] Lockdown: Xorg: raw io port access is restricted; see man > >

Re: X server blocked by SecureBoot

2024-10-30 Thread Jeffrey Walton
On Wed, Oct 30, 2024 at 12:25 PM Christian wrote: > > Hello Kevin, thank you for support. I choosed Nvidia again deliberately > because I want to play with Tesorflow, Scikit-Learn and GPT. And yes I > had my experiences with Nvidia over the year as well. But I decided to > take Nvidia again. Maybe

Re: X server blocked by SecureBoot

2024-10-30 Thread Kevin Chadwick
30 Oct 2024 16:25:58 Christian : > I choosed Nvidia again deliberately because I want to play with Tesorflow, > Scikit-Learn and GPT. Or perhaps game. People seem to forget that 20 years ago Nvidia was the only supporter of full featured gpu drivers on Linux. Have you tried disabling secure bo

Re: X server blocked by SecureBoot

2024-10-30 Thread Christian
Hello Kevin, thank you for support. I choosed Nvidia again deliberately because I want to play with Tesorflow, Scikit-Learn and GPT. And yes I had my experiences with Nvidia over the year as well. But I decided to take Nvidia again. Maybe there are more people like me, giving up the installatio

Re: X server blocked by SecureBoot

2024-10-30 Thread Christian
Hello Timothy, I did so. I used Debian Testing/Trixie, which I also use on my current old system (build 2015) with apt pinning and everything... The ISO I used was debian-live-testing-amd64-xfce.iso. BR Christian On Wed, Oct 30, 2024 at 10:58 AM Christian wrote: Hi Thomas, thank you for you

Re: X server blocked by SecureBoot

2024-10-30 Thread Timothy M Butterworth
On Wed, Oct 30, 2024 at 10:58 AM Christian wrote: > Hi Thomas, thank you for your help. So far I couldn't see anything in my > cmdline which is kernel_lockdown related. And I grep'ed the whole /etc > and /boot directory recursively. Nothing. And neither in the dmesg, > there is no "lsm=" line. On

Re: X server blocked by SecureBoot

2024-10-30 Thread Timothy M Butterworth
odeset > > and nvidia. But something still prevents the X server from starting: > > > > [ 304.354] (II) NVIDIA GLX Module 535.183.01 Sun May 12 19:37:53 UTC > > 2024 > > [ 304.355] (II) NVIDIA: The X server supports PRIME Render Offload. > > [ 308.891] (EE

Re: X server blocked by SecureBoot

2024-10-30 Thread Christian
the Nvidia driver and everything to build it. Then I created my MOK key and enrolled them. So the nvidia-current module is signed now and is getting loaded as nvidia_drm, nvidia_modeset and nvidia. But something still prevents the X server from starting: [ 304.354] (II) NVIDIA GLX Module

Re: X server blocked by SecureBoot

2024-10-30 Thread Christian
Hi Thomas, thank you for your help. So far I couldn't see anything in my cmdline which is kernel_lockdown related. And I grep'ed the whole /etc and /boot directory recursively. Nothing. And neither in the dmesg, there is no "lsm=" line. Only in the kernel .config is CONFIG_SECURITY_LOCKDOWN=y,

Re: X server blocked by SecureBoot

2024-10-29 Thread Stefan Monnier
>> NVIDIA is a major pain in the ass with Linux. Which is why I do not >> use them. > Actually this is more Linux being a major pain in the ass to Nvidia. Hmm... I haven't seen any sign that Nvidia suffers much, so I think it's more clearly a pain inflicted on Linux. Stefan

Re: X server blocked by SecureBoot

2024-10-29 Thread Kevin Chadwick
29 Oct 2024 17:38:39 Timothy M Butterworth : > NVIDIA is a major pain in the ass with Linux. Which is why I do not > use them. Actually this is more Linux being a major pain in the ass to Nvidia. When secure boot is enabled lockdown is automatically enabled. Really debian should provide an Nvid

Re: X server blocked by SecureBoot

2024-10-29 Thread Timothy M Butterworth
ing still prevents the X server from starting: > > [ 304.354] (II) NVIDIA GLX Module 535.183.01 Sun May 12 19:37:53 UTC > 2024 > [ 304.355] (II) NVIDIA: The X server supports PRIME Render Offload. > [ 308.891] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at > PCI:1:0

Re: X server blocked by SecureBoot

2024-10-29 Thread Thomas Schmitt
Hi, Christian wrote: > [   47.042454] Lockdown: Xorg: raw io port access is restricted; see man > kernel_lockdown.7 > I think it's still SecureBoot, but what is it this time? Can anyone help At least the above log snippet seems to be related to SecureBoot. In https://manpages.debian.org/bookwo

X server blocked by SecureBoot

2024-10-29 Thread Christian
the Nvidia driver and everything to build it. Then I created my MOK key and enrolled them. So the nvidia-current module is signed now and is getting loaded as nvidia_drm, nvidia_modeset and nvidia. But something still prevents the X server from starting: [   304.354] (II) NVIDIA GLX Module

Re: Small server hanging after some days - top, load avg and Mem buff/cache question

2024-10-28 Thread Dan Ritter
B.M. wrote: > Thanks a lot for your inputs. In the meantime I disabled zram and added a 2 > GiB swapfile. > > What I don't understand: how can the system have not enough memory problems, > while it's showing ~ 2 GiB cached/buffer? I'd expect it to free some of that > and be fine again... 2 GiB is

Re: Small server hanging after some days - top, load avg and Mem buff/cache question

2024-10-28 Thread B.M.
On Montag, 28. Oktober 2024 15:21:02 CET Dan Ritter wrote: > B.M. wrote: > > Hi, > > > > I have a small server (Raspberry Pi 4 in fact) and since a couple of weeks > > it repeatedly hangs after some days until I reboot it (after months of > > uptime without any pro

Re: Small server hanging after some days - top, load avg and Mem buff/cache question

2024-10-28 Thread Dan Ritter
B.M. wrote: > Hi, > > I have a small server (Raspberry Pi 4 in fact) and since a couple of weeks it > repeatedly hangs after some days until I reboot it (after months of uptime > without any problem - but I changed a few things in the meantime, so maybe > load is now higher tha

Re: Small server hanging after some days - top, load avg and Mem buff/cache question

2024-10-28 Thread Alexander V. Makartsev
On 28.10.2024 15:41, B.M. wrote: Hi, I have a small server (Raspberry Pi 4 in fact) and since a couple of weeks it repeatedly hangs after some days until I reboot it (after months of uptime without any problem - but I changed a few things in the meantime, so maybe load is now higher than before

Small server hanging after some days - top, load avg and Mem buff/cache question

2024-10-28 Thread B.M.
Hi, I have a small server (Raspberry Pi 4 in fact) and since a couple of weeks it repeatedly hangs after some days until I reboot it (after months of uptime without any problem - but I changed a few things in the meantime, so maybe load is now higher than before). At least after installing

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Max Nikulin
On 21/08/2024 03:42, Gary Dale wrote: $ systemctl status tigervncserver@:1.service ○ tigervncserver@:1.service - Remote desktop service (VNC) Loaded: loaded (/usr/lib/systemd/system/tigervncserver@.service; enabled; preset: enabled) Active: inactive (dead) since Tue 2024-08-20 15:52:

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Gary Dale
g, when you start it from a user's crontab with @reboot, it runs as the correct user automatically.  I don't know how systemd knows which user to start the VNC session as. Maybe I just don't understand the concept of a "standalone (VNC) server". I've got some workst

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Gary Dale
crontab with @reboot, it runs as the correct user automatically. I don't know how systemd knows which user to start the VNC session as. Maybe I just don't understand the concept of a "standalone (VNC) server". I've got some workstations with tightvncserver installed, and I&#

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Greg Wooledge
t runs as the correct user automatically. I don't know how systemd knows which user to start the VNC session as. Maybe I just don't understand the concept of a "standalone (VNC) server". I've got some workstations with tightvncserver installed, and I've got two ses

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Gary Dale
On 2024-08-20 15:15, Greg Wooledge wrote: On Tue, Aug 20, 2024 at 15:04:11 -0400, Gary Dale wrote: On 2024-08-19 22:27, Max Nikulin wrote: On 20/08/2024 05:15, Gary Dale wrote: tigervnc-server has a command line option to listen to the LAN but the Debian systemd service configuration doesn&#

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Greg Wooledge
On Tue, Aug 20, 2024 at 15:04:11 -0400, Gary Dale wrote: > On 2024-08-19 22:27, Max Nikulin wrote: > > On 20/08/2024 05:15, Gary Dale wrote: > > > tigervnc-server has a command line option to listen to the LAN but > > > the Debian systemd service configuratio

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-20 Thread Gary Dale
On 2024-08-19 22:27, Max Nikulin wrote: On 20/08/2024 05:15, Gary Dale wrote: tigervnc-server has a command line option to listen to the LAN but the Debian systemd service configuration doesn't invoke the server program directly, so I'm not sure how to get the option to the v

Re: configuring tigervnc-standalone-server to listen on LAN

2024-08-19 Thread Max Nikulin
On 20/08/2024 05:15, Gary Dale wrote: tigervnc-server has a command line option to listen to the LAN but the Debian systemd service configuration doesn't invoke the server program directly, so I'm not sure how to get the option to the vnc server. [...]> This is the

configuring tigervnc-standalone-server to listen on LAN

2024-08-19 Thread Gary Dale
I'm running Debian/Trixie on and AMD64 system. I have a need to be able to connect remotely to this machine. My network already is setup for ssh from the outside to go to my main server. From there I would normally use -L port forwarding to connect to a computer on the LAN. However, tig

Re: Tool to store on IMAP server

2024-07-30 Thread Max Nikulin
On 30/07/2024 15:24, Tim Woodall wrote: On Mon, 29 Jul 2024, mick.crane wrote: I was concerned the '1722260402.M755015P70320.xx,S=17279,W=17606:2,S' numbers might get mixed up with new ones but didn't seem to matter. [...] Yes, I use unison to keep some imap servers in sync. Maildir

Re: Tool to store on IMAP server

2024-07-30 Thread Tim Woodall
is I'd end up with a duplicated email. It's possible I'd get a synch conflict but I've not had one yet. And I do occasionally use imap on more than one server at once. But I'd assume dropping files into the maildir with non-conflicting names - there might be restricions o

Re: Tool to store on IMAP server

2024-07-30 Thread Nicolas George
Tim Woodall (12024-07-30): > Yes, I use unison to keep some imap servers in sync. Be precise: you use unison to keep the directories that serve as mail storage for some IMAP servers in sync. Your unison does not know that there is IMAP involved. -- Nicolas George

Re: Tool to store on IMAP server

2024-07-30 Thread Tim Woodall
On Mon, 29 Jul 2024, mick.crane wrote: On 2024-07-29 14:36, Nicolas George wrote: Hi. I am looking for a tool that reads a mail from its input and stores it into an IMAP mailbox: With a new Dovecot install I believe I copied all the old mails into eg. ~/Maidir/cur and they showed up. I was c

Re: Tool to store on IMAP server

2024-07-30 Thread Nicolas George
James Cloos (12024-07-29): > How about keeping a locally patched version of curl on hand (you could > call it something like /usr/local/bin/imap-upload) which sets the flags > as you want them to be? I did not need to ask for help for the obvious solution “write it yourself”, be it from scratch or

Re: Tool to store on IMAP server

2024-07-29 Thread James Cloos
>>>>> "NG" == Nicolas George writes: NG> I got curl to work (I did not know that curl could do IMAP): NG> curl --user george --url imaps://server/Mail/testcurl --upload-file /tmp/mail NG> Unfortunately, curl hardcodes that mail uploaded that way are seen:

Re: Tool to store on IMAP server

2024-07-29 Thread Darac Marjal
On 29/07/2024 14:36, Nicolas George wrote: Hi. I am looking for a tool that reads a mail from its input and stores it into an IMAP mailbox: cat mail_file | imapupload imaps://george@server/Mail/incoming The goal would be to provide our users an alternative to forwarding their mail to another

Re: Tool to store on IMAP server

2024-07-29 Thread Nicolas George
Greg Wooledge (12024-07-29): > You did not say you wanted to do this NON-INTERACTIVELY. Yes, I did, in the very first message: “The goal would be to provide our users an alternative to forwarding their mail to another mail provider” > Why do you want to do it non-interactively? It's ONE MESSAGE

Re: Tool to store on IMAP server

2024-07-29 Thread Greg Wooledge
On Mon, Jul 29, 2024 at 16:23:14 +0200, Nicolas George wrote: > I want: transfer ONE message to an IMAP account. > Then use the mutt solution. > And mutt's behavior is too unpredictable to be used in a non-interactive > way. You did not say you wanted to do this NON-INTERACTIVELY. Why do you wa

Re: Tool to store on IMAP server

2024-07-29 Thread Nicolas George
Greg Wooledge (12024-07-29): > https://superuser.com/questions/191719/transferring-lots-of-messages-between-imap-accounts Closer, but no: I want: transfer ONE message to an IMAP account. This: transfer LOTS OF messages to an IMAP account. imapsync (actually mbsync) is really good for what it is

  1   2   3   4   5   6   7   8   9   10   >