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 1405 matches

by peter_irich
2024-04-13 17:59
Forum: Beginners Questions
Topic: Symlink conflict between 2 OS's?
Replies: 5
Views: 146

Re: Symlink conflict between 2 OS's?

I don't see the problems with third partition. You mount it independent in each /etc/fstab, in third partition you create directory with any name, for example, nobody, enter as root commands

Code: Select all

chown nobody:nogroup nobody
chmod 775 nobody
an in both systems add user in group nogroup.
by peter_irich
2024-04-05 05:43
Forum: System and Network configuration
Topic: System not automatically mounting NFS volumes at startup
Replies: 7
Views: 337

Re: System not mounting NFS volumes at startup

Files an directories must be export on other computer, man exports.
by peter_irich
2024-03-16 09:52
Forum: System and Network configuration
Topic: [Solved] Steam wants to create new user namespaces
Replies: 2
Views: 495

Re: Steam wants to create new user namespaces

On my xubuntu-22.04 /proc/sys/kernel/unprivileged_userns_clone=1,
/proc/sys/user/max_user_namespaces=63222. I don't know how much requires Steam, but I think you can increase this value.
by peter_irich
2024-02-24 10:06
Forum: Hardware
Topic: Debian 12 screen resolution
Replies: 7
Views: 687

Re: Debian 12 screen resolution

If your video driver is amdgpu, you need download and install amdgpu-install package from AMD. Simple make searching by "amdgpu-install", install its deb-package and as root or through sudo call amdgpu-install. This script will install all what are need. I call it after every new installin...
by peter_irich
2023-12-23 09:34
Forum: Beginners Questions
Topic: [Solved] Question On Resetting Root Password
Replies: 15
Views: 2767

Re: Question On Resetting Root Password

If you have physical access to the system you can take the disk out of the system and modify any file on the disk. This allows you to change the password of any user. For example, according to "man passwd" if to clear password's field in /etc/passwd, password will not be required at the e...
by peter_irich
2023-11-12 07:25
Forum: Programming
Topic: [Solved] How is PyInstaller installed in Debian 12?
Replies: 5
Views: 6159

Re: [Python] How is PyInstaller installed in Debian 12?

Take any deb-package and make own by this example. man dpkg-deb, man dh_builddeb.
by peter_irich
2023-11-06 12:56
Forum: Programming
Topic: [Solved] How do I find the binary package that contains a C function?
Replies: 7
Views: 10795

Re: How do I find the binary package that contains a C function?

When I needed to find the so-library with some symbols, I run this script in the suspected directory with libraries: #!/bin/bash /bin/rm -f ~/lib_s-lst ~/lib_s.lst for bn in [ `/bin/ls *.so*` ] do if [ ! -h $bn ] && [ -f $bn ] ; then echo $bn echo $bn >> ~/lib.lst #readelf -s $bn > ~/lst 2>&...
by peter_irich
2023-10-17 18:21
Forum: System and Network configuration
Topic: [Solved] [BOOKWORM] How to completely disable IPv6?
Replies: 5
Views: 18773

Re: [BOOKWORM] How to completely disable IPv6?

You can also place record

Code: Select all

net.ipv6.conf.default.disable_ipv6=1
in /etc/sysctl.confand enter command as root

Code: Select all

sysctl -p
See /proc/sys/net.
by peter_irich
2023-10-08 19:37
Forum: Hardware
Topic: Behringer USB sound interface looses volume setting
Replies: 23
Views: 9505

Re: Behringer USB sound interface looses volume setting

If both users must have rights to changing my_asound.conf, it must belong nobody:nogroup too and have rights 775.
by peter_irich
2023-10-08 18:32
Forum: Hardware
Topic: Behringer USB sound interface looses volume setting
Replies: 23
Views: 9505

Re: Behringer USB sound interface looses volume setting

You can directory accessed to both users and to save my_asound.conf in it. For example. /home/common.

Code: Select all

sudo mkdir /home/common
sudo chown nobody:nogroup /home/common
sudo chmod 775 /home/common
and to add both users in nogroup.
by peter_irich
2023-10-08 18:20
Forum: General Questions
Topic: Gparted
Replies: 2
Views: 2657

Re: Gparted

Does EXT4 partition contains data? If yes I doubt that is possible. See "man parted", command resizepart.
by peter_irich
2023-10-08 12:25
Forum: General Questions
Topic: Debian updates
Replies: 5
Views: 3707

Re: Debian updates

Perhaps, dselect?

Code: Select all

dselect select
or

Code: Select all

apt-get -s -m dist-upgrade >& upgr.out
by peter_irich
2023-10-08 06:48
Forum: Hardware
Topic: Behringer USB sound interface looses volume setting
Replies: 23
Views: 9505

Re: Behringer USB sound interface looses volume setting

It is right use asound.state in own directory, for example,

Code: Select all

/usr/bin/alsactl store N -f ~/my_asound.state
by peter_irich
2023-10-07 19:25
Forum: Hardware
Topic: Behringer USB sound interface looses volume setting
Replies: 23
Views: 9505

Re: Behringer USB sound interface looses volume setting

In UbuntuI I not need sudo to run alsactl, for example,

Code: Select all

/usr/sbin/alsactl dump-cfg
works from user.
by peter_irich
2023-10-06 18:11
Forum: Hardware
Topic: Behringer USB sound interface looses volume setting
Replies: 23
Views: 9505

Re: Behringer USB sound interface looses volume setting

No, call it with full path: /usr/sbin/alsactl. And it is possible to create desktop-file in ~/.config/autostart by hands.
by peter_irich
2023-10-05 18:27
Forum: Hardware
Topic: Behringer USB sound interface looses volume setting
Replies: 23
Views: 9505

Re: Behringer USB sound interface looses volume setting

In any case, save desired configuration with "alsactl -store N -f my_asound.state" and restore it when login, man aslactl.
by peter_irich
2023-09-30 11:24
Forum: Hardware
Topic: Can't Access SD Card
Replies: 10
Views: 6571

Re: Can't Access SD Card

What this SD ' type is? Perhaps, SD reader in laptop can't work with this type.
For example, not all USB card readers can to read microSD xc.
by peter_irich
2023-09-24 06:36
Forum: General Questions
Topic: [Software] Debian 12 can't start AMDGPU
Replies: 8
Views: 2102

Re: [Software] Debian 12 can't start AMDGPU

I'm sorry, of course, I means xserver-xorg-video-amdgpu. Try to see here https://www.amd.com/en/support/kb/faq/amdgpu-installation https://amdgpu-install.readthedocs.io/en/latest/ There is admgpu-install package in UbuntuI, just runs it, it adds some addresses in /etc/apt/sources.list.d and all was ...
by peter_irich
2023-09-23 13:13
Forum: General Questions
Topic: [Software] Debian 12 can't start AMDGPU
Replies: 8
Views: 2102

Re: [Software] Debian 12 can't start AMDGPU

Perhaps, libdrm-amdgpu1 and xorg-server-video-amdgpu packages? But 2-nd, probably, is already installed.
Or try amdgpu-install script from www.amd.com.
by peter_irich
2023-08-19 14:14
Forum: General Questions
Topic: [Solved] Deleted Swap, How Do I Update initramfs?
Replies: 10
Views: 2245

Re: Deleted Swap, How Do I Update initramfs?

See initramfs-tools about swap and noresume option.