The officially official Devuan Forum!

You are not logged in.

#151 Re: Other Issues » Running a privileged command at login. » 2022-06-26 17:47:33

@Head_on_a_Stick Thanks! that worked.
I wonder why thought the script in /etc/profile.d/enableqemunetworking.sh  didnt seem to work.

#152 Re: Other Issues » Running a privileged command at login. » 2022-06-26 17:16:01

MiyoLinux wrote:

Are you familiar with cron jobs? That's one way to do it. smile

I know it's purpose, not familiar but i'll manage.

I tried that so far:

$ less /etc/profile.d/enableqemunetworking.sh
#!/bin/sh
virsh net-start default   &

but didnt work..
@HeadonStick i try to enable qemu networking but the command only works with sudo.

#153 Other Issues » Running a privileged command at login. » 2022-06-26 16:45:33

chomwitt
Replies: 16

I'm using Devuan GNU/Linux 5 with runit.

I want to run a 'sudo' command at login. I guess it needs to be
started as a root command without having to provide a password.
How could i do that?

#154 Re: Desktop and Multimedia » Does daedalus contain xfce4-screensaver ? » 2022-02-21 10:04:14

Ok. so i'll keep xscreensaver for now .

$ aptitude why xscreensaver
i   task-xfce-desktop Depends    xfce4                               
i A xfce4             Depends    xfce4-session (>= 4.16.0)           
i A xfce4-session     Recommends xscreensaver | light-locker | i3lock

#155 Desktop and Multimedia » Does daedalus contain xfce4-screensaver ? » 2022-02-18 07:14:33

chomwitt
Replies: 3

Goodmorning.

I cant find a similarly named package for the xfce4-screensaver utility :

$ sudo apt-cache search screensaver
boinc-screensaver - screen saver auto-controlling volunteer computing
cinnamon-screensaver - Cinnamon screen saver and locker
gnome-screensaver - Screensaver and screen lock formerly used in GNOME
mate-screensaver - MATE screen saver and locker
xscreensaver - Screensaver daemon and frontend for X11
...

#157 Desktop and Multimedia » Unpredictable screensaver » 2022-02-16 09:11:25

chomwitt
Replies: 3

Distro: Devuan GNU/Linux 5 (daedalus) (runit) Desktop: Xfce 4.16.0

Trying to figure out some unpredictable behavior on a fresh installation related among else  to screensaver (1)
i noticed that xsceensaver -systemd running . I wonder if that could create problems when systemd is not installed.

(1)
https://forum.xfce.org/viewtopic.php?pid=66137#p66137

#158 Off-topic » I managed to run 'The Red String Club' in Devuan Daedalus. » 2022-02-11 18:17:42

chomwitt
Replies: 0

The Red Strings Club (wikipedia) has definitely hit a string in me..
Not in terms of gameplay (it has some boring minigames) but in the atmosphere it creates.
Alas it's 386 binary and also depends on an old lib :libcrypto.so.1.0.0 and libssl.so.1.0.0 that i found them in a old ubuntu repo archive.
I have a screenshoot in my toot in mastodon with a link to detailed instructions.

Has anyone else played it?

#159 Re: Desktop and Multimedia » xmonad doenst work » 2022-02-10 16:47:56

It seems there is an x-terminal-emulator.
As for the 'windows' key i'll need more time to search because my keyboard is a ergodox with custom mapping with no such key.

$ update-alternatives --display x-terminal-emulator
x-terminal-emulator - auto mode
  link best version is /usr/bin/xfce4-terminal.wrapper
  link currently points to /usr/bin/xfce4-terminal.wrapper
  link x-terminal-emulator is /usr/bin/x-terminal-emulator
  slave x-terminal-emulator.1.gz is /usr/share/man/man1/x-terminal-emulator.1.gz
/usr/bin/koi8rxterm - priority 20
  slave x-terminal-emulator.1.gz: /usr/share/man/man1/koi8rxterm.1.gz
/usr/bin/lxterm - priority 30
  slave x-terminal-emulator.1.gz: /usr/share/man/man1/lxterm.1.gz
