[SOLVED] cron's @reboot equivalent in fcron?

This line works in the default cron daemon installed in archlinux:
@reboot screen -dmS rtorrent rtorrent
The above line doesn't work in fcron. It gives me this error when I'm done editing the crontab with `fcrontab -e'
File contains some errors. Ignore [i] or Correct [c] ? Please press c to correct, or i to ignore: c
/tmp/fcr-aGQGMP:2: Error while reading frequency (lower than 10s) : skipping line.
This question is even in the FAQ of fcron:
"How can I emulate a Vixie cron @reboot entry?"
@volatile,first(1) BIG-period /your/command
Which should equal:
@volatile,first(1) BIG-period screen -dmS rtorrent rtorrent
This still gives me the same error:
Error while reading frequency (lower than 10s) : skipping line.
I'm not sure what BIG-period is suppose to do. Is it a time period I should write there instead? @reboot isn't a periodic event in cron, so I guess I would omit the BIG-period part.
That didn't work. I also tried changing "BIG-period" to "never", which also didn't work. I'm out of ideas, I don't know what I'm doing wrong.
Last edited by Isola (2011-02-14 15:26:37)

Stebalien wrote:Based on what the FAQ says, probably not. I think 100 years (1200m) should be long enough.
Edit - Why don't you just use /etc/rc.local?
I know of rc.local. I use it for system specific things - not user specific "sudo something" or "su someone -c something"
For example one system has this network card by Marvel/Yukon, and sometimes it is brought up at 100mbit instead of 1Gbit, so I have a loop in /etc/rc.local to make sure it is 1Gbit.
Another example is  mount --bind /some/long/dir/ /shortcut - if this dir isn't available when /etc/fstab is parsed.
Currently my crontab consist of 4 entries with @reboot - and I change it pretty often - and it has to be on several systems. Appending to rc.local is one option, but it's to much of hassle when I have to change ~10 different rc.locals on different systems.
Anyway, a frequency of 100 years should be more than enough! I guess something like:
@bootrun(1) 100y pidof rtorrent || screen -dmS rtorrent rtorrent
Would work pretty well for a single user system.

Similar Messages

  • [SOLVED] cronie reports "/usr/sbin/run-cron: No such file or directory

    Hi, I just made a fresh install of Arch Linux x86_64 on my PC and I'm having troubles with cronie.
    cronie emails say:
    /bin/sh: /usr/sbin/run-cron: No such file or directory
    In crond.log I have:
    Jan 2 22:01:01 localhost /USR/SBIN/CROND[4691]: (root) CMD (run-parts /etc/cron.hourly)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) STARTUP (1.4.8)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (running with inotify support)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (@reboot jobs will be run at computer's startup.)
    Jan 2 23:00:01 localhost /USR/SBIN/CROND[5733]: (root) CMD (ID=sys-hourly /usr/sbin/run-cron /etc/cron.hourly)
    Jan 2 23:00:01 localhost /USR/SBIN/CROND[5732]: (root) CMDOUT (/bin/sh: /usr/sbin/run-cron: No such file or directory)
    Jan 2 23:01:01 localhost /USR/SBIN/CROND[5748]: (root) CMD (run-parts /etc/cron.hourly)
    I've changed very little of the configuration files provided with the package: root's crontab is completely empty, and cron.hourly only contains the original untouched 0anacron file.
    I have the same basic setup on another machine and I don't have such errors.
    Any hints?
    Thanks
    Last edited by Venator85 (2012-01-03 20:26:16)

    [karol@black ~]$ nosr /usr/sbin/run-cron
    extra/dcron
    community/fcron
    Seems that file is provided by other cron implementations.

  • [SOLVED] Cron Job that starts every 30 minutes from boot

    I wish to have a cron job that runs a script every 30 minutes from boot, without any users logging in.
    I know about crontab -e, but I think that would I only run once i'm logged in. I've also heard about @reboot, but that would only run the script once.
    RabbidRabbit
    Last edited by rabbidrabbit (2012-01-31 20:14:13)

    Cron jobs will run whenever the system is up, regardless of whether or not anyone is logged in.
    I don't remember the syntax, but I know that at least some cron implementations have a way to run a job every 30 minutes, starting for the first time 30 minutes after reboot.
    EDIT: I just checked the syntax for fcron, which is what I use, and it seems like doing @ 30 your/command/here will make it run every 30 minutes of uptime.
    Last edited by kyla (2012-01-31 00:17:30)

  • [SOLVED] on last reboot, two wicd-clients running + two tray icons?

    Hi,
    I've been using wicd forever and for the first time, I had two tray icons showing this morning. I used to use xfce but switched to openbox about a month ago and have been using an autostart.sh like so:
    $ cat .config/openbox/autostart.sh |tail
    #bg
    eval `cat ~/.fehbg` &
    #post-start operations
    (tint2) &
    (conky -c /etc/conky/conky.conf) &
    (conky -c /etc/conky/conky-top.conf) &
    (wicd-client) &
    This has been working fine, at least as far as I knew. Suddenly this morning when I started up X, I had two wireless icons in my tray. I found that two wicd-clients were running:
    $ ps ax |grep wicd
    3492 ? S 0:00 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    3500 ? S 0:00 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    3573 tty1 S 0:00 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    3578 tty1 S 0:00 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    3641 ? Ss 0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    This has never happened and I'm not sure why it would start all of the sudden like this. If I remove it from ~/.config/openbox/autostart.sh, I only get one wicd-client. If I put it back, I get two. But I never used to get two even when it was in autostart.sh before (like as of any time before this morning), which is why this is so puzzling.
    I thought it might have been an upgrade, but I just reinstalled Arch completely on Saturday to do encryption and pacman.log shows that this is the only version of wicd that's been installed.
    I wondered if having wicd in /etc/rc.conf daemons was enough to start the client upon startx, but the Arch wiki on wicd implies that you should have wicd-client in autostart.sh or equivalent.
    Can anyone assist in diagnosing the problem? I guess I'd be looking for:
    1) validation that wicd in DAEMONS of /etc/rc.conf is sufficient to start the client
    2) some way to find out where both wicd-clients are being started from (if that's even possible); for example, autostart.sh-started apps might potentially be tied to my username, whereas if something's being started from the system side, perhaps the process is owned by root and we could reveal that somehow
    3) any other suggestions or comments
    Thanks.
    Last edited by jwhendy (2011-03-10 03:00:56)

    @skunktrader: Whoops... but won't that be redundant? I already know where one instance was coming from: autostart.sh. I want to know why the other one is starting, since no one seemed to think that wicd automatically launched wicd-client. Anyway, several reboots later, here's the full scoop:
    | wicd in /etc/rc.conf deamons: no
    | wicd-client in ~/.config/openbox/autostart.sh: no
    `---
    Note: In previous reboots, I get asked by gksu to allow wicd to access my network cards. This past time, I got a message from gksu saying that wicd had been granted access to my network cards.
    | before starting openbox (nothing):
    `---
    $ ps ax -o user,pid,ppid,command |grep wicd
    | after starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command |grep wicd
    jwhendy 3569 1 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    root 3617 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3619 3617 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3669 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    =====================
    | wicd in /etc/rc.conf deamons: yes
    | wicd-client in ~/.config/openbox/autostart.sh: no
    `---
    | before starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3445 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3447 3445 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3566 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    | after starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3445 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3447 3445 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3566 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    jwhendy 3666 1 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    =====================
    | wicd in /etc/rc.conf deamons: yes
    | wicd-client in ~/.config/openbox/autostart.sh: yes
    `---
    | before starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3420 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3422 3420 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3543 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    | after starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3420 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3422 3420 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3543 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    jwhendy 3657 1 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    jwhendy 3662 3641 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    =====================
    So, this is why I said that the test is a bit redundant. The real question still remains: why with no wicd in rc.conf and it commented in autostart.sh is wicd related stuff starting at all? I already know one instance is definitely occurring from autostart.sh, because when I commented it out, I only had one left. But if autostart.sh is supposed to be mandatory, where is the other one coming from? More so... without it in the daemons line, the behavior with gksu indicates that something, somewhere is trying to get wicd up and running. That is what I really don't get at all.

  • Sound/Mic Failure in Adobe Connect Solved Only by Reboot

    Hi...
    HP p6620F
    Windows 7
    For my job, I must attend meetings in Adobe Connect using sound and mic. I'm using a Microsoft Lifechat headset/mic. My sound & mic began to fail & problem was resolved only by rebooting my computer. The fix would last a few hours at first, but began to last for only about an hour. I"m a work at home customer service agent, and I rely on my mic & sound. I'm having no problems at this point with sound when not working--such as listening to music or watching/hearing YouTube videos.
    My supervisors insist that my soundcard needs replacing, but I don't have one; mine is integrated into the motherboard, apparently. I have a backup computer which I worked off of for 2 days with my current headset, and it worked fine. It's the family computer and I must get my work computer up to par.
    How can I fix this without buying a new motherboard???
    Thanks in advance.
    TJ
    This question was solved.
    View Solution.

    Hello again tj777,
    If you need the instructions on how to recover your system you can always refer to my previous post. In the meantime I am providing you with the HP Support document: Adding or Replacing an Expansion Card (Video Card, Sound Card, etc...) in HP and Compaq Desktop PCs, which will walk you through step by step the process for add a sound card to your HP Pavilion p6620f Desktop PC. If you review the document prior to installing your new sound card you should have no problems with the process.
    I hope I have addressed your question to your satisfaction. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • [SOLVED] Laptop not rebooting/powering off

    Hello!
    It seems I have a problem with rebooting and powering off.
    The symptom: stuck on "Rebooting" message.
    I've read the systemd wiki page. The wiki advises to read this article. In the article, they suggest to check if it's a kernel problem first, by trying to reboot with the following command:
    sync && reboot -f
    This command also does not work. From the article:
    If either one of the commands does not work, it is a kernel bug, not systemd.
    I have no idea what can fix this and have not found any clue on the wiki.
    Thanks.
    UPDATE:
    I managed to "solve" the issue by using the lts kernel instead the latest one.
    pacman -S linux-lts
    Now powering off, rebooting and sleep working fine.
    Last edited by Demignom (2015-03-20 10:30:59)

    Well, I wasn't able to solve the problem yet, but at least got some updated info. After disabling NMI (by setting kernel.nmi_watchdog = 0 in /etc/sysctl.d/disable_watchdog.conf), issuing sudo systemctl restart results in the following message:
    A stop job is running for Daemon for power management
    And nothing else on screen. I have waited about half an hour, but it never finishes. Just to make it more clear, there's a picture.
    I would really appreciate any help, since I don't know in which direction else to check.
    Regards.

  • [SOLVED] XFCE cannot Reboot/Shutdown

    I just performed a system update and removed consolekit as it is now deprecated from the repos in favor of systemd. As a result, XFCE cannot reboot or shutdown. The menu options for reboot and shutdown both exist. However, once I click on either options, I get booted back to my login manager (slim). Any suggestions to look at?
    Last edited by John5788 (2012-11-25 23:00:54)

    Have you searched the boards?
    https://bbs.archlinux.org/viewtopic.php?pid=1195924
    https://bbs.archlinux.org/viewtopic.php?id=141194
    https://bbs.archlinux.org/viewtopic.php?id=142703
    I got bored searching for you at this point. Note, most of those threads have [Solved] prepended to the title...

  • [SOLVED]Poweroff, shutdown, reboot, ctrl+fx make desktop reboot

    Hi,
    I experiencing some strange issue with my new computer.
    This is some part:
    Gigabyte GeForce GTX 770 (Graphics card)
    Gigabyte GA-H81-D3 ATX (Motherboard)
    Intel Core i5 I5-4460 (proc)
    My screen is connect to HDMI with the gtx
    My laptop work really fine without any issue with bumblebee and other stuff.
    But on the desktop, if I press
    Ctrl+f1 or f2 or f whatever, my screen stop(no input signal) and the desktop reboot and my screen never come back the LCD say no input signal
    Same think if I do a terminal, shutdown, reboot or poweroff.
    When the desktop reboot I listen the bip for motherboard but the LCD always say no input, and my usb keyboard and mouse don't respond (press Num. Lock de nothing).
    I have only one choice is to press the reset button from my case.
    I don't know what append.
    this is a fresh dmesg:
    http://pastebin.com/vmsK9nzz
    this is after a forced reboot, look the same:
    http://pastebin.com/ZKCQeykK
    I try to blacklist uvesafb and vesafb in modprob but the NVRM message stay.
    I boot with uefi.
    there is Xorg.0.log: http://pastebin.com/wkMfHcg4
    the Xorg.0.log.old: http://pastebin.com/gSu2GCTR
    And my journaltl from fresh to a reboot:
    http://pastebin.com/UpPpLL0h
    What do the mess in this desktop?
    I try to find some clue but nothing for now.
    Thanks
    Last edited by Badrocklo (2014-08-08 10:02:22)

    The title has a max char limit, that's why it's appearing to be read only. You'll have to shorten your title to squeeze in the [solved] part. Sometimes I really wish the arch bbs had some more features like labels or polls.
    edit: I see you figured it out
    Last edited by Soukyuu (2014-08-08 10:06:57)

  • Can anyone help solve my forced reboot/Kernel panic situation?

    Dear mac users,
    Since 3 months I own my first macbook pro.
    Since some days, this happens: first the a transparent grey screen rolls down; then a grey box appears in which is written
    *You need to restart your computer. Hold down the Power button for several*
    *seconds or press the Restart button.*
    It happens quite regularly, the last time just after booting. There's no other choice but to switch off and reboot. The apple hardware test didn't reveal any problems.
    The problems started to occur after I applied the latest upgrades, and installed Parallels, in which I'm running Windows XP. The event however also occurs when Parallels is not running. I also freed up HD space, but to no result. After using the last major upgrade and rebooting, I noticed a one-time event of the screen seeming to darken forcing me to adjust brightness to the previous levels. The mouse pointer has disappeared and reappeared on one occasion.
    The last report seems to point to the USB drivers or bluetooth devise. Bluetooth and airport have both been switched off during the events. I might add that I have an external screen attached as I do a lot of photo editing.
    Any help will be grately appreciated! After finally abandoning windows, I thought my life would at last be free of trouble...
    This is the *last report*:
    Thu May 29 12:33:48 2008
    panic(cpu 1 caller 0x001A8CD4): Kernel trap at 0x0425fe00, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0xe0004050, CR3: 0x013da000, CR4: 0x00000660
    EAX: 0x0489fa00, EBX: 0xe0004051, ECX: 0x0489fa00, EDX: 0x0489f000
    CR2: 0xe0004050, EBP: 0x46e97c58, ESI: 0x46e97c70, EDI: 0x0457ec00
    EFL: 0x00010202, EIP: 0x0425fe00, CS: 0x00000008, DS: 0x04220010
    Error code: 0x00000002
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x46e97a58 : 0x12b0fa (0x459294 0x46e97a8c 0x133243 0x0)
    0x46e97aa8 : 0x1a8cd4 (0x4627fc 0x425fe00 0xe 0x461fac)
    0x46e97b88 : 0x19ede5 (0x46e97ba0 0x2e 0x46e97c58 0x425fe00)
    0x46e97b98 : 0x425fe00 (0xe 0x48 0x10 0x2e990010)
    0x46e97c58 : 0x97b86c (0x489fa00 0x46e97c70 0x97dfa8 0xe0004051)
    0x46e97d88 : 0x5973dd (0x489fa00 0x457ec00 0xe0004051 0x0)
    0x46e97df8 : 0x80338f (0x42d9000 0x487b500 0xe0004051 0x0)
    0x46e97e68 : 0x801c30 (0x42d9000 0x4770000 0xe0004051 0x4769040)
    0x46e97ec8 : 0x5938f7 (0x42d9000 0x3e8 0x46e97f08 0x139906)
    0x46e97f28 : 0x42313c (0x42d9000 0x4846d80 0x46e97f44 0x1398d6)
    0x46e97f78 : 0x13eb1d (0x4846d80 0x4831670 0x0 0x2e03)
    0x46e97fc8 : 0x19ebdc (0x0 0x0 0x1a20b5 0x41701c0)
    Backtrace terminated-invalid frame pointer 0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleUSBBluetoothHCIController(2.1f17)@0x978000->0x97efff
    dependency: com.apple.iokit.IOBluetoothFamily(2.1f17)@0x941000
    dependency: com.apple.iokit.IOUSBFamily(3.1.5)@0x592000
    com.apple.driver.AppleUSBUHCI(3.1.5)@0x7fd000->0x80afff
    dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0x5c1000
    dependency: com.apple.iokit.IOUSBFamily(3.1.5)@0x592000
    com.apple.iokit.IOUSBFamily(3.1.5)@0x592000->0x5b9fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9D34
    Kernel version:
    Darwin Kernel Version 9.3.0: Fri May 23 00:49:16 PDT 2008; root:xnu-1228.5.18~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System configuration:
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, spdisplayspciedevice, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.3.5
    Bluetooth: Version 2.1.0f17, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Parallels Host-Guest, Ethernet, en2
    Network Service: Parallels NAT, Ethernet, en3
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2160BHPL, 149,05 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, Apple Inc., high_speed, 500 mA
    USB Device: USB2.0 Hub, high_speed, 500 mA
    USB Device: USB Keyboard, Chicony, low_speed, 500 mA
    USB Device: deskjet 3600, hp, full_speed, 500 mA
    USB Device: USB2.0 Hub, high_speed, 500 mA
    USB Device: Super Multi Rewriter, HLDS Inc., high_speed, 500 mA
    USB Device: Mass Storage Device, Generic, high_speed, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
    USB Device: PHILIPS VOIP321, full_speed, 500 mA

    I doubt this is a permissions issue.
    Try unplugging your USB devices, see if the problem occurs again.
    I've had this happen when I tried to plugin a PHILIPS VOIP321 phone for attempted use over parallels. For some odd reason, the USB bus drivers of OS X just can't seem to recognize 2 VOIP phone thus far. The Philips VOIP321 and the Linksys CIT300 are both that I've tested and have never been able to get functioning.
    I saw you had USB Device: PHILIPS VOIP321, full_speed, 500 mA in your report, so may be the same issue.
    Thing is I find it odd that the USB Device was even named. I don't think my panic reports had that in it. Which leads me to believe that perhaps your issue is not the same as mine.
    has your VOIP321 functioned properly ever? if so, how?

  • [Solved] Clean shutdown/reboot/suspend,wakeup no longer possible.

    No matter how I try to shut down my arch system, via systemctl poweroff, or through the GUI, or using /sbin/shutdown, my system will hang while shutting down. Forcing me to hold the power key down for a forced shutdown. This is the log from the last time this happened.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Starting Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Starting Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Reached target Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Reached target Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Default.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Starting Exit the Session...
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Default.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Default.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Default.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Starting Exit the Session...
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped Network Manager.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped Login Service.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Received SIGRTMIN+24 from PID 596 (kill).
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Received SIGRTMIN+24 from PID 595 (kill).
    Jan 30 13:24:12 Steves-MacBook systemd[258]: pam_unix(systemd-user:session): session closed for user sddm
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped User Manager for UID 997.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping user-997.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Removed slice user-997.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[273]: pam_unix(systemd-user:session): session closed for user steve
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped User Manager for UID 501.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping Permit User Sessions...
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping user-501.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Removed slice user-501.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped Permit User Sessions.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping Remote File Systems.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped target Remote File Systems.
    Jan 30 13:24:12 Steves-MacBook mkinitcpio[574]: ==> Starting build: none
    Jan 30 13:24:12 Steves-MacBook mkinitcpio[574]: -> Running build hook: [sd-shutdown]
    Jan 30 13:24:13 Steves-MacBook mkinitcpio[574]: ==> Build complete.
    Jan 30 13:24:13 Steves-MacBook systemd[1]: Started Generate shutdown-ramfs.
    Jan 30 13:24:26 Steves-MacBook kernel: INFO: task krunner:355 blocked for more than 120 seconds.
    Jan 30 13:24:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:24:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:24:26 Steves-MacBook kernel: krunner D 00000001 0 355 1 0x00000004
    Jan 30 13:24:26 Steves-MacBook kernel: f721bcf4 00000082 c1637280 00000001 00000001 c16deb00 c1637dc4 00000000
    Jan 30 13:24:26 Steves-MacBook kernel: c16deb00 00000000 f13c3340 0000001d f5711b00 f0da8c80 c155985e f721bcb4
    Jan 30 13:24:26 Steves-MacBook kernel: c104b43a 00000001 f5d46b40 00000001 f5d46b40 f721bd30 c112698d 00000001
    Jan 30 13:24:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:24:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:24:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    Jan 30 13:24:26 Steves-MacBook kernel: INFO: task plasmashell:357 blocked for more than 120 seconds.
    Jan 30 13:24:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:24:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:24:26 Steves-MacBook kernel: plasmashell D 00000141 0 357 1 0x00000004
    Jan 30 13:24:26 Steves-MacBook kernel: f0c99cf4 00000082 00000002 00000141 000267f3 c16deb00 c1637dc4 00000001
    Jan 30 13:24:26 Steves-MacBook kernel: c16deb00 00000000 f13c2380 0000001e f5711b00 f122cb00 c155985e f0c99cb4
    Jan 30 13:24:26 Steves-MacBook kernel: c104b43a 00000001 f5d5aec0 00000001 f5d5aec0 f0c99d30 c112698d 00000001
    Jan 30 13:24:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:24:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:24:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    Jan 30 13:25:42 Steves-MacBook systemd[1]: upower.service stop-sigterm timed out. Killing.
    Jan 30 13:26:26 Steves-MacBook kernel: INFO: task krunner:355 blocked for more than 120 seconds.
    Jan 30 13:26:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:26:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:26:26 Steves-MacBook kernel: krunner D 00000001 0 355 1 0x00000004
    Jan 30 13:26:26 Steves-MacBook kernel: f721bcf4 00000082 c1637280 00000001 00000001 c16deb00 c1637dc4 00000000
    Jan 30 13:26:26 Steves-MacBook kernel: c16deb00 00000000 f13c3340 0000001d f5711b00 f0da8c80 c155985e f721bcb4
    Jan 30 13:26:26 Steves-MacBook kernel: c104b43a 00000001 f5d46b40 00000001 f5d46b40 f721bd30 c112698d 00000001
    Jan 30 13:26:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:26:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:26:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    Jan 30 13:26:26 Steves-MacBook kernel: INFO: task plasmashell:357 blocked for more than 120 seconds.
    Jan 30 13:26:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:26:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:26:26 Steves-MacBook kernel: plasmashell D 00000141 0 357 1 0x00000004
    Jan 30 13:26:26 Steves-MacBook kernel: f0c99cf4 00000082 00000002 00000141 000267f3 c16deb00 c1637dc4 00000001
    Jan 30 13:26:26 Steves-MacBook kernel: c16deb00 00000000 f13c2380 0000001e f5711b00 f122cb00 c155985e f0c99cb4
    Jan 30 13:26:26 Steves-MacBook kernel: c104b43a 00000001 f5d5aec0 00000001 f5d5aec0 f0c99d30 c112698d 00000001
    Jan 30 13:26:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:26:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:26:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    -- Reboot --
    I'm using a 2006 32 bit MacBook, with KDE Plasma 5.2 as my GUI. The problem began about 2 weeks ago, but I'm unable to pinpoint the software update that started this.
    Suspending has also become a problem because when my laptop wakes up from sleep mode, nothing happens (the system is inaccessible over the network, display never comes on, no log entries are added to the journal). The usual solution, hold down the power button. I can say that this isn't a hardware problem because suspend/wakeup works perfectly on OSX and Windows.
    Any help will be appreciated.
    Last edited by stevedes (2015-01-31 06:45:22)

    Head_on_a_Stick wrote:
    stevedes wrote:Any suggestions on what to do next?
    Either keep trying the new kernel versions as they filter down or switch to the 3.14 LTS kernel (if that works).
    I'll do that, thanks for the help.

  • [SOLVED] Poweroff and Reboot without Sudo

    How can I Poweroff and Reboot my system without using sudo?
    Last edited by aldoiljazi (2013-09-18 06:52:28)

    Stebalien wrote:
    @karol: systemd assumes that anyone with console access can shutdown/reboot the computer anyway (as they are sitting at the computer). Therefore, he should be able to issue `systemctl poweroff` etc. iff his session is setup correctly.
    What is the output of `loginctl show-session $XDG_SESSION_ID`?
    $ loginctl show-session $XDG_SESSION_ID
    Id=1
    Timestamp=Mon 2013-09-16 21:11:47 EEST
    TimestampMonotonic=13019390
    DefaultControlGroup=systemd:/user/1000.user/1.session
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=130
    Audit=1
    Type=tty
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=yes
    IdleSinceHint=1379355104466900
    IdleSinceHintMonotonic=10330073
    Name=aldo
    mine.
    Last edited by aldoiljazi (2013-09-16 19:47:04)

  • [Solved] Cannot poweroff/reboot in urxvt

    Hi all,
    I'm running StumpWM with no desktop environment, and in the past was able to shut down the machine from within an xterm as a regular user using 'systemctl poweroff' (or systemctl reboot to reboot, etc). I recently started using urxvt in daemon mode as my console program because it seemed like a clean solution to having multiple consoles open. From within urxvt, when I try to run systemctl poweroff, I get the following error:
    $ systemctl poweroff
    Failed to execute operation: Interactive authentication required.
    Failed to start poweroff.target: Interactive authentication required.
    I can start an xterm and shutdown from there, or use Ctrl-Alt-F2 and log in to a non-X tty and shut down there, all as a regular user.
    I've seen other posts where the information in loginctl session-status c1 was requested, so here it is:
    $ loginctl session-status c1
    c1 - Lefty (1000)
    Since: Sun 2014-12-07 16:51:25 CST; 13min ago
    Leader: 1104 (login)
    Seat: seat0; vc1
    TTY: tty1
    Service: login; type tty; class user
    State: active
    Unit: session-c1.scope
    ├─1104 login -- Lefty
    ├─3005 /bin/sh /usr/bin/startx
    ├─3317 gpg-agent --daemon --enable-ssh-support --write-env-file /home/Lefty/.gnupg/gpg-agent.env
    ├─4525 xinit /home/Lefty/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -auth /tmp/serverauth.SrQT9ulZaj
    ├─4583 /usr/bin/Xorg.bin -nolisten tcp :0 vt1 -auth /tmp/serverauth.SrQT9ulZaj vt1
    ├─5502 xf86-video-intel-backlight-helper acpi_video0
    ├─6155 /home/Lefty/Downloads/Stumpwm/stumpwm/stumpwm
    ├─7066 xulrunner /usr/share/conkeror/application.ini
    ├─7097 /usr/bin/dbus-launch --autolaunch be7bdc12ca34453d943a6560e1975268 --binary-syntax --close-stderr
    ├─7098 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    └─7224 /opt/google/talkplugin/GoogleTalkPlugin
    It doesn't look like I'm showing up as a remote user. And the output is the same when run from an xterm. Any idea what I'm doing wrong in urxvt?
    Thanks!
    -Lefty
    Last edited by LeftyAce (2014-12-08 17:09:55)

    The wiki page doesn't mention starting the daemon using .xinitrc at all. The section about using the daemon mode only describes two ways to start it through systemd (https://wiki.archlinux.org/index.php/rx … gh_systemd).
    At the very least, it looks like I should add a section on using the daemon/client setup in a single user system (through .xinitrc).
    Is there a reason someone would _not_ want to run it this way? Does it cause problems for multi-user systems?
    EDIT: I updated the page to include .xinitrc instructions and to add a note to the systemd section mentioning the problem with power on/power off. If anyone has more information about why the systemd configuration is desirable I would be happy to add that information as well.
    Last edited by LeftyAce (2014-12-08 17:02:23)

  • [solved] cron refuses to run a command

    For some reason, cron just won't run a one particular command.
    Here's my crontab:
    */1 * * * * /usr/bin/modprobed_db store &> /dev/null
    */1 * * * * touch ~/.config/modopodo &> /dev/null
    The second command is there just to check cron is working. And yes, it works. Each minute it creates that file.
    But the first one just won't work.
    I moved it underneath the second command - no difference.
    I changed cronie to dcron - no difference.
    But when I try this command in terminal - it works perfectly fine.
    Why?
    Last edited by Lockheed (2013-11-28 07:32:18)

    @WonderWoofy, that is a good point. I installed the new version and now it seems to work with cron.
    However, I am still puzzled why the last one didn't work in cron, while it worked in terminal.

  • [SOLVED: clear CMOS] Reboot when resuming from sleep mode!

    Hello all,
    System Specs(Desktop):
    uname: Linux 3.10.10-1-ARCH #1 SMP PREEMPT 2013 x86_64 GNU/Linux
    GPU: nVidia GTX-550 Ti - Drivers: 325.15
    The sleep and hibernate modes work as they should. But lately whenever I tap a key or press the power button to wake the pc from using either of the suspend modes, it reboots instead of turning on(hardware) and prompting with the loging screen like my laptop does.
    I've check the wiki and searched the forums but nothing is close to what I'm experiencing.
    Any help or links to something I might missed is greatly appreciated.
    Last edited by youngunix (2013-09-15 03:33:48)

    youngunix wrote:
    cfr wrote:
    What does "every OS" include? Just thinking if it includes something like Windows, say, that would point to something rather different than if the problem only manifests in Linux.
    Have you seen if the problem occurs if you use the nouveau drivers?
    I'm sorry dude, but there is something wrong with you!! In every thread, you just ask or make lame @$$ statements.
    cfr is a regular presence around here and helps quite a lot of people.  He was trying to get clarification so that your problem could be further debugged.  You may think that his statements are "lame ass" but you attitude is "asshole".  Don't come here looking for help and then tell those trying to help you that their help sucks.  If that is how you show your appreciation for support, you should go elsewhere.

  • [Solved]Cron - feh wallpaper changer

    I tried the following script from the feh wiki page to change my wallpaper:
    #!/bin/sh
    WALLPAPERS="/mnt/path/to/wallpapers"
    ALIST=( `ls -w1 $WALLPAPERS` )
    RANGE=${#ALIST[*]}
    SHOW=$(( $RANDOM % $RANGE ))
    feh --bg-scale $WALLPAPERS/${ALIST[$SHOW]}
    Here's the cron job (trying to run it every two minutes)
    */2 * * * * /usr/local/bin/wallpaper.sh
    Why doesn't it work from cron? If I run the script from the command line, it works fine.
    Any ideas?
    Thanks, Scott
    Last edited by firecat53 (2008-09-04 00:10:44)

    Ok, I changed the script with su, but it's still not working. As an idiot check, I looked, and the cron deamon is indeed running
    If I try to run the script from the command line now, it asks me for my user password . . . and I'm already running as that user.
    I tried a test cron :
    */1 * * * * /bin/date >> /home/firecat53/date.txt
    And it worked fine. The permissions on date.txt were firecat53:users 644. So doesn't that mean that that cronjob is executed as me? If I edited crontab like
    sudo crontab -e
    then I think it would create a job as the root user.
    Could this have something to do with somehow needing to recognize a running X session, since feh is an X application?
    #!/bin/sh
    WALLPAPERS="/mnt/ubuntu-home/firecat53/docs/wallpapers"
    ALIST=( `ls -w1 $WALLPAPERS` )
    RANGE=${#ALIST[*]}
    SHOW=$(( $RANDOM % $RANGE ))
    su -c 'feh --bg-scale $WALLPAPERS/${ALIST[$SHOW]}' firecat53
    I'm afraid I'm still stumped!
    Thanks!
    Scott
    Last edited by firecat53 (2008-09-03 22:40:35)

Maybe you are looking for

  • How to create a smart folder that only selects from a specific directory?

    I am trying to create a smart folder that lists all my iPhoto original content in the last few months. I want this so that my wife can connect into the smart folder over the LAN when copying specific photos to her PC. I am have trouble working out ho

  • Transfer all data from MacBook to new MacBook Pro

    Hi, I am currently using a 13 inch Macbook purchased in 2007. The system has since been upgraded and it is now version 10.6.8. I have also ordered and received a Macbook Pro (arrived yesterday!). The box has not been opened yet. My intention is to mo

  • ITunes is unable to install application "Standard" onto iPod

    i recently started seeing this dialogue box when syncing my 1g ipod touch. It says: "The application "Standard" was not installed on the iPod "**'s" iPod because it requires a newer version of iPhone OS." I know i'm not running 3.0 yet but i don't ha

  • How SID table will get the data?

    Hi, Any one can please let me know, how the SID table will get the data. I am not able to trace. Thanks in Advance. Regards, Suree.B

  • Reporting Doubt on Condition.

    Hi , I have a doubt on applying condition on the summary level of the report: Here is an example, Claim No      Line of Business        Claim Count       Payment       Reserve       1                  Creditor                       1