The officially official Devuan Forum!

You are not logged in.

#126 Re: News & Announcements » Migrating from Buster to Beowulf - feedback needed » 2021-01-06 23:54:37

From the link you posted above:

Once this is done eudev needs to be installed. Note that if you’re using Gnome it will be removed by this command, but can be installed again after migration.

root@debian:~# apt-get install eudev

The last command is known to cause package breaks but we will fix this as part of the migration process.

root@debian:~# apt-get -f install

Did you run "apt -f install"? Or "apt-get -f install"?

#127 Re: Desktop and Multimedia » [Ceres] Xfce 4.16 » 2020-12-30 12:09:54

I am currently booted in chimaera, same Xfce 4.16 packages, and the "Default Applications" is shown under Menu > Settings > Default Applications.

#128 Re: Off-topic » deb.sury.org now requires systemd » 2020-12-22 14:42:27

I don't know if this is supposed to be an exclusive "announce" thread or not, but I do have a support request and I think this is the best place to put it.  If it needs to be in a thread of its own, please move it.

I have a webscript that requres the package php-recode.  When I try to install php-recode, I get this:

root@FC-srv:/home/nixer# apt install php-recode
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 php-recode : Depends: php7.4-recode but it is not installable
E: Unable to correct problems, you have held broken packages.
root@FC-srv:/home/nixer# apt policy php7.4-recode
php7.4-recode:
  Installed: (none)
  Candidate: (none)
  Version table:
root@FC-srv:/home/nixer# 

The package php7.4 is missing.  Can it be created or am I not finding it?  I am using the tdrnetworks php builds.
The package php7.3 is present, but I am not running php version 7.3.  I did a web search and I don't see any mention of "recode" being deprecated in version 7.4.

#129 Re: Desktop and Multimedia » A new desktop » 2020-11-09 12:47:05

If I may, the command to download and add the keyring is slightly off on the linked page above.  This worked:

wget http://hezeh.org/packages/antofox-keyrings && apt-key add antofox-keyrings

I have not seen or used gnome in over 5 years.  I will give it a test.  Thank you.

#130 Re: Devuan » Meet Chimaera's deepsea theme » 2020-10-23 18:02:39

@nixer . . . I'd love to see that horse site.  Care to share a link?

At the request of the site owner, it was taken down a few months ago after being online for about four years.

But here is the photo that I used to get the site colors from.

I don't even have a screenshot of the site before I took it offline, sorry.  I even checked a few web archive sites to see if they had it, but can't find it, nor does google have it.

#131 Re: Devuan » Meet Chimaera's deepsea theme » 2020-10-23 15:07:19

It's done folks and not going to change (much).

Why change, I like it!  Really it is only a start, and will be changed very soon after installing - just like blackhole said.

Because colors are relative to the other colors that are proximate and only the human eye can see that.

So true!  I once made a website for a horse, a very expensive horse.  I had the hardest time choosing a color scheme to use, so I used the horse itself for my color selection.  From a nice photo of the horse, I lifted a light and dark color for my color scheme.  It worked quite well.

Don't be surprised if this thread gets deleted.

I for one appreciated the introduction to the new theme colors, and its inspiration.  Thank you.

#132 Re: Other Issues » refractasnapshot error » 2020-09-24 13:10:45

Nice to know and thanks again.  My friends install was originally a jessie install from 2016, updated to ascii, and now to beowulf.  His system is powered by an amd processor, hence, this is why I installed that firmware on it. 

I use the refractasnapshot script on other amd and intel powered cpus with and without the amd64-firmware package, and I have never had this problem.  I do not know why he has it, yet.  Maybe something will show later on, but I don't know now.

Appreciate your help!

#133 Re: Other Issues » refractasnapshot error » 2020-09-24 10:46:29

file -L /initrd.img

root@desktop:/home/user# file -L /initrd.img
/initrd.img: ASCII cpio archive (SVR4 with no CRC)

I removed the

amd64-microcode

package and the snapshot successfully created.

Removing the amd64-microcode did not cause any problem with the system as far as we can tell.  It rebooted and displayed the xfce session fine.

Thanks for your help!

#134 Re: Other Issues » refractasnapshot error » 2020-09-23 20:24:57

I was hoping it would be an easy fix, but not yet.  xz-utils is already installed

root@desktop:/home/user# apt install xz-utils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xz-utils is already the newest version (5.2.4-1).

#135 Other Issues » refractasnapshot error » 2020-09-22 22:06:25

nixer
Replies: 6

