Search found 1101 matches

by laprjns
18. May 2023, 10:00
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 1266

Re: Strange behaviour with tail command

From gapan post # Compilation with glibc version later than 2.3.2 needs the environment # variable DEFAULT_POSIX2_VERSION set to 199209. # Without that line, the coreutils will start complaining about 'obsolete' # command switches, like "tail -20" will be considered obsolete. # This behavi...
by laprjns
17. May 2023, 14:08
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 1266

Re: Strange behaviour with tail command

percoco2000 wrote: 17. May 2023, 10:01 Now i'm wondering why your last command didn't give you an error........
Because I did this;
gapan wrote: 12. May 2023, 23:36 You can override it with:

Code: Select all

export _POSIX2_VERSION=200809
Note that it’s not persistent.
by laprjns
17. May 2023, 09:59
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 1266

Re: Strange behaviour with tail command

You get different behaviors with and without the "+" -c , --bytes=[+]NUM output the last NUM bytes ; or use -c +NUM to output starting with byte NUM of each file rich[~]$ echo Mylongstring | tail --bytes 3 ng rich[~]$ echo Mylongstring | tail --bytes +3 longstring rich[~]$ echo Mylongstrin...
by laprjns
10. May 2023, 22:12
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 1266

Re: Strange behaviour with tail command

The long option, - -bytes works rich[~]$ tail --h ... Mandatory arguments to long options are mandatory for short options too. -c, --bytes=[+]NUM output the last NUM bytes; or use -c +NUM to output starting with byte NUM of each file rich[~]$ echo Mylongstring | tail -c +2 tail: cannot open '+2' for...
by laprjns
5. Mar 2023, 12:18
Forum: Problems
Topic: Pithos missing login buttons; therefore, can't login
Replies: 4
Views: 998

Re: Pithos missing login buttons; therefore, can't login

gapan wrote: 4. Mar 2023, 23:30 Oh, it's one of those stupid CSD apps...

Try this in a terminal:

Code: Select all

export export GTK_CSD=1
pithos
I found out yesterday that pithos works fine when running as root but not as a normal user. Doing the export command fixes it when running as a normal user.
by laprjns
4. Mar 2023, 12:22
Forum: Problems
Topic: Pithos missing login buttons; therefore, can't login
Replies: 4
Views: 998

Re: Pithos missing login buttons; therefore, can't login

Same problem here. I haven't figured out what dependency is missing yet, but have confirmed that the flatpak Pithos works. However, you will need to install the xdg-destktop-portal-gtk package to get the "apply" button to work on the flatpak Pithos package. edit: Also need to install the x...
by laprjns
17. Feb 2023, 11:04
Forum: Salix pub
Topic: Happy to be Back!
Replies: 9
Views: 2494

Re: Happy to be Back!

The Connecticut Salix Linux Users Club (SLUC) is back at full strength :)
by laprjns
7. Feb 2023, 11:15
Forum: Bugs
Topic: SLKBUILD cmake Template
Replies: 3
Views: 2903

Re: SLKBUILD cmake Template

DidierSpaier wrote: 6. Feb 2023, 13:54 You run the cmake command from the 'build' sub-directory of $startdir/src/$pkgname-$pkgver but its target is $startdir/src/$pkgname-$pkgver whose relative path is ".." from $startdir/src/$pkgname-$pkgver/build.
Ok, thanks. That explains why my build fails.
by laprjns
6. Feb 2023, 13:32
Forum: Bugs
Topic: SLKBUILD cmake Template
Replies: 3
Views: 2903

SLKBUILD cmake Template

I believe that there is a typo in the cmake SLKBUILD template, see below. Also, there appear to be no sources for slkbuild in the 15.0 source repository, [Beginning of snippet from cmake SLKBUILD] # to see available flags. cmake \ -DCMAKE_C_FLAGS:STRING="$CFLAGS" \ -DCMAKE_CXX_FLAGS:STRING...
by laprjns
26. Jan 2023, 11:18
Forum: Package requests
Topic: i2pd
Replies: 1
Views: 1778

Re: i2pd

It's in the repro, see here,

Code: Select all

$ sudo slapt-get --se i2pd
XD-0.4.2-x86_64-1salix15.0 [inst=no]: XD (I2P BitTorrent Client written in GO)
i2pd-2.42.1-x86_64-1salix15.0 [inst=no]: i2pd (I2P Daemon)
If you want to install then do this

Code: Select all

$ sudo slapt-get -i i2pd