Re: Apt configuration - As Stable As Possible

2024-04-07 Thread Sven Joachim
worm/trixie) is the way to go. When upgrading to a newer release you need to adjust the pinning preferences along with the apt sources, but this only needs to be done every two years. Cheers, Sven

Re: [Sid] Nouveau: only one monitor after 6.6.15 to 6.7.9 upgrade

2024-04-03 Thread Sven Joachim
>1280x1024 60.02 >1440x900 59.90 >1280x800 59.91 >1280x720 60.00 >1024x768 60.00 >800x600 60.32 >640x480 59.94 >720x400 70.08 > HDMI-1 disconnected (normal left inverted right x axis y axis) > DP-1 disconnected (normal left inverted right x axis y axis) > > Any suggestions? File a bug against the kernel: reboot to the 6.7 kernel if it is not currently running, install the reportbug package if it is not installed already, then run $ reportbug linux-image-$(uname -r) Good luck, Sven

Re: Dependency meaning

2024-03-21 Thread Sven Joachim
t libssl3t64 has a relationship with libc6 (>= 2.34), "libssl3 (3 3.1.5-1.1)" means a relationship with libssl3 (<< 3.1.5-1.1), and the strange numbers 35 and 38 for libssl3t64:i386 appear because 0x20 (==32) is added (the MultiArchImplicit flag). How useful is all that? Probably not much, considering that we cannot even tell the type of relation. It is probably better to just use "apt-cache show". Cheers, Sven

Re: cruft report: The new kid on the block

2024-02-16 Thread Sven Joachim
t recreate them, why? Because these files are conffiles, and the admin is free to edit or delete them; dpkg will respect these changes and not reinstate missing conffiles, unless given the "--force-confmiss" option. Cheers, Sven

Re: Possible cifs stuck in stable kernel (linux-image-6.1.0-17-amd64)

2024-01-30 Thread Sven Joachim
o see if other people are seeing similar issue before actually > filing a bug. It has been seen by other people: https://bugs.debian.org/1060005. The Linux kernel 6.1.73 contains a fix, but I don't know when it will reach the archive. Cheers, Sven

Re: Can't view videos in firefox: VA-API test failed

2024-01-21 Thread Sven Joachim
ot;swrast" in ~/.local/share/xorg/Xorg.0.log. If it is mentioned there, you are likely using software rendering. Cheers, Sven 1. https://bugs.debian.org/1006202 2. https://lists.debian.org/debian-x/2022/06/msg00041.html 3. https://lists.debian.org/debian-x/2023/08/msg00138.html

Re: Probable bug in mc shell link when reading non-ASCII file names

2024-01-19 Thread Sven Joachim
On 2024-01-20 08:44 +0100, Sven Joachim wrote: > On 2024-01-20 00:20 +0100, ju...@op.pl wrote: > >> I'm not sure if this is actually a bug in the mc package or maybe >> somewhere in sshd or in some library that uses ssh. That's why I >> didn't report it via repo

Re: Probable bug in mc shell link when reading non-ASCII file names

2024-01-19 Thread Sven Joachim
ticket/4507, which has already been closed. The fix will be part of mc 4.8.31, if you are lucky the Debian maintainers cherry-pick it earlier. Cheers, Sven

Re: removing gdb-minimal removed plasma-desktop?

2024-01-14 Thread Sven Joachim
> environment. > apt install kinfocenter plasma-workspace plasma-widgets-addons > plasma-workspace-wayland sddm-theme-breeze sddm-theme-debian-breeze > kde-plasma-desktop plasma-desktop Good you sorted it out. The only question is why apt installed gdb even though it removed plasma-workspace anyway. When I tried to replicate your situation in a bookworm chroot, "apt remove gdb-minimal" removes plasma-workspace but does not install gdb. Cheers, Sven

Re: Where to report CVEs missing from the security tracker ?

2024-01-09 Thread Sven Joachim
vide updates for stable or not, and upgrading to a newer version might be risky. Version 1.19.13 is in bookworm-backports, however. Cheers, Sven

Re: systemd and timezone

2023-12-22 Thread Sven Joachim
time was always a symlink? Initially /etc/localtime was a symlink, but in Etch it had been converted to a file[2]. Cheers, Sven 1. https://bugs.debian.org/803144 2. https://bugs.debian.org/346342