After ~6 years of using refracta-tools, I finally ran into the first problem creating a snapshot.  I do not know what to make of this:

The terminal output that displayed immediately after rsync copy completed:

sent 5,207,488,792 bytes  received 3,294,422 bytes  77,196,788.36 bytes/sec
total size is 5,193,829,718  speedup is 1.00
/tmp/extracted /home/work
Archive is cpio archive...
Decompression error
root@desktop:/home/user#

The refractasnapshot_errors.log file noted:

ls: cannot access '/home/snapshot/*.iso': No such file or directory
62 blocks

gzip: stdin: not in gzip format
cpio: premature end of archive
cpio: kernel/x86/microcode/AuthenticAMD.bin not created: newer or same age version exists
62 blocks
xzcat: (stdin): File format not recognized
cpio: premature end of archive

This occurred after a dist-upgrade from ascii to beowulf with the xfce4 desktop.  Missing dependency perhaps?  This upgrade was done remotely on a friends computer in a ssh terminal.  A lot of packages were removed with "apt autoremove", so something could have been removed. 

Thanks for any ideas.

#136 Re: Desktop and Multimedia » Nested Xsessions with Xephyr-xserver <Solved> » 2020-09-16 21:45:14

I got it working.  The major problem that I had was that the entry in both the sshd_config file on the remote system and the ssh_config file on the local system had the entry as the default:

XAuthLocation $HOME/.Xauthority

It would not work with this entry in either file.

So I changed this entry in both files to:

XAuthLocation /usr/bin/xauth

And it works.

So for anyone that runs across this thread, I will put the config entries in both the files that are working now.

On the remote sshd_config file, I have:

X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
AllowTcpForwarding yes
XAuthLocation /usr/bin/xauth

On the local system and its ssh_config file, I have in the  ~/.ssh/config  file:

Host IP_ADDR
    ForwardAgent yes
    ForwardX11 yes
    ForwardX11Trusted yes
    XAuthLocation /usr/bin/xauth 

To use, I open a terminal window and enter the Xephyr command to open a blank and black window:

Xephyr :2 -screen 1368x768 -resizeable &

Next, enter the command to ssh into the remote box and forward the xsession to display two on the local machine:

DISPLAY=:2 ssh -Y USER@IP_ADDRESS

Lastly, in the same terminal window which is now showing connected to the remote machine, I entered

startxfce4

And it works.

#137 Re: Desktop and Multimedia » Nested Xsessions with Xephyr-xserver <Solved> » 2020-09-16 13:00:03

Thanks for your input fsr, I will keep tinkering with this some more.  It may be something small on my system that is the problem, but I don't know what it could be and I can't think of what else to check.  Thanks again, at least now I know that it does work on someone else's system, and I am motivated to keep looking and trying to find a resolution.

#138 Re: Desktop and Multimedia » Nested Xsessions with Xephyr-xserver <Solved> » 2020-09-16 10:59:30

Thanks for responding rr.  I have never needed xvfb before and up until now I have never seen it mentioned as being a dependency or needed for nested xsessions. 

This is an example of what I have used in the past:
https://nek0.eu/posts/2014-10-25-Deskto … ephyr.html
or
https://www.dedoimedo.com/computers/xephyr.html

But this depends on Xforwarding successfully working, which I am getting errors on at the moment.  Thanks again.

#139 Desktop and Multimedia » Nested Xsessions with Xephyr-xserver <Solved> » 2020-09-16 00:28:19

nixer
Replies: 5

Sorry for such a long post, but I wanted to include all that I thought was relevant to my issue.  I am trying to use nested X-sessions between a client and server using the Xephyr-xserver package.  The Xephyr program appears to be working but I keep seeing these errors when I try to ssh into the server machine with the following command:

$ ssh -v -Y user@xxx.xxx.xxx.100

Warning: No xauth data; using fake authentication data for X11 forwarding.
...
debug1: Remote: No xauth program; cannot forward X11.
X11 forwarding request failed on channel 0

TL/DR-
- xauth is installed on both the client and server
- .Xauthority file is located on both client and server and it has the correct permissions
- sshd_config on server and ssh_config on client "appear" to have all needed options active.

These are the commands used with Xephyr,

user@host:~$ Xephyr :2 -screen 1368x768 -resizeable &
[1] 4819

This loads a blank black screen, which is normal.

user@host:~$ DISPLAY=:2 ssh -Y user@xxx.xxx.xxx.100

...
Warning: No xauth data; using fake authentication data for X11 forwarding.
...

