Search found 5364 matches

by dilberts_left_nut
2024-09-12 08:44
Forum: Installation
Topic: Unable to install apps
Replies: 3
Views: 119

Re: Unable to install apps

It means something is wrong.
If you fix what is wrong you will overcome the message.
by dilberts_left_nut
2024-09-06 03:09
Forum: General Questions
Topic: [Software] quodlibet has access to root files
Replies: 3
Views: 139

Re: [Software] quodlibet has access to root files

Yeah, that particular quirk of file/dir permissions had me going "what?" until I thought about it a bit more.
by dilberts_left_nut
2024-09-05 05:42
Forum: General Questions
Topic: [Software] quodlibet has access to root files
Replies: 3
Views: 139

Re: [Software] quodlibet has access to root files

Of course. The parent dir permits writes for your user (that quodlibet is running as), so files inside it can be deleted (by writing to the dir record of it's contents).
by dilberts_left_nut
2024-08-29 07:36
Forum: General Questions
Topic: [Solved] "Authorization required, but no authorization protocol specified" msg. from Chromium
Replies: 13
Views: 3226

Re: [Software] "Authorization required, but no authorization protocol specified" msg. from Chromium

My guess would be that running it as root created root owned profile dir in your user home, which then can't be opened by your user.
by dilberts_left_nut
2024-08-21 10:14
Forum: Testing And Unstable
Topic: [Testing - Trixie] SOLVED - [Testing - Trixie] Basic Commands Not Found! (They were there)
Replies: 7
Views: 1346

Re: [Testing - Trixie] Basic Commands Not Found! (They were there)

It's the escaped (\) 'space#' that is the 'not found' command.
BTW that script is a spectacularly bad idea on testing.
by dilberts_left_nut
2024-08-12 13:21
Forum: Installation
Topic: Debian 12.6.0 Black screen after login
Replies: 2
Views: 1137

Re: Debian 12.6.0 Black screen after login

azer12 wrote: 2024-08-12 12:58 recently added kali linux repos to my install
Don't do that.
by dilberts_left_nut
2024-08-02 04:04
Forum: Beginners Questions
Topic: [Software] My package install wont work
Replies: 9
Views: 1489

Re: [Software] My package install wont work

There are many gui software package installer thingy's - any clue as to which one you are looking at?
by dilberts_left_nut
2024-07-31 19:10
Forum: General Questions
Topic: POSTFIX, problems using SMTP authenticacion.
Replies: 12
Views: 584

Re: POSTFIX, problems using SMTP authenticacion.

So now you are getting a different error - what did you change?

What auth mechs is the server offering?
Can you send mail using those credentials with a regular mail client?
by dilberts_left_nut
2024-07-31 07:08
Forum: General Questions
Topic: POSTFIX, problems using SMTP authenticacion.
Replies: 12
Views: 584

Re: POSTFIX, problems using SMTP authenticacion.

Ok, so how about

Code: Select all

postconf -n
and logs from sending to a real address and then your 'special' one.
by dilberts_left_nut
2024-07-30 11:01
Forum: General Questions
Topic: POSTFIX, problems using SMTP authenticacion.
Replies: 12
Views: 584

Re: POSTFIX, problems using SMTP authenticacion.

Ense wrote: 2024-07-30 10:41 Why is not using relay if is in main.cf ?
Probably because you have:

Code: Select all

mydestination = ...., emaildomain.com
by dilberts_left_nut
2024-07-30 10:38
Forum: General Questions
Topic: POSTFIX, problems using SMTP authenticacion.
Replies: 12
Views: 584

Re: POSTFIX, problems using SMTP authenticacion.

it is not detecting the realyhost relay=none It's not using a relayhost, but attempting direct delivery. Host or domain name not found. Name service error for name=emaildomain.com type=A: Host found but no data record of requested type) Looks like your problem is DNS, either the records of emaildom...
by dilberts_left_nut
2024-07-30 06:47
Forum: Beginners Questions
Topic: [O/S] Debian won't log me in
Replies: 5
Views: 1292

Re: [O/S] Debian won't log me in

Gor any diskspace left?
by dilberts_left_nut
2024-07-29 06:25
Forum: Beginners Questions
Topic: [Software] Help choosing backup software for OLS server
Replies: 4
Views: 190

Re: [Software] Help choosing backup software for OLS server

You also probably want automysqlbackup to backup your db's in an automated fashion.
by dilberts_left_nut
2024-07-27 23:41
Forum: System and Network configuration
Topic: mod rewrite breaks Apache
Replies: 3
Views: 988

Re: mod rewrite breaks Apache

Myself and many many others use modrewrite in apache in Debian 12.
What's special about your system?