The officially official Devuan Forum!

You are not logged in.

#76 Re: Other Issues » booting Jessie: File system check failed. » 2018-01-19 17:23:34

fsmithred wrote:

Here's a video showing the creation of an encrypted filesystem in the installer. In this case, I made a separate /boot partition so I could encrypt the root filesystem. But the procedure for creating the encrypted volume would be the same for /home. Take a look and see if you did something significantly different from this. It is confusing. The -4 in the filename is there because I had to do it four times before I got it right for the video.
http://distro.ibiblio.org/refracta/misc … rypt-4.ogv

You said above that you were able to fix it in one installation. What did you do on that one that you didn't do on the one that's still failing?

Did you try it like this?

fstab
/dev/sda14	/	ext4	defaults,noatime	0	1
/dev/mapper/home_fs	/home	ext4	defaults,noatime	0	2
/dev/sda10	swap	 swap	defaults	0	0

crypttab
home_fs		/dev/sda15		none		luks

Thank you for video. Did you use UUIDs and labels in your video ?

I've got this message from installer:

...
-->UUIDs in fstab won't work with encrypted filesystems and will not be used. Edit fstab manually after the installation.
-->Disk labels in fstab won't work with encrypted filesystems and will not be used. Edit fstab manually after the installation.
...

What did you do on that one that you didn't do on the one that's still failing?

I created user's home directory after previous installation.

I tried this fstab and crypttab but user's home directory is not visible.

I'm not sure if it's related but something has happened during solving this:
https://dev1galaxy.org/viewtopic.php?id=1827

#77 Other Issues » openSUSE Leap 42.3 kernel panic after installing grub » 2018-01-19 17:17:30

boycottsystemd
Replies: 3

I tried because of https://dev1galaxy.org/viewtopic.php?id=1709  :

update-initramfs -v -u 
reboot
update-grub2
reboot
grub-install /dev/sda

sleep mode

start Devuan, reboot

and openSUSE can't boot:

Kernel panic - not syncing: VFS: Unable to mount root fs on  unknown-block(0,0)

Other distros can boot. Reinstalling grub from other distros didn't help.

#78 Re: Other Issues » booting Jessie: File system check failed. » 2018-01-17 07:25:45

fsmithred wrote:

If you lost your home directory after editing files, you should restore those files to their previous working state. Exactly what edits did you do?

Previous state was created by installer:

fstab
/dev/sda14	/	ext4	defaults,noatime	0	1
/dev/sda15	/home	ext4	defaults,noatime	0	2
/dev/sda10	swap	swap	defaults	0	0

crypttab
home_fs		/dev/sda15		none		luks

But it causes boot error - see original post.

I tried these changes - see post #10

#79 Re: Other Issues » booting Jessie: File system check failed. » 2018-01-16 18:52:59

fsmithred wrote:

That doesn't make sense. If it was working before you commented those lines, it should work again when you uncomment them. Where is that volume already mounted or mapped?

Look at the output of

df -h
mount
ls -l /dev/mapper/

I've never been using both commented and uncommented lines at the same time. There is password prompt in infinite loop so I can't switch to command prompt.

#80 Re: Other Issues » booting Jessie: File system check failed. » 2018-01-16 13:29:36

fsmithred wrote:

It makes sense that your /home is not visible after you comment out the lines for /home in fstab and cryupttab. That's not the right solution.

1. Boot a live CD/DVD/USB
2. As root, run:

cryptsetup luksOpen /dev/sda15 homefs
fsck /dev/mapper/homefs

3. When that's done, you can fix those two files:

mount /dev/mapper/homefs /mnt

Then edit fstab and crypttab to uncomment the lines you commented.
4. Finish

umount /mnt
cryptsetup luksClose homefs

5. Reboot into the installed system.

Thank you.
After uncommenting:

Cannot use device /dev/disk/by-uuid/33e...-...-...  which is in use (already mapped or mounted)

#81 Re: Other Issues » booting Jessie: File system check failed. » 2018-01-16 09:32:05

Another machine, same problem. User home folder is not visible after editing these files:

fstab
/dev/sda14	/	ext4	defaults,noatime	0	1
#/dev/sda15	/home	ext4	defaults,noatime	0	2
/dev/mapper/sda15_crypt	/home	ext4	defaults,noatime	0	2
/dev/sda10	swap	swap	defaults	0	0