Common configurations of client and server:

# xauth is installed on both the client and server

# apt policy xauth
xauth:
  Installed: 1:1.0.10-1
  Candidate: 1:1.0.10-1
  Version table:
*** 1:1.0.10-1 500
        500 http://deb.devuan.org/merged beowulf/main amd64 Packages
        100 /var/lib/dpkg/status

       
# xorg is installed on both client and server

# apt policy xorg
xorg:
  Installed: 1:7.7+19
  Candidate: 1:7.7+19
  Version table:
*** 1:7.7+19 500
        500 http://deb.devuan.org/merged beowulf/main amd64 Packages
        100 /var/lib/dpkg/status

# Xauthority has the proper permissions on both the client and server

$ ls -n .Xauthority
-rw------- 1 1000 1000 105 Sep 15 16:07 .Xauthority

I added this to both the server and client in the ~/.bashrc file just to try "something"

export XAUTHORITY=$HOME/.Xauthority

The username on the account is the same for both server and client.

Server setup

# sshd_config contains

AddressFamily any    # ipv6 is not disabled
AllowAgentForwarding yes
X11Forwarding yes
XAuthLocation $HOME/.Xauthority
X11DisplayOffset 10
X11UseLocalhost yes
AllowTcpForwarding yes

# Client setup

# ssh_config contains in ~/.ssh/config

Host xxx.xxx.xxx.100
    ForwardAgent yes
    ForwardX11 yes
    ForwardX11Trusted yes
    XAuthLocation $HOME/.Xauthority

There is a lot written about this on the web and it seems rather straightforward to implement.  However, I am overlooking something.  I have tried several examples that I found on the web, but still I get these errors.

Warning: No xauth data; using fake authentication data for X11 forwarding.
...
debug1: Remote: No xauth program; cannot forward X11.
X11 forwarding request failed on channel 0

Additional info:
Even with the ssh x-forwarding errors, the ssh connection will succeed, so if I go ahead and issue the command to "startxfce4" in the terminal window connected to the server, I expect the xsession to start in the blank black Xephyr window.  Instead, I get this output:

$ startxfce4
/usr/bin/startxfce4: Starting X server
/usr/lib/xorg/Xorg.wrap: Only console users are allowed to run the X server
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

But if I go into /etc/X11/Xwrapper-config and change

allowed_users=console

to

allowed_users=anybody

then the xsession will start, but not within the Xephyr nested x window.  It starts on the monitor connected to the physical machine. 

It is not forwarding the xsession to Xephyr, and I am out of ideas on what to check and I can not find anything new on the web to help me out, yet.  So I am asking for help.  Any ideas?

#140 Re: Forum Feedback » New Forum Category Suggestion - Devuan systemd dependency workarounds » 2020-08-01 12:11:28

Just throwing an idea or two out, if you want it to refer to Devuan hacks

D-hacks

If you want it to refer to systemd hacks or workarounds,

d-hacks

