You are not logged in.
Pages: 1
sometimes you need a mind not fixated on one way, someone that thinks out of the BOX.
i did not realize peppermintos was Devuan.
ok so i have an arch Linux install on a 4core 8thread dell with v10.1 virt-manager qemu/kvm , so i started a vm of devuan_excalibur_6.1.0_amd64_desktop.iso then i went through what is on this page, then used boxes to boot peppermintos. and it all worked.
ok so i tried boxes, and it works ! installing peppermintos just because it is small and i had it.
thank you Devarch yes i will you have opened up possibilities.
after peppermintos is done i will try what you said
my default.xml
<network>
<name>default</name>
<uuid>b6620a18-350f-4993-b9db-fafa3e9b48a6</uuid>
<forward mode="nat"/>
<bridge name="virbr0" stp="on" delay="0"/>
<mac address="52:54:00:02:27:5a"/>
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.122.2" end="192.168.122.254"/>
</dhcp>
</ip>
</network>ok so i install everything, from my first post.
it all seemed to go well.
but now i'm having a network problem with the install of the vm.
sudo virsh net-list --all
Name State Autostart Persistent
----------------------------------------------
default inactive yes yesip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host proto kernel_lo
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 52:54:00:61:61:72 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.163/24 brd 192.168.122.255 scope global dynamic noprefixroute eth0
valid_lft 3385sec preferred_lft 3385sec
inet6 fe80::6702:1847:b353:47ad/64 scope link noprefixroute
valid_lft forever preferred_lft foreveri have noticed it did not show a virbr0 entry .
yes pcalvert
i'm trying to get away from systemd. the os i'v been using is good but bleeding edge, i have came into possession of a newer laptop dell precession 7750. I'm not really that good with cli .
i'm trying to install virt-manager qemu/kvm on devuan_excalibur_6.1.0_amd64_desktop.iso
the code i found for systemd Trixie
sudo apt install virt-manager gnome-boxes ebtables nftables dnsmasq qemu-kvm
qemu-system-x86 seabios ovmf libvirt-daemon libvirt-daemon-system libvirt-daemon-system-systemd
libvirt-daemon-driver-qemu libvirt-daemon-config-network libvirt-daemon libvirt-clientsall of the packages i have found in synaptic except for two these two i have questions about
qemu-kvm --------------------------------------------------------------openstack-tempest-ci-live-booter
libvirt-daemon-system-systemd -------------------------------------------------libvirt-daemon-system-systemdi believe the below should work, i'm hopping
sudo usermod -a -G operator <user>
sudo usermod -a -G kvm <user>
sudo usermod -a -G libvirtd <user>i know these 2 lines below are wrong, i'm not sure how to convert from systemd to Devuan
sudo systemctl enable libvirtd
sudo systemctl start libvirtdany help or guidance is perpetrated.
thank you rolfie
i thought it was installed by defult .
"sudo tasksel"
is not installed
wil it still be enabled after a reboot ?
good day all
i have vuu-do 5.03 installed and need to enable ssh, and make it start at startup.
i can't seem to find what i need.
thank you fsmithred, too use to booting gui.iso's.
does this iso have an install file ?
i just found this in the release notes.
User name: devuan Password: devuan
Admin name: root Password: toor
so your telling me there is no password for this iso ?
i was trying to just install the base so i could build openbox on it
good day all
i have searched and it is asking me for devuan login: then it ask for a password: i tried toor
devuan_daedalus_5.0.0_amd64_minimal-live.iso
thank you in advance.
i just did Altoid thanks
https://dev1galaxy.org/profile.php?id=619
Website
http://www.gnuinos.org
Email
aitor_czr@gnuinos.org
think this is him
hi altoid
i came up with pretty much the same as you.
how would i get up with gnuinos people, i don't see an email on that sight or any other forum but this one.
good day
My back ground is arch/arco and deian crunchbang++ 11/12. that may make me dangerious!!
I'm tring to get away from systemd, crunchbang++12 doesn't run as smouth as 11 did installed on the same computer.
i have installed:
gnuinos-5.0.0-daedalus_2024.06.01-ob-runit_amd64.iso
among others
gnuinos seems to be missing a file:
gsshaskpass
looked in the dir:
/usr/bin/gsshaskpass ls -la
bash: /usr/bin/gsshaskpass: No such file or directorylooked for the package with apt:
apt show gsshaskpass
N: Unable to locate package gsshaskpass
N: Unable to locate package gsshaskpass
E: No packages foundbut it is clearly been programed in:
~/.config/openbox/menu.xml
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root-menu" label="Openbox 3">
<separator label=" = ROOT = " icon="/usr/share/icons/Adwaita/16x16/status/dialog-warning.png"/>
<item label="Sakura" icon="/usr/share/icons/gnome/16x16/apps/utilities-terminal.png">
<action name="Execute">
<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A sakura"</execute>
</action>
</item>
<item label="SpaceFM" icon="/usr/share/icons/gnome/16x16/apps/system-file-manager.png">
<action name="Execute">
<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A spacefm"</execute>
</action>
</item>
<item label="Synaptic" icon="/usr/share/pixmaps/synaptic.png">
<action name="Execute">
<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A synaptic"</execute>
</action>
</item>
<item label="Gparted" icon="/usr/share/icons/hicolor/16x16/apps/gparted.png">
<action name="Execute">
<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A gparted"</execute>
</action>
</item>
</menu>
</openbox_menu>is there any way to fix this ?
Pages: 1