You are not logged in.
So I loaded systemd, I was able to comment out nearly everything from my /etc/rc.conf file, but I still cannot seem to get teamspeak3-server to run at startup, systemctl status teamspeak3-server gives:
teamspeak3-server.service - LEGACY unit for "teamspeak3-server" rc script
Loaded: loaded (/etc/rc.conf)
Active: active (running) since Thu, 2012-11-01 19:28:35 PDT; 1h 11min ago
Docs: man:arch-daemons(8)
Process: 174 ExecStart=/etc/rc.d/teamspeak3-server start (code=exited, status=0/SUCCESS)
Process: 167 ExecStartPre=/usr/bin/echo WARNING: A legacy rc script is being used. Consider removing this from your DAEMONS array and enabling a native systemd service instead. (code=exited, status=0/SUCCESS)
Main PID: 219 (teamspeak3-serv)
CGroup: name=systemd:/system/teamspeak3-server.service
â 219 /bin/bash /usr/bin/teamspeak3-server logpath=/var/...
â 220 /opt/teamspeak3-server/ts3server_linux_x86 logpath...
Nov 01 19:28:32 amun echo[167]: WARNING: A legacy rc script is being used. ...d.
Nov 01 19:28:35 amun su[186]: (to teamspeak) root on none
Nov 01 19:28:35 amun systemd[1]: Started LEGACY unit for "teamspeak3-server...t.
Nov 01 19:28:35 amun teamspeak3-server[174]: [109B blob data]
I assume if I could get around this I could remove rc.conf and uninstall inscripts from my system?
On boot it passes through everything with green OKs yet it seems to keep processing services after it has allowed me to log in.
Arch Linux 3.0.49-1-lts (tty1)
amun login: [ OK ] Started Shorewall IPV4 firewall
[ OK ] Reached target Multi-User.
[ OK ] Reached target Graphical Interfae.
It refuses to give me a gnome desktop, but I can get one through my VNC, which is primarily how I use the desktop anyway. Any ideas to my 2 problems?
Offline
Based on the output, it looks like teamspeake is running fine... more info needed...
Offline
Based on the output, it looks like teamspeake is running fine... more info needed...
ok if I were to enter systemctl status ssh I get:
sshd.service - OpenSSH Daemon
Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled)
Active: active (running) since Fri, 2012-11-02 10:37:08 PDT; 1h 22min ago
I take the enabled part to mean that systemd is turning it on at start up, not inscripts, however systemctl status teamspeak3-server
teamspeak3-server.service - LEGACY unit for "teamspeak3-server" rc script
Loaded: loaded (/etc/rc.conf)
Active: active (running) since Fri, 2012-11-02 10:37:11 PDT; 3h 56min ago
Docs: man:arch-daemons(8)
Process: 176 ExecStart=/etc/rc.d/teamspeak3-server start (code=exited, status=0/SUCCESS)
Process: 169 ExecStartPre=/usr/bin/echo WARNING: A legacy rc script is being used. Consider removing this from your DAEMONS array and enabling a native systemd service instead. (code=exited, status=0/SUCCESS)
But I cannot find the systemctl enable command for it, yet it keeps saying to enable the native systemd service.
Also I get this from journal:
$ journalctl
-- Logs begin at Thu, 2012-11-01 18:03:18 PDT, end at Fri, 2012-11-02 11:18:57 PDT. --
Nov 01 18:03:18 amun gnome-keyring-daemon[763]: Gkm: using old keyring directory: /home/never/.gnome2/keyrings
Nov 01 18:03:18 amun gnome-keyring-daemon[763]: Gkm: using old keyring directory: /home/never/.gnome2/keyrings
Nov 01 18:03:24 amun pulseaudio[846]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez..service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
Nov 01 18:03:43 amun goa[907]: goa-daemon version 3.6.0 starting [main.c:112, main()]
Nov 01 18:04:35 amun gnome-session[733]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :99.
Nov 01 18:04:35 amun goa[907]: goa-daemon version 3.6.0 exiting [main.c:154, main()]
$ systemctl status dbus-org.bluez.service
dbus-org.bluez.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
[never@amun ~]$ pacman -Qi dbus-org
error: package 'dbus-org' was not found
[never@amun ~]$ pacman -Qi bluez
Name : bluez
Version : 4.101-1
URL : http://www.bluez.org/
Licenses : GPL2
Groups : None
Provides : bluez-libs bluez-utils
Depends On : dbus-core python2 systemd-tools
Optional Deps : gstreamer0.10-base: bluetooth GStreamer support
alsa-lib: Audio bluetooth devices support
dbus-python: to run bluez-simple-agent
pygobject: to run bluez-simple-agent
libusb-compat: USB adapters support
cups: CUPS backend
Required By : gvfs-obexftp obexd-client openobex
Conflicts With : bluez-libs bluez-utils
Replaces : bluez-libs bluez-utils
Installed Size : 3268.00 KiB
Packager : Tom Gundersen <teg@jklm.no>
Architecture : i686
Build Date : Sat 23 Jun 2012 04:01:54 AM PDT
Install Date : Mon 24 Sep 2012 01:43:59 PM PDT
Install Reason : Installed as a dependency for another package
Install Script : No
Description : Libraries and tools for the Bluetooth protocol stack
So this is part of some bluetooth? This system doesn't have the ability to bluetooth. Is there anyway I can get rid of this? Is this part of the reasonI can't get a gnome desktop outside of a VNC session?
Offline