Friday, October 18, 2013

fuse - sshfs-fuse

tested on openSUSE 13.1 RC1
downloaded 2.4 at sourceforge.net, unpack and './configure'.

get the following error:

[...] checking pkg-config is at least version 0.9.0... yes
checking for SSHFS... configure: error: Package requirements (fuse >= 2.2 glib-2.0 gthread-2.0) were not met:
No package 'glib-2.0' found
No package 'gthread-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SSHFS_CFLAGS
and SSHFS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

install glib2-devel!

continue: ./configure, make and make install

then:
sshfs username@server:/directory /mountpoint

Tuesday, October 1, 2013

systemd - boot into emergency shell

when the the grub2 graphic boot screen appears press 'e', the grub text mode "setparams 'OS'" opens. move the error keys down and find the entry "linux".
go to end of the line to the last boot option and enter: systemd.unit=emergency.target
press F10 to boot and the system will boot into emergency mode/shell (just once).

on a side note: if there are more kernel installed find the entry (linux) matching the kernel you want to add the boot option.

permanent entries are added at the end of the line: GRUB_CMDLINE_LINUX_DEFAULT="" in the file /etc/default/grub.

(tested on openSUSE 13.1 beta) more infos on systemd: doc.openSUSE: Chapter 8. The systemd daemon