Re: Upgrade to 12.3 fails due to missing nvidia firmware package

2023-12-06 Thread Sven Joachim
worm-proposed-updates to install the new version of firmware-nvidia-gsp. Or wait until the actual release of Debian 12.3 next weekend. Cheers, Sven

Re: Help ! No syslog anymore

2023-11-08 Thread Sven Joachim
syslog.service" and put the following two lines in the file: [Service] BindPaths=-/tmp/server.log You may also need a tmpfiles.d(5) snippet to create /tmp/server.log on reboot if it does not exist. Good luck, Sven

Re: Understanding package dependencies

2023-10-07 Thread Sven Joachim
--- In the current case, "aptitude search '~Plsb-base'" does the trick. Cheers, Sven 1. https://www.debian.org/doc/manuals/aptitude/ch02s04s05.en.html#searchProvides

Re: usrmerge in bookworm

2023-10-07 Thread Sven Joachim
rge. > > It got done years ago in Ubuntu, and their dpkg doesn't have this > issue, as they've carried patches for that for all those years. Ubuntu may have patched out the dpkg complaints about usrmerge, but they have _not_ added proper support for it. For instance, the problem mentioned by the OP is present in Ubuntu's dpkg. Cheers, Sven

Re: Same Debian, different hardware = different OpenGL version?

2023-10-03 Thread Sven Joachim
new OpenGL, while the AMD RX460 in my desktop can? That's it, the GPU in your Thinkpad most likely only supports OpenGL 2.1. Intel provides a table at [1], and while I could not find the Thinkpad's GMA 4500M HD listed there, its age makes a maximum OpenGL version of 2.1 plausible. Cheers,

Re: Sunrise and Sunset from terminal

2023-09-29 Thread Sven Hoexter
de into a Lua script [1] to run it on OpenWrt based systems, in case someone is up for something to run in more constrained environments. https://git.sven.stormbind.net/?p=sven/scripts.git;a=blob_plain;f=weblogpro/suntime.lua;hb=HEAD Cheers, Sven

Re: git setup

2023-08-22 Thread Sven Joachim
"user" is your login name there (which you can usually omit). You probably also want to add the backup repository as a remote, so that you do not have to write the long URL every time you push. Cheers, Sven

Re: apt policy / listing packages from repo

2023-08-10 Thread Sven Joachim
ribed in apt-patterns(7), e.g. the following command lists all installed packages from non-free: $ apt list '~i ~snon-free/' Lots of interesting possibilities one can toy with. :-) Cheers, Sven

Re: Determine packages made obsolete in Bookworm

2023-07-20 Thread Sven Joachim
t update". Then "apt list '~o'" lists all the packages which are no longer available. See apt-patterns(7). Good luck, Sven 1. https://www.debian.org/releases/bookworm/amd64/release-notes/ch-upgrading.en.html

Re: Raspberry Pi Debian after upgrade Bullseye => Bookworm -- problem Setting up ca-certificates-java

2023-06-22 Thread Sven Joachim
/bugs.debian.org/670920 and its siblings. > In particular, what directory might contain the file > ca-certificates-java:arm64. None, because that is a package name and not a file. > And what does "no filename for..." mean in this context? You probably have to ask the apt developers. I would like to know that as well. Cheers, Sven

Re: debchange still wants to build for bullseye-backports after upgrade to Bookworm

2023-06-20 Thread Sven Joachim
uot;debian/changelog" by adding > "~bpo11+1" and "bullseye-backports;" > instead of expected "~bpo12+1" and "bookworm-backports;" > Is there anything to check on my system or this is a bug in "dch" > and/or "devscripts" package? The latter, namely https://bugs.debian.org/1037336. Cheers, Sven

Re: Removing i386 architecture

2023-06-12 Thread Sven Joachim
[1]. It seems that just adding > the --allow-remove-essential option is what you need. The real bug is that removing libcrypt1 requires this option in the first place[1]. I have just sent a reminder to fix that, but do not assume it will make it into a Bookworm point release. Cheers, Sven 1. https://bugs.debian.org/1024616

Re: Bookworm upgrade, usrmerge failure

