The officially official Devuan Forum!

You are not logged in.

#1 2018-08-15 00:41:47

inukaze
Member
Registered: 2018-01-28
Posts: 84  

[SOLVED] How i can solve boot errors? (i want to purge)

Hi there after i copy the boot log to my user

sudo cp /var/log/boot $HOME/boot.log ; sudo chmod 777 "$HOME/boot.log"

i remove the mayor part, and just left the errors

Tue Aug 14 05:24:36 2018: [....] Setting kernel variables ...sysctl: cannot open "/etc/sysctl.d/90-omnibus-gitlab-kernel.sem.conf": No such file or directory
Tue Aug 14 05:24:36 2018: sysctl: cannot open "/etc/sysctl.d/90-omnibus-gitlab-kernel.shmall.conf": No such file or directory
Tue Aug 14 05:24:36 2018: sysctl: cannot open "/etc/sysctl.d/90-omnibus-gitlab-kernel.shmmax.conf": No such file or directory
Tue Aug 14 05:24:39 2018: [....] Not starting: portmapper is not running ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m
Tue Aug 14 05:24:42 2018: Cannot access system properties via ANDROID_PROPERTY_WORKSPACE environment setting.
Tue Aug 14 05:24:42 2018:  ^[[1m^[[31m*^[[m ERROR: android-androresolvd failed to start^[[K
Tue Aug 14 05:24:56 2018: [....] Starting Deluge BitTorrent Daemon: deluged Not starting Deluge BitTorrent Daemon deluged, disabled in /etc/default/deluged^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:24:57 2018: [....] Starting: esekeyd[....]  not yet configured:[....]  Enable ESE Key Daemon first by editing /etc/default/esekeyd:^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:24:58 2018: [....] Not starting fancontrol; run pwmconfig first. ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m
Tue Aug 14 05:24:58 2018: [^[[36minfo^[[39;49m] GNUstep distributed object mapper disabled, see /etc/default/gdomap.
Tue Aug 14 05:24:59 2018: [....] Starting SNMP services::  snmpd[....] Kamailio not yet configured. Edit /etc/default/kamailio first. ...^[[?25l^[[?1c^[7^[[1G[^[[31mFAIL^[[39;49m^[8^[[?25h^[[?0c ^[[31mfailed!^[[39;49m
Tue Aug 14 05:25:06 2018: [....] No valid /etc/lirc/lircd.conf has been found.^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:25:07 2018: [....] Remote control support has been disabled.^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:25:07 2018: [....] Reconfigure LIRC or manually replace /etc/lirc/lircd.conf to enable.^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:25:08 2018: [^[[36minfo^[[39;49m] You have an incomplete /etc/xsp2/debian.webapp.
Tue Aug 14 05:25:08 2018: [^[[36minfo^[[39;49m] To fix it, you need to install at least one package for xsp2 (like asp.net-examples).
Tue Aug 14 05:25:32 2018: [....] qemu-ga: transport endpoint not found, not starting ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m
Tue Aug 14 05:25:33 2018: [....] Not starting X display manager (slim); it is not the default display manager.: slim[....] Starting SMB/CIFS daemon: smbd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:25:37 2018: /lib/rc/sh/runscript.sh: 274: exec:  /bin/bash -p: not found
Tue Aug 14 05:25:37 2018:  ^[[1m^[[31m*^[[m ERROR: vdr failed to start^[[K
Tue Aug 14 05:25:38 2018:  ^[[1m^[[31m*^[[m ERROR: plymouth failed to start^[[K

Dunnos :

1 - How i can do the console font don't change during boot, i like the first typography, but during boot the console font is changed and i dont like it. i prefer the first, but i don't know which is.

[SOLVED]

sudo editor /etc/default/console-setup

#Search the line :

FONTFACE="Fixed"

#Replace with :

FONTFACE="VGA"

2 - Someone knows how i can solve this boot errors?, the gitlab i want to purge it

Last edited by inukaze (2018-08-15 03:07:53)

Offline

#2 2018-08-15 02:15:59

inukaze
Member
Registered: 2018-01-28
Posts: 84  

Re: [SOLVED] How i can solve boot errors? (i want to purge)

SOLUTIONS for Point 2 :

Log Part :

Tue Aug 14 05:24:36 2018: [....] Setting kernel variables ...sysctl: cannot open "/etc/sysctl.d/90-omnibus-gitlab-kernel.sem.conf": No such file or directory
Tue Aug 14 05:24:36 2018: sysctl: cannot open "/etc/sysctl.d/90-omnibus-gitlab-kernel.shmall.conf": No such file or directory
Tue Aug 14 05:24:36 2018: sysctl: cannot open "/etc/sysctl.d/90-omnibus-gitlab-kernel.shmmax.conf": No such file or directory

Solution :

apt-get purge gitlab-ce
pkill -f gitlab
rm -rf /opt/gitlab
rm -rf /etc/gitlab
rm -rf /var/opt/gitlab
rm -rf /opt/gitlab-*/uninstall
rm -rf /opt/gitlab-*
rm -rf /etc/sysctl.d/90-omnibus-gitlab-kernel*.conf

Log Part :

Tue Aug 14 05:24:39 2018: [....] Not starting: portmapper is not running ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m

Solution :

sudo apt-get purge -y rpcbind nfs-common

Log Part :

Tue Aug 14 05:24:42 2018: Cannot access system properties via ANDROID_PROPERTY_WORKSPACE environment setting.
Tue Aug 14 05:24:42 2018:  ^[[1m^[[31m*^[[m ERROR: android-androresolvd failed to start^[[K

Solution :

su -c "apt-get install --reinstall -y android-androresolvd ; apt-get purge -y android-androresolvd" root

Log Part :

Tue Aug 14 05:24:56 2018: [....] Starting Deluge BitTorrent Daemon: deluged Not starting Deluge BitTorrent Daemon deluged, disabled in /etc/default/deluged^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.

Solution :

su -c "apt-get purge -y deluged

Log Part :

Tue Aug 14 05:24:57 2018: [....] Starting: esekeyd[....]  not yet configured:[....]  Enable ESE Key Daemon first by editing /etc/default/esekeyd:^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.

Solution :

sudo apt-get purge -y esekeyd

Log Part :

Tue Aug 14 05:24:58 2018: [....] Not starting fancontrol; run pwmconfig first. ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m

Solution

sudo apt-get purge -y fancontrol

Log Part :

Tue Aug 14 05:24:58 2018: [^[[36minfo^[[39;49m] GNUstep distributed object mapper disabled, see /etc/default/gdomap.

Solution :

sudo apt-get purge -y gnustep-base-runtime unar

Log Part :

Tue Aug 14 05:24:59 2018: [....] Starting SNMP services::  snmpd[....] Kamailio not yet configured. Edit /etc/default/kamailio first. ...^[[?25l^[[?1c^[7^[[1G[^[[31mFAIL^[[39;49m^[8^[[?25h^[[?0c ^[[31mfailed!^[[39;49m

Solution :

sudo apt-get purge -y kamailio kamailio-mono-modules

Log Part:

Tue Aug 14 05:25:06 2018: [....] No valid /etc/lirc/lircd.conf has been found.^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:25:07 2018: [....] Remote control support has been disabled.^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 05:25:07 2018: [....] Reconfigure LIRC or manually replace /etc/lirc/lircd.conf to enable.^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.

Solution :

sudo apt-get purge -y lirc

Log Part :

Tue Aug 14 05:25:08 2018: [^[[36minfo^[[39;49m] You have an incomplete /etc/xsp2/debian.webapp.
Tue Aug 14 05:25:08 2018: [^[[36minfo^[[39;49m] To fix it, you need to install at least one package for xsp2 (like asp.net-examples).

Solution :

sudo apt-get purge -y mono-apache-server2 mono-fastcgi-server2 mono-xsp2 mono-xsp2-base

Log Part:

Tue Aug 14 05:25:32 2018: [....] qemu-ga: transport endpoint not found, not starting ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m

Solution :

sudo apt-get purege qemu-guest-agent

Log Part :

Tue Aug 14 05:25:33 2018: [....] Not starting X display manager (slim); it is not the default display manager.: slim[....] Starting SMB/CIFS daemon: smbd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.

Solution :

sudo apt-get purge -y lightdm lightdm-gtk-greeter lightdm-vala gir1.2-lightdm-1 liblightdm-gobject-1-0 liblightdm-gobject-dev ; sudo apt-get install --reinstall -y slim ; sudo dpkg-reconfigure slim

Log Part :

Tue Aug 14 05:25:37 2018:  ^[[1m^[[31m*^[[m ERROR: vdr failed to start^[[K

Solution :

sudo apt-get purge -y vdr vdr-plugin-xineliboutput

Log Part :

Tue Aug 14 05:25:38 2018:  ^[[1m^[[31m*^[[m ERROR: plymouth failed to start^[[K

Solution :

sudo apt-get purge -y plymouth plymouth-dev plymouth-themes plymouth-x11

Last edited by inukaze (2018-08-15 03:08:24)

Offline

#3 2018-08-15 12:37:11

inukaze
Member
Registered: 2018-01-28
Posts: 84  

Re: [SOLVED] How i can solve boot errors? (i want to purge)

and now my /var/log/boot content :

Tue Aug 14 22:40:21 2018: [....] Setting parameters of disc: (none)^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:22 2018: [....] Setting preliminary keymap...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:26 2018: [....] Activating swap...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:26 2018: [....] btrfs root detected, so skipping root file system check. ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m
Tue Aug 14 22:40:27 2018: [....] Setting up LVM Volume Groups...  No volume groups found
Tue Aug 14 22:40:27 2018: ^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:27 2018: [....] Activating lvm and md swap...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:27 2018: [....] Checking file systems...fsck from util-linux 2.25.2
Tue Aug 14 22:40:28 2018: Compartido: clean, 392832/39321600 files, 128266900/157286400 blocks
Tue Aug 14 22:40:28 2018: Slack64: clean, 327095/2940928 files, 1960544/11748352 blocks
Tue Aug 14 22:40:28 2018: Slack32: clean, 329559/2940928 files, 1923647/11747584 blocks
Tue Aug 14 22:40:28 2018: 1SlackIni: clean, 964/65536 files, 113015/262144 blocks
Tue Aug 14 22:40:28 2018: 2SlackIni: clean, 37/65808 files, 9291/263168 blocks
Tue Aug 14 22:40:29 2018: ^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:29 2018: [....] Cleaning up temporary files... /tmp^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:30 2018: [....] Mounting local filesystems...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:30 2018: [....] Activating swapfile swap...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:30 2018: [....] Cleaning up temporary files...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:30 2018: [....] Setting kernel variables ...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:31 2018: [....] Setting up resolvconf...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:32 2018: [....] Configuring network interfaces...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:33 2018: [....] Cleaning up temporary files...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:33 2018: [....] Setting up ALSA...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:33 2018: [^[[36minfo^[[39;49m] Setting console screen modes.
Tue Aug 14 22:40:33 2018: ^[[9;30]^[[14;30][....] Setting up console font and keymap...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:33 2018: [^[[36minfo^[[39;49m] Loading kernel module lp.
Tue Aug 14 22:40:34 2018: [^[[36minfo^[[39;49m] Loading kernel module ppdev.
Tue Aug 14 22:40:34 2018: [^[[36minfo^[[39;49m] Loading kernel module parport_pc.
Tue Aug 14 22:40:34 2018: [^[[36minfo^[[39;49m] Loading kernel module vboxdrv.
Tue Aug 14 22:40:34 2018: [^[[36minfo^[[39;49m] Loading kernel module fuse.
Tue Aug 14 22:40:34 2018: [^[[36minfo^[[39;49m] Loading kernel module vhba.
Tue Aug 14 22:40:34 2018: [....] Setting sensors limits^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:35 2018: [....] Skip starting firewall: ufw (not enabled)...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0cdone.
Tue Aug 14 22:40:35 2018: [....] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:35 2018: INIT: Entering runlevel: 2
Tue Aug 14 22:40:35 2018: [....] Starting enhanced syslogd: rsyslogd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:35 2018: [....] Starting ACPI services...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:36 2018: [....] Starting anac(h)ronistic cron: anacron^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:36 2018: [....] Starting web server: apache2^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:39 2018: [....] Starting deferred execution scheduler: atd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:39 2018: [....] Starting system message bus: dbus^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:40 2018: [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:41 2018: [....] Enabling additional executable binary formats: binfmt-support^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:46 2018: [....] Starting the Winbind daemon: winbind^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:47 2018: [....] Starting periodic command scheduler: cron^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:47 2018: [....] Starting Common Unix Printing System: cupsd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:49 2018: [....] Starting CUPS Bonjour daemon: cups-browsed^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:49 2018: [....] Starting DirMngr: dirmngr^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:50 2018: [....] Starting mouse interface server: gpm^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:51 2018: [....] Starting SMP IRQ Balancer: irqbalance^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:51 2018: [....] Starting libvirt management daemon: libvirtd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:54 2018: [....] Starting UPnP devices daemon: MiniSSDPd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:54 2018: [....] Starting XSP 4.0 WebServer: mono-xsp4^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:40:54 2018: [....] Starting Music Player Daemon: mpd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:05 2018: [....] Starting network connection manager: NetworkManager^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:06 2018: [....] Starting NetBIOS name server: nmbd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:07 2018: [....] Starting Postfix Mail Transport Agent: postfix^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:11 2018: [....] saned disabled; edit /etc/default/saned^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:11 2018: [....] Starting slim: slim^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:12 2018: [....] Starting SMB/CIFS daemon: smbd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:13 2018: [....] Starting SNMP services::  snmpd[....] Starting OpenBSD Secure Shell server: sshd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:15 2018: [....] Starting SSHGuard Server: sshguard enabling firewall^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:16 2018: [....] Starting TiMidity++ ALSA midi emulation...^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:17 2018: [....] Starting uuid generator: uuidd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:17 2018: [....] Starting FTP server: vsftpd[....] vsftpd failed - probably invalid config. ...^[[?25l^[[?1c^[7^[[1G[^[[33mwarn^[[39;49m^[8^[[?25h^[[?0c ^[[33m(warning).^[[39;49m
Tue Aug 14 22:41:17 2018:  ^[[1m^[[31m*^[[m ERROR: vsftpd failed to start^[[K
Tue Aug 14 22:41:18 2018: [....] Starting internet superserver: xinetd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Tue Aug 14 22:41:18 2018:  ^[[1m^[[32m*^[[m Starting NoIP^[[K ...
Tue Aug 14 22:41:18 2018: ^[[A^[[121C ^[[1m^[[34m[^[[1m^[[32m ok ^[[1m^[[34m]^[[m

i just should fix the messages :
saned disabled; edit /etc/default/saned
Starting FTP server: vsftpd[....] vsftpd failed - probably invalid config.

Because i know my current vsftpd configuration is malformed. and the saned first time i notice that xD.

Offline

Board footer