Credential Failure (solved by client reboot)

We are developing an app that goes against a 9.2.x database in our development environment. We've had SQLPLUS and other connections fail to establish at times with a "TNS-12638 Credential retrieval failed" message, typically after stress testing of the jdbc connected user interface.
Checking the server side shows no database errors and the sqlnet logs show the same credential failures.
The problem is resolved by rebooting client pc's, with no action required on the server at all.
Any ideas as to what we should do to avoid these errors??
thanks,
Ed Swain

Hi,
I don't understand why this work fine after reboot.
But, if client is on Windows 2000 or 2003 domain servers, you can see Metalink note HOWTO Debugging Failed Oracle NTS Connections (290147.1)
Nicolas.

Similar Messages

  • Sol8 Jumpstart problem... client rebooting ??

    Hi all,
    I'm Jumpstarting a Netra T1AC200 with Sol8 and about 75% in to the finish script, the client reboots unexpectedly. I've changed the order of the finish script, and it's not a specific component of that which is causing the reboot. The Netra's need specific patches in order to be Jumpstarted. It had worked perfectly many times before, then I upgraded to a newer rev. of the patch and now I'm having problems. I also cannot find the original patches on sunsolve anymore. Anyone ever experience this, or have any ideas?
    Thanks,
    Eric
    patches used:
    108528-07 (also tried -08)
    110383-01
    109793-07

    Hi - I'm having the same problem except that I'm using the original CD - not a copy. Did you ever firgure out what was causing the following error:
    ERROR: Install boot image /cdrom/sol_9_404_sparc/Solaris_9/Tools/Boot does not exist
    Check that boot image exists, or use [-t] to
    specify a valid boot image elsewhere.

  • SCCM PXE client rebooting after preparing network connections

    Hi,
    I have setup a virtual SCCM 2007 SP2 lab to test OSD and PXE booting but when i boot a bare metal client it loads the respective boot image, gets to the Config Manager splash screen (WinPE 3), a message says "Windows is starting" followed by "Preparing Network
    Connections" then the client reboots.
    I initially thought this to be a network driver missing in the boot image so i injected the correct driver but i still have the same problem.
    I enabled command support on the boot image and ran an ipconfig/all to ensure the NIC was obtaining an IP address which it was and it lists the NIC as the correct model.
    Can anyone offer any advice as to what the issue may be?
    Been pulling my hair out for a couple days now :(
    Thanks

    Still failing!
    Heres an extract of the smsts.log
    Adding \\sccm.domain.local\SMSPKGEIMAGES$\SMSPKG\DER00010 to remote DP list
    Shuffling Remote DP list
    Attempting to connect to \\sccm.domain.local\SMSPKGEIMAGES$\SMSPKG\DER00010
    CCM::Utility::Filesystem::Directory::Exists
    Failed to verify existence of \\sccm.domain.local\SMSPKGEIMAGES$\SMSPKG\DER00010
    Content location request for DER00010:2 failed
    Any ideas?

  • [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

  • OSD: TS deployed to Vista SCCM 2012 client, reboots then doesn't find network drivers

    Hi,
    We deploy SCCM 2012 client to a SCCM 2007 Vista pc.
    We then deploy a task sequence to install Windows 7.
    Everything works fine on a vm, it reboots in winpe then starts the task sequence. On a laptop however, it does not work. F8 shows it does not get an ip address, it seems as if no network adaptor is recognized.
    However, the same task sequence works fine on the same laptop when pxe booting + I added the driver to winpe. Didn’t help. Please advise.
    J.
    Jan Hoedt

    I think I know what the root cause is, but not how to solve it.
    In diskpart, I can see 3 volumes:
    *Volume 0 = D-drive, DVD-rom,
    *Volume 1 = no drive letter, partition of 400 GB
    *Volume 2 = C-drive, label "Configuratio", type "removable" 4 GB
    It should install to the 400 GB drive but it seems that its installing to the removable drive.
    Not sure what that is since there is no USB attached. Probably it is the winpe temporarely mounted(?)
    The behaviour I have is described
    here and is also referring to USB.
    => I guess I have to tell the temporarely mounted drive to be f.e. Z when installing in full OS.
    Any idea howto do this?
    J.
    Jan Hoedt

  • Disk Boot Failure [solved]

    I'm installing arch on a rebuilt system, but I cannot get it to boot.  I have pared the system down to a a SCSI card, a video card, a single hard drive, an IDE CD, a SCSI tape drive, and a floppy.  I have tried my standard installation partitioning scheme, and the automatic version.
    No matter what I do, while the system seems to install correctly, when I reboot I get a Disk Boot Failure.
    I've zeroed the drive, I've tried an fdisk /mbr, I've run a Maxtor burn-in test which came back fine.  I'm convinced it isn't the drive.  The standard menu.lst uses root (0,0) and the kernel in /dev/discs/disc0/part3 after an automatic installation.  I mounted the /boot partition set up by the auto install, and the grub directory and files are there.
    What am I missing?
    Last edited by timm (2009-05-04 22:11:42)

    I think it's solved.
    Everybody who was mentioning the BIOS got me looking in there, but I found nothing out of the ordinary.  I decided to try to install Windows 2K to see if that would boot, which it did flawlessly.  I reinstalled arch, and go the disk failure.  Back to the BIOS.
    This is an IDE hard drive; the only thing SCSI is the tape drive.
    What I found was that the access on the hard drive was set to Auto, which I had seen before but didn't think to be a problem.  I tried changing that to LBA (which is what I thought Auto would do on a drive like this), and suddenly arch comes up just fine.
    I have a couple of RocketRaid cards that I'm installing, and will be playing around with the SCSI as well.  I'm going to play with things a bit more, but unless I can make it fail with some other tweaking, that BIOS setting appears to have been the problem. 
    Thanks to everyone for their help!

  • [SOLVED] Lastfm-Client, Installation fails.

    Hello!
    A week ago the package lastfm-client moved to the AUR from [community]. Since that I encounter an error trying to install it.
    The erroroutput doesn't say me anything so I hoped probably someone of you knows how to fix this.
    /usr/bin/ld: ../build/last.fm/release/AbstractBootstrapper.o: undefined reference to symbol 'gzopen'
    /usr/bin/ld: note: 'gzopen' is defined in DSO /usr/lib/libz.so.1 so try adding it to the linker command line
    /usr/lib/libz.so.1: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    make[1]: *** [../bin/last.fm] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-duxon/aur-lastfm-client/src/lastfm-1.5.4.26862+dfsg/src'
    make: *** [sub-src-make_default-ordered] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build lastfm-client.
    I've had this on 3 different machines now. So I think this is a general issue.
    Last edited by Duxon (2012-03-30 16:47:46)

    I added LIBS+="-lz" to the PKGBUILD in the build() section. Since I'm a newb I tried following two ways:
    build() {
       cd "$srcdir/lastfm-$pkgver+dfsg"
       patch -Np1 -i ../build-fixes.diff
       patch -Np1 -i ../set-locale.diff
       patch -Np1 -i ../set-firstrun-status.diff
       patch -Np1 -i ../qt46.diff
      ./configure LIBS+="-lz"
       MAKEFLAGS=-j1 make src/Makefile
       patch -Np1 -i ../makefile-qt45.patch
       MAKEFLAGS=-j1 make
       (   make || (mv build/fplib/libfplib_debug.a build/fplib/libfplib.a && make ) )
    build() {
       cd "$srcdir/lastfm-$pkgver+dfsg"
       patch -Np1 -i ../build-fixes.diff
       patch -Np1 -i ../set-locale.diff
       patch -Np1 -i ../set-firstrun-status.diff
       patch -Np1 -i ../qt46.diff
       ./configure
       LIBS+="-lz"
       MAKEFLAGS=-j1 make src/Makefile
       patch -Np1 -i ../makefile-qt45.patch
       MAKEFLAGS=-j1 make
       (   make || (mv build/fplib/libfplib_debug.a build/fplib/libfplib.a && make ) )
    Both led to the same error as before. What am I doing wrong?

  • [solved] NFS client will not work correctly

    I have all my $HOME on an NFS Server. So long I used suse and debian, now I want switch to arch but the nfs-client ist not working correctly:
    I start "portmap nfslock nfsd netfs" over rc.conf. When I do a "rpcinfo -p <ip-arch-system>" I got the following
    stefan:/home/stefan # rpcinfo -p 192.168.123.3
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100003    2   udp   2049  nfs
        100003    3   udp   2049  nfs
        100003    4   udp   2049  nfs
        100021    1   tcp  48988  nlockmgr
        100021    3   tcp  48988  nlockmgr
        100021    4   tcp  48988  nlockmgr
        100003    2   tcp   2049  nfs
        100003    3   tcp   2049  nfs
        100003    4   tcp   2049  nfs
        100005    3   udp    891  mountd
        100005    3   tcp    894  mountd
    As you see "status" is missing, so the statd is not running. It sould look like the result on my suse box:
    stefan:/home/stefan # rpcinfo -p 192.168.123.2
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100024    1   udp  32768  status
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100024    1   tcp  35804  status
        100021    1   tcp  35804  nlockmgr
        100021    3   tcp  35804  nlockmgr
        100021    4   tcp  35804  nlockmgr
    There is the "status" line and so the statd is running.
    How can I fix that problem, so that statd ist running on my arch box too?
    Last edited by stka (2007-06-10 15:59:48)

    The Problem ist solved.
    I use ldap for authentication. During the setup of the ldapclient I copied the nsswitch.ldap to nsswitch.conf. But the line for "hosts:" was:
    hosts:          dns ldap
    but in my dns ist no localhost entry. After I changed this line to:
    hosts:          files dns ldap
    everything was ok. The statd is now running and I can start to migrate to archlinux ;-)

  • [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)

  • Client Reboot question

    When the client is set to auto reboot in like 1 hour you get a popup (2) one has a count down and then in like the last 15 mins you get another one that you can't hide, my question is there a way to change the notification message? If so how, Thanks.
    MSB

    Why not there has to be some file in sccm that I can modify.
    Why does there "have to be"?
    Are the strings displayed in the product somewhere? Absolutely.
    Did the they build the product with the ability for them to be changed? Probably as I'm sure the strings are already customized for different languages.
    Did they expose the ability to change the strings to the "consumer"? No.
    Could you find the resource files where the strings are stored? Most likely. It's probably in a resource DLL.
    Is it supported to change these by hacking the resource file? No.
    Is it possible that you screw something up in the process of hacking a resource file? Yes.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • [SOLVED] citrix-client wfica fails

    Hi,
    I have installed the latest citrix-client from AUR and followed the instructions for copying in the .ini files, and have updated my Arch system today.  I am running on x86. 
    When I try and run a Citrix app in Firefox, nothing happens.  If I run Firefox from a terminal and click a citrix launcher link I get the following output:
    execv wfica failed
    The launcher link is a .aspx link which returns some html with javascript that replaces the document.location with a link to the .ica file.
    Any ideas on what the issue might be or how I could debug further.  I have spent the last couple of hours searching for similar issues online.
    Nick
    Last edited by made_in_nz (2013-01-03 20:39:14)

    I had this same problem. I solved it by deleting /usr/lib/mozilla/plugins/npica.so, restarting Firefox and associating the ICA file to /usr/lib/ICAClient/wfica.
    Last edited by timosa (2012-12-03 07:41:37)

  • Transient resolver failure SOLVED

    Hi,
    I'm a noobie installing arch voodoo on my new sata box. I've enabled all the repos except 'testing' and on doing a pacman -Sy i get 'connection timed out. error: can't connect to ftp.archlinux.org'
    Then when I run pacman -S xorg I get 'transient resolver failure'.
    Then some files come through but I get lots of 'failed retrieving file' No route to host.
    I've read about moving a mirror up the list to see which one connects but have no idea how to do this.
    Could it be related to my problem?
    I have to say I did get Arch voodoo installed on my other box a few weeks ago and loved it but I'm having no luck with this install. Maybe the mirrors are down?
    Hoping the experts could point me gently in the right direction? Not the door
    Thanks
    Last edited by drum (2007-05-21 20:34:56)

    Thanks arbrown,
    I learned how to edit /etc/pacman.d xxxxxxx and move a couple of mirrors to the top and I commented out ftp.archlinux
    I eventually got everything I need. xorg, gnome, gnome-extra, nvidia, mc and a few more things.
    I did xorgconfig and then edited /X11/xorg with my monitor settings and changed driver nv to nvidia.
    Rebooted and got the login screen 'yeaaay' but after logging in got a box saying:-
    System has no Xclients file, so starting a failsafe xterm session.
    Windows will have focus only if the mouse pointer is above them.
    To get out of this mode type "exit" in this window.  OK
    I hit OK and then get a small xterm log-in box in the top left corner of the screen.
    Now I'm stumped.
    I rebooted a couple of times and got the same.
    Nvidia splash comes up for a second just before main log-in screen.
    I feel I'm so near but so far to getting it working.
    Thanks:)

  • [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...

Maybe you are looking for

  • Can't get 2nd Monitor to Work

    I have a MacBook Pro 2.16 Core Duo. I also have a Dell LCD display, about 3 years old. I can connect the Dell monitor with a DVI cable, but the MacBook doesn't sense it. My only clue is that on the MacBook, there are four pins right by the horizontal

  • [SOLVED] SVNServe + Apache (DAV) error 503 cant commit ONLY php file!

    Hi guys and .. first of all, sorry for my poor english. Here my problem, and i will hope someone can help me go out from this hell!!! Until Yesterday i've used Apache + DAV module + svnserve to host my SVN repository. I've used to commit and update e

  • Webdispatcher use of existing certificate

    Hi guys, we are still runnig iis with reverseproxy (old portal EP6) on a gatewayserver in the dmz. Now we want to use the same server for webdispatcher on a different port (parallel for NW04s Portal). For http it works fine. But we want to run (termi

  • Use Director 2004MX to create a tour CD?

    We would love to import our .jpg libraries of Montana images into Director 2004MX to build interactive CD tours of Montana. Problem: It is important that we use the original image file size (2,000kb or greater). From the reading we have done "on-line

  • G/L Account creation

    hi, when i open the stocks in mb1c i get an error saying "G/L a/c 799999 does not exist in the company code" , can some body let me know how i can solve this problem .i have checked with all possible FI settings .but then too the problem persists . k