/usr/bin/uxterm - priority 20
  slave x-terminal-emulator.1.gz: /usr/share/man/man1/uxterm.1.gz
/usr/bin/xfce4-terminal.wrapper - priority 40
  slave x-terminal-emulator.1.gz: /usr/share/man/man1/xfce4-terminal.1.gz
/usr/bin/xterm - priority 20
  slave x-terminal-emulator.1.gz: /usr/share/man/man1/xterm.1.gz

#160 Desktop and Multimedia » xmonad doenst work » 2022-02-10 15:54:30

chomwitt
Replies: 3

I have xfce as my main desktop and i wanted to try xmonad.

sudo apt-get install xmonad

I log out and in the login screen with F1 i choose as session xmonad.
But when i log in i see the same devuan default background with the text (xmonad session)
but nothing happens.
It's supposed to be able to launch a terminal with Alt + Shift + Enter.

System:
  Host: enoush2o Kernel: 5.15.0-3-amd64 x86_64 bits: 64 Desktop: Xfce 4.16.0
    Distro: Devuan GNU/Linux 5 (daedalus/ceres)

#161 Other Issues » Firefox , Luakit and Chrome warn that devuan.org not secure. » 2022-01-23 12:41:23

chomwitt
Replies: 3

Firefox 78.11 and Chrome 97.0.4692.71 warn https://www.devuan.org not secure.
In the addres bar 'https' is striked red and a security exception must be added to access it.

As for firefox and Luakit is first time i see that warning.
I cant say about chrome because i use it occasionaly,

Luakit warning :
Your connection may be insecure!
A problem occurred while loading the URL https://www.devuan.org/
Unacceptable TLS certificate: The certificate has expired.

Chrome:
Your connection is not private
Attackers might be trying to steal your information from www.devuan.org (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_DATE_INVALID

#162 Other Issues » debtags and devuan » 2022-01-17 15:46:19

chomwitt
Replies: 0

Having noticed that a binary .deb control file doenst contain tags and neither dpkg knows about them , and
seen that apt-cache do , and that (as it was pointed to me in the irc)  /var/lib/apt/lists$ emacs deb.devuan.org_merged_dists_chimaera_main_binary-amd64_Packages  has tags i wanted to dig a little deeper on how that tags get there.

Could someone explain with a broad and generic view how devuan uses and 'merges' debtags?

#166 Re: Other Issues » Reporting issues for debian packages. » 2022-01-16 15:28:41

Ok, finally i managed to send the bugreport to debian by :
$ reportbug --bts debian
https://bugs.debian.org/cgi-bin/bugrepo … ug=1003831

But i think it would be more user friendly :-)  reportbug to handle that , because now the sender must
crosscheck for if the package s(he) reports for is unforked and imported from debian

#167 Re: Other Issues » Reporting issues for debian packages. » 2022-01-16 14:45:35

I think i found the answer in https://bugs.devuan.org/Reporting.html

reportbug can also be used to report bugs in unforked packages directly to Debian's BTS. See the --bts option. If you don't have an SMTP smarthost available, you may also need the --smtphost option.

#168 Other Issues » Reporting issues for debian packages. » 2022-01-16 14:29:35

chomwitt
Replies: 7

Having spotted a minor issue with package gccintro i wanted to report it.
In irc #devuan i was told that this package is debian one.
So as we see in Devuan Package Information on gccintro
https://pkginfo.devuan.org/cgi-bin/pack … ntro=1.0-4
the filename contains a link to http://deb.debian.org/ .

Using reportbug in my devuan system i sent the report that appeared here:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=654
And in the Devuan Bug page on gccintro
https://bugs.devuan.org/cgi/pkgreport.c … e=gccintro
it says:

There is no maintainer for gccintro. This means that this package no longer exists (or never existed). Please do not report new bugs against this package.

It seems to me that in the case of a debian package from withing a devuan system
if i wanted to report issues i should to by email only and not from reportbug.
If that is the case i wonder if it would be more convinient reportbug to do that for me
(sent that email).

#169 Re: Other Issues » What does 'merged' means in sources.list ? » 2021-11-15 10:58:05

So if i dont used 'Merged' i lose some packages?

#170 Other Issues » What does 'merged' means in sources.list ? » 2021-11-12 16:13:20

chomwitt
Replies: 3

In my sources.list i have:
deb http://deb.devuan.org/merged chimaera main

I noticed in http://deb.devuan.org/ a merged subdir and
a dists subdir.
Since merged also contains a dists subdir what is it's use?

Also if http://deb.devuan.org is an 'alias' to http://pkgmaster.devuan.org
why my sources.list contains both?

deb http://deb.devuan.org/merged chimaera main
deb-src http://deb.devuan.org/merged chimaera main

deb http://pkgmaster.devuan.org/merged chimaera-security main contrib non-free
deb-src http://pkgmaster.devuan.org/merged chimaera-security main contrib non-free

#171 Re: Other Issues » Where does 'apt-cache search' searchs? » 2021-11-09 21:11:31

Anyway reading the rationale for the 'Provide' search i wonder if it was the best way to do it.

'apt-cache --names-only search foo'  now means : search for packages with names that include 'foo'  OR packages who provide a virtual package with a name that contains 'foo'.
So you search for something that you didnt now you were searching for? Is that a good design?

#172 Re: Other Issues » Where does 'apt-cache search' searchs? » 2021-11-09 15:53:30

Ok.i found it.

$ apt-cache search 'librust-pango-0\+dox-dev'
librust-pango+dox-dev - Rust bindings for the Pango library - feature "dox"

'+' must be escaped.

#173 Re: Other Issues » Where does 'apt-cache search' searchs? » 2021-11-09 13:29:37

https://www.debian.org/doc/debian-polic … s-provides
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=98695

So 'Provide' is related to declaring among other, virtual packages' so why apt-cache search would ignore certain entries?

#174 Other Issues » Where does 'apt-cache search' searchs? » 2021-11-09 10:59:08

chomwitt
Replies: 4

Initially i thought that is searches package names (by that i mean 'Package' field's value).
But it also searches Description field.
But as we can find by an example as :

$ apt-cache --names-only search "^ff.*"
ffado-dbus-server - FFADO D-Bus server
ffado-mixer-qt4 - FFADO D-Bus mixer applets
ffado-tools - FFADO debugging and firmware tools
....
sfftw-dev - library for computing Fast Fourier Transforms
sfftw2 - library for computing Fast Fourier Transforms
$ apt-cache show sfftw2
Package: sfftw2
Version: 2.1.5-4.2+b1
Installed-Size: 554
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: amd64
Provides: fftw2-single
....

it's obviously searches the 'Provide' field too.

$ man apt-cache
search regex...
           search performs a full text search on all available package lists for the POSIX regex pattern given, see regex(7). It searches the package names and the
           descriptions for an occurrence of the regular expression and prints out the package name and the short description, including virtual package names.

  --names-only, -n
           Only search on the package and provided package names, not the long descriptions. Configuration Item: APT::Cache::NamesOnly.

But

$ apt-cache show librust-pango-sys-dev
Package: librust-pango-sys-dev
Version: 0.9.0-2
Installed-Size: 158
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Architecture: amd64
Provides: librust-pango-sys+default-dev (= 0.9.0-2), librust-pango-sys+dox-dev (= 0.9.0-2), ......

and i think that i could search librust-pango-sys+default-dev  but:

$ apt-cache search 'librust-pango-sys+default-dev'

returns nothing

So if apt-cache search 'Provides:' why would that fail?

#175 Re: Installation » Issues with booting a fresh Beowulf install » 2021-07-12 16:11:48

Well. i tried Chimaera and the installation and reboot was smooth!!
Meaning  , no grub prompt , no tty drop (due to lack of firmware missing) but low res GUI,

So i write this from my Devuan 4 + LXqt using luakit .

So i guess it was an old kernel that couldnt  handle nvme boot , sth that reinforces a heuristic of mine, about using only 2-3 year old harwdware in linux.

It wasnt a strange uefi bios quirk or a grub issue.

I wish only that grub or kernel would issue a related error to make resulution faster,

Board footer

Forum Software