Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 14115 matches

by Head_on_a_Stick
2023-08-22 15:48
Forum: General Questions
Topic: [Solved] libcrypto.so.1.1: cannot open shared object file
Replies: 6
Views: 6754

Re: libcrypto.so.1.1: cannot open shared object file

If the package can be installed then I think it should be fine. Probably best to use the latest version though:

https://deb.debian.org/debian/pool/main ... _amd64.deb
by Head_on_a_Stick
2023-08-22 15:44
Forum: General Questions
Topic: Wifi suddenly stopped working
Replies: 12
Views: 3006

Re: Wifi suddenly stopped working

The systemd journal. Use the `journalctl` command to read the entries or the gnome-logs package if you prefer a GUI.
by Head_on_a_Stick
2023-08-21 17:26
Forum: General Questions
Topic: [Solved] libcrypto.so.1.1: cannot open shared object file
Replies: 6
Views: 6754

Re: libcrypto.so.1.1: cannot open shared object file

when I'm trying to create them I got this message /sys/ is a kernel interface so it can only be modified in certain ways. In this case, if the files aren't there then your motherboard does not offer an interface recognised by the kernel. When you say provide the source, do you mean the package? No,...
by Head_on_a_Stick
2023-08-21 16:40
Forum: General Questions
Topic: [Solved] libcrypto.so.1.1: cannot open shared object file
Replies: 6
Views: 6754

Re: libcrypto.so.1.1: cannot open shared object file

I'm using command-configure to set a limit on the battery level I do that by modifying /sys/class/power_supply/BAT0/charge_control_{start,end}_threshold — do you have those for your Dell? In respect of the shared object problem: don't symlink or copy system libraries. Request that Dell rebuild thei...
by Head_on_a_Stick
2023-08-21 16:35
Forum: Beginners Questions
Topic: [Installation] Buster to Bookworm Upgrade issue
Replies: 18
Views: 12217

Re: [Installation] Buster to Bookworm Upgrade issue

I tried recovery at grub boot That's not the same as Rescue Mode. Please read my link. After botting into live debian, created rescure directory then ran: sudo mount /dev/md126 /rescure, then sudo chroot /rescue/, and this has giving me access to the filesystem. Try sudo chroot /rescue /bin/su -
by Head_on_a_Stick
2023-08-21 15:54
Forum: Beginners Questions
Topic: [Installation] Commands missing, like curl or gpg
Replies: 3
Views: 2372

Re: [Installation] Commands missing, like curl or gpg

And if that doesn't work then please post the full output of the first command.
by Head_on_a_Stick
2023-08-21 15:52
Forum: Graphical Environments & Desktops
Topic: [Solved] Autostart in XMonad
Replies: 8
Views: 2768

Re: Autostart in XMonad

So does /home/kamil/conf/dzen.sh work if you run it from a terminal? Is there anything in XMonad's configuration that might be overriding `setxkbmap`? And does that command work as expected from a terminal? GDM is useless bloat but it can't be causing the problem if the first command in ~/.xsessionr...
by Head_on_a_Stick
2023-08-21 15:49
Forum: Beginners Questions
Topic: [Installation] Buster to Bookworm Upgrade issue
Replies: 18
Views: 12217

Re: [Installation] Buster to Bookworm Upgrade issue

I am chrooted in using a live debian ISO, so this may change things Did you use Rescue Mode ? That's the easiest way to get a working shell in a broken system. There is also arch-chroot(8) , from the arch-install-scripts package, that will (bind) mount the API filesystems automagically for you. Loo...
by Head_on_a_Stick
2023-08-21 15:44
Forum: Beginners Questions
Topic: [Software] Turn source code into apt packages
Replies: 2
Views: 1365

Re: [Software] Turn source code into apt packages

To recompile Debian packages locally make sure you have deb-src lines in /etc/apt/sources.list then use

Code: Select all

apt source vim
to retrieve the sources.

But in this case the only version of vim that doesn't have Lua support is the basic vim package so install (eg) vim-nox instead.
by Head_on_a_Stick
2023-08-21 15:16
Forum: General Questions
Topic: [Software] black screen when selecting debian 12
Replies: 11
Views: 5138