crypttab
#home_fs		/dev/sda15		none		luks
sda15_crypt		UUID=33e...-...-...		none		luks
blkid
/dev/sda14: LABEL="devuan" UUID="718...-...-..." TYPE="ext4" PARTUUID="587..."
/dev/sda15: UUID="33e...-...-..." TYPE="crypto_LUKS" PARTUUID="f58..."
update-initramfs -v -u 
update-grub2

were called.

Does anyone know please how to fix it ?

#82 Re: Other Issues » booting Jessie: File system check failed. » 2017-12-11 10:28:42

fsmithred wrote:

If /dev/sda15 contains an encrypted filesystem, then fsck should not be trying to check it. Instead, it should be checking the decrypted filesystem, which would be /dev/mapper/sda15_crypt or some other label.

What's in your /etc/fstab and your /etc/crypttab?
What's the output of blkid?
Is devuan the only operating system on the computer?

I've tried new installation (multiboot again) and same problem has appeared. It was solved by some changes in files you've mentioned.

#83 Re: Other Issues » booting Jessie: File system check failed. » 2017-12-05 11:29:25

Yes if I remember correctly.

(certainty > 99,9 %)

#84 Re: Other Issues » booting Jessie: File system check failed. » 2017-11-13 10:20:19

devur wrote:

hi, I have found two links to you, which may help you find a solution

https://ubuntuforums.org/showthread.php?t=913941
http://forums.debian.net/viewtopic.php?t=60170

Hi, thank you. I've checked disk with

e2fsck -f

and it's ok but I did not find the solution. This problem has appeared immediately after instalation of Devuan - isn't it bug ? It's encrypted disk with home folder.

#85 Other Issues » booting Jessie: File system check failed. » 2017-11-10 09:02:54

boycottsystemd
Replies: 24

...
File system check failed. A log is being saved in /var/log/fsck/checkfs if that location is writable. Please repair the file system manually..
A maintenance shell will now be started. CONTROL-D will terminate this shell and resume system boot.
...

/var/log/fsck/checkfs

Log of fsck -C -R -A -a 

fsck from util-linux 2.25.2
/dev/sda15 is in use.
e2fsck: Cannot continue, aborting.

fsck exited with status code 8

Does anyone know please how to fix it ?

#86 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-08 16:16:28

Thank you smile

We say "Why change something what is ok ?"   smile

#88 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-07 16:44:42

Thank you, WT is running fine now. Maybe I'll try PlayOnLinux and Steam some day.

#89 Re: Documentation » HOWTO: Post-Installation Configurations » 2017-10-07 09:52:06

UFW (Uncomplicated Firewall)

Does Devuan Jessie have any default firewall ? I did not install any and I got this result in test:

Your system has achieved a perfect "TruStealth" rating. Not a single packet — solicited or otherwise — was received from your system as a result of our security probing tests. Your system ignored and refused to reply to repeated Pings (ICMP Echo Requests). From the standpoint of the passing probes of any hacker, this machine does not exist on the Internet.

#90 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-07 09:42:00

MiyoLinux wrote:

Here's a quick rundown of what I do to install 32 bit Wine...

First, make sure that you have 32 bit architecture enabled on the 64 bit...

Open your terminal, and enter the following commands one at a time.

dpkg --add-architecture i386

Followed by...

apt-get update

Then, open Synaptic, and "mark" the packages for installation in the order given in the link below...

https://sourceforge.net/p/miyolinux/wiki/Wine%20/

To install a program with Wine, use the "Custom Command" --> wine

Thank you for reply and for Miyo distro smile

#91 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-06 12:12:20

I've broken my system by debian updates (https://dev1galaxy.org/viewtopic.php?id=1609)

I downgraded packages mentioned in aptitude error message and it has solved problem described in first post.

From what officials do you need approval?

I would expect it from someone who has good knowledge of Devuan, probably from developers.

I want to run WarThunder in wine because linux version is not working: https://dev1galaxy.org/viewtopic.php?id=1615

Which GPU and driver do you use and how did you install the driver?

see link above.
I've default driver if I remember correctly.

#92 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-06 11:58:43

golinux wrote:

All compatible Debian packages are in the Devuan merged repos.  Do not use Debian pkgs directly.

Have you installed the multiarch packages?

I've installed multiarch-support and binutils-multiarch

#93 Re: Desktop and Multimedia » [SOLVED]: youtube-dl on ramdisk: Permission denied » 2017-10-06 11:55:42