2023-06-12 Thread Sven Joachim
ngs to a package becomes empty dpkg will not remove the old files which now come to bite you. Such incidents might have happened 10 years ago without being noticed. So this problem falls into the "should not happen, but could happen" category. > or have any insight into how > the OP's system became unusable as a result? No, I do not see this. In my book that falls into the "cannot happen" category which is notoriously hard to reproduce or debug. Cheers, Sven 1. https://bugs.debian.org/508764

Re: "dpkg-reconfigure" dash no longer works

2023-06-10 Thread Sven Joachim
ortunately neither the Debian changelog of dash nor the commit message for this change[2] give an explanation. Removing the debconf handling certainly simplifies the package, and there are not too many scripts around that start with "#!/bin/sh" and fail to work with dash - these are the

Re: Running Debian without initramfs?

2023-06-08 Thread Sven Joachim
/ Loading modules via an intramfs is crucial for a distro kernel, because the only alternative would be to compile in support for dozens of filesystems that users might want to use as their root filesystem. Cheers, Sven

Re: debuginfod.debian.net missing some build ids

2023-06-07 Thread Sven Joachim
page in the Debian Wiki[1] this is supposed to work (and with libc6-dbg from stable it does appear to work), so maybe you should contact Sergio Durigan Junior directly. Good luck, Sven 1. https://wiki.debian.org/Debuginfod#What_distributions_are_supported.3F

Re: X11 should not run as root or?

2023-06-02 Thread Sven Joachim
source of the wrapper program that decides whether Xorg needs root rights has not been touched for many years[1]. Cheers, Sven 1. https://salsa.debian.org/xorg-team/xserver/xorg-server/-/commits/debian-unstable/hw/xfree86/xorg-wrapper.c

Re: Unable to run virsh on bookworm

2023-05-09 Thread Sven Joachim
t filed a bug > <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035808> (that was > my time using the Debian bug tracking system). Is anyone aware of a > workaround for this bug until it is fixed? You can and you have to fix it yourself, by moving the locally installed libvirt.so.0 out of the way. Cheers, Sven

Re: Segfaults after upgrade to Debian 11.7 on virtualized systems with AMD Ryzen CPU

2023-04-30 Thread Sven Joachim
11.6 > > I'm currently trying to figure out what is going on here. My first idea would be that the libc6 upgrade triggered these problems, although the new kernel could also be at fault. Try downgrading libc6 in one of the VMs to version 2.31-13+deb11u5 and see if that helps. Good luck, Sven 1. https://stackoverflow.com/questions/2549214/interpreting-segfault-messages

Re: W: Possible missing firmware /lib/firmware/brand/yada*

2023-04-29 Thread Sven Joachim
ch file which is not there. You can check the code for yourself[1]. Cheers, Sven 1. https://sources.debian.org/src/initramfs-tools/0.142/hook-functions/#L109

Re: linux kernel versions in stable

2023-04-22 Thread Sven Joachim
and where is it? There has been an upload of linux 5.10.178-3 which seems to attempt to fix the mipsel* problems[2]. Assuming this builds everywhere, I would expect uploads of the linux-signed packages to follow shortly thereafter. Cheers, Sven 1. https://buildd.debian.org/sta

Re: Pinning not working?!

2023-04-03 Thread Sven Joachim
ot reproduce this problem with apt 2.6.0 on unstable. Maybe you could try to run "apt policy" under strace and see if it actually reads your audacious.pref file, but otherwise I do not really have an idea what is wrong. Cheers, Sven

Re: Buster => Bullseye: doveadm now requires root privileges

2023-03-28 Thread Sven Hartge
Jesper Dybdal wrote: > Yesterday, I upgraded Buster => Bullseye. > I have a cron job that cleans up all old mail from the mailbox that I > use for my mobile phone by running "doveadm expunge" every night. > That worked fine in Buster, but now it fails: >> jdmobile@nuser:~$ doveadm expunge 

Re: new archive section: non-free-firmware

2023-01-28 Thread Sven Joachim
On 2023-01-28 13:11 -0700, Charles Curley wrote: > On Sat, 28 Jan 2023 19:05:39 + > "Andrew M.A. Cater" wrote: > >> This all follows on the General Resolution a while ago. > > Right. I looked at the page to which Sven Joachim > referred. https://www.

