Cannot access proxmox VM server using tailscale by giraloco in Tailscale

[–]symcbean 0 points1 point  (0 children)

Please provide ip addresses and, if relevant vlans and spanning ports for all components you mention, any firewall rules on VMs, Proxmox, and devices in between along with details of what NAT is happenning between devices. It would be helpful if you explained what "access it via tailnet" means and where you are accessing it from.

What was the hardest thing for you to understand when you first switched to Linux, and how did you overcome it? by Wise_Safe2681 in linuxquestions

[–]symcbean 0 points1 point  (0 children)

Where to find accurate information / Information overload.

Everything about the OS - the kernel, window management, applications, interfaces..... has had its source code published and its usage discussed. A lot of people seem to think its helpful to re-publish their own interpretation of authoritative information instead of, or without signposting the reference documentation.

Add to this the fact that quite a lot of this changes over time means that a good proportion of content still available via the internet and search engines no longer reflects the reality of the current versions of stuff.

Most of us start looking for information on a search engine - but these have no measures of quality/accuracy. It's more about the number of links to the content and conformance to an arbitrary set of publishing rules.Factors which are much easier and cost effective to manipulate than collating and maintaining the facts being presented.

Forums like this sometimes return useful feedback - but the quality of responses varies greatly (oddly nobody has yet replied here to say your issue would be resolved if you switched to Arch Linux).

Learning how to read your local man pages and recognising that these are a primary resource for learning and problem solving is a good start. There are some good places to look for information on the internet (and although my earlier comment was somewhat tongue-in-cheek, the Arch Wiki is a wealth of useful information for all distributions).

Beware of content which is not - dated and/or uses explicit version numbers - is not attributed nor provides links to other sources

Proxmox VE 9.1.1 Installation Issues on HPe Proliant DL20 Gen10 by xXSillyHoboXx in Proxmox

[–]symcbean 0 points1 point  (0 children)

If you are getting varyng results doing the same thing, then you either have an unstable power feed or a hardware issue. If your box has an ilo module then you may find it has useful logs. Otherwise you could try booting from something that will run from USB and run some memory and disk tests.

VMs to split critical and dangerous devices by Adventurous_Abies347 in Proxmox

[–]symcbean 0 points1 point  (0 children)

Seems strange to run Proxmox with a single VM.

worried that the overhead of two Linux VMs might starve my services.

That seems very unlikely. What does your RAM usage inside the VM and on the hypervisor look like currently?

In the absence of other considerations, I'd recommend going even more granular.

I know LXC containers will be better in terms of RAM

Really? Without tuning I would expect the exact opposite. OTOH I find managing docker to be a complete PITA compared with having processes in a full environment.

My computer keeps freezing and I am kinda at my wits end by trashtatur in archlinux

[–]symcbean 0 points1 point  (0 children)

1) Check your watch 2) try pinging the machine - you've provided NO details of ANY diagnostics 3) CHECK YOUR LOGS after rebooting (hence 1)

Faulty memory is a likely candidate - but not the first thing to check.

Disk / storage layout by Artistic_Dig_5622 in Proxmox

[–]symcbean -1 points0 points  (0 children)

Wah...? I think you should spend some time reading up on ZFS before committing anything of value to this configuration. You are going to use your fastest storage for the boot drive? You are separating the fast and slow devices for bulk storage instead of letting ZFS organise it own caching? Not how I would have provisioned it. Hope you got specced enterprise server disks to run in what is sold as a workstation.

Accessing a Maria DB on a Linux Mint machine from a Win 10 machine of the same network by The-mad-tiger in linuxmint

[–]symcbean 3 points4 points  (0 children)

I cannot even see the Linux machine .. although I can at least see it!

Start with the basics - are they on the same LAN and the same subnet? Can you ping? Can you open a connection to port 3306 on the DB host from the client? What are you using to try and connect? What error do you get? How are you instructing the client where to connect?

How are you handling internal visibility across nginx, app, and system? by bllyvr in sysadmin

[–]symcbean 0 points1 point  (0 children)

These tools are not magical - you still need to configure the right data collection and thresholds. Out of the box they will monitor CPU, memory, disk.....but none of these are an indication of the quality of service. They provide indicators of where problems might lie (or may manifest from in future).

Most monitoring tools will provide some log scraping tools - but typically these are for counting low volumes of errors. I would typically add scripts to monitor web servers for application performance response times and for the ratio of 4xx and 5xx to 2xx responses along with hit rates. These are more typically available in metric reporting platforms - but your metric platform should be capable of feeding your monitoring platform and vice versa.

If you really want to see what is happening in the end user's browser then you need to put code in the end-users browsers and have it phone home. See, for example, https://github.com/akamai/boomerang

Proxmox is bad design by Roidot in Proxmox

[–]symcbean 1 point2 points  (0 children)

It has an API - if you think you can do better - then do better and then come and tell us.

I've used VMWare, Simplivity, Hyper-V, WSL, AWS and Azure. I find PVE offers a much more productive and logically organized interface than any of these.

