[SOLVED] Oblogout syntax error after system update

Hello,
I updated the system today and it seems it messed with Oblogout. When my menu entry didn't work I tried running it in the command prompt and got the following error:
File "/usr/bin/oblogout", line 55
  except getopt.error, msg:
                             ^
SyntaxError: invalid syntax
It seem to be pointing to the comma but I haven't got the slightest about syntax so I turn to the forum.
Thanks in advance,
Tomas
Last edited by desolathor (2010-10-20 19:39:34)

I did read the news but I still don't know what to do. For instance: "...any program requiring 2.x needs to point to /usr/bin/python2 instead..." tells me absolutely nothing..
I hope someone is willing to explain it a bit.

Similar Messages

  • [SOLVED] Audio not working after system update

    Hi all,
    About 4 days ago, I installed Arch Linux (full systemd) with LXDE on a Dell Inspiron Mini netbook. Everything seemed to be OK until today, when I did pacman -Syu and then installed the SLiM login manager. After rebooting there was no audio. I am not sure if this happened because of the upgrade or because of SLiM. I am pretty new to systemd, so I could be missing something very obvious. I have tried many things so far, with no success:
    1) I disabled SLiM and instead started X from the terminal at boot, and nothing happened.
    2) I have removed my username from the 'audio' group, added it again, removed it, etc... No change.
    3) I downgraded systemd, systemd-sysvcompat, and xine-lib (just in case) to their previous version and nothing happened.
    4) I seem to be detecting the sound card correctly. If I run "aplay -l" as my normal, non-root user I get the same output as the root user:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    5) If I login with SLiM, my session seems to be setup correctly, as far as I can tell:
    $ loginctl show-session $XDG_SESSION_ID
    Id=1
    Timestamp=Mon, 2012-10-29 00:38:35 EDT
    TimestampMonotonic=14973592
    DefaultControlGroup=name=systemd:/user/vrg/1
    VTNr=7
    Display=:0.0
    Remote=no
    RemoteUser=root
    Service=slim
    Leader=274
    Audit=1
    Type=x11
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=0
    IdleSinceHintMonotonic=0
    Name=vrg
    6) I reinstalled pulseaudio, pulseaudio-alsa, alsa-plugins, and alsa-oss... Nothing.
    7) I do not have the ~/.asoundrc file.
    Here is a full list of the packages I upgraded:
    [2012-10-28 11:19] Running 'pacman -Syy'
    [2012-10-28 11:19] synchronizing package lists
    [2012-10-28 11:19] Running 'pacman -Syu'
    [2012-10-28 11:19] synchronizing package lists
    [2012-10-28 11:19] starting full system upgrade
    [2012-10-28 11:20] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-10-28 11:20] Generating locales...
    [2012-10-28 11:20] en_US.UTF-8... done
    [2012-10-28 11:20] Generation complete.
    [2012-10-28 11:21] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-28 11:21] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-10-28 11:21] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-10-28 11:21] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-10-28 11:21] upgraded systemd (194-4 -> 195-2)
    [2012-10-28 11:21] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-10-28 11:21] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-10-28 11:21] installed nss-myhostname (0.3-3)
    [2012-10-28 11:21] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-10-28 11:21] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-10-28 11:21] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-10-28 11:21] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-28 11:21] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-10-28 11:21] upgraded lirc-utils (1:0.9.0-32 -> 1:0.9.0-33)
    [2012-10-28 11:21] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-10-28 11:21] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-10-28 11:21] upgraded syslinux (4.05-7 -> 4.06-1)
    [2012-10-28 11:21] upgraded systemd-sysvcompat (194-4 -> 195-2)
    [2012-10-28 11:21] upgraded xine-lib (1.2.2-2 -> 1.2.2-3)
    More information:
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Oct 29 00:38 by-path
    crw-rw----+ 1 root root 116, 5 Oct 29 00:38 controlC0
    crw-rw----+ 1 root root 116, 4 Oct 29 00:38 hwC0D0
    crw-rw----+ 1 root root 116, 3 Oct 29 00:38 pcmC0D0c
    crw-rw----+ 1 root root 116, 2 Oct 29 01:53 pcmC0D0p
    crw------- 1 root root 116, 1 Oct 29 00:38 seq
    crw-rw----+ 1 root root 116, 33 Oct 29 00:38 timer
    $ lsmod | grep '^snd' | column -t
    snd_hda_codec_realtek 52245 1
    snd_hda_intel 22256 1
    snd_hda_codec 83677 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 61470 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 5869 2 snd_pcm,snd_hda_intel
    snd_timer 14902 1 snd_pcm
    snd 44874 8 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    If I run 'fuser -v /dev/snd/*' I get nothing (blank) and if I run 'fuser -v /dev/dsp' I get file not found. I've also done 'amixer sset Master unmute' and 'speaker-test'. Everything seems OK, except that I can't hear anything!
    Any help or suggestions that could point me in the right direction would be greatly appreciated.
    Last edited by vrg (2012-10-29 07:25:36)

    Thanks Rasi. Incidentally, I just solved the issue a few minutes ago and was about to post the answer, but yes, you are right... the device was muted. It's embarrassing, but it did not seem obvious to me that the device was muted... All the sliders seemed OK, with nice, green values between 50 and 100. Also, the LXDE volume control was unmuted with a value between 50% and 100%, and I ran the 'amixer sset Master unmute' command several times. Clearly, this command does not do the job.
    What I was missing is nicely described in the PulseAudio troubleshooting:
    If one experiences no audio output via any means while using ALSA, attempt to unmute the sound card. To do this, launch alsamixer and make sure each column has a green 00 under it (this can be toggled by pressing 'm')
    I was not pressing 'm'... I know it's on the wiki, but this did not seem to be a PulseAudio issue, which was working perfectly yesterday and was not upgraded, so the PulseAudio troubleshooting was not the first place I looked for solutions. I wonder why the device got muted in the first place.
    Thanks again for the help!

  • Lack of 3g after system update

    Hello :-)
    It's problem with Xperia E dual
    Few days ago I updated the system to the 4.1.1 version (compilation 11.3.A.1.39).
    Unfortunatelly after updating I've discovered that smartphone don't works with 3G. On the display I've only icon "E". Before updating there was typically "H". Of course now the transfer is slower than before and of course I'm not happy of that.
    I try to solve this problem - choose in menu list of available provider and... there are only 2G nets. Because I've functioning still in the same place of live and the problem has occured after the updating I'm sure that it's strictly connected.
    Is there any solution for that?
    Another problem is with trying to call. After system updating typically twice a day I have to restart smartphone because it's totally hanged. No one can connect with me and I can't call to anybody. Smartphone looks normally and doesn't give any siglan that something is wrong. But when I try to connect to somebody I direst the number and... there is no signal at all. After few seconds telephon return to main menu. There is also no record about this trial of connection in the list of done connections. It's very uncomfortable situation.
    Sure, there are also some adventages with the system updating but problems mentioned above are really annoing.
    Have you any solutions for it?
    Thanks in advance.
    Rafal
    Solved!
    Go to Solution.

    Hi, try repairing phone software with PC Companion or Update Service.
    http://www.sonymobile.com/gb/tools/pc-companion/
    http://www.sonymobile.com/gb/tools/update-service/
    Be aware that this will erase phone data completely, backup if necessary.
    Before proceeding with software repair, confirm with your Network Operator that there is nothing wrong with the network. Also, remove and reinsert SIM card and try again (have a close look at the contact surface, ensure that it is relatively clean).
    Don't forget to mark correct answer as Accepted Solution.
    If you find the post helpful, press Kudos.

  • Moto X 2nd 2014 error after lollipop update

    I've got moto x xt1096, and faced with terrible bug after update to 5.0.
    Time to time on day faced with crash and restart of stock launcher with error "unfortunatelly google search (or app) has stopped"
    I made a topic on motorola forum, but didn't find solution as yet. (tried to make FDR, safe mode, clean cache/data etc.)
    Error after lollipop update . All Discussions (996) . MOTO X™ 2nd Gen . Forum . Motorola Owners' Forum
    does anyone faced with that issue too?
    And maybe someone know any date about 5.0.2 or other update for xt1096, maybe in next update it will be fixed?

    Looks like it's been released:
    Android 5.0 Lollipop Now Rolling out to the Verizon Moto X 2014 | Androidheadlines.com

  • I keep getting a msvcr80.dll error after iTunes update failed?

    I keep getting a msvcr80.dll error after iTunes update failed?

    Seems the base of the problem is the update installation does not change the libraries but the software wants to see them changed.  So the user has to go clear out all software that shares the libraries and then install the full version so they are rebuilt properly.

  • How to turn off alarm after system update?

    I get alarm when restarting my T400 after system update. Can anyone give me suggestions to turn off this alarm?
    Thanks,

    I have no display > powercontrol in openbox, gnome or fluxbox, What are you talking about?

  • N97 system error after software update

    hello there...
    I've recently updated my N97 software to 21.0.045 (the last one)... and right after the update is finished, it gave me "system error" on installing... and now I can't get access to the clock, the calender and others... it even stops responding for a while each time I open sittings... and there is no theme effects when the screen flips to landscape even if it is on... please people, I really need help in that, the clock, alarms and the calender are soooo important for me !!!
    thanks
    Any fool can make things bigger, more complex and more violent. It takes a touch of genius and a lot of courage to move in the opposite direction.
    Solved!
    Go to Solution.

    psychomania wrote:
    I'm not being offensive. Just stating facts.
    I am simply highlighting the fact so that the user will see it and be aware of what you suggested would do.  Sorry if you took offence at that but the user comes first.
    of course customer first , i'm doing this with happiness , cause i'll be very happy to help them without reaso
    psychomania wrote:
    starting petty arguments to cover up your mistakes like you did yesterday. 
    i'm not covering up my mistakes , what mistakes do u mean ?? yesterday , i said that i said that because it's in Nokia warranty of the authourised nokia resellers in my region and didn't know that this doesn't apply all over the world
    psychomania wrote:
    This forum exists to help people, not for you to spam posts without thinking about the consequences.
    it's not for me, it's for all NOKIA users, and i'm not spamming as if i was that, so how could i stay all that time, solving others problems with alot of thanx
    even if i solved 2 problems , that proves that i'm not spamming
    so .... welcome bro in NOKIA USERS discussion board
    -you can show appreciation to my posts if it helped or useful by pressing the green Kudo star beside my post that hepled
    -if my answer was the solution , so click accept as solution button
    Started From Nokia 3310 , Now with Nokia N97 v.22.0.110 + N900 PR1.2

  • [Solved] Audio dead after system update

    I was having a difficult time with network issues so I did a system update last night, and while it cured my network woes something broke my sound which was working fine before. I use MPD and Ario to play music and VLC to play video and both have no sound. I tried everything in the wiki to no avail, and searched the BBS for ideas (I always use startx).
    I did several lsmod, aplay -l, aplay -L, etc commands and everything looks just the same as before the update. I checked audio levels in alsamixer, and even tried to install pulseaudio on top of several reboots and adding myself to audio. The only thing else that might help is I hear a pop from my speakers every so often. I don't know what else to provide that could help. It's hard for me to figure out because everything looks normal, and the cards are even being initialized as far as I can tell.
    Last edited by zerologik (2013-03-05 04:56:29)

    lsmod |grep "snd"
    snd_hda_codec_hdmi 27561 1
    snd_hda_codec_realtek 61729 1
    snd_hda_intel 27668 11
    snd_hda_codec 100743 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6429 1 snd_hda_codec
    snd_pcm 77827 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7427 2 snd_pcm,snd_hda_intel
    snd_timer 18935 1 snd_pcm
    snd 60157 29 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5443 1 snd
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC888-VD Analog [ALC888-VD Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC888-VD Digital [ALC888-VD Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default:CARD=SB
    HDA ATI SB, ALC888-VD Analog
    Default Audio Device
    sysdefault:CARD=SB
    HDA ATI SB, ALC888-VD Analog
    Default Audio Device
    front:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    Front speakers
    surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC888-VD Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=NVidia,DEV=0
    HDA NVidia, HDMI 0
    HDMI Audio Output
    hdmi:CARD=NVidia,DEV=1
    HDA NVidia, HDMI 1
    HDMI Audio Output
    Everything looks normal to me, unless I'm missing some crucial detail somewhere.
    *EDIT: I went ahead and tried a few more things and reread the PulseAudio entry in the wiki and used pavucontrol as a last ditched effort and found that after the update it seems the soundcard became muted somehow even though I never had pulse installed before on this machine.
    I should have tried that first, sorry for anyone who wasted their time on this thread and a good lesson for fellow newbies is to always try control packages first before moving onto other means/making a thread. Marking this as solved.
    Last edited by zerologik (2013-03-05 04:56:06)

  • [SOLVED] tp_smapi fails after system update (to 2.6.39)

    I am currently running Arch Linux on my ThinkPad X41.
    I am having troubles trying to get tp_smapi work on my system after the full system update that I did yesterday. I jumped from (12.2010) 2.6.36 to kernel 2.6.39. Since yesterday, tp_smapi was working perfectly, but after the update, it seems that the new kernel cannot recognize the tp_smapi module. I tried to remove and insert it again with modprobe tp_smapi, but I am getting: "FATAL: Module tp_smapi not found" every time.
    As I have build tp_smapi from AUR, I removed it with pacman -Rd tp_smapi and installed my package again. Even removed hdapsd and reinstalled it again after tp_smapi and I am getting the same - the module could not be found.
    I saw that there is a slightly newer tp_smapi in AUR, but currently I am not able to build the package, as I am getting some build() errors like: "gcc: error -pg and -fomit-frame-pointer are incompatible."
    This PKGBUILD seems a patch for 2.6.37 kernel and probably could not build directly under the new kernel. Anyway, I am still not able to bring the good old tp_smapi to working condition.
    Anyone with a working solution about this?
    edit: I have posted this in another thread, but hope this should be useful in a separate topic.
    Last edited by dir2cas (2011-07-14 08:35:18)

    Hey, SUCCESS out here...
    @whompus, thanks so much for the precious advices and clues.
    First, I looked into this thread (very useful as well): https://bbs.archlinux.org/viewtopic.php?id=80138
    Following it, I found out a new gcc CFLAG argument, primary used in newer gcc versions (after gcc v4.2)
    -march=native
    According to the information, given it should automatically detects the features your CPU supports and sets the options appropriately.
    Setting my /etc/makepkg.conf accordingly, and adding some other useful options, my tp_smapi package build succeded.
    My new /etc/makepkg.conf
    [dir2cas@X41 ~]> cat /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    #-- Exclusive: will only run on i686
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    # Default i686 architecture flags
    # CARCH="i686"
    # CHOST="i686-pc-linux-gnu"
    # CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
    # CXXFLAGS="${CFLAGS}"
    # Athlon XP/Thunderbird XP/Duron Palomino/Duron architecture flags
    # CARCH="i686"
    # CHOST="i686-pc-linux-gnu"
    # CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
    # CXXFLAGS="${CFLAGS}"
    # Pentium M Dothan/Celeron M architecture flags
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    #CFLAGS="-march=pentium-m -O2 -pipe -msse2 -fomit-frame-pointer"
    CFLAGS="-march=native -O2 -pipe -msse2 -mtune=native"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.gz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    tp_smapi package build
    [dir2cas@X41 abs]> tar xzvf tp_smapi.tar.gz
    tp_smapi/
    tp_smapi/fix_hdaps_orientation.patch
    tp_smapi/PKGBUILD
    tp_smapi/tp_smapi.install
    tp_smapi/fix_for_2.6.37.patch
    tp_smapi/tp_smapi.patch
    [dir2cas@X41 abs]>
    [dir2cas@X41 abs]>
    [dir2cas@X41 abs]>
    [dir2cas@X41 abs]> cd tp_smapi/
    [dir2cas@X41 tp_smapi]> ll
    total 32K
    drwxr-xr-x 2 dir2cas users 40 Apr 10 14:34 ./
    drwxr-xr-x 3 dir2cas users 4.0K Jul 14 00:52 ../
    -rw-r--r-- 1 dir2cas users 2.0K Apr 10 14:16 PKGBUILD
    -rw-r--r-- 1 dir2cas users 1.1K Jan 7 2011 fix_for_2.6.37.patch
    -rw-r--r-- 1 dir2cas users 535 Apr 10 14:16 fix_hdaps_orientation.patch
    -rw-r--r-- 1 dir2cas users 124 Apr 10 14:17 tp_smapi.install
    -rw-r--r-- 1 dir2cas users 678 Jan 1 1970 tp_smapi.patch
    [dir2cas@X41 tp_smapi]>
    [dir2cas@X41 tp_smapi]>
    [dir2cas@X41 tp_smapi]>
    [dir2cas@X41 tp_smapi]> makepkg -s
    ==> Making package: tp_smapi 0.40-5 (Thu Jul 14 00:52:29 EEST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading tp_smapi-0.40.tgz...
    --2011-07-14 00:52:30-- http://downloads.sourceforge.net/sourceforge/tpctl/tp_smapi-0.40.tgz
    Resolving downloads.sourceforge.net... 216.34.181.59
    Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://downloads.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz [following]
    --2011-07-14 00:52:31-- http://downloads.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz
    Reusing existing connection to downloads.sourceforge.net:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://sunet.dl.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz [following]
    --2011-07-14 00:52:31-- http://sunet.dl.sourceforge.net/project/tpctl/tp_smapi/0.40/tp_smapi-0.40.tgz
    Resolving sunet.dl.sourceforge.net... 194.71.11.73
    Connecting to sunet.dl.sourceforge.net|194.71.11.73|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 39002 (38K) [application/x-gzip]
    Saving to: `tp_smapi-0.40.tgz.part'
    100%[===================================================================>] 39,002 201K/s in 0.2s
    2011-07-14 00:52:32 (201 KB/s) - `tp_smapi-0.40.tgz.part' saved [39002/39002]
    -> Found fix_for_2.6.37.patch
    -> Found fix_hdaps_orientation.patch
    -> Found tp_smapi.patch
    ==> Validating source files with md5sums...
    tp_smapi-0.40.tgz ... Passed
    fix_for_2.6.37.patch ... Passed
    fix_hdaps_orientation.patch ... Passed
    tp_smapi.patch ... Passed
    ==> Validating source files with sha256sums...
    tp_smapi-0.40.tgz ... Passed
    fix_for_2.6.37.patch ... Passed
    fix_hdaps_orientation.patch ... Passed
    tp_smapi.patch ... Passed
    ==> Extracting Sources...
    -> Extracting tp_smapi-0.40.tgz with bsdtar
    ==> Starting build()...
    patching file Makefile
    patching file thinkpad_ec.c
    patching file tp_smapi.c
    patching file hdaps.c
    make -C /lib/modules/2.6.39-ARCH/build M=/home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40 O=/lib/modules/2.6.39-ARCH/build modules
    make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
    CC [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.o
    /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.c: In function 'check_dmi_for_ec':
    /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.c:468:1: warning: the frame size of 1328 bytes is larger than 1024 bytes [-Wframe-larger-than=]
    CC [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.o
    CC [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.o
    Building modules, stage 2.
    MODPOST 3 modules
    CC /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.mod.o
    LD [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.ko
    CC /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.mod.o
    LD [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.ko
    CC /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.mod.o
    LD [M] /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    make: Entering directory `/usr/src/linux-2.6.39-ARCH'
    INSTALL /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/hdaps.ko
    INSTALL /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/thinkpad_ec.ko
    INSTALL /home/dir2cas/devel/abs/tp_smapi/src/tp_smapi-0.40/tp_smapi.ko
    DEPMOD 2.6.39-ARCH
    make: Leaving directory `/usr/src/linux-2.6.39-ARCH'
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: tp_smapi 0.40-5 (Thu Jul 14 00:52:37 EEST 2011)
    [dir2cas@X41 tp_smapi]> ll
    total 100K
    drwxr-xr-x 4 dir2cas users 88 Jul 14 00:52 ./
    drwxr-xr-x 3 dir2cas users 4.0K Jul 14 00:52 ../
    -rw-r--r-- 1 dir2cas users 2.0K Apr 10 14:16 PKGBUILD
    -rw-r--r-- 1 dir2cas users 1.1K Jan 7 2011 fix_for_2.6.37.patch
    -rw-r--r-- 1 dir2cas users 535 Apr 10 14:16 fix_hdaps_orientation.patch
    drwxr-xr-x 3 dir2cas users 24 Jul 14 00:52 pkg/
    drwxr-xr-x 3 dir2cas users 40 Jul 14 00:52 src/
    -rw-r--r-- 1 dir2cas users 22K Jul 14 00:52 tp_smapi-0.40-5-i686.pkg.tar.gz
    -rw-r--r-- 1 dir2cas users 39K Dec 16 2008 tp_smapi-0.40.tgz
    -rw-r--r-- 1 dir2cas users 124 Jul 14 00:52 tp_smapi.install
    -rw-r--r-- 1 dir2cas users 678 Jan 1 1970 tp_smapi.patch
    Thanks alot!
    Last edited by dir2cas (2011-07-13 22:06:58)

  • [SOLVED] Exaile doesn't start after system update

    Hi,
    After last system update Exaile won't start I've searched forum and web and can't find solution for that.
    [lukasz@myhost ~]$ exaile
    Traceback (most recent call last):
    File "/usr/lib/exaile/exaile.py", line 32, in <module>
    import gobject
    ImportError: No module named gobject
    As You can see it says something about gobject.
    BTW. After update I also hav problems with catalyst from AUR, my Gnome wasn't starting so I had to replace it with opensource ATI drivers,
    another problem is that everytime I startup gnome it's uing very small fonts, and I have to manually change it to one I had before.
    Please help,
    Regards,
    Lukasz
    Last edited by skraburski (2009-05-31 11:18:25)

    Problem solved, had to reinstall pygobject. It looks like after last update many pacakges were corrupted and now Ia have to reinstall them, do You know any way to automatically reinstall all corrupted packages?
    Regards,
    Lukasz

  • [SOLVED] pure-ftpd no longer works after system update

    Hi,
    I made a system update today and since pure-ftpd doesn't want to start it just display "[FAIL]" but I don't have any error message.
    Is it possible to see the the error log of pure-ftpd ?
    Do you have any idea of how getting it working again?
    Thanks
    Last edited by clems45 (2011-04-02 21:41:23)

    I tried to check the version of pure-ftpd: pure-ftpd -V and it replies:
    pure-ftpd: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory
    but mysql client is installed properly! I tried to reinstall it but it changed nothing

  • [solved] Pulseaudio doesn't detect sound card after system update

    Before a recent system update I had pulseaudio working flawlessly, but after doing a recent system update with pacman -Syu,
    pulseaudio no longer sees my sound card and only displays the Dummy audio device.  Among the packages updated that I can
    remember off the top of my head are the Linux keneral, udev, kmod, instead of trying to roll back my system I figured I would try
    to fix the issue.  The only thing suggested in the Pulseaudio wiki is that a asound.conf directory is overriding the /etc/asound.conf
    file which is not the case on my system.
    Looking at the output from lsmod I can see where the kernel modules for the sound card is getting loaded
    snd_hda_intel 23375 0
    snd_hda_codec 89160 3 snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
    snd_hwdep 6389 1 snd_hda_codec
    snd_pcm 74780 3 snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi
    snd_page_alloc 7153 2 snd_pcm,snd_hda_intel
    snd_timer 19544 1 snd_pcm
    and looking at the output from the ps command I can see that pulseaudio is getting started
    1190 ? S<l 0:00 /usr/bin/pulseaudio --start
    1195 ? S 0:00 \_ /usr/lib/pulse/gconf-helper
    but pacmd list still reports this
    0 card(s) available.
    0 sink input(s) available.
    0 source outputs(s) available.
    0 cache entrie(s) available.
    Here is the output of pacmd dump if it helps
    ### Configuration dump generated at Thu Feb 16 08:45:56 2012
    load-module module-device-restore
    load-module module-stream-restore
    load-module module-card-restore
    load-module module-augment-properties
    load-module module-udev-detect tsched=0
    load-module module-jackdbus-detect
    load-module module-bluetooth-discover
    load-module module-esound-protocol-unix
    load-module module-native-protocol-unix
    load-module module-gconf
    load-module module-default-device-restore
    load-module module-rescue-streams
    load-module module-null-sink sink_name=auto_null sink_properties='device.description="Dummy Output"'
    load-module module-always-sink
    load-module module-intended-roles
    load-module module-suspend-on-idle
    load-module module-console-kit
    load-module module-position-event-sounds
    load-module module-cork-music-on-phone
    load-module module-filter-heuristics
    load-module module-filter-apply
    load-module module-dbus-protocol
    load-module module-x11-publish display=:0.0
    load-module module-cli-protocol-unix
    set-sink-volume auto_null 0x10000
    set-sink-mute auto_null no
    suspend-sink auto_null yes
    set-source-volume auto_null.monitor 0x10000
    set-source-mute auto_null.monitor no
    suspend-source auto_null.monitor yes
    set-default-sink auto_null
    set-default-source auto_null.monitor
    ### EOF
    EDIT: I should also add that fuser -v /dev/snd/* returns nothing and fuser -v /dev/dsp returns "Specified filename /dev/dsp does not exist".
    Last edited by vendion (2012-03-02 23:26:28)

    Digging into this further aplay -L gives different output based off of whether or not I ran is as my normal user or with sudo/as root.
    As a user (which is how pulseaudio is also being ran):
    > aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    as root it does see both my sound cards when I run it with sudo or as root:
    > sudo aplay -L
    Password:
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=SB
    HDA ATI SB, ALC887-VD Analog
    Default Audio Device
    front:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    Front speakers
    surround40:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=SB,DEV=0
    HDA ATI SB, ALC887-VD Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=HDMI,DEV=0
    HDA ATI HDMI, HDMI 0
    HDMI Audio Output
    This behavior is confusing to me, and if someone knows what is going on and how to fix it I really want to get sound with pulseaudio working and have sound again.

  • [SOLVED]wlanwep encryption is failing after system update(pacman -Syu)

    After a system update with "pacman -Syu" my wlan encryption does not work anymore.
    If I switch off encryption on my access point, I can communicate without any problems.
    I have currently two wlans active, one with encryption, one without. I use the following iwconfig settings
    iwconfig wlan0 essid my_open_wlan
    iwconfig wlan0 essid my_wep_wlan key s:my_wep_password
    In the first case I get the connection, in the second I cannot transmit over the network(Destination Host Unreachable).
    lspci:
    07:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
    iwconfig:
    wlan0 IEEE 802.11bgn ESSID:"wlan_2012"
    Mode:Managed Frequency:2.437 GHz Access Point: 00:04:0E:57:4E:27
    Bit Rate=1 Mb/s Tx-Power=13 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=39/70 Signal level=-71 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:44 Invalid misc:43 Missed beacon:0
    ip addr:
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether ec:55:f9:1d:bf:41 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.11/24 brd 192.168.1.255 scope global wlan0
    inet6 fe80::ee55:f9ff:fe1d:bf41/64 scope link
    valid_lft forever preferred_lft forever
    This is the output for the open wlan. If I try to connect to the encrypted wlan with "iwconfig wlan0 essid "my_encr_wlan" key s:my_wep_password", the iwconfig command gives me:
    wlan0 IEEE 802.11bgn ESSID:"wlan_2007"
    Mode:Managed Frequency:2.452 GHz Access Point: D8:5D:4C:FA:24:0D
    Bit Rate=5.5 Mb/s Tx-Power=13 dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=33/70 Signal level=-77 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:2 Invalid misc:1 Missed beacon:0
    I have tried wpa_supplicant as well with the same result.
    Can anybody give me hint?
    Regards
    Helmut
    Last edited by helmut (2012-03-05 16:31:25)

    Wep and ath9k has been buggy for me for a long time now - sometimes it works, sometimes it doesn't. Never got around it, adding "options ath9k nohwcrypt=1" into /etc/modprobe.d/ath9k.conf seemed to work for some time. You could give it a try. The network I have problems with is at the university, they use wep + vpn to connect. I can connect fine (like in your last iwconfig), but dhcpd times out.
    If you have control over the network, you could just switch to wpa - safer anyway. Or search the forum for "atheros wep", it is a somewhat common problem I think.
    P.S.: please use code tags when posting console output.
    Last edited by hokasch (2012-02-18 14:48:24)

  • Strange error with authentication after system update

    After a system update i get this strange thing in authentication.
    see image:
    Can anyone tell me what's this? Is this a virus?
    Thanks

    That is not a virus. That's a font problem, most likely a corrupt font cache. Try restarting in safe mode, then restart normally. (This will clear some of the font caches, among other things.)
    If that doesn't fix it, try some of the other fixes mentioned here:
    https://discussions.apple.com/thread/3273445?start=0&tstart=0

  • Can't boot after system update: unknown filesystem type

    After running a system update, including updating the kernel, I can't boot to the new kernel.
    On booting, grub loads the kernel image, runs/loads udev, but then fails to mount the root partition with error:
    mount: unknown filesystem type 'ext4'
    I have tried reinstalling the 'linux' package via packman several times, also trying the --recursive argument to make sure all my dependencies were there, and after days of googling and tweaking my system, I'm at a loss.
    Thank goodness I happened to keep a spare kernel laying around in /boot.
    Thanks in advance.
    Last edited by jackrabbit (2012-03-22 23:25:28)

    The OP can read their partition initially though, it's only after udev that they can't.
    Also, try adding "rootfstype=ext4" to your grub kernel line. Is your /boot on a separate partition or part of your / partition?

Maybe you are looking for

  • Link in banner shud open in new window!!

    i have added an image which connects to my parents or main site (which is different from current on which i am working on) now when i click on this it is opening in the same page, i want to open it in new window how to do it? pl. note i don't want us

  • Importing photos from iPhone into iPhoto

    For some reason, I cannot seem to get iPhoto to recognize my iPhone anymore. I just need to pull photos of iPhone camera into iPhoto so I can make a book. Any suggestions? Thanks.

  • What is the criteria for Auto reconciliation

    Hi, My system version is 2007A pl46. I wonder if anyone please tell me how the system does automatic internal reconciliation. I know there are a few matching rules that I can choose to use, such as ref, dates.  I want to skip all these, as they are n

  • How can I find the position of a robotic arm with a cFP-CTR card?

    Hello, I use a CTR-500 to measure the pulses of 3 encoders. The encoders are related to the 3 axis (x,y,z), to which a robotic arm is moving. Each encoder has 2 channels (A,B) which go to each pair of Count Inputs of the CTR card. When the robotic ar

  • Deletion Query takes too long

    I have two tables with exactly the same structure. The table 1 gets data and one procedure reads that data and inserts them into another table (table2) for processing them. I have a delete query which is taking too long to execute. The query is as fo