The officially official Devuan Forum!

You are not logged in.

#1 Re: Hardware & System Configuration » mtp-tool will not start » Yesterday 15:55:43

i solved my problem by installing android_file_transfure it works for me
when i try to uninstall jmtpfs i get a dependency error and synaptic won't finish the process
but I will try again at another time, thank you very much for your help!

#2 Re: Hardware & System Configuration » mtp-tool will not start » Yesterday 11:35:38

it got me a little further
I found some unmet dependencies using synaptic properties and also found that fuse where not install and that it
conflicted whit fuse3 there where uninstall and removed and then install these

$ sudo dpkg -i fuse_2.9.9-6+b1_amd64.deb libstdc++6_12.2.0-14_amd64.deb mount_2.38.1-5devuan1+b1_amd64.deb

so now apt search look lice these

$ apt search fuse | fgrep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

fuse/unknown,stable,now 2.9.9-6+b1 amd64 [installed]
jmtpfs/stable,now 0.5-4 amd64 [installed]
libfuse2/unknown,stable,now 2.9.9-6+b1 amd64 [installed,automatic]
libfuse3-3/unknown,stable,now 3.14.0-4 amd64 [installed,auto-removable]
libntfs-3g89/unknown,stable,now 1:2022.10.3-1+b1 amd64 [installed,auto-removable

and add mount point

$ sudo mkdir -p /media/mtp

but still no mtp-tool gui or otherwise any useful connection with the mobul

I then did, and add it to modules last line

# modprobe fuse
# nano /etc/initramfs-tools/modules

And update the initramfs

# update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-6.1.0-18-amd64
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
# reboot

After rebbot

:~$ sudo jmtpfs /media/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags

but the mounted mtp dos not give me access to the mobile as i can see it, so then

:~$ fusermount -u /media/mtp
fusermount: entry for /media/mtp not found in /etc/mtab

The map file

jmtpfs /media/mtp fuse.jmtpfs rw,nosuid,nodev,relatime,user_id=0,group_id=0 0 0

umount the mtp

$ sudo fusermount -u /media/mtp

mount mtp white the -o option

$ sudo jmtpfs -o /media/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
fuse: missing mountpoint parameter
$ sudo jmtpfs /media/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags

And i have a list devices

$ sudo jmtpfs --listDevices
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Available devices (busLocation, devNum, productId, vendorId, product, vendor):
2, 7, 0x2e82, 0x22b8, Moto G (ID2), Motorola

but still no mtp-tool gui or otherwise any useful connection with the mobil

#3 Re: Hardware & System Configuration » mtp-tool will not start » 2024-03-27 12:37:49

it was an eye opener for me for Debian package search!
I remove the old version of mtp-tools and install it again but white no differences in result

sudo dpkg -i mtp-tools_1.1.20-1_amd64.deb jmtpfs_0.5-4_amd64.deb libmtp-runtime_1.1.20-1_amd64.deb
libc6_2.36-9+deb12u4_amd64.deb  libnet-smtp-ssl-perl_1.04-2_all.deb
libmtp9_1.1.20-1_amd64.deb libmtp-common_1.1.20-1_all.deb

Apt search Show a unknown

apt search mtp | fgrep installed > apt_search

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

jmtpfs/stable,now 0.5-4 amd64 [installed]
libmtp-common/unknown,stable,now 1.1.20-1 all [installed]
libmtp-runtime/unknown,stable,now 1.1.20-1 amd64 [installed]
libmtp9/unknown,stable,now 1.1.20-1 amd64 [installed]
libnet-smtp-ssl-perl/unknown,stable,now 1.04-2 all [installed,automatic]
mtp-tools/stable,now 1.1.20-1 amd64 [installed]

I did the following which shows that I have a mobile

sudo mtp-connect
libmtp version: 1.1.20

Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
Usage: connect <command1> <command2>
Commands: --delete [filename]
          --sendfile [source] [destination]
          --sendtrack [source] [destination]
          --getfile [source] [destination]
          --newfolder [foldername]

$ sudo jmtpfs
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
fuse: missing mountpoint parameter

$ sudo sed -i '/user_allow_other/s/^#//g' /etc/fuse.conf
hans@devuan:~/Downloads$ jmtpfs ~/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
fuse: bad mount point `/home/hans/mtp': No such file or directory

#4 Re: Hardware & System Configuration » mtp-tool will not start » 2024-03-26 06:09:49

Follow up
It looks like the package version is wrong, the download and installed is
mtp-tool 1.1.20-1. libc6_2.36-9+. litmtp9_1.1.20-1.
And the file i should have been downloaded is
libc6 (>= 2.33), libmtp9 (>= 1.1.18).
But the libc6_2.33 is not in the rep path the next version in numbers order is the one I got libc6_2.36-9.
Is there a solution to that problem

#5 Hardware & System Configuration » mtp-tool will not start » 2024-03-25 14:39:26

devur
Replies: 9

mtp-tool will not start
I have no Internet on my pc and will install mtp white dpkg -i I have downloaded 4 files from devuan package search mtp-tool libmtp9 libmtp libc4.
mtp install without any error, but mtp will not startup.

dpkg -l mtp-tool
Desired=unknown/install/remove/purge/hold
Status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend
Err?=none /reinst-requierd

And the file ii mtp…

I have thought about synaptic and the install usb and the file on it, but it has not been possible to connect the usb to synaptic.
looking to synapy mtp-tool is installed and marked green.

is there a way to locate the missing file and can they be found on the install media.

#6 Re: Installation » [SOLVED] apt install timeshift error » 2024-03-23 13:39:58

Thanck for your comments.
I will mark this as solved

#7 Re: Installation » [SOLVED] apt install timeshift error » 2024-03-21 14:50:12

Good 😊 clue.
Is there annother backup manager and one simple in use
any good advice.

#8 Installation » [SOLVED] apt install timeshift error » 2024-03-19 17:09:53

devur
Replies: 4

apt install timeshift error
when installing a number of packages white synaptic i get a error and the installation can not finished
so I try again whih apt and install a gcc and g++ compiler an Rsync
I think that rsync where a little to complicated to begird white so I install Timeshift
and a error but ignore it and finish the install, now my question is can I use Timeshift, i ther a way to know

error taken from the terminal

investigate error in timeshift (→ 22.11.2-1) <missing>
 b1 - #1056608 - timeshift: Timeshift cant restore RSYNC snapshots if your system installed on BTRFS with wrong subvolume
Opsummering:
 timeshift(1 fejl)
are you sure you will installere/opgradere these pakker? [Y/n/?/...] 

error from apt log

Start-Date: 2024-03-19  13:27:18
Commandline: apt install timeshift
Requested-By: user (1000)
Install: libxapp1:amd64 (2.4.2-3, automatic), xapps-common:amd64 (2.4.2-3, automatic), libgee-0.8-2:amd64 (0.20.6-1, automatic), 
libgnomekbd-common:amd64 (3.28.1-1, automatic), mesa-utils-bin:amd64 (8.5.0-1, automatic), libxapp-gtk3-module:amd64 (2.4.2-3, automatic), 
xapp-sn-watcher:amd64 (2.4.2-3, automatic), timeshift:amd64 (22.11.2-1), mesa-utils:amd64 (8.5.0-1, automatic), 
libgnomekbd8:amd64 (3.28.1-1, automatic), inxi:amd64 (3.3.26-1-1, automatic), tree:amd64 (2.1.0-1, automatic)
End-Date: 2024-03-19  13:27:44

#9 Re: Hardware & System Configuration » [SOLVED] Shared partition is not showing up in thunar » 2023-07-26 08:31:36

hi and yes i assume that you suggest i remount sda5 to /delt/hans ?

lsblk

@devuan:~# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 214,3G  0 part /
├─sda3   8:3    0     8G  0 part [SWAP]
├─sda4   8:4    0   229G  0 part 
└─sda5   8:5    0    14G  0 part 
sr0     11:0    1  1024M  0 rom  

df -h

@devuan:~# df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            3,8G     0  3,8G   0% /dev
tmpfs           777M  1,3M  776M   1% /run
/dev/sda2       210G   17G  183G   9% /
tmpfs           5,0M  4,0K  5,0M   1% /run/lock
tmpfs           3,2G     0  3,2G   0% /dev/shm
/dev/sda1       511M   12M  500M   3% /boot/efi
tmpfs           777M   12K  777M   1% /run/user/1000

chown

@devuan:/delt# chown hans.hans hans

mount

@devuan:~# mount /dev/sda5 /delt/hans

lsblk

@devuan:~# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 214,3G  0 part /
├─sda3   8:3    0     8G  0 part [SWAP]
├─sda4   8:4    0   229G  0 part 
└─sda5   8:5    0    14G  0 part /delt/hans
sr0     11:0    1  1024M  0 rom  

OK that dos it now i can se my shared folder in /delt/hans     smile and smile produces smile

#10 Re: Hardware & System Configuration » [SOLVED] Shared partition is not showing up in thunar » 2023-07-25 08:39:48

hi
i found a new problem white my sda5 drive

i ignored the new add line in fstab whit a # and that made the sda5 hdd show op i thunar, but i haw to login as root so i changes owner but white now effect

@devuan:~# ls -la /dev/sda5
brw-rw---- 1 root disk 8, 5 Jul 25 10:21 /dev/sda5
@devuan:~# chown hans /dev/sda5
@devuan:~# ls -la /dev/sda5
brw-rw---- 1 hans disk 8, 5 Jul 25 10:21 /dev/sda5

i haw a scream shut that whose login root required

and after reboot

@devuan:~# ls -la /dev/sda5
brw-rw---- 1 root disk 8, 5 Jul 25 10:25 /dev/sda5

#11 Re: Hardware & System Configuration » [SOLVED] Shared partition is not showing up in thunar » 2023-07-25 06:21:45

yes sda5 i mounted under /delt

I have added this line to fstab but there is no sda5 drive in the thunar

# nyt delt drev /dev/sda5
UUID=1d79ec5c-6257-4086-adeb-a5dae3b83ca2       /delt   ext4    defaults        0       0       comment=x-gvfs-show

i did mount -a but white no output

@devuan:~# mount -a

@devuan:~# ls -la /dev/sda5
brw-rw---- 1 root disk 8, 5 Jul 25 07:44 /dev/sda5

#12 Hardware & System Configuration » [SOLVED] Shared partition is not showing up in thunar » 2023-07-24 07:09:54

devur
Replies: 6

shared partition is not visible in thunar

i have tried to create a shared drive between two linux distro on the same hdd but after mounting sda5 it doesn't show up i Thunar 4.16.8

@devuan:~# lsblk -f
NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                           
├─sda1 vfat   FAT32       ED35-DE71                             499,8M     2% /boot/efi
├─sda2 ext4   1.0         f717867f-4d52-44ba-8440-03b17ae2293a  182,9G     8% /
├─sda3 swap   1           e473a17d-7436-49c8-ad08-790b10319f96                [SWAP]
├─sda4 ext4   1.0         2c1816a2-0ad5-43a5-86e1-6addbdaa2e8e                
└─sda5 ext4   1.0         1d79ec5c-6257-4086-adeb-a5dae3b83ca2   12,9G     0% /delt
sr0         
@devuan:~# ls -al /dev/sda5
brw-rw---- 1 hans disk 8, 5 Jul 24 07:57 /dev/sda5

#13 Re: Installation » [SOLVED] server can not be found » 2023-07-18 13:11:53

hi and thank for all the help! smile and smile produces smile

#14 Re: Installation » [SOLVED] server can not be found » 2023-07-18 07:53:40

Hello again
I can't tell if I have grob2 installed but have tried the following

grub install version

root@devuan:~# grub-install -v
grub-install: info: setting EFI variable Boot0019.
grub-install: info: setting EFI variable BootOrder.
Installation finished. No error reported.
root@devuan:~# grub-install -V
grub-install (GRUB) 2.06-3~deb11u5
root@devuan:~# grub-install --version
grub-install (GRUB) 2.06-3~deb11u5

the new grub

root@devuan:~# grub-install /dev/sda
Installing for x86_64-efi platform.
Installation finished. No error reported.
root@devuan:~# update-grub
Generating grub configuration file ...
Found background image: splash.png
Found linux image: /boot/vmlinuz-5.10.0-23-amd64
Found initrd image: /boot/initrd.img-5.10.0-23-amd64
Found linux image: /boot/vmlinuz-5.10.0-9-amd64
Found initrd image: /boot/initrd.img-5.10.0-9-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Trisquel GNU/Linux 11.0, Aramo (11.0) on /dev/sda4
Found Devuan GNU/Linux 3 (beowulf) on /dev/sda5
Adding boot menu entry for UEFI Firmware Settings ...
done

after reboot 'boot splash screen'

reboot 
from boot meny
Devuan GNU/Linux
Advanced options for Devuan
Trisquel GNU/Linux
Advanced option for Trisquel
*Devuan GNU/Linux 3 (beowulf)
Advanced option for Devuan 3
UEFI Firmware settings

reboot and login

oot@devuan:~# efibootmgr -v
BootCurrent: 0019
Timeout: 4 seconds
BootOrder: 0019,0000,0001,0002,0003,0007,0008,0009,000A,000B,000C,000D,000E,000F,0010,0011,0012
Boot0000  Setup	FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot0001  Boot Menu	FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot0002  Diagnostic Splash Screen	FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot0003  Lenovo Diagnostics	FvFile(3f7e615b-0d45-4f80-88dc-26b234958560)
Boot0004  Startup Interrupt Menu	FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0005  ME Configuration Menu	FvFile(82988420-7467-4490-9059-feb448dd1963)
Boot0006  Rescue and Recovery	FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0007* USB CD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0008* USB FDD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0009* ATAPI CD0	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
Boot000A* ATA HDD0	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot000B* ATA HDD1	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
Boot000C* ATA HDD2	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f602)
Boot000D* USB HDD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000E* PCI LAN	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot000F* ATAPI CD1	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35404)
Boot0010  Other CD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35406)
Boot0011* ATA HDD3	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f604)
Boot0012  Other HDD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f606)
Boot0013* IDER BOOT CDROM	PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0014* IDER BOOT Floppy	PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0015* ATA HDD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0016* ATAPI CD:	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0017* PCI LAN	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0018  OEM Hot Key	FvFile(0b5a75d0-2793-4efa-bfa7-74689122fa55)
Boot0019* debian	HD(1,GPT,1971f062-1b31-4b32-8701-5f46c5c9a6c4,0x800,0x100000)/File(\EFI\debian\shimx64.efi)

i don't see Devuan 3 server /dev/sda5 or boot for trisquel ,under 'efibootmgr -v' but the are under the boot splash screen
but it looks fine and everything seems to work
I am open for new challenges, for example what can I do with a server I cannot contact or manage from my desktop
I can however login to the server as user and as root

#15 Re: Installation » [SOLVED] server can not be found » 2023-07-17 16:16:19

YES
that look like it is working
diff

@devuan:~$ diff /etc/fstab.bak /etc/fstab
16c16
< UUID=506c607b-5d9b-4091-8ff3-1bff3da24852 none            swap    sw              0       0
---
> UUID=e473a17d-7436-49c8-ad08-790b10319f96 none            swap    sw              0       0

blkid

root@devuan:~# blkid /dev/sda3
/dev/sda3: UUID="e473a17d-7436-49c8-ad08-790b10319f96" TYPE="swap" PARTUUID="e9b8702d-cb03-4ea3-8a39-99a580294395"

swapon

oot@devuan:~# swapon -a
root@devuan:~# swapon --show
NAME      TYPE      SIZE USED PRIO
/dev/sda3 partition   8G   0B   -2

so far so good
but what do i do with the server i could format the /dev/sda5 and use it for a shared drive on my pc

#16 Re: Installation » [SOLVED] server can not be found » 2023-07-17 10:42:39

hi entropyagent there are many and good questions, I understand your point of view server and desktop cannot run at the same time
I have access to the boot manager and cannot see that server can be selected as boot
regarding swap, it seems to me that the error has occurred in connection with the installation of the server
i haw these from the terminal

root@devuan:~# free -h
               total        used        free      shared  buff/cache   available
Mem:           7,6Gi       1,4Gi       5,3Gi       268Mi       894Mi       5,7Gi
Swap:             0B          0B          0B
# swap was on /dev/sda3 during installation
UUID=506c607b-5d9b-4091-8ff3-1bff3da24852 none            swap    sw              0       0

it's a bit of a shame that there isn't an option to add a server to boot time and contact it via ssh or a login in another way, but when it can't be any other way then I have to admit my mistake and my attempt has failed. in addition, it seems that I have succeeded in destroying most of my installation and I will therefore start a new installation soon.

#17 Re: Installation » [SOLVED] server can not be found » 2023-07-17 08:19:58

hi chris2be8 and thanks for you joining in
i have a output from terminal for the commands you ask for

user@devuan:~$ ssh -v devuan
OpenSSH_8.4p1 Debian-5+deb11u1, OpenSSL 1.1.1n  15 Mar 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to devuan [127.0.1.1] port 22.
debug1: Connection established.
debug1: identity file /home/hans/.ssh/id_rsa type -1
debug1: identity file /home/hans/.ssh/id_rsa-cert type -1
debug1: identity file /home/user/.ssh/id_dsa type -1
debug1: identity file /home/user/.ssh/id_dsa-cert type -1
debug1: identity file /home/user/.ssh/id_ecdsa type -1
debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/user/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/user/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/user/.ssh/id_ed25519 type -1
debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
debug1: identity file /home/user/.ssh/id_ed25519_sk type -1
debug1: identity file /home/user/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/user/.ssh/id_xmss type -1
debug1: identity file /home/user/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.4p1 Debian-5+deb11u1
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.4p1 Debian-5+deb11u1
debug1: match: OpenSSH_8.4p1 Debian-5+deb11u1 pat OpenSSH* compat 0x04000000
debug1: Authenticating to devuan:22 as 'user'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:6Wm8ewcU59F8aBj1BOljPL3gt2s9xxOCPQLX3H01pTk
debug1: Host 'devuan' is known and matches the ECDSA host key.
debug1: Found key in /home/user/.ssh/known_hosts:1
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /home/user/.ssh/id_rsa 
debug1: Will attempt key: /home/user/.ssh/id_dsa 
debug1: Will attempt key: /home/user/.ssh/id_ecdsa 
debug1: Will attempt key: /home/user/.ssh/id_ecdsa_sk 
debug1: Will attempt key: /home/user/.ssh/id_ed25519 
debug1: Will attempt key: /home/user/.ssh/id_ed25519_sk 
debug1: Will attempt key: /home/user/.ssh/id_xmss 
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,webauthn-sk-ecdsa-sha2-nistp256@openssh.com>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/user/.ssh/id_rsa
debug1: Trying private key: /home/user/.ssh/id_dsa
debug1: Trying private key: /home/user/.ssh/id_ecdsa
debug1: Trying private key: /home/user/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/user/.ssh/id_ed25519
debug1: Trying private key: /home/user/.ssh/id_ed25519_sk
debug1: Trying private key: /home/user/.ssh/id_xmss
debug1: Next authentication method: password
user@devuan's password: 
Connection closed by 127.0.1.1 port 22
user@devuan:~$ grep -v '^#'  /etc/ssh/sshd_config

Include /etc/ssh/sshd_config.d/*.conf

ChallengeResponseAuthentication no

UsePAM yes

X11Forwarding yes
PrintMotd no

AcceptEnv LANG LC_*

Subsystem	sftp	/usr/lib/openssh/sftp-server
user@devuan:~$ ps -ef | grep sshd
root      1922     1  0 09:20 ?        00:00:00 sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups
user      3804  2324  0 10:00 pts/0    00:00:00 grep sshd
user@devuan:~$ strings /usr/sbin/sshd | grep -i config
bash: strings: command not found

#18 Re: Installation » [SOLVED] server can not be found » 2023-07-16 12:00:27

it is a very relevant question, I have a PC with three installations, each on their own partition on the hard drive, my thought was that it is possible to run a local server and contact it from my devuan desktop installation. all commands are run from my main devian installation.and ther i no (WM).

the three installations is on these hdd

@devuan:~$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 214,3G  0 part /  #devuan
├─sda3   8:3    0     8G  0 part       #swap
├─sda4   8:4    0   229G  0 part     #trisquel
└─sda5   8:5    0    14G  0 part      #devuan server
 

1) Devuan GNU/Linux 4 (chimaera)
2) Trisquel 11.0 Aramo
3) devuan_beowulf_3.1.1_amd64_server
4)

entropyagent wrote
Or, did you install "devuan server" over the original "devuan", so you still have 2 "installs"?

I think you may be right in your assumption, but how do I check it?

#19 Re: Installation » [SOLVED] server can not be found » 2023-07-16 09:17:50

hi and no i do not think that it is working but her is the result of my attempt

root@devuan:~# ssh your-non-root-hans85e7a@devuan
your-non-root-85e7a@devuan's password: 
Connection closed by 127.0.1.1 port 22

the root account 'ls' do not show anything

root@devuan:~# ls -a
.   .bash_history  .cache    .local    .ssh
..  .bashrc	   .emacs.d  .profile  .synaptic
root@devuan:~# systemctl status ssh
ssh.service - OpenBSD Secure Shell server
    Loaded: loaded (/lib/systemd/system/ssh.service, enabled)
    Active: inactive (dead)

and as regular user

@devuan:~$ ssh your-non-root-85e7a@devuan
your-non-root-85e7a@devuan's password: 
your-non-root-85e7a@devuan: Permission denied (publickey,password).

#20 Re: Installation » [SOLVED] server can not be found » 2023-07-16 05:23:38

ok it didn't as well as I had hoped for, can i see if the server is install whit a error

the first  status

:~$ /etc/init.d/ssh status
sshd is running.

the login offer me to login to my regular user account and dos nor accept server login

:~$ ssh devuan
The authenticity of host 'devuan (127.0.1.1)' can't be established.
ECDSA key fingerprint is SHA256:6Wm8ewcU59F8aBj1BOljPL3gt2s9xxOCPQLX3H01pTk.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'devuan' (ECDSA) to the list of known hosts.
user@devuan's password: 
Permission denied, please try again.
user@devuan's password: 
Permission denied, please try again.
user@devuan's password: 
Connection closed by 127.0.1.1 port 22

is there any info i can provide you whit to help my self her. smile

#21 Re: Installation » [SOLVED] server can not be found » 2023-07-15 15:42:00

hi and thanks for your answer
i install task-ssh-server and there is some result, but i am still a little confutes about the server
is there a good advice or a direction to a manual i can use?

her i what i haw tried so fare

root@devuan:~# systemctl start ssh
root@devuan:~# systemctl status ssh
ssh.service - OpenBSD Secure Shell server
    Loaded: loaded (/lib/systemd/system/ssh.service, enabled)
    Active: failed (failed)

and this dos not get me any were

root@devuan:~# ssh devuan
root@devuan's password:

after login i am om my pc

#22 Installation » [SOLVED] server can not be found » 2023-07-15 07:25:19

devur
Replies: 22

hi Devuan
i have a dual boot devuan / trisquel 11 install and wanted to use my devuan to install a server and selected the server from devuans download and installed the devuan server on a 15gb hhd partition sda5. Now it seems that I can't get in touch with the server, is there any good advice for a solution and is there any additional info I can gather to help with the problem

What I haw tried is this

root@devuan:~# systemctl status ssh
ERROR:systemctl:Unit ssh.service could not be found.

root@devuan:~# systemctl start ssh
ERROR:systemctl:Unit ssh.service could not be found.
root@devuan:~# systemctl enable ssh
ERROR:systemctl:Unit ssh.service could not be found.

and this

os-prober
/dev/sda4:Trisquel GNU/Linux 11.0, Aramo (11.0):Trisquel:linux
/dev/sda5:Devuan GNU/Linux 3 (beowulf):Devuan:linux

#23 Re: Installation » [SOLVED] system language » 2023-05-21 12:04:57

yes that works

su -

makes all the difference

#24 Installation » [SOLVED] system language » 2023-05-21 06:40:59

devur
Replies: 3

hi new install devuan 4
I have dk language and keyboard
but would like to change the system language to English
but not keyboard that I use with DK language
I have tried the following

@devuan:~$ env | grep LANG
LANG=da_DK.UTF-8
@devuan:~$ export LANG=en_GB.UTF-8
@devuan:~$ env | grep LANG
LANG=en_GB.UTF-8
# dpkg-reconfigure locales
bash: dpkg-reconfigure: kommando ikke fundet

and edited

# nano /etc/locale.gen
#da_DK.UTF-8 UTF-8

en_DK ISO-8859-1
en_DK.ISO-8859-15 ISO-8859-15
en_DK.UTF-8 UTF-8
# dpkg-reconfigure locales
bash: dpkg-reconfigure: kommando ikke fundet

but it doesn't work for me?

#25 Re: Hardware & System Configuration » [ SOLVED ] cant run command from commandsline » 2020-06-06 16:23:15

Could you do apt-get install fdisk and post what it says?

fdisk is up to date

fdisk er allerede den nyeste version (2.33.1-0.1+devuan1~beowulf2).
0 opgraderes, 0 nyinstalleres, 0 afinstalleres og 0 opgraderes ikke.

and the use of login

"su -"

gets me all the way

thanks for your help

Board footer

Forum Software