[SOLVED] Netcfg.service always failing.

Hello,
Since systemd got pushed down with an update I decided to jump the ship (even though roughly a week ago I tried it and decided to wait a while, the irony ) With the help of my previous topic and the knowledge that e4rat does work with systemd, I got everything working and it's working faster than ever too. Win/win if you ask me.
There's only one issue: the netcfg.service that I have enabled with systemctl enable netcfg.service always fail on boot and I have to manually connect later. I don't know why it fails, so I hope you can help me tracking the issue.
This is the output of systemctl status netcfg.service right after booting:
┌─[jente @ lappy ~] 19:39:30
└─■ systemctl status netcfg.service
netcfg.service - Netcfg multi-profile daemon
Loaded: loaded (/usr/lib/systemd/system/netcfg.service; enabled)
Active: failed (Result: exit-code) since Fri, 31 Aug 2012 19:35:04 +0200; 4min 27s ago
Process: 253 ExecStart=/usr/bin/netcfg-daemon start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/netcfg.service
And here's systemctl --failed list-units:
┌─[jente @ lappy ~] 19:39:32
└─■ systemctl --failed list-units
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
netcfg.service loaded failed failed Netcfg multi-profile daemon
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
JOB = Pending job for the unit.
1 units listed. Pass --all to see inactive units, too.
And here's the journal output:
----- Reboot -----
Aug 31 19:35:04 lappy netcfg-daemon[253]: :: [ESSID] up interface wlan0 does not exist
Aug 31 19:35:04 lappy netcfg-daemon[253]: [fail]
I don't think it's any netcfg configuration file, because it did work with SysV and the net-profiles daemon.
Last edited by Unia (2012-10-31 14:20:21)