IMHO, this does not deserve a capital "D"... (-;

Perhaps,

What ever happened to "KISS" and "if it works, don't fix it"

"KISS Hacking"
"Simple Hacks"

#141 Re: Other Issues » I want delete this account ! » 2020-07-28 09:11:18

This is the way that I would do it:

- Open a text editor, leafpad or geany are my favorite.
- Type out a long password with a combination of uppercase letters, lowercase letters, numbers, and symbols.  Highlight this new password with a click and drag motion, right click with a mouse, and select copy.
- Click here to change your password.  Input the old password and then click on the field to input the new password - so that the cursor indicator is there - right-click on the mouse device and select "Paste".  This will paste the newly created password into this field.  Do this again for the confirmation field.
- Click "Submit".
- Click on "Logout".
- Delete the text editor file containing the new password.  Do not save.

I am not familiar with this particular forum board, but some do not allow for accounts to be "deleted" to the point where your posts will disappear.  It has to do with database issues, for lack of a more accurate explanation.  But this method should suffice that you, nor anyone else, will be able to use the account.

Edit:  Spelling correction.

#142 Re: Installation » kali to devuan » 2020-07-24 17:58:25

FWIW - for what it's worth, I just migrated from Kali to Beowulf using the kali netinstall.iso.

Using the instructions on this page, I only slightly deviated from these instructions.

To keep it short and sweet, I -
- updated the kali install, added devuan's sources in sources.list, commented out the kali sources

apt install eudev

(will get errors, do not reboot)

apt -f install

This is the extra step not noted on the link above.  sysvinit-core did not get pulled in

apt install sysvinit-core

 

reboot

apt purge systemd* libnss-systemd

apt dist-upgrade

- alter /etc/network/interfaces to rename en0ps (??) to eth0

service networking restart

apt install libelogind0

- check with command

dpkg -l | grep systemd

Returns nothing, so sysd here.

I downloaded the kali virtualbox file and will try this out on it now.  Will report back.

Edit:
While the netinstall.iso worked, the full kali install did not.  At least I got a dead end.  Now I see above why the recommendation above was to start at ceres and see what broke. 
A current kali to beowulf migration was not successful in large part because kali uses a newer version of dbus.  An attempt to use ceres or chimaera may be more successful.

root@kali:/home/kali# apt policy dbus
dbus:
  Installed: 1.12.20-1
  Candidate: 1.12.20-1
  Version table:
*** 1.12.20-1 100
        100 /var/lib/dpkg/status
     1.12.16-1+devuan2 500
        500 http://deb.devuan.org/merged beowulf/main amd64 Packages

And trying to downgrade dbus to devuan's version resulted in 934mb of packages to be removed.  Oh well, it was fun trying.

#143 Re: Installation » Upgrade from Debian Wheezy to Devuan Jessie » 2020-07-18 15:02:58

For future and possible current reference

the link to upgrade to Jessie is no longer accessible.

What link is that?  What address are you using in your /ect/sources.list file?

#144 Re: Devuan » The point of Devuan? » 2020-07-16 10:17:40

May be because Devuan itself is good enough for servers.

+1

Start with a minimal build, customize it, rebuild with refracta-tools, and you have your server OS ready to install wherever you want it.  Servers usually don't use that many installed programs, so a few apt commands to install what you need is not much work.  For me, it takes longer to configure what I install than to install what I need.  I do save my configuration files though, naturally.

#145 Re: Devuan Derivatives » Release: Virage GNU/Linux: A Devuan-based distro for audio/video works » 2020-07-13 00:34:00

Virage 3.1 Beowulf

But beowulf is not mentioned in the sources.list file.  The repository mentioned in the sources file is:

deb http://es.deb.devuan.org/merged ceres main contrib non-free
deb-src http://es.deb.devuan.org/merged ceres main contrib non-free

I tested in vbox and it installed fine.  The first update pulled in 430+mb of updates.  Ceres related maybe?  Beowulf is commented out in the sources.list.d folder also.

I will hesitate to install on a physical partition as I am having a hard time isolating a system freeze on ceres at the moment.  I like the packages installed and the theming is excellent.

#146 Re: Off-topic » deb.sury.org now requires systemd » 2020-06-26 00:14:12

tdrnetworks,

With jessie support scheduled to end June 30, 2020 (5 days from now), what is your plan for the jessie php builds?  Will you continue to build them after this date?

Do you have any plans to build php for Chimaera (current testing) any time soon?

I, and others, appreciate you building and offering your php builds to devuan.  Thank you.

#147 Re: Off-topic » system info practice script » 2020-06-13 13:37:40

just want to know if this would work on your devuan system

It works pretty good here.  I noticed the editor line at the bottom was empty though.  Is that because I do not have a default editor configured?

-------------------------------------
os:       Devuan GNU/Linux 4 (chimaera/ceres)
kernel:    5.6.0-2-amd64
uptime:    4 hours, 15 minutes
pkgs:     2028
memory:    4.0Gi / 15Gi
wm:       Xfwm4
shell:    /bin/bash
editor:

I did have to install wmctl as it was not installed.

#148 Re: Off-topic » deb.sury.org now requires systemd » 2020-05-31 23:27:10

Try it with http:// instead of https://.  I don't know this but I think there may be a problem with the ssl cert.

I saw this error yesterday and used the above workaround, and it worked.

#150 Re: Other Issues » ecryptfs-utils » 2020-05-04 11:22:30

I'm using gocryptfs

+1

From reading about gocryptfs, it was started by a person who assisted with EncFS, who wanted to address the security vulnerabilities in it.  Thus, gocryptfs was born.  A couple of additional facts about it:

First, it pulls in no dependencies.  I can pin a particular version and run it in Ascii, Beowulf, Chimaera, and Ceres and mount/use the same remote nextcloud instance in all versions.
Second, with the -config option, you can use gocryptfs to mount a remotely encrypted folder which is decrypted locally, then the files will be automatically stored encrypted in the mounted remote location.  EncFS did this, and so does gocryptfs.

I have been using it a while now, and really like it.

Board footer

Forum Software