new archive section: non-free-firmware

2023-01-28 Thread Sven Joachim
.list once the transition of firmware packages to the new section is complete. For more information why this was done, read https://www.debian.org/vote/2022/vote_003. Cheers, Sven 1. If somebody knows a similar command in apt, please post it.

Re: kernel errors

2023-01-23 Thread Sven Joachim
ould try to figure out what process is trying to read from your empty drive, and why. Consulting journalctl might help with that. Cheers, Sven

Re: Ctrl-C ignored after pasting a long text in an X terminal emulator

2023-01-22 Thread Sven Joachim
://bugs.debian.org/273194 in xterm. Disclaimer: I do not have any expertise in that area. Cheers, Sven

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
On 2023-01-20 21:11 +0100, Sven Joachim wrote: > On 2023-01-20 20:45 +0100, Sven Joachim wrote: > >> My hunch is that postfix recomputes all the hashes in >> /var/spool/postfix/etc/ssl/certs, rather than copying the files from the >> host system into the chroot whi

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
On 2023-01-20 20:45 +0100, Sven Joachim wrote: > On 2023-01-20 11:55 -0700, Charles Curley wrote: > >> On Fri, 20 Jan 2023 19:17:37 +0100 >> Sven Joachim wrote: >> >>> Clearly something fishy is going on here. >> >> I concur. What I saw with htop w

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
On 2023-01-20 11:55 -0700, Charles Curley wrote: > On Fri, 20 Jan 2023 19:17:37 +0100 > Sven Joachim wrote: > >> Clearly something fishy is going on here. > > I concur. What I saw with htop was a slew of calls to SSL. Here's > a sample of what it was doing. It is a proce

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
On 2023-01-20 13:39 -0500, Greg Wooledge wrote: > On Fri, Jan 20, 2023 at 07:17:37PM +0100, Sven Joachim wrote: >> It seems that postfix's startup time has greatly regressed, on my laptop >> there are very long delays both at boot: >> >> , >> | $ systemd-anal

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
$ systemd-analyze blame | head -n1 | 33.340s postfix@-.service ` as well when restarting postfix: , | $ time sudo systemctl restart postfix.service | sudo systemctl restart postfix.service 0,06s user 0,03s system 0% cpu 38,611 total ` Clearly something fishy is going on here. Cheers, Sven

Re: PowerBook G4 OS

2023-01-10 Thread Sven Joachim
stable the best way is to reinstall. You can find a ~10 months netinst iso at [2]. If you are feeling less adventurous, you could use debootstrap to setup a chroot first and try the newest software there. Good luck, Sven 1. https://www.ports.debian.org/ 2. https://cdimage.debian.org/cdimage/ports/current/

Re: Debian security team support for Bullseye?

2023-01-07 Thread Sven Joachim
t the LTS team takes over Bullseye in July 2024, but the exact time depends on when Bookworm is actually released. Cheers, Sven

Re: Reboot required after updating firmware-amd-graphics?

2022-12-07 Thread Sven Hartge
local10 wrote: > Dec 7, 2022, 15:42 by to...@tuxteam.de: >> So a rough approximation to an answer would be "yes". > That was my thought as well but I was hoping maybe there was some > automagical way it could refresh itself in RAM. You can see firmware as kind-of an OS for the component. And

Re: Chroot and x32

2022-11-29 Thread Sven Joachim
that Debian applies to the upstream kernel sources: https://sources.debian.org/src/linux/6.0.10-1/debian/patches/features/x86/x86-make-x32-syscall-support-conditional.patch/ Cheers, Sven

Re: How to check for scheduled shutdown

2022-11-22 Thread Sven Joachim
t; No scheduled shutdown. > > Am I overlooked something? Perhaps that the --show option was only added in systemd 250 and is not available in Bullseye and older Debian releases. Cheers, Sven

Re: Causing segmentations fault; Was: Re: No Public Key

2022-11-14 Thread Sven Joachim
essage in question. https://gitlab.com/muttmua/mutt/-/issues/428 Cheers, Sven

Re: update-initramfs outside of /boot

2022-10-01 Thread Sven Joachim
ramfs in another directory, but to ensure atomic upgrades it would have to be copied to /boot anyway _before_ unlinking the old one (if any). Otherwise the system could become unbootable if it crashes at the wrong moment. Cheers, Sven