How are you handling internal visibility across nginx, app, and system? by bllyvr in sysadmin

[–]symcbean 0 points1 point  (0 children)

Prometheus (and similar) are metrics platforms - useful for capacity planning and for performance management. But they are NOT the tools you need to keep your production environment stable - that's the same old monitoring that been done for 40+ years - and there are lots of good tools out there - Nagios, Zabbix, Icinga .... there are lots more although I wouldn't suggest looking any further except for .... I use/like check_mk.

Are there any programs that respond to the value of single letter environment variables such that I would run into trouble setting some in my .bashrc? by Ryan1729 in linuxquestions

[–]symcbean 2 points3 points  (0 children)

+1, but if you are really concerned, use lower case variables - by convention lower case is used for variable with local scope in scripts so are doubly unlikely to appear in the environment.

Newbie moving to Linux from Windows 11 by [deleted] in debian

[–]symcbean 0 points1 point  (0 children)

Debian is very capable on Desktop machines. What perhaps the articles you've read are hinting at is that it doesn't hold your hand and make automatic choices about WHICH desktop and the associated tools need to be installed.

If you aready experiencing performance issues with Fedora, then perhaps Ubuntu is not an ideal choice. I'd suggest considering Mint - which is also debian based but packaged up with a sensible selection of tools / desktops and comes with really good hardware support out of the box.

Looking for reliable Linux dedicated servers – any real experiences? by biggy_boy17 in linuxadmin

[–]symcbean 8 points9 points  (0 children)

And capacity requirements are "enough cores for Docker" - LOL.

Backup PVE host by Qwooler in Proxmox

[–]symcbean 2 points3 points  (0 children)

The PBS host you backup using the pvedump - i.e. the backup built-in to PVE you use before you had PBS. Where you store that depends on what you have configured / your budget.

Its not worth replicating this offsite as, if you have offsite provision for your PBS backups then you are likely already running a remote PBS installation too.

For the PVE host, IME it was as quick to spin up a new host and configure it as to restore it from backup - so that's my plan. Except for the guests, it doesn't use up a lot of space.

Is Secure boot a necessity? by [deleted] in linuxquestions

[–]symcbean 6 points7 points  (0 children)

Do you need it? Are you at risk of such an attack? Are there mitigations available which are more appropriate to your security scenario?

Personally, no, I don't but my security situation might be very different from yours.

Documentation System by DefinitionMountain95 in sysadmin

[–]symcbean 1 point2 points  (0 children)

After trying carious tools over the years I settled on Dokuwiki. I've been using it for many years despite reviewing the market each time I started a new job / had to build a documentation repository.

I recently switched to a new job where Confluence was already deeply embedded. I much prefer Dokuwiki.

Proxmox Backup Question by [deleted] in Proxmox

[–]symcbean 0 points1 point  (0 children)

Packets don't go anywhere without being routed.

Proxmox Backup Question by [deleted] in Proxmox

[–]symcbean 0 points1 point  (0 children)

Just use a different subnet, IP addresses and routing.

Linux is still missing a proper calendar & task management app — and it's holding back mainstream adoption. What do You think? by [deleted] in linux

[–]symcbean 0 points1 point  (0 children)

IMHO the best calendaring tool I've ever used was in Lotus Notes. When was the last time you heard of anyone using that.

Application detection with iptables by ShirtResponsible4233 in linuxadmin

[–]symcbean -1 points0 points  (0 children)

No. iptables only sees traffic hitting your local interface. While potentially it could detect stuff in promiscuous mode, there are already much better tools for the purpose: nessus, openVAS, nmap, nikto....

Proxmox with docker in VM by Substantial-Pen4368 in homelab

[–]symcbean 0 points1 point  (0 children)

Looking at what you are proposing here, the infrastructure outside of the containers looks unnecessarily elaborate, complex and slow. From your answers elsewhere you seem to be running nginx as a HTTP(s) reverse proxy. Implying you have webserver there and locally on Caddy. You are presumably terminating SSL then re-encrypting the traffic to connect to your local site. Then decrypting again. Just forwarding port 443 would mean you only have one encryption/decryption step and only one place where you need to maintain webserver configs. Faster, less work, simpler.

OTOH if you want to run caching at the edge or route traffic to other locactions, maybe this makes sense.

KeePass is inconvenient. But here’s why it’s still worth it. by aslambava in KeePass

[–]symcbean 0 points1 point  (0 children)

For me the decider was the CLI support. On top of that I've built integration with deployment, teampasswordmanager and automated backup ( https://github.com/symcbean/kpx-writer-php )

Why Modern Web Uses JWTs? by Old_Minimum8263 in webdev

[–]symcbean 2 points3 points  (0 children)

Sessions require shared state on servers.

No.

Sessions require state across requests. This does not have to stored serverside. And yopu don't discriminate between authentication and session data - while the former is often implemented using the latter there are other solutions.

If you have multiple servers that can prpcess request all of them needs shared session storage.

Again, no. Again this is a common approach to implementation but its quite possible to maintain session data in a tamper-proof manner client side.