I use a custom "network.service" as I have a static ip on my wireless lan (oh, and I chucked in the hdparm stuff because after suspend I found the disk had lost those settings, so don't copy that line). Based on this wiki section.
$ cat /etc/systemd/system/network.service
[Unit]
Description=Network Connectivity
Wants=network.target
Before=network.target
After=sys-devices-pci0000:00-0000:00:1c.1-0000:02:00.0-bcma0:0-net-wlan0.device
BindTo=sys-devices-pci0000:00-0000:00:1c.1-0000:02:00.0-bcma0:0-net-wlan0.device
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=/etc/conf.d/network
ExecStart=/sbin/hdparm --yes-i-know-what-i-am-doing -m 16 -S0 -B255 /dev/sda
ExecStart=/usr/sbin/wpa_supplicant -B -i ${interface} -c /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
ExecStart=/sbin/ip link set dev ${interface} up
ExecStart=/sbin/ip addr add ${address}/${netmask} broadcast ${broadcast} dev ${interface}
ExecStart=/sbin/ip route add default via ${gateway}
ExecStop=/sbin/ip addr flush dev ${interface}
ExecStop=/sbin/ip link set dev ${interface} down
ExecStop=/usr/bin/killall wpa_supplicant
[Install]
WantedBy=multi-user.target

Similar Messages

  • [SOLVED] Netcfg.service not starting with systemd

    I have net-auto-wireless.service enabled and working, but when I try to start netcfg.service, it gives the error:
    Job for netcfg.service failed. See 'systemctl status netcfg.service' and 'journalctl' for details.
    "systemctl status netcfg.service" gives me:
    netcfg.service - Netcfg multi-profile daemon
    Loaded: loaded (/usr/lib/systemd/system/netcfg.service; enabled)
    Active: failed (Result: exit-code) since Thu, 04 Oct 2012 13:43:05 -0400; 5min ago
    Main PID: 1510 (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/netcfg.service
    Oct 04 13:43:05 arch systemd[1]: Starting Netcfg multi-profile daemon...
    Oct 04 13:43:05 arch netcfg-daemon[1510]: No recorded netcfg state to restore
    Oct 04 13:43:05 arch systemd[1]: Failed to start Netcfg multi-profile daemon.
    And the output of "journalctl" is:
    Oct 04 13:43:05 arch netcfg-daemon[1510]: No recorded netcfg state to restore
    Oct 04 13:43:05 arch systemd[1]: netcfg.service: main process exited, code=...=1
    Oct 04 13:43:05 arch systemd[1]: Unit netcfg.service entered failed state.
    Am I missing something in setting it up?  I followed the netcfg wiki as closely as I could.
    Last edited by mellowmaroon (2012-10-04 18:46:16)

    Good call, I changed it from "last", to the profile I use in /etc/network.d that net-auto-wireless autoconnects to.  It failed for a different reason after changing the NETWORKS in /etc/conf.d/netcfg, because net-auto-wireless was still running.
    But it works now, thanks for the help!
    I wanted to use netcfg instead of net-auto-wireless because I was unable to find a suitable way to connect to available networks that is non-graphical, and I felt like giving netcfg a try and seeing if it's any easier than running "systemctl restart net-auto-wireless.service" every time I want to reconnect.
    Although my question for this thread is solved, is there any way to have netcfg autoconnect to profiles once I am within range?

  • Systemd switchover - pyload.service always fails

    I have finally moved my home server over to systemd (last night) and spent today enabling all relevant daemons and services and rebooting.
    I'm now faced with a number of issues, including a slowdown of the system and SSH login (gone from 1-2 seconds login to ~15 seconds to login)
    I will created separate threads for each issue / service.
    pyload.service always fails to start
    I have re-run the setup using pyLoadCore -s and everything goes smoothly, I am even able to access the web interface. However, when I exit out of terminal the service stops, so I try to load it using systemctl and it does the same as with my httpd.service issue - it begins, works for a few seconds/minute and then fails. During this small timeframe everything works fine before it fails.
    It is beginning to look like there is some issue with systemctl not letting specific services to fully load, or something (I don't know lol)

    kaipee wrote:Because I spent about 10 hours doing a full system switchover and cleaning up the mess including around 20 pacnew files. I thought it would have been easy to ask someone for a bit of help looking at something with a fresh set of eyes what with it being a 'support' forum and all.
    While I can empathize with the ammount of work you may have had to do, this forum is not here for questions users could easily answer on their own except they are just to tired/lazy to do so.  You expect someone else to do the leg work for you when you are unwilling?
    Again, I can empathize with being tired.  But if you are tired, have a beer and a good night's sleep and come back to working on your system with your own fresh set of eyes.  You are right that this can be a support forum - but it is not a servant forum.
    If/when you have done your own work and still face challenges, we are here to help.  But most here also prefer to help by guiding a user in finding their own answers rather than giving them an answer they don't understand - the whole "teach a man to fish..."
    So don't ask for fish-hand-outs.  Come with rod in hand asking where to cast.

  • Images pushed to a mac using OS X Server's netboot service always failes

    Hello, and thank you for taking the time to read this post. My organization reworks/upgrades many Macintosh computers so we have setup the Netboot Service to push out net install images. I can create a disk image for the client's computer, compress and scan for restore, use the System Imaging Utility to prep it for the netboot service, and enable it in the Netboot imaging pane. This works without a problem. When I try to push the image out to the target computer the checksum always fails. I've tried not scanning for restore, checking the checksum in disk utility, repartitioning the drive, and several other possible problems but I can't get rid of the checksum error. All the computers I am working with are PPC Macs. Does anyone have any suggestions as to what may be causing this? If you need any information just ask.
      Mac OS X (10.4.8)  

    I was trying to use a compressed disk image with the "verify destination after installing" checkbox set in System Image Utility. As soon as I used an image that was not compressed it worked.

  • [SOLVED] Netcfg@.service very slow...

    Hi!
    I was wondering why is [email protected] taking so long to load:
    systemd-analyze blame
    4206ms [email protected]
    2220ms psd.service
    685ms systemd-tmpfiles-setup.service
    626ms systemd-vconsole-setup.service
    252ms systemd-udevd.service
    169ms systemd-remount-fs.service
    65ms systemd-logind.service
    35ms var-log.mount
    29ms systemd-sysctl.service
    22ms systemd-udev-trigger.service
    12ms tmp.mount
    5ms systemd-user-sessions.service
    1ms sys-fs-fuse-connections.mount
    I managed to get rid of consolekit, and i use a psd.timer that makes psd start 20sec from startup. So netcfg is the only thing is slowing my boot process.
    The strangest thing is that networkmanager.service takes only 0.7s to load, and it seems very weird to me that network manager is faster then netcfg.
    Here it is my "mynetwork" setup:
    CONNECTION='wireless'
    DESCRIPTION='A simple WPA encrypted wireless connection'
    INTERFACE='wlan0'
    SECURITY='wpa'
    ESSID='my ESSID'
    ## Uncomment if the supplied ESSID is hexadecimal
    #ESSID_TYPE='hex'
    KEY='********************'
    IP='dhcp'
    # Uncomment this if your ssid is hidden
    #HIDDEN=yes
    I run
    systemctl enable [email protected]
    Network is working, so it's not a bug somewhere in netcfg, it is only SLOW. Really slow.
    Thanks for any help!
    Last edited by nierro (2012-09-03 15:46:28)

    Is 4.2secs really slow?  I think it may just be kind of nitpicking since with systemd's parallelization it definitely would not boot four seconds faster if you did not enable it.
    Oh i know...but networkmanager was really faster...is there a reason?
    EDIT: with networkmanager, the overall
    systemd-analyze
    was 10s, while now is
    systemd-analyze
    Startup finished in 6769ms (kernel) + 7293ms (userspace) = 14063ms
    Last edited by nierro (2012-09-03 15:19:40)

  • [solved] shadow.service load fail Verify integrity password&group file

    My system Arch with KDE 5 boot OK but in log I have: "shadow.service loaded failed failed Verify integrity of password and group files"
    I make upgrade KDE 4 to next 5. I now not have installed package kdebase-workspace with KDM.
    KDE start with edit boot file ~/.xinitrc - in Pantheon desktop environment https://wiki.archlinux.org/index.php/Pantheon
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    gsettings-data-convert &
    xdg-user-dirs-gtk-update &
    /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
    /usr/lib/gnome-settings-daemon/gnome-settings-daemon &
    /usr/lib/gnome-user-share/gnome-user-share &
    eval $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
    export GNOME_KEYRING_CONTROL GNOME_KEYRING_PID GPG_AGENT_INFO SSH_AUTH_SOCK
    ########## exec dbus-launch gala &
    # exec cerbere
    # start kde 5
    exec startkde
    [root@arch-linux ~]# systemctl status shadow.service
    ● shadow.service - Verify integrity of password and group files
    Loaded: loaded (/usr/lib/systemd/system/shadow.service; static; vendor preset: disabled)
    Active: failed (Result: exit-code) since śro 2015-05-27 07:55:12 CEST; 4min 41s ago
    Process: 285 ExecStart=/usr/bin/pwck -r (code=exited, status=2)
    Main PID: 285 (code=exited, status=2)
    maj 27 07:55:11 arch-linux systemd[1]: Starting Verify integrity of password and group files...
    maj 27 07:55:12 arch-linux pwck[285]: user 'kdm': directory '/var/lib/kdm' does not exist
    maj 27 07:55:12 arch-linux pwck[285]: pwck: bez zmian
    maj 27 07:55:12 arch-linux systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    maj 27 07:55:12 arch-linux systemd[1]: Failed to start Verify integrity of password and group files.
    maj 27 07:55:12 arch-linux systemd[1]: Unit shadow.service entered failed state.
    maj 27 07:55:12 arch-linux systemd[1]: shadow.service failed.
    [root@arch-linux ~]# systemctl --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    ● shadow.service loaded failed failed Verify integrity of password and group files
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    Last edited by hackintosh1984pl (2015-05-27 19:18:57)

    I help me this information https://bbs.archlinux.org/viewtopic.php?id=193624
    Remove line with "kdm" in file:  /etc/passwd and reboot and OK is now:
    [root@arch-linux ~]# systemctl --failed
    0 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    I make also backup:  cp  /etc/passwd /etc/passwd.backup

  • [Solved] Netcfg switches between interfaces

    Hello,
    I switched to netcfg, to get a pure systemd install.
    How ever, sometimes the netcfg can't bring up the interface even though it used that interface before.
    It's like netcfg are switching between what interface it can use. Sometimes it's eth0 other times eth1.
    So when I boot and don't have any network connection, I change the config files to use the other interface (ex. eth1) and netcfg can connect.
    How can this be?
    configs:
    /etc/network.d/mynetwork
    CONNECTION='ethernet'
    DESCRIPTION='A basic static ethernet connection using iproute'
    INTERFACE='eth1'
    IP='static'
    ADDR='192.168.1.3'
    #ROUTES=('192.168.0.0/24 via 192.168.1.2')
    GATEWAY='192.168.1.1'
    DNS=('dns1', 'dns2)
    ## For IPv6 autoconfiguration
    #IP6=stateless
    ## For IPv6 static address configuration
    #IP6='static'
    #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
    #ROUTES6=('abcd::1234')
    #GATEWAY6='1234:0:123::abcd'
    /etc/conf.d/netcfg
    # Enable these netcfg profiles at boot time.
    # - prefix an entry with a '@' to background its startup
    # - set to 'last' to restore the profiles running at the last shutdown
    # - set to 'menu' to present a menu (requires the dialog package)
    # Network profiles are found in /etc/network.d
    NETWORKS=(mynetwork)
    # Specify the name of your wired interface for net-auto-wired
    WIRED_INTERFACE="eth1"
    # Specify the name of your wireless interface for net-auto-wireless
    #WIRELESS_INTERFACE="wlan0"
    # Array of profiles that may be started by net-auto-wireless.
    # When not specified, all wireless profiles are considered.
    #AUTO_PROFILES=("profile1" "profile2")
    Last edited by KLIM (2012-12-06 14:22:23)

    Did you checked for netcfg.service is enabled (systemd) ?
    BTW, I see a missing single quote on DNS line : DNS=('dns1', 'dns2)
    You may check these forum posts :
    "[SOLVED] Netcfg.service always failing." @ https://bbs.archlinux.org/viewtopic.php?id=148079
    "Systemd and Netcfg" @ https://bbs.archlinux.org/viewtopic.php?id=151662
    "netcfg/systemd not bringing up eth0 (static profile)" @ https://bbs.archlinux.org/viewtopic.php?id=147300
    "[SOLVED] netcfg fails at boot" @ https://bbs.archlinux.org/viewtopic.php?pid=1200518
    And this wiki entry about netcfg @ https://wiki.archlinux.org/index.php/Netcfg

  • [Solved] netcfg Network Unavailable.

    Hi,
    When trying to connect to a wireless network with netcfg it always fails with 'Network Unavailable'. Everything used to work with network-manager under Gnome.  Lsmod says the iwl3945 module is loaded and iwconfig says;
    wlan0 IEEE 802.11g ESSID:"@Home94004"
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=27 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    iwlist doesn't give any scan results but the XP laptop 10cm away can find the network. Network-manager also used to find the network.
    this is my profile;
    CONNECTION="wireless"
    INTERFACE=wlan0
    SCAN="yes"
    SECURITY="wpa"
    ESSID="@Home94004"
    KEY="*********"
    IP="dhcp"
    TIMEOUT=30
    I'd appreciate some pointers on what to check next.
    Thanks.
    Last edited by captainm (2008-08-18 18:53:18)

    Is this a new problem?  If so, look through these threads:
    http://bbs.archlinux.org/viewtopic.php?id=53654
    http://bbs.archlinux.org/viewtopic.php?id=53565

  • [SOLVED] sshd.service won't wait for interface/netcfg at boot

    Problem summary:
    I have a home server that is configured with a static ip configured using netcfg and ifplugd. In the 'unit' section of sshd.service file I have 'After=sys-subsystem-net-devices-eno1.device' meant to let the service wait before the device is up. Ever since upgrading to systemd however at boot  the sshd.service enters failed state. Only after manually issuing 'systemctl start sshd.service' the service will run and I can connect to it from another machine. I  tried adding 'net-auto-wired.service' to the 'After' line but the result is the same.
    /etc/conf.d/netcfg:
    NETWORKS=(myethernet)
    WIRED_INTERFACE="eno1"
    /etc/network.d/myethernet:
    CONNECTION="ethernet"
    DESCRIPTION="A basic static ethernet connection using iproute"
    INTERFACE="eno1"
    IP="static"
    ADDR="192.168.1.5"
    GATEWAY="192.168.1.254"
    DNS=("83.98.255.11")
    /etc/systemd/system/sshd.service:
    [Unit]
    Description=OpenSSH Daemon
    Wants=sshdgenkeys.service
    #After=net-auto-wired.service sys-subsystem-net-devices-eno1.device
    After=sys-subsystem-net-devices-eno1.device
    [Service]
    ExecStart=/usr/sbin/sshd -D
    ExecReload=/bin/kill -HUP $MAINPID
    KillMode=process
    Restart=always
    [Install]
    WantedBy=multi-user.target
    output of 'systemctl status sshd.service'  after boot:
    sshd.service - OpenSSH Daemon
    Loaded: loaded (/etc/systemd/system/sshd.service; enabled)
    Active: failed (Result: start-limit) since Sat 2013-03-09 22:09:38 CET; 3min 28s ago
    Process: 405 ExecStart=/usr/sbin/sshd -D (code=exited, status=255)
    Mar 09 22:09:38 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:38 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:38 arch-server systemd[1]: Stopping OpenSSH Daemon...
    Mar 09 22:09:38 arch-server systemd[1]: Starting OpenSSH Daemon...
    Mar 09 22:09:38 arch-server systemd[1]: sshd.service start request repeated too quickly, refusing to start.
    Mar 09 22:09:38 arch-server systemd[1]: Failed to start OpenSSH Daemon.
    Mar 09 22:09:38 arch-server systemd[1]: Unit sshd.service entered failed state
    output of 'journalctl -b | grep sshd'
    Mar 09 22:09:36 arch-server sshd[342]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:09:36 arch-server sshd[342]: error: Bind to port 22 on 192.168.1.5 failed: Cannot assign requested address.
    Mar 09 22:09:36 arch-server sshd[342]: fatal: Cannot bind any address.
    Mar 09 22:09:36 arch-server systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
    Mar 09 22:09:36 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:36 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:36 arch-server sshd[384]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:09:36 arch-server sshd[384]: error: Bind to port 22 on 192.168.1.5 failed: Cannot assign requested address.
    Mar 09 22:09:36 arch-server sshd[384]: fatal: Cannot bind any address.
    Mar 09 22:09:36 arch-server systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
    Mar 09 22:09:36 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:36 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:36 arch-server systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
    Mar 09 22:09:36 arch-server sshd[390]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:09:36 arch-server sshd[390]: error: Bind to port 22 on 192.168.1.5 failed: Cannot assign requested address.
    Mar 09 22:09:36 arch-server sshd[390]: fatal: Cannot bind any address.
    Mar 09 22:09:37 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:37 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:37 arch-server sshd[393]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:09:37 arch-server sshd[393]: error: Bind to port 22 on 192.168.1.5 failed: Cannot assign requested address.
    Mar 09 22:09:37 arch-server sshd[393]: fatal: Cannot bind any address.
    Mar 09 22:09:37 arch-server systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
    Mar 09 22:09:37 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:37 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:37 arch-server sshd[395]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:09:37 arch-server sshd[395]: error: Bind to port 22 on 192.168.1.5 failed: Cannot assign requested address.
    Mar 09 22:09:37 arch-server sshd[395]: fatal: Cannot bind any address.
    Mar 09 22:09:37 arch-server systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
    Mar 09 22:09:37 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:37 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:37 arch-server sshd[405]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:09:37 arch-server sshd[405]: error: Bind to port 22 on 192.168.1.5 failed: Cannot assign requested address.
    Mar 09 22:09:37 arch-server sshd[405]: fatal: Cannot bind any address.
    Mar 09 22:09:37 arch-server systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
    Mar 09 22:09:38 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:09:38 arch-server systemd[1]: sshd.service holdoff time over, scheduling restart.
    Mar 09 22:09:38 arch-server systemd[1]: sshd.service start request repeated too quickly, refusing to start.
    Mar 09 22:09:38 arch-server systemd[1]: Unit sshd.service entered failed state
    Mar 09 22:13:19 arch-server sshd[597]: Set /proc/self/oom_score_adj from 0 to -1000
    Mar 09 22:13:19 arch-server sshd[597]: Server listening on 192.168.1.5 port 22.
    Mar 09 22:13:58 arch-server sshd[603]: Set /proc/self/oom_score_adj to 0
    output of 'ip link':
    eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.5 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 (...) prefixlen 64 scopeid 0x20<link>
    ether (...) txqueuelen 1000 (Ethernet)
    RX packets 2399 bytes 176947 (172.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 846 bytes 112345 (109.7 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 45 base 0x4000
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
    output of 'systemctl' after issuing 'systemctl start sshd.service' :
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1b.0/sound/card0
    sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-eno1.device loaded active plugged /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/net/eno1
    sys-devices-pci0000:00-0000:00:1c.1-0000:02:00.0-net-wlp2s0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/wlp2s0
    sys-devices-pci0000:00-0000:...d5:1.0-host6-target6:0:0-6:0:0:0-block-sdc-sdc1.device loaded active plugged U3_Cruzer_Micro
    sys-devices-pci0000:00-0000:...d5:1.0-host6-target6:0:0-6:0:0:0-block-sdc-sdc2.device loaded active plugged U3_Cruzer_Micro
    sys-devices-pci0000:00-0000:...-1\x2d5:1.0-host6-target6:0:0-6:0:0:0-block-sdc.device loaded active plugged U3_Cruzer_Micro
    sys-devices-pci0000:00-0000:00:1f.2-host2-target2:0:0-2:0:0:0-block-sda-sda1.device loaded active plugged FUJITSU_MJA2320BH_G2
    sys-devices-pci0000:00-0000:00:1f.2-host2-target2:0:0-2:0:0:0-block-sda-sda2.device loaded active plugged FUJITSU_MJA2320BH_G2
    sys-devices-pci0000:00-0000:00:1f.2-host2-target2:0:0-2:0:0:0-block-sda-sda3.device loaded active plugged FUJITSU_MJA2320BH_G2
    sys-devices-pci0000:00-0000:00:1f.2-host2-target2:0:0-2:0:0:0-block-sda.device loaded active plugged FUJITSU_MJA2320BH_G2
    sys-devices-pci0000:00-0000:00:1f.2-host4-target4:0:0-4:0:0:0-block-sdb-sdb1.device loaded active plugged FUJITSU_MJA2320BH_G2
    sys-devices-pci0000:00-0000:00:1f.2-host4-target4:0:0-4:0:0:0-block-sdb.device loaded active plugged FUJITSU_MJA2320BH_G2
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-pnp0-00:03-tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:03/tty/ttyS0
    sys-devices-pnp0-00:04-tty-ttyS1.device loaded active plugged /sys/devices/pnp0/00:04/tty/ttyS1
    sys-devices-virtual-block-dm\x2d0.device loaded active plugged /sys/devices/virtual/block/dm-0
    sys-devices-virtual-block-dm\x2d1.device loaded active plugged /sys/devices/virtual/block/dm-1
    sys-devices-virtual-block-dm\x2d2.device loaded active plugged /sys/devices/virtual/block/dm-2
    sys-subsystem-net-devices-eno1.device loaded active plugged /sys/subsystem/net/devices/eno1
    sys-subsystem-net-devices-wlp2s0.device loaded active plugged /sys/subsystem/net/devices/wlp2s0
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    media-usbhd\x2dsdc1.mount loaded active mounted /media/usbhd-sdc1
    media-usbhd\x2dsdc2.mount loaded active mounted /media/usbhd-sdc2
    mnt-backup.mount loaded active mounted /mnt/backup
    mnt-data.mount loaded active mounted /mnt/data
    srv.mount loaded active mounted /srv
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted /tmp
    var.mount loaded active mounted /var
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    dbus.service loaded active running D-Bus System Message Bus
    dcron.service loaded active running Periodic Command Scheduler
    [email protected] loaded active running Getty on tty1
    httpd.service loaded active running Apache Web Server
    iptables.service loaded active exited Packet Filtering Framework
    mysqld.service loaded active running MySQL database server
    net-auto-wired.service loaded active running Provides automatic netcfg wired connection
    ntpd.service loaded active running Network Time Service
    rc-local.service loaded active exited /etc/rc.local Compatibility
    rtorrent.service loaded active running rTorrent Service
    sshd.service loaded active running OpenSSH Daemon
    sshguard.service loaded active running Block hacking attempts
    systemd-cryptsetup@luks_backup.service loaded active exited Cryptography Setup for luks_backup
    systemd-cryptsetup@luks_data.service loaded active exited Cryptography Setup for luks_data
    systemd-cryptsetup@luks_swap.service loaded active exited Cryptography Setup for luks_swap
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-modules-load.service loaded active exited Load Kernel Modules
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    dbus.socket loaded active running D-Bus System Message Bus Socket
    dmeventd.socket loaded active listening Device-mapper event daemon FIFOs
    lvmetad.socket loaded active listening LVM2 metadata daemon socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    Last edited by rwd (2013-03-10 08:32:59)

    WonderWoofy wrote:Does enabling the socket work? Sshd with systemd has socket activation, which is awesome.
    Nice, this solves it indeed. thanks!
    For anyone with the same problem it was just a matter of:
    # systemctl disable sshd.service
    # systemctl enable sshd.socket
    see https://wiki.archlinux.org/index.php/Se … shd_daemon
    Last edited by rwd (2013-03-10 09:08:43)

  • [SOLVED]sensord.service fails to start

    Hi there!
    I made a clean Arch install a couple of days ago and I've had problems trying to get sensord to work apropriately. I've went through the troubleshooting of this particular service and googled a lot the last couple of days about this topic but I found nothing really useful (or nothing that I could really understand. Maybe my search terms are not so effective ).
    # systemctl status sensord -l
    [sudo] password for daniel:
    ● sensord.service - Log hardware monitoring data
    Loaded: loaded (/usr/lib/systemd/system/sensord.service; enabled)
    Active: failed (Result: exit-code) since mié 2014-09-03 09:14:04 CLT; 7min ago
    Process: 4231 ExecStart=/usr/sbin/sensord -i $INTERVAL -l $LOG_INTERVAL -f daemon (code=exited, status=127)
    sep 03 09:14:04 Ophiel sensord[4231]: /usr/sbin/sensord: error while loading shared libraries: librrd.so.4: cannot open shared object file: No such file or directory
    sep 03 09:14:04 Ophiel systemd[1]: sensord.service: control process exited, code=exited status=127
    sep 03 09:14:04 Ophiel systemd[1]: Failed to start Log hardware monitoring data.
    sep 03 09:14:04 Ophiel systemd[1]: Unit sensord.service entered failed state.
    This is just a minor annoyance. My system performs great and I have no issues with it. It just annoys the heck out of me to see a service failing in my start up screen.
    I don't know if hardware specs or other logs are useful. But if you need more info, just let me know
    Thanks in advance.
    Last edited by Silex89 (2014-09-03 14:16:15)

    Silex89 wrote:My system performs great and I have no issues with it
    Hmmm ...
    Silex89 wrote:This thread is SOLVED.
    Really ? Maybe there are services working but unrequested, have a look here:
    https://bbs.archlinux.org/viewtopic.php?id=186244
    I thought, that you explicitly installed sensord. Do you need a round robin database to visualize graphically your measured values in Nagios e.g. ?
    Last edited by midixinga (2014-09-03 18:06:06)

  • HT4623 i have done update my IOS, but is not activate yet... i have had try so many time but always fail..i dunno what method supposed i do..please help me to solve this prob. tq

    i have done update my IOS, but is not activate yet... i have had try so many time but always fail..i dunno what method supposed i do..please help me to solve this prob. tq

    You can't if your iPhone was hacked/jailbroken to unlock.

  • [solved] netcfg fails only on reconnect

    Hi there,
    I am running system.d and I am able to start netcfg once. Netcfg reconnect fails, as well as attempting to connect a second time when e.g. network was not available on first attempt. Normally I start netcfg on boot, and if it fails I am not able to try a connection manually. Basically it means I have only one try to connect to a wireless network before reboot.
    I first thought it might be related to https://bbs.archlinux.org/viewtopic.php?id=151662 but I could not help myself.
    Here is the output when netcfg is disabled in systemd.
    ᐅ sudo netcfg mynetwork
    [sudo] password for kodiak:
    :: mynetwork up [DONE]
    sudo netcfg down mynetwork
    :: mynetwork down [DONE]
    ᐅ sudo netcfg mynetwork
    :: mynetwork up [BUSY]
    ctrl_iface exists and seems to be in use - cannot override it
    Delete '/var/run/wpa_supplicant/wlan0' manually if it is not used anymore
    Failed to initialize control interface 'DIR=/var/run/wpa_supplicant GROUP=users'.
    You may have another wpa_supplicant process already running or the file was
    left by an unclean termination of wpa_supplicant in which case you will need
    to manually remove this file before starting wpa_supplicant again.
    > wpa_supplicant did not start, possible configuration error
    [FAIL]
    ᐅ sudo rm /var/run/wpa_supplicant/wlan0
    ᐅ sudo netcfg mynetwork
    :: mynetwork up [BUSY]
    > WPA Authentication/Association Failed
    Configuration:
    ᐅ cat /etc/network.d/mynetwork
    CONNECTION='wireless'
    DESCRIPTION='A wpa_supplicant configuration based wireless connection'
    INTERFACE='wlan0'
    SECURITY='wpa-config'
    WPA_CONF='/etc/wpa_supplicant.conf'
    IP='dhcp'
    # Uncomment this if your ssid is hidden
    #HIDDEN=yes
    ᐅ cat /etc/wpa_supplicant.conf
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=users
    network={
    ssid="WLAN1"
    psk="PASSWD"
    network={
    ssid="WLAN2"
    psk=PASSWD
    network={
    ssid="WLAN3"
    psk="PASSWD"
    ᐅ yaourt -Ss netcfg
    core/netcfg 3.0-1 (base) [installed]
    ᐅ lsmod
    Module Size Used by
    fuse 60479 2
    btusb 10369 0
    gspca_sn9c20x 25911 0
    gspca_main 18645 1 gspca_sn9c20x
    videodev 79257 2 gspca_sn9c20x,gspca_main
    bluetooth 168947 2 btusb
    crc16 1092 1 bluetooth
    iTCO_wdt 4316 0
    iTCO_vendor_support 1546 1 iTCO_wdt
    media 8546 1 videodev
    radeon 788285 2
    arc4 1604 2
    thinkpad_acpi 54674 0
    ttm 46988 1 radeon
    iwl3945 47929 0
    drm_kms_helper 28942 1 radeon
    iwlegacy 41403 1 iwl3945
    drm 180117 4 ttm,drm_kms_helper,radeon
    mac80211 367308 2 iwl3945,iwlegacy
    cfg80211 153457 3 iwl3945,iwlegacy,mac80211
    snd_hda_codec_analog 62229 1
    lpc_ich 9214 0
    nvram 4795 1 thinkpad_acpi
    i2c_algo_bit 4584 1 radeon
    tpm_tis 7155 0
    coretemp 4959 0
    joydev 7696 0
    kvm_intel 117536 0
    snd_hda_intel 22257 2
    acpi_cpufreq 5142 1
    mperf 1024 1 acpi_cpufreq
    rfkill 12569 4 cfg80211,thinkpad_acpi,bluetooth
    pcmcia 31186 0
    tpm 11958 1 tpm_tis
    tg3 126080 0
    snd_hda_codec 83678 2 snd_hda_intel,snd_hda_codec_analog
    snd_hwdep 4843 1 snd_hda_codec
    snd_pcm 61958 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5902 2 snd_pcm,snd_hda_intel
    snd_timer 14903 1 snd_pcm
    intel_agp 8593 0
    tpm_bios 4262 1 tpm
    psmouse 71891 0
    intel_gtt 12212 1 intel_agp
    agpgart 21936 4 drm,ttm,intel_agp,intel_gtt
    i2c_i801 8464 0
    snd 45098 11 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_hda_codec_analog
    battery 5214 0
    kvm 324233 1 kvm_intel
    soundcore 4379 1 snd
    ac 1893 0
    video 9885 0
    serio_raw 3714 0
    processor 24040 3 acpi_cpufreq
    thermal 6660 0
    button 3711 0
    libphy 17294 1 tg3
    yenta_socket 18841 0
    pcmcia_rsrc 8809 1 yenta_socket
    i2c_core 16944 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon,videodev
    evdev 7663 14
    pcmcia_core 10242 3 pcmcia,pcmcia_rsrc,yenta_socket
    pcspkr 1456 0
    microcode 8922 0
    vboxdrv 222106 0
    btrfs 705337 1
    crc32c 1277 1
    libcrc32c 715 1 btrfs
    zlib_deflate 18101 1 btrfs
    sr_mod 13149 0
    sd_mod 27312 2
    cdrom 30345 1 sr_mod
    ata_generic 2435 0
    pata_acpi 2400 0
    uhci_hcd 19841 0
    ata_piix 19705 1
    libata 146129 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 113073 3 libata,sd_mod,sr_mod
    sdhci_pci 8878 0
    sdhci 20459 1 sdhci_pci
    tifm_7xx1 3575 0
    mmc_core 73455 2 sdhci,sdhci_pci
    firewire_ohci 27535 0
    tifm_core 3890 1 tifm_7xx1
    firewire_core 45541 1 firewire_ohci
    crc_itu_t 1096 1 firewire_core
    ehci_hcd 36685 0
    usbcore 126796 5 gspca_sn9c20x,btusb,uhci_hcd,ehci_hcd,gspca_main
    usb_common 623 1 usbcore
    ᐅ cat /usr/lib/systemd/system/netcfg.service
    [Unit]
    Description=Netcfg multi-profile daemon
    Before=network.target
    Wants=network.target
    After=sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlan0.device
    BindTo=sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlan0.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/usr/bin/netcfg-daemon start
    ExecStop=/usr/bin/netcfg-daemon stop
    KillMode=none
    [Install]
    WantedBy=multi-user.target
    ᐅ 0.status net-auto-wireless
    net-auto-wireless.service - Provides automatic netcfg wireless connection
    Loaded: loaded (/usr/lib/systemd/system/net-auto-wireless.service; disabled)
    Active: inactive (dead)
    CGroup: name=systemd:/system/net-auto-wireless.service
    ᐅ 0.status net-auto-wired
    net-auto-wired.service - Provides automatic netcfg wired connection
    Loaded: loaded (/usr/lib/systemd/system/net-auto-wired.service; disabled)
    Active: inactive (dead)
    CGroup: name=systemd:/system/net-auto-wired.service
    I noticed that behaviour after I switched over to systemd, with initscripts it did run fine.
    Last edited by kodiak (2013-01-05 16:29:39)

    Ok, finaly I got it working - first time with systemd. Things I changed:
    1. in wpa_supplicant.conf I updated from '/var/run' to '/run' and added 'fast_reauth=1' and 'ap_scan=1'
    2. in my networkprofile I added 'TIMEOUT=10' and 'DHCP_TIMEOUT=20'
    3. finally I enabled dhcpcd: I think this one actually did it. It was never was in the array of rc.conf though

  • Im trying to install new version of itunes in my macbook but its always failed .i can download but cannot install says to contact with software manufacturer assistance....please solve my problem because of this i couldnt connect my iphone to my mac.....

    im trying to install new version of itunes in my macbook but always failed.i can download it but failed to install and always says to contact with software manufacturer for assistance...please heblp me i couldn’t connect my iphone to iktunes..please coz in my mac their is old version of i tunes.....

    Welcome to the Apple Support Communities
    See if your computer is supported > http://support.apple.com/kb/sp575 Buy Snow Leopard > http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard Then, make a backup, insert the DVD and upgrade. Finally, go to  > Software Update and update to the latest version.
    If your computer is compatible, you can use Mountain Lion. Open App Store and purchase Mountain Lion. Check if your programs are supported > http://www.roaringapps.com

  • [SOLVED] systemd : services failing to start on boot

    I have removed sysvinit completely as per the systemd wiki pages.
    I don't usually re-boot very often so I'm not sure exactly when the problem started.
    I only noticed this problem about 4 or 5 days ago.
    But now whenever I reboot my machine 2 services fail consistently.
    adsl.service
    colord.service
    They both start flawlessly once I can log in at a console.
    I'm using kde and in the last couple of days, while trying to fix my problem, the kdm service has failed to start a couple of times too - saying there is no X server.
    Before switching to systemd I never had any of these problems using the old rc.conf method. My DAEMONS array had the adsl service start after the network service.
    I need some help and advice to find out what is causing the problem and how to fix it.
    Last edited by bhrgunatha (2012-10-25 05:44:22)

    Thanks. That seems plausible. So I've been snooping at the journal.
    journalctl -ab
    Oct 25 17:06:13 starch systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Oct 25 17:06:14 starch systemd[1]: Started Recreate Volatile Files and Directories.
    Oct 25 17:06:14 starch systemd[1]: Starting System Initialization.
    Oct 25 17:06:14 starch systemd[1]: Reached target System Initialization.
    Oct 25 17:06:14 starch systemd[1]: Starting CUPS Printing Service Sockets.
    Oct 25 17:06:14 starch systemd[1]: Listening on CUPS Printing Service Sockets.
    Oct 25 17:06:14 starch systemd[1]: Starting Console System Startup Logging...
    Oct 25 17:06:14 starch systemd[1]: Starting Restore Sound Card State...
    Oct 25 17:06:14 starch systemd[1]: Starting CUPS Printer Service Spool.
    Oct 25 17:06:14 starch systemd[1]: Started CUPS Printer Service Spool.
    Oct 25 17:06:14 starch systemd[1]: Starting D-Bus System Message Bus Socket.
    Oct 25 17:06:16 starch ntpd[381]: ntpd [email protected] Tue Aug 21 15:06:24 UTC 2012 (1)
    Oct 25 17:06:16 starch ntpd[413]: proto: precision = 0.156 usec
    Oct 25 17:06:17 starch ntpd[413]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
    Oct 25 17:06:17 starch ntpd[413]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
    Oct 25 17:06:18 starch ntpd[413]: Listen and drop on 1 v6wildcard :: UDP 123
    Oct 25 17:06:18 starch ntpd[413]: Listen normally on 2 lo 127.0.0.1 UDP 123
    Oct 25 17:06:18 starch ntpd[413]: Listen normally on 3 lo ::1 UDP 123
    Oct 25 17:06:18 starch ntpd[413]: peers refreshed
    Oct 25 17:06:18 starch ntpd[413]: Listening on routing socket on fd #20 for interface updates
    Oct 25 17:06:18 starch dbus[384]: [system] Activating systemd to hand-off: service name='org.freedesktop.ColorManager' unit='colord.service'
    Oct 25 17:06:18 starch dbus[384]: [system] Successfully activated service 'org.freedesktop.systemd1'
    Oct 25 17:07:03 starch dbus[384]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Oct 25 17:07:03 starch dbus[384]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Oct 25 17:07:03 starch dbus[384]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Oct 25 17:07:04 starch kernel: r8169 0000:02:00.0: eth0: link down
    Oct 25 17:07:03 starch systemd[1]: Starting Manage, Install and Generate Color Profiles...
    Oct 25 17:07:03 starch systemd[1]: Started Manage, Install and Generate Color Profiles.
    Oct 25 17:07:03 starch systemd[1]: colord.service: main process exited, code=killed, status=6
    Oct 25 17:07:03 starch systemd[1]: Unit colord.service entered failed state.
    Oct 25 17:07:04 starch kernel: r8169 0000:02:00.0: eth0: link down
    Oct 25 17:07:04 starch kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Oct 25 17:07:04 starch kernel: PPP generic driver version 2.4.2
    Oct 25 17:07:04 starch cupsd[380]: Unknown directive DefaultAuthType on line 26.
    Oct 25 17:07:04 starch kernel: r8169 0000:02:00.0: eth0: link up
    Oct 25 17:07:04 starch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    Oct 25 17:07:04 starch pppoe-start[382]: TIMED OUT
    Oct 25 17:07:04 starch kernel: NET: Registered protocol family 24
    Oct 25 17:07:04 starch pppoe-start[382]: /usr/sbin/pppoe-start: line 193: 394 Terminated $CONNECT "$@" > /dev/null 2>&1
    That seems to confirm your theory.
    eth0 link is not up when attempting to start colord and adsl
    So the $64,000 question:
    How do I defer them until eth0 is ready?
    Or how can I force the eth0 link to be up before colord or adsl try to use it?
    Last edited by bhrgunatha (2012-10-25 01:33:36)

  • [SOLVED] shadow.service fails

    I haven't been tweaking my system much lately, both because it is set up the way I like it and because I haven't been actively interested in it lately. Today I noticed at boot that shadow.service failed. I have updated systemd yesterday and I'm pretty sure this issue popped up only now. It does not seem to cause problems with logging in.
    Further inquiry gives me:
    systemctl status shadow.service
    ● shadow.service - Verify integrity of password and group files
    Loaded: loaded (/usr/lib/systemd/system/shadow.service; static)
    Active: failed (Result: exit-code) since Thu 2014-04-17 09:50:07 CEST; 6min ago
    Process: 5847 ExecStart=/usr/bin/pwck -r (code=exited, status=2)
    Main PID: 5847 (code=exited, status=2)
    Apr 17 09:50:07 hostname pwck[5847]: duplicate password entry
    Apr 17 09:50:07 hostname pwck[5847]: delete line 'uuidd:x:68:68:uuidd:/:/sbin/nologin'? No
    Apr 17 09:50:07 hostname pwck[5847]: user 'uuidd': no group 68
    Apr 17 09:50:07 hostname pwck[5847]: duplicate password entry
    Apr 17 09:50:07 hostname pwck[5847]: delete line 'uuidd:x:998:998::/:/sbin/nologin'? No
    Apr 17 09:50:07 hostname pwck[5847]: pwck: no changes
    Apr 17 09:50:07 hostname systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    Apr 17 09:50:07 hostname systemd[1]: Failed to start Verify integrity of password and group files.
    Apr 17 09:50:07 hostname systemd[1]: Unit shadow.service entered failed state.
    journalctl -xn
    Apr 17 09:23:57 hostname systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    -- Subject: Unit shadow.service has failed
    -- Unit shadow.service has failed.
    Apr 17 09:23:57 hostname systemd[1]: Unit shadow.service entered failed state.
    Apr 17 09:27:28 hostname dbus[352]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.15" (uid=1000 pid=5525 comm="systemctl start shadow.service ") interface="org.freedesktop.systemd1.Manager" member="StartUnit" error name="(unset)" requested_reply="0" destination="org.freedesktop.systemd1" (uid=0 pid=1 comm="/sbin/init ")
    Apr 17 09:27:31 hostname sudo[5527]: username : TTY=pts/0 ; PWD=/home/username ; USER=root ; COMMAND=/usr/bin/systemctl start shadow.service
    -- Subject: Unit shadow.service has begun with start-up
    -- Unit shadow.service has begun starting up.
    Apr 17 09:27:31 hostname systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    -- Subject: Unit shadow.service has failed
    -- Unit shadow.service has failed.
    Apr 17 09:27:31 hostname systemd[1]: Unit shadow.service entered failed state.
    I'm not sure what I'm doing in this field and can't seem to find topics with similar problems to this.
    Last edited by D. (2014-04-17 13:04:01)

    I've got a similar problem with shadow.service not starting due to invalid password file integrity:
    shadow.service - Verify integrity of password and group files
    Loaded: loaded (/usr/lib/systemd/system/shadow.service; static)
    Active: failed (Result: exit-code) since Sat 2014-04-19 07:40:53 NZST; 22min ago
    Process: 289 ExecStart=/usr/bin/pwck -r (code=exited, status=2)
    Main PID: 289 (code=exited, status=2)
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: user 'rtkit': no group 133
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: user 'git': no group 998
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: user 'transmission': no group 169
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: user 'ntp': no group 87
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: user 'uuidd': no group 997
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: user 'rpc': no group 32
    Apr 19 07:40:53 taniwha-folio13 pwck[289]: pwck: no changes
    Apr 19 07:40:53 taniwha-folio13 systemd[1]: shadow.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    Apr 19 07:40:54 taniwha-folio13 systemd[1]: Failed to start Verify integrity of password and group files.
    Apr 19 07:40:54 taniwha-folio13 systemd[1]: Unit shadow.service entered failed state.
    In my case, the error message indicates users without groups. How do I address this?
    ps similar problem, so not sure if I should start a new thread or not

Maybe you are looking for

  • Playlist does not contain new items after sync.

    We recently pruchased 4 new songs from iTunes on the iPhone. All 4 songs were successfully downloaded.  We Sync'd the iPhone with iTunes on a Windows PC.  All 4 songs are now in the library on the PC. We then used iTunes on the PC to add the 4 new it

  • Cannot open Desktop Software after intsallation

    Hi, I've downloaded the latest desktop software for pc users, gone through the installation process and the installation finishes etc. When I double-click on icon, I get error box with the following wording in it: Application has generated an excepti

  • Xorg problem

    Hi, I just installed Arch (wauw it boots fast ) and everything is working (even my wireless with Ndiswrapper) except my Xorg. I dit: pacman -S xorg xorgconfig pacman -S hwd hwd -x mv xorg.conf.hwd xorg.conf (in /etc/X11) and when I try Xorg-configure

  • FM/BAPI for Packing in Inbound Delivery

    Hi, I can´t find a FM/BAPI for packing of handling units in the inbound delivery. Is there any information that you can help me with? BR, Christian

  • 450 Host down

    I have successfully migrated GW8 (domain, po, gwia, webaccess) from a NW65 box to SLES10sp2 VM running on XenServer 6.2. All users can access their mailboxes thru GW clients on the PC workstations or WebAccess. The system can also receive mail from t