Re: OT: apache in shared environment

2022-09-28 Thread Sven Hartge
on, use something like Traefik to route requests for the different hosts or paths to a different container and create privilege separation that way. Grüße, Sven. -- Sigmentation fault. Core dumped.

Re: usr-is-merged package in bullseye?

2022-09-13 Thread Sven Joachim
sure that the system actually has a merged /usr (it will fail to install otherwise, so if you have an unmerged /usr you need to install usrmerge first). Cheers, Sven

Re: PXE booting EFI client

2022-09-07 Thread Sven Hoexter
o my notes the protocol option field is 93 you've to look at. I ran into such an issue a few years back with HPE DL360G10 vs DL120G9. Config setting to try out would be: pxe-service=BC_EFI, "Boot UEFI PXE-64", bootnetx64.efi" Sven

Re: Seeing progross during fsck on boot

2022-09-03 Thread Sven Joachim
unless quiet is passed as kernel command line option, in which |case it defaults to error. If specified overrides the system |manager configuration file option ShowStatus=, see systemd- |system.conf(5). ` Cheers, Sven

Re: uvcdynctrl on bullseye?

2022-09-02 Thread Sven Joachim
For libwebcam such a backport has already been prepared by the maintainer, but not been accepted yet[2]. You would need to either wait for it to become available or build it yourself, e.g. from the tag in the package's git repository[3]. Cheers, Sven 1. https://backports.debian.org/ 2

Re: Substitute for archivemail

2022-08-31 Thread Sven Joachim
l package page to see if there's something relevant there >> (and if it's available in newer Debian versions): >> >> https://packages.debian.org/buster/archivemail > > > Okay. So archivemail hasn't been updated for Python 3 yet. s/ yet// Some people have tried, but gave up eventually, therefore the package has been removed. See https://bugs.debian.org/936146 for details. Cheers, Sven

Re: Will firefox-esr move to version 102 in bullseye?

2022-08-24 Thread Sven Joachim
Debian stable, I expect Firefox and Thunderbird to move to the 102 branch after the next Bullseye point release, scheduled for September 10[1]. To build them, at least rustc 1.59 is needed, and Bullseye currently only has version 1.51 (packaged as rustc-mozilla). Cheers, Sven 1. https://lists.debian.org/debian-live/2022/08/msg6.html

Re: Bookworm : graphic glitches all over my screen after upgrade

2022-08-23 Thread Sven Joachim
do or where to look, my system is barely usable > now and freezes regularly ... Seems you are experiencing bug #1017499[1], for which no solution currently exists. Try downgrading your installed packages from src:mesa. Good luck, Sven 1. https://bugs.debian.org/1017499

Re: Proprietary WiFi drivers for live mode

2022-06-26 Thread Sven Joachim
s a package named firmware-b43-installer in contrib which downloads Broadcom's old drivers and extracts the firmware from them. Obviously you need a network connection for that, so you might have to use it on another system. Good luck, Sven 1. https://packages.debian.org/bullseye/firmware-b43-installer

Re: Installing mysql-workbench on Debian Sid

2022-05-22 Thread Sven Hartge
Valerio wrote: > I need to install mysql-workbench package on debian sid, but i get > problems about missing dependencies. > The following packages have unmet dependencies: > mysql-workbench : Depends: libgdal29 (>= 3.3.0) but it is not > installable Depends: python3 (< 3.10) but 3.10.4-1+b1 is

Re: Predictable Network Interface Names

2022-03-31 Thread Sven Hartge
matches for all of them. The failure-proof way of doing this is by adding "Type=ether" to the Match clause, which will only match the physical interfaces and not the subinterfaces. (Which will be of Type=vlan.): , | [Match] | MACAddress=18:60:24:77:5c:ec | Type=ether | | [Link] | Nam

Re: Out of memory killer misconfigured?

2022-03-29 Thread Sven Hoexter
n information source https://lwn.net/Articles/759781/ which can be used with the Facebook oomd or systemd-oomd to have userland control over which process to kill. If you really want to fine tune your system this should give you a lead what to look for. Sven

Can't see any graphs using tsung's webui

2022-03-20 Thread Sven Scholle
for 127.0.0.1, reason: "mod_esi: Client not authorized to evaluate: images/graphes-Users-simultaneous_tn.png" Version installed: 1.7.0-3.1 I can't find any hints in the documentation. Do you have any idea? Thanks. Regards, Sven

Re: Authentication failed after su-

2022-03-01 Thread Sven Hartge
Stella Ashburne wrote: >> From: "Dan Ritter" >>> In a terminal, I typed: >>> >>> username@hostname:~$ su -l -c "wpa_passphrase JupiterRising 1234567890 > >>> /etc/wpa_supplicant/wpa_supplicant.conf" >>> Password: >>> su: Authentication failure >> That means that you failed to give the root

Re: Ho to properly rebuild single module?

2022-02-27 Thread Sven Hartge
Grzesiek wrote: > I need to apply the following > https://lore.kernel.org/linux-rdma/1645106372-23004-1-git-send-email-mike.marcinis...@cornelisnetworks.com/T/#u > and rebuild ib_qib. The easiest way to ensure consistency would be to just rebuild the kernel package(s) as a whole:

Re: Restoring file capabilities in /usr

2022-02-16 Thread Sven Joachim
w -l setcap /var/lib/dpkg/info/*.postinst Reinstall the affected packages (likely there are only a few of them), and you should be fine. Cheers, Sven

Re: Any plan to upgrade bash to 5.1.16 on bullseye?

2022-02-16 Thread Sven Joachim
s on a stable upload has been made in the last five weeks, so it might be good to ping that bug. Cheers, Sven

Re: SD card, exfat, file mtime wrong

2022-01-15 Thread Sven Hoexter
package asap from the Debian archive, because I believe the in kernel driver is the way to move on, but for now there might be a niche case for the fuse driver. If you can give it a try please let me know if it works for you. Sven

Re: what to do with USB stick that gives badblocks errors

2021-11-24 Thread Sven Hartge
deloptes wrote: > I'm sure there are many ideas around, but I want to hear your opinion > so there is one USB stick that I noticed started mocking about errors when > booting off. > I ran badblocks (without options) and then with -s -n and this produced a > slightly different output. > Is the

Re: Building a package for ScummVM 2.5.0

2021-10-12 Thread Sven Joachim
at is what the Debian package does[1], because scummvm's configure script is apparently not produced by autoconf. Cheers, Sven 1. https://sources.debian.org/src/scummvm/2.2.0+dfsg1-4/debian/rules/#L37

Re: Job for apache2.service failed because the control process exited with error code.

2021-09-29 Thread Sven Hartge
address 0.0.0.0: Something else is already listening on the IP (here the wildcard IP) and the port apache2 wants to bind to. Find out what this is (using ss or netstat) and switch it to a different port or get rid if it. Grüße, Sven. -- Sigmentation fault. Core dumped.

Re: debian-installer RAID question

2021-09-11 Thread Sven Hartge
Felix Natter wrote: > My question is: How does d-i know how the individual HDDs were combined > into a RAID1? For all that "sudo fdisk -l" shows, the disks are > "Linux raid autodetect". For all I see, it could be a RAIDX, X!=1 or > two different RAIDs Are there RAID headers on the

Re: gcc-10: options order important?

2021-09-03 Thread Sven Joachim
een as needed. | This is similar to the rules for extraction of object files from | archives. '--no-as-needed' restores the default behaviour. ` Cheers, Sven

Re: APT testing and unstabe Firefox: can't find newest version from unstable

2021-09-03 Thread Sven Joachim
I be able to install version 91 via > one of these ways? Version 91 is only in experimental. Cheers, Sven

Re: how to forbid debhelper to modify /home ?

2021-09-03 Thread Sven Hartge
Roberto C. Sánchez wrote: > On Fri, Sep 03, 2021 at 08:03:23AM -0400, Greg Wooledge wrote: >> Out of curiosity, I checked my system to see if there were any system >> users with home directories under /home. The only one I found is "ntp". >> >> Then I looked at the ntp.postinst script, and it

Re: nvme SSD and poor performance

2021-08-21 Thread Sven Hartge
or firmware versions and select the appropriate TRIM method. Grüße, Sven. -- Sigmentation fault. Core dumped.

Re: Buster to Bullseye upgrade problem

2021-08-21 Thread Sven Hartge
Gareth Evans wrote: > So I would like to know if apt is not handling this properly, or if > the scenario of a file changing packages (see David's previous email) > is an expected exception to the (sort of) rule. > Shouldn't pitivi 0.999 be disregarded anyway as it's being upgraded? No, because

Re: You are required to change your password immediately (administrator enforced).

2021-08-21 Thread Sven Joachim
On 2021-08-18 14:16 +0200, Harald Dunkel wrote: > On 8/17/21 21:55, Sven Joachim wrote: >> On 2021-08-17 19:59 +0200, Harald Dunkel wrote: >> >>> >>> How can I make sure I don't have to change passwords on 400+ hosts? >> Do not run sid on 400+ hosts.

Re: You are required to change your password immediately (administrator enforced).

2021-08-17 Thread Sven Joachim
On 2021-08-17 21:55 +0200, Sven Joachim wrote: > On 2021-08-17 19:59 +0200, Harald Dunkel wrote: > >> After the most recent update of a host running sid there was a >> password change dialog: >> >> You are required to change your password immediately (admin

Re: You are required to change your password immediately (administrator enforced).

2021-08-17 Thread Sven Joachim
gt; > How can I make sure I don't have to change passwords on 400+ hosts? Do not run sid on 400+ hosts. Do not run testing either, especially in the first months after a release. Cheers, Sven

Re: Forbidden,,You are not allowed to access this!

2021-08-15 Thread Sven Hartge
Evelyn Pereira Souza wrote: > My guess is because I use a VPN. > Why Debian blocks VPNs? Because of repeated vandalism to the Wiki. At one point a decision had to be made to either restrict the access to certain IP ranges or make the whole Wiki read-only for everyone. Grüße, Sven (no

Re: when will bullseye become stable?

2021-08-09 Thread Sven Hartge
Long Wind wrote: > it seems bullseye is somewhat behind scheduledo you have latest info about > release date? https://lists.debian.org/debian-devel-announce/2021/07/msg3.html "We plan to release on 2021-08-14." Grüße, S! -- Sigmentation fault. Core dumped.

Re: AppImages and Sandboxes

2021-08-07 Thread Sven Hartge
Richmond wrote: > I get this error. > ./Franz-5.7.0.AppImage > [3509:0807/163715.039384:FATAL:setuid_sandbox_host.cc(158)] The SUID > sandbox helper binary was found, but is not configured correctly. Rather > than run without sandboxing I'm aborting now. You need to make sure that >

Re: Add btdu to debian repo

2021-08-06 Thread Sven Hartge
basti wrote: > what is the right way to get btdu (a ncdu like command line tool for > btrfs) to the debian repo? 1) File an RFP bug. Will probably result in nothing. 2) Package it yourself and file an ITP bug. mentors.debian.net for more information. Grüße, Sven. -- Sigmentation

Re: Missing some RAM?

2021-08-03 Thread Sven Hartge
local10 wrote: > BIOS-e820: [mem 0x-0x0009c7ff] usable > BIOS-e820: [mem 0x0009f800-0x0009] reserved > BIOS-e820: [mem 0x000f-0x000f] reserved > BIOS-e820: [mem 0x0010-0xafde] usable > BIOS-e820:

Re: Missing some RAM?

2021-08-03 Thread Sven Hartge
local10 wrote: > The "why 1G memory is missing?" thread got me thinking. My PC also > seems to be missing hundreds MB of RAM and that's how it's been for > years. I have 4*2GB RAM boards so, in theory, I should've had 8GB of > RAM but top shows only 7472.2MiB. Even after the MiB to MB conversion

Re: exim4 as a smarthost with TLS

2021-07-31 Thread Sven Hartge
Reco wrote: > On Sat, Jul 31, 2021 at 02:45:34PM +0200, Sven Hartge wrote: >> Reco wrote: >> >> > Seems straightforward enough. >> > Edit /etc/exim4/exim4.conf.template, you'll need to comment out a block >> > similar to this: >> >

Re: exim4 as a smarthost with TLS

2021-07-31 Thread Sven Hartge
Reco wrote: > Seems straightforward enough. > Edit /etc/exim4/exim4.conf.template, you'll need to comment out a block > similar to this: > .ifndef REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS >   REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS = * > .endif > Do not touch second block (starting with .ifdef

Re: removing modules

2021-07-03 Thread Sven Hartge
Hans wrote: > However, building an own kernel might improve security, i.e. on my > servers I removed the usbmodule and cdrom stuff, so that no one could > easy connect evil hardware to the servers (we sometimes got visitors > in the data processing center) Or you could just blacklist those

Re: bad fstab entry prevents ssh from starting [where do i file a bugreport?]

2021-06-22 Thread Sven Hartge
re to mount will cause the system to go into its rescue mode. This is expected and usually the right thing to do to prevent a partially constructed system from starting service which may try to read or write data from or to the wrong destinations. Grüße, Sven. -- Sigmentation fault. Core dumped.

Re: /run/user/1000 errors

2021-05-14 Thread Sven Hartge
se "sudo -i" or "su -" to become root. Any other method will keep parts of your users environment active, causing the problems you noticed. Grüße, Sven. -- Sigmentation fault. Core dumped.

Re: PC fan getting very loud

2021-05-08 Thread Sven Joachim
s - but some other sites cause a lot of load > and still the fan is not getting so noisy. Dust off your ESPRIMO Q520 machine, and consider reapplying thermal paste. If that does not help, buy a better fan (the small form factor limits your choices, though). Cheers, Sven

Re: Ghost cronjob

2021-05-04 Thread Sven Hartge
Mart van de Wege wrote: > Nope, not ephemeral at all, it's PID 1. Since I don't have timers > running this job, apparently there's a zombie process somewhere? PID 1 hints at a systemd.timer, even if you have dismissed this previously. Also the start time of just after midnight hints at this.

Re: problem with debian

2021-04-30 Thread Sven Hartge
Andrei Nae wrote: > Hi, I have a debien OS installed on VMware. When i do the command nano > /etc/apt/sources.list, I don’t have the debian.map.fastlydns.net > written in the file but as soon as I try to do apt update it tells me > that debian.map.fastlydns.net can’t be reached. You will have

Re: Some services cannot start at boot time because /run is not initialized

2021-04-22 Thread Sven Joachim
ve an implicit dependency on sysinit.target (see systemd.target(5)), and sysinit.target depends on local-fs.target: , | $ systemctl show -p WantedBy local-fs.target | WantedBy=sysinit.target ` HTH, Sven

Re: Debian chromium package enable_hangout_services_extension=false by default. How to turn it on during run time?

2021-04-18 Thread Sven Joachim
to patch manually > and built the package locally? I don't think you can, this is a build time feature IIUC. There is a bug report requesting it to be enabled: https://bugs.debian.org/886358. Cheers, Sven

Re: Need help finding the right package under which to report a bug

2021-04-18 Thread Sven Joachim
is package could help to remind the maintainers that they should include the arcturus firmware in future uploads. Cheers, Sven

Re: [sid] efibootmgr not working on linux 5.10.x & LGA1155

2021-04-10 Thread Sven Joachim
On 2021-04-08 22:30 +0200, Grzesiek wrote: > On 3/18/21 9:55 PM, Sven Joachim wrote: >> On 2021-03-18 21:03 +0100, Grzesiek Sójka wrote: >> >>> I noticed recently that efibootmgr stoped working. On all my Sid >>> machines I get the following: >&

Re: Boot better have mounted on root or /boot ?

2021-04-08 Thread Sven Hartge
Greg Wooledge wrote: > On Thu, Apr 08, 2021 at 08:55:47AM +0800, Robbi Nespu wrote: >> Filesystem Size Used Avail Use% Mounted on >> /dev/sda1 110G 62G 43G 60% / >> >> What actually the best way for boot directory? put on same root directory >> like I have right now or it

Re: fail2ban Squawk

2021-03-27 Thread Sven Hartge
nts to one. This is best left alone. Side note here: In systemd (247.3-2) the Debian maintainers patched systemd to no longer issue those warnings for unit files provided in /lib and /usr/lib (i.e. provided by a package) to stop annoying end-users about issues they can do nothing about. Grüße,

  1   2   3   4   5   6   7   8   9   10   >