Re: [Software] black screen when selecting debian 12

From my bookworm system: $ ls -l /lib/systemd/system/runlevel?.target lrwxrwxrwx 1 root root 15 Jul 10 22:44 /lib/systemd/system/runlevel0.target -> poweroff.target lrwxrwxrwx 1 root root 13 Jul 10 22:44 /lib/systemd/system/runlevel1.target -> rescue.target lrwxrwxrwx 1 root root 17 Jul 10 22:44 /li...
by Head_on_a_Stick
2023-08-21 15:12
Forum: Beginners Questions
Topic: [Installation] Buster to Bookworm Upgrade issue
Replies: 18
Views: 12217

Re: [Installation] Buster to Bookworm Upgrade issue

/usr/bin/perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: error: 1 expected program...
by Head_on_a_Stick
2023-08-21 15:07
Forum: Graphical Environments & Desktops
Topic: [Solved] Autostart in XMonad
Replies: 8
Views: 2768

Re: Autostart in XMonad

How are you starting XMonad?

Adding commands to ~/.xsessionrc should work for all X sessions so please share exactly what was added, verbatim and in full. Thanks.

I can't remember if XMonad uses XDG autostart but if it did you would have to use a .desktop file to call a startup script.
by Head_on_a_Stick
2023-08-21 15:00
Forum: Beginners Questions
Topic: How to fix horizontal lines after Debian Minimal install
Replies: 3
Views: 1554

Re: How to fix horizontal lines after Debian Minimal install

Disable the compositor, if you're running one. They're always trouble.

Which Mesa driver is in use?

Code: Select all

grep 'DRI driver' ~/.local/share/xorg/Xorg.0.log # or /var/log/Xorg.0.log if you're running X under root
by Head_on_a_Stick
2023-08-21 14:50
Forum: Beginners Questions
Topic: [Installation] Buster to Bookworm Upgrade issue
Replies: 18
Views: 12217

Re: [Installation] Buster to Bookworm Upgrade issue

Head_on_a_Stick wrote: 2023-08-21 05:55If anything's going to stop it working it will be the Google Chrome repository so remember to remove Chrome and the repository before trying again
by Head_on_a_Stick
2023-08-21 14:48
Forum: General Questions
Topic: Wifi suddenly stopped working
Replies: 12
Views: 3006

Re: Wifi suddenly stopped working

Check the journal.
by Head_on_a_Stick
2023-08-21 14:44
Forum: General Questions
Topic: [Software] black screen when selecting debian 12
Replies: 11
Views: 5138

Re: [Software] black screen when selecting debian 12

^ Or 2, or 4. I always quote the unit file method because it works with everything that uses systemd whereas the numbers are Debian-specific; they don't even work with Devuan, unless that's changed for their 5th release.
by Head_on_a_Stick
2023-08-21 05:55
Forum: Beginners Questions
Topic: [Installation] Buster to Bookworm Upgrade issue
Replies: 18
Views: 12217

Re: [Installation] Buster to Bookworm Upgrade issue

It would probably work if you followed the recommendation: apt update apt upgrade apt full-upgrade Stepping through releases is also recommended but I reckon APT can handle the skip as long as you don't call `full-upgrade` immediately. If anything's going to stop it working it will be the Google Chr...
by Head_on_a_Stick
2023-08-21 05:52
Forum: General Questions
Topic: [Software] black screen when selecting debian 12
Replies: 11
Views: 5138

Re: [Software] black screen when selecting debian 12

cookingfat wrote: 2023-08-20 22:53Ctrl-Alt-F3 doesn't work
How about booting to a TTY by adding this to the end of GRUB's "linux" line:

Code: Select all

systemd.unit=multi-user.target
by Head_on_a_Stick
2023-08-21 05:40
Forum: System and Network configuration
Topic: Need config help with apt and Yocto build
Replies: 13
Views: 3208

Re: Need config help with apt and Yocto build

foxsquirrel wrote: 2023-08-21 02:13This is a yocto build for arm64 using .deb packages. 5.15.71 kernal.
Why are you using that kernel? Please provide the full Yocto configuration (conf/local.conf, I think).

EDIT: off-topic but I prefer https://buildroot.org/, it's simpler than Yocto.