nixer wrote:

And what did you do to solve it?  This might help others who come across this problem.

I did what you've recommended in your post.

#94 Re: Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-05 16:47:21

I've run

# dpkg --add-architecture i386 && apt-get update

before trying to install wine32.

Is it officialy recommended and safe to use debian version of wine ?

#95 Desktop and Multimedia » [SOLVED] wine32 in Devuan 1.0 Jessie 64 bit ? » 2017-10-05 15:24:54

boycottsystemd
Replies: 16

Is it possible to install wine32 in Devuan 1.0 Jessie 64 bit ?

# apt-get install wine32
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:
 wine32:i386 : Depends: libwine:i386 but it is not going to be installed
               Depends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

#97 Desktop and Multimedia » [SOLVED]: youtube-dl on ramdisk: Permission denied » 2017-10-04 17:31:04

boycottsystemd
Replies: 4

Hello,

/media/ramdisk$ youtube-dl https://www.youtube.com/watch?v=FpqivQ6P0s4
[youtube] Setting language
[youtube] FpqivQ6P0s4: Downloading webpage
[youtube] FpqivQ6P0s4: Downloading video info webpage
[youtube] FpqivQ6P0s4: Extracting video information
ERROR: unable to open for writing: [Errno 13] Permission denied: 'Japanese traditional relaxing music _ Koto, Zen Garden, Instrumental, Spa \xe2\x80\x93 N\xc2\xba 003-FpqivQ6P0s4.mp4.part'

Devuan 1.0 (jessie), 64 bit.

Does anyone know please how to fix it ?

#98 Re: Desktop and Multimedia » Can't run WarThunder » 2017-09-28 05:32:45

Another configuration, same result:

[    22.461] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    22.461] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    22.461] (==) intel(0): RGB weight 888
[    22.461] (==) intel(0): Default visual is TrueColor
[    22.461] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[    22.461] (**) intel(0): Relaxed fencing enabled
[    22.461] (**) intel(0): Wait on SwapBuffers? enabled
[    22.461] (**) intel(0): Triple buffering? enabled
[    22.461] (**) intel(0): Framebuffer tiled
[    22.461] (**) intel(0): Pixmaps tiled
[    22.461] (**) intel(0): 3D buffers tiled
[    22.461] (**) intel(0): SwapBuffers wait enabled
[    22.461] (==) intel(0): video overlay key set to 0x101fe
[    22.461] (II) intel(0): Output LVDS1 has no monitor section
[    22.465] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[    22.467] (II) intel(0): Output VGA1 has no monitor section
[    22.468] (II) intel(0): Output HDMI1 has no monitor section
[    22.468] (II) intel(0): Output DP1 has no monitor section

#99 Desktop and Multimedia » Can't run WarThunder » 2017-09-27 19:59:11

boycottsystemd
Replies: 1
[D]  glversion = 3.3 (Core Profile) Mesa 10.3.2 -> 00030003 : 10.3.2(10.3.2.0)
[E]  intel version driver is not ok! reinstall driver!

Intel HD 4000 + NVIDIA GeForce GTX 660M

Xorg.0.log:

[    25.619] (II) intel(0): [DRI2] Setup complete
[    25.619] (II) intel(0): [DRI2]   DRI driver: i965
[    25.619] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[    25.637] (II) UXA(0): Driver registered support for the following operations:
[    25.637] (II)         solid
[    25.637] (II)         copy
[    25.637] (II)         composite (RENDER acceleration)
[    25.637] (II)         put_image
[    25.637] (II)         get_image
[    25.637] (==) intel(0): Backing store enabled
[    25.637] (==) intel(0): Silken mouse enabled
[    25.643] (II) intel(0): Initializing HW Cursor
[    25.643] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    25.651] (==) intel(0): DPMS enabled
[    25.651] (==) intel(0): Intel XvMC decoder enabled
[    25.651] (II) intel(0): Set up textured video
[    25.651] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    25.651] (II) intel(0): direct rendering: DRI2 Enabled
[    25.651] (==) intel(0): hotplug detection: "enabled"

What is the best way to make Devuan to run WT ?

#100 Re: Desktop and Multimedia » security updates, debian repo » 2017-09-26 08:17:19

Thank you both.

There are some troubles with bumblebee and sound but I'm not sure it's caused by debian repos and I can wait for ascii.

I'm looking forward it :-)

Regards, B.

Board footer

Forum Software