[Solved] Cannot start firestarter (because of configuration)

Hello,
I installed firestarter and pacman said:
--> This version comes with a system init script now. You have to run the
--> "firestarter" executable from the command line (in an X driven console)
--> first to generate the initial start-up scripts.
Nevertheless, when I execute firestarter (as root and after xhost +) I get a window saying:
A proper configuration for Firestarter was not found. If you are running Firestarter from the directory you built it in,
run 'make install-data-local' to install a configuration, or simply 'make install' to install the whole program.
Firestarter will now close.
Any help? Thank you in advance.
Last edited by alleluia20 (2009-04-27 17:16:01)

OK, I got the fix from http://bbs.archlinux.org/viewtopic.php?id=57454
In a shell inside an X environment, make xhost + as local user, become root and run
dbus-launch firestarter

Similar Messages

  • Moved my library to an external hard drive. Now I get this message when trying to import video: Cannot start ingest because there is no storage location set. Please set one under Storage in Preferences and try again.

    I recently moved my iMovie Library and all of its contents to an external hard drive.  I then erased the library and all of its contents from my iMac HD and created a new library.  Now when I try to import video from my DV camera I get this message: Cannot start ingest because there is no storage location set. Please set one under Storage in Preferences and try again.  There is no way to set a storage location in Preferences.  I have chosen an Event in the middle drop down box.  But it still will not import.  Any help will be greatly appreciated.

    My iTunes library is set up the way I said in the top post and works totally fine.
    Yes, and that is the default structure to which I was referring.  iTunes will organize it that way automatically unless people do start changing settings (in which case they should know what they are doing and how iTunes works with library files and media structure.)
    Both ways work, the advantages of mine would be that should iTunes try looking fo a library, it will always be in the default location.
    It makes people think they have to change media location in preferences.  They do not unless they want to relocate media only and leave other things on their internal drive (in which case there is no point in copying library files to the external, and you certainly wouldn't want to then delete them from your internal).
    Downside is that then should someone move their iTunes library to anther computer they need to remember to get those library files on the external hard drive.
    Just copy the whole iTunes folder and it will get the library files to the other drive in one step, along with all the other files.
    Your post has good stuff but it makes a move appear intimidating and look like people have to do a lot of organizing to move the collection.  It also throws in  extra steps (namely altering preference settings) that could cause confusion or even make a mess of things.  If people leave iTunes to default preference settings (which most people do) the move summarizes into a short line:  Copy a folder and hold an extra button the next time you start iTunes.
    Note that the instructions in the link I provided earlier do also include many steps, but those are to ensure that everybody does have it all organized correctly before simply copying the iTunes folder.  In the end it is just a simple action.

  • The good ol''We cannot start skype because your sy...

    So one day I start skype and got the famous ''We cannot start skype because your system is unavailable'' error message. So I restarted my PC at first, than did this http://community.skype.com/t5/Windows-desktop-client/Cannot-start-Skype-because-system-is-unavailabl... ,changed my password, try'd to connect whit both my Microsoft account and Facabook, re-install Skype, made sure it was the good version...But nothing. Nothing fixed it and I'm here wondering if I'm a lost cause. Pls send help

    Reboot your computer in Safe Mode with Networking and then try to start Skype.

  • [SOLVED] Cannot start mysqld after switching to MariaDB

    Hey guys,
    I just switched to MariaDB as recommended.
    After installing MariaDB and running
    systemctl start mysqld
    , I get this error message:
    Job for mysqld.service failed.
    journal:
    systemd[1]: Starting MariaDB database server...
    mysqld[9358]: 130326 0:27:17 InnoDB: The InnoDB memory heap is disabled
    mysqld[9358]: 130326 0:27:17 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    mysqld[9358]: 130326 0:27:17 InnoDB: Compressed tables use zlib 1.2.7
    mysqld[9358]: 130326 0:27:17 InnoDB: Initializing buffer pool, size = 128.0M
    mysqld[9358]: 130326 0:27:17 InnoDB: Completed initialization of buffer pool
    mysqld[9358]: 130326 0:27:17 InnoDB: highest supported file format is Barracuda.
    mysqld[9358]: 130326 0:27:17 InnoDB: Waiting for the background threads to start
    mysqld[9358]: 130326 0:27:18 Percona XtraDB (http://www.percona.com) 5.5.30-MariaDB-30.1 started; log sequence number 46580545
    mysqld[9358]: 130326 0:27:18 [ERROR] mysqld: Got error 'Size of control file is smaller than expected' when trying to use aria control file '/var/lib/mysql/aria_log_control'
    mysqld[9358]: 130326 0:27:18 [ERROR] Plugin 'Aria' init function returned error.
    mysqld[9358]: 130326 0:27:18 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
    mysqld[9358]: 130326 0:27:18 [ERROR] Aria engine is not enabled or did not start. The Aria engine must be enabled to continue as mysqld was configured with --with-aria-tmp-tables
    mysqld[9358]: 130326 0:27:18 [ERROR] Aborting
    mysqld[9358]: 130326 0:27:18 InnoDB: Starting shutdown...
    mysqld[9358]: 130326 0:27:19 InnoDB: Shutdown completed; log sequence number 46580545
    mysqld[9358]: 130326 0:27:19 [Note] /usr/bin/mysqld: Shutdown complete
    systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
    Last edited by lonaowna (2013-03-26 01:23:20)

    Hi ! I come here because I have a trouble since the last update of Mysqld :
    I cannot start the daemon with
    sudo systemctl start mysqld
    I have these problems when i look in journalctl -xn :
    mars 26 00:22:14 server mysqld[11593]: InnoDB: Error: log file ./ib_logfile0 is of different size 0 3174400 bytes
    mars 26 00:22:14 server mysqld[11593]: InnoDB: than specified in the .cnf file 0 5242880 bytes!
    mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Plugin 'InnoDB' init function returned error.
    mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Unknown/unsupported storage engine: InnoDB
    mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [ERROR] Aborting
    mars 26 00:22:14 server mysqld[11593]: 130326 0:22:14 [Note] /usr/bin/mysqld: Shutdown complete
    mars 26 00:22:14 server systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE
    When I try with mysqld, I have
    130326 0:23:21 [Warning] Can't create test file /var/lib/mysql/server.lower-test
    130326 0:23:21 [Warning] Can't create test file /var/lib/mysql/server.lower-test
    mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 13)
    130326 0:23:21 [ERROR] Aborting
    130326 0:23:21 [Note] mysqld: Shutdown complete
    And when I look in /var/lib/mysql/server.err I have these lines
    130207 23:32:56 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
    130322 00:25:27 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    130322 0:25:27 InnoDB: The InnoDB memory heap is disabled
    130322 0:25:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    130322 0:25:27 InnoDB: Compressed tables use zlib 1.2.7
    130322 0:25:27 InnoDB: Initializing buffer pool, size = 128.0M
    130322 0:25:27 InnoDB: Completed initialization of buffer pool
    130322 0:25:27 InnoDB: highest supported file format is Barracuda.
    InnoDB: Error: tried to read 65536 bytes at offset 0 3173376.
    InnoDB: Was only able to read 1024.
    InnoDB: Fatal error: cannot read from file. OS error number 17.
    130322 0:25:30 InnoDB: Assertion failure in thread 139785666135872 in file os0file.c line 2538
    InnoDB: We intentionally generate a memory trap.
    InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
    InnoDB: If you get repeated assertion failures or crashes, even
    InnoDB: immediately after the mysqld startup, there may be
    InnoDB: corruption in the InnoDB tablespace. Please refer to
    InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
    InnoDB: about forcing recovery.
    23:25:30 UTC - mysqld got signal 6 ;
    This could be because you hit a bug. It is also possible that this binary
    or one of the libraries it was linked against is corrupt, improperly built,
    or misconfigured. This error can also be caused by malfunctioning hardware.
    We will try our best to scrape up some info that will hopefully help
    diagnose the problem, but since we have already crashed,
    something is definitely wrong and this may fail.
    key_buffer_size=16777216
    read_buffer_size=262144
    max_used_connections=0
    max_threads=151
    thread_count=0
    connection_count=0
    It is possible that mysqld could use up to
    key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 134074 K bytes of memory
    Hope that's ok; if not, decrease some variables in the equation.
    Thread pointer: 0x0
    Attempting backtrace. You can use the following information to find out
    where mysqld died. If you see no messages after this, something went
    terribly wrong...
    stack_bottom = 0 thread_stack 0x40000
    /usr/bin/mysqld(my_print_stacktrace+0x29)[0x78ae99]
    /usr/bin/mysqld(handle_fatal_signal+0x471)[0x67ad71]
    /usr/lib/libpthread.so.0(+0xf1e0)[0x7f226299a1e0]
    /usr/lib/libc.so.6(gsignal+0x35)[0x7f22615612c5]
    /usr/lib/libc.so.6(abort+0x148)[0x7f2261562748]
    /usr/bin/mysqld[0x8f2ac0]
    /usr/bin/mysqld[0x8af1a0]
    /usr/bin/mysqld[0x8e187c]
    /usr/bin/mysqld[0x8e75ef]
    /usr/bin/mysqld[0x834204]
    /usr/bin/mysqld[0x7fe61f]
    /usr/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x67ccf1]
    /usr/bin/mysqld[0x59ad94]
    /usr/bin/mysqld(_Z11plugin_initPiPPci+0xa42)[0x59f342]
    /usr/bin/mysqld[0x524328]
    /usr/bin/mysqld(_Z11mysqld_mainiPPc+0x447)[0x529187]
    /usr/lib/libc.so.6(__libc_start_main+0xf5)[0x7f226154da15]
    /usr/bin/mysqld[0x51ff89]
    The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
    information that should help you find out what is causing the crash.
    130322 00:25:30 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
    130326 00:24:58 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    130326 0:24:58 InnoDB: The InnoDB memory heap is disabled
    130326 0:24:58 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    130326 0:24:58 InnoDB: Compressed tables use zlib 1.2.7
    130326 0:24:58 InnoDB: Initializing buffer pool, size = 128.0M
    130326 0:24:58 InnoDB: Completed initialization of buffer pool
    InnoDB: Error: log file ./ib_logfile0 is of different size 0 3174400 bytes
    InnoDB: than specified in the .cnf file 0 5242880 bytes!
    130326 0:24:58 [ERROR] Plugin 'InnoDB' init function returned error.
    130326 0:24:58 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    130326 0:24:58 [ERROR] Unknown/unsupported storage engine: InnoDB
    130326 0:24:58 [ERROR] Aborting
    130326 0:24:58 [Note] /usr/bin/mysqld: Shutdown complete
    130326 00:24:58 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
    130326 00:25:33 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
    130326 0:25:33 InnoDB: The InnoDB memory heap is disabled
    130326 0:25:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    130326 0:25:33 InnoDB: Compressed tables use zlib 1.2.7
    130326 0:25:33 InnoDB: Initializing buffer pool, size = 128.0M
    130326 0:25:33 InnoDB: Completed initialization of buffer pool
    InnoDB: Error: log file ./ib_logfile0 is of different size 0 3174400 bytes
    InnoDB: than specified in the .cnf file 0 5242880 bytes!
    130326 0:25:33 [ERROR] Plugin 'InnoDB' init function returned error.
    130326 0:25:33 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    130326 0:25:33 [ERROR] Unknown/unsupported storage engine: InnoDB
    130326 0:25:33 [ERROR] Aborting
    130326 0:25:33 [Note] /usr/bin/mysqld: Shutdown complete
    130326 00:25:33 mysqld_safe mysqld from pid file /var/lib/mysql//server.pid ended
    When I try mysqld_safe, here is what I get
    130326 00:24:58 mysqld_safe Logging to '/var/lib/mysql/server.err'.
    130326 00:24:58 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    130326 00:24:58 mysqld_safe mysqld from pid file /var/lib/mysql/server.pid ended
    Resolution
    ===== It's a good thing to make a post :
    It allows me to order my ideas and I find the solution here http://serverfault.com/questions/104014 … erent-size
    I juste deleted the files /var/lib/mysqld/ib_logfile0 and /var/lib/mysql/ib_logfile1
    First, I had a problem about the file who is in the future (WTF ?:p) But after, it worked !
    Thanks Anyway !
    Last edited by shox (2013-03-25 23:51:43)

  • Has anyone recieve the msg. this app cannot be downlowed because mis-configuration?

    I keep receiving the msg when I try to download Acrobat. " Sorry an error has occured, this application cannot be installed because this installer has been mis-configured. Please contact the app auther for assistance"  This comes up each and every time I try to down load Acrobat. I do have adobe ond other such programs on my systems. Any feed back or answers would be appreciated.

    What OS?
    What browser?

  • Cannot start server, because cannot open .CMD file?

    I am a new person to the web logic server. After I install it from the CD coming
    with the book "j2ee applications and bea weblogc server", I found that I cannot
    start the default server at all. When I click start->program->...->start default
    server, there is always a dialog box asking me to find a proper file to pen the
    "startWebLogic.cmd" file. I donot know why it seems that my windows 98 machine
    cannot open the .cmd file.
    Could you please help me out of this problem? I searched throught this newsgroup,
    but it seems taht nobody ever had a similar problem.
    Thank you very much!
    Joanne

    A glance reveals that neither Windoze ME nor 98 is supported as a server platform,
    and 98' is only supported as a client for version 4.5.1. No joy.
    Speaking from experience, the worst part of working with a book like this is installation.
    I have an 'Oracle 81 Starter Kit' book at home gathering dust because I simply
    could not get it to install, not being an experienced Oracle DBA.
    This one looks better thus far. I'm further along already than I ever got with
    the Oracle book.
    "Michael Girdley" <----> wrote:
    Guys,
    Windows Me is not supported as a server OS.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    Buy the only book covering J2EE & WebLogic 6:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/102-1778325-
    4765749
    "ahmed" <[email protected]> wrote in message
    news:[email protected]..
    hieven i am facing the same problem, i installed it in Windows ME.itwould
    be better if some one can help us, lets hope the best

  • [SOLVED] Cannot start Virtual Network: "out of memory"

    I am attempting to use KVM, Qemu and libvirt to run Windows VM's to test websites in IE. I have gotten everything to work fine except guest to host communication, which obviously is crucial for testing the websites.
    Currently i am using macvtap to setup networking, which works beautifully for everything except host to guest networking. The easiest way seems to be to use isolated virtual networks. However, i cannot start any virtual networks. I have tried from inside virtual manager and inside virsh command prompt. I always get "out of memory". I have googled the error and nobody seems to have this problem.
    One note, I do NOT have a swap drive. Is this needed for virtual networks?
    EDIT:
    I have now tried exactly the same on another, identical computer but with swap drive (16gb) and it did not work there either. Both computers have 8gb ram. Seems to be loads free in tops.
    Last edited by sup3rman (2015-01-23 12:29:50)

    sup3rman wrote:
    I am attempting to use KVM, Qemu and libvirt to run Windows VM's to test websites in IE. I have gotten everything to work fine except guest to host communication, which obviously is crucial for testing the websites.
    Currently i am using macvtap to setup networking, which works beautifully for everything except host to guest networking. The easiest way seems to be to use isolated virtual networks. However, i cannot start any virtual networks. I have tried from inside virtual manager and inside virsh command prompt. I always get "out of memory". I have googled the error and nobody seems to have this problem.
    One note, I do NOT have a swap drive. Is this needed for virtual networks?
    EDIT:
    I have now tried exactly the same on another, identical computer but with swap drive (16gb) and it did not work there either. Both computers have 8gb ram. Seems to be loads free in tops.
    I have the same issue on my install. I got so desperate that I actually wiped my laptop and reinstalled everything, same problem. Out of memory error when trying to create the default network. 16GB of RAM, with 96% of it free when I attempted.

  • [SOLVED] Cannot start JACK as normal user

    Hello,
    I cannot start JACK as non-root user. As root, everything works as expected.  The user is a member of the audio group, but apparently this system is deprecated anyway.
    $ jack_control start
    --- start
    DBus exception: org.jackaudio.Error.Generic: Failed to open server
    This is shown in the "Messages" window of qjackctl:
    18:50:01.392 Patchbay deactivated.
    18:50:01.395 Statistics reset.
    18:50:01.396 ALSA connection change.
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server request channel
    jack server is not running or cannot be started
    18:50:01.404 ALSA connection graph change.
    18:50:02.951 JACK is starting...
    18:50:02.951 /usr/bin/jack_control -v -dalsa -r48000 -p1024 -n2 -D -Chw:USB -Phw:USB
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server request channel
    jack server is not running or cannot be started
    Unknown command '-v'
    Unknown command '-dalsa'
    Unknown command '-r48000'
    Unknown command '-p1024'
    Unknown command '-n2'
    Unknown command '-D'
    Unknown command '-Chw:USB'
    Unknown command '-Phw:USB'
    18:50:03.001 JACK was started with PID=1341.
    18:50:03.006 JACK was stopped successfully.
    This is the "Settings" part of ~/.config/rncbc.org/QJackCtl.conf, but I'm not sure if it has anything to do with the problem, since starting JACK with jack_control doesn't work either:
    [Settings]
    Server=jack_control
    ServerName=
    Realtime=true
    SoftMode=false
    Monitor=false
    Shorts=false
    NoMemLock=false
    UnlockMem=false
    HWMon=false
    HWMeter=false
    IgnoreHW=false
    Priority=0
    Frames=1024
    SampleRate=48000
    Periods=2
    WordLength=16
    Wait=21333
    Chan=0
    Driver=alsa
    Interface=
    Audio=0
    Dither=0
    Timeout=500
    InDevice=hw:USB
    OutDevice=hw:USB
    InChannels=0
    OutChannels=0
    InLatency=0
    OutLatency=0
    StartDelay=2
    Verbose=true
    PortMax=256
    MidiDriver=none
    ServerSuffix=
    I have found similar threads, but all differ from my situation and the solutions suggested do not seem to work for me. Some people suspect PulseAudio to be the culprit, I tried to redirect ALSA to PulseAudio, and that to JACK without any effect. I don't think I use PulseAudio, but then again, I run Gnome, and gnome-settings-daemon seems to depend on it.
    Any suggestions are much appreciated!
    Thank you.
    Last edited by raccoon (2015-04-17 09:29:21)

    ids1024 wrote:I believe Gnome starts pulseaudio automatically. I think you can disable it by setting autospawn to "no" in /etc/pulse/client.conf.  The wiki mentions another way to have pulseaudio use jack.
    Hey ids1024,
    thank you for your answer. I am now using PulseAudio (which was indeed installed before, but somehow didn't start at boot), and it works very well, also with JACK - as long as I run jack_control as root. As a normal user, it's the same issue as before. I'm not sure if PulseAudio has anything to do with that at all.
    EDIT: I installed pulseaudio-alsa. Now I can start JACK as non-root user! However, JACK - although it registers with PulseAudio, as shown by pavucontrol -  doesn't output any sound. Unless I'm root, of course.
    Last edited by raccoon (2014-07-01 19:26:31)

  • [SOLVED] Cannot start i3/ X Server

    Hi,
    I cannot start my x server or i3 and I have no clue why. My setup is up to date. I am running arch inside vmware and probably there lies the problem.
    I normally start i3 using the .xinitrc ("exec i3") if I login from tty1. Doing this now will throw me back to the login screen.
    If I login from another tty and enter "i3" or "X" or "startx" the VM will hang-up. It does not start the xserver nor can I Ctr+C or switch ttys.
    The particular line where it hangs is "Loading extension GLX". On the last successful login (/var/log/Xorg.0.log) directly after this line would be "LoadModule: vmware".
    So my guess is that it's a vmware issue. But I do not know where to look to track down the source of this error.
    I know, that I didn't give you much information. But I didn't find anything suspicious in my logfiles. So if you need something pasted here, please let me know.
    Regards,
    Watnuss
    Last edited by Watnuss (2013-03-05 14:52:27)

    It's a known bug: https://bugs.archlinux.org/task/34040

  • [solved] cannot start firefox after xulrunner update on oct 4

    since upgrading yesterday i cannot start firefox.
    the console gives the following error message:
    Could not find compatible GRE between version 1.9.0.1 and 1.9.0.1.
    A quick google search shows a gentoo bug with the same symptoms - the solution was recompiling firefox. Is anybody else having this problem?
    edit: apparently i had firefox-branded installed and therefore didn't get the upgraded pacman package - could somebody please delete this post? thanks
    Last edited by schuay (2008-10-05 08:02:35)

    no need to delete imho. this post can be useful for other people

  • [SOLVED] Cannot upgrade system because of wlan

    Hi all, since 3 days i cannot upgrade my system because of broadcom wl dependencies and kernel version.
    I tried everything i know to fix this, but nothing happens.
    This is what i get when upgrading
    ┌─[smau @ neplero]-[~]
    └─[21:41:26]-[ $ ]> yaourt --noconfirm -Syu -d --ignore broadcom-wl
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    error: failed to prepare transaction (could not satisfy dependencies)
    :: Starting full system upgrade...
    resolving dependencies...
    :: broadcom-wl: requires kernel26<2.6.33
    ┌─[smau @ neplero]-[~]
    └─[21:41:52]-[ $ ]> uname -a
    Linux neplero 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 x86_64 Genuine Intel(R) CPU U2300 @ 1.20GHz GenuineIntel GNU/Linux
    edit: this is my network card
    ┌─[smau @ neplero]-[~]
    └─[21:57:43]-[ $ ]> lspci | grep Network
    02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
    that doesn't seem to be supported here http://wireless.kernel.org/en/users/Dri … CI_devices
    i've been trying b43 driver, but wl works better for me than b43, so i'd like to stay with it.
    any suggestion?
    thanks
    Last edited by samuele.mattiuzzo (2010-04-13 22:17:32)

    nope, i did it (b43 -w bla bla bla) and all went good (as it said...)
    ┌─[smau @ neplero]-[~/b43/broadcom-wl-4.80.53.0/kmod]
    └─[22:01:19]-[ $ ]> sudo b43-fwcutter -w "/lib/firmware/" wl_apsta.o
    This file is recognised as:
    ID : FW11
    filename : wl_apsta.o
    version : 351.126
    MD5 : 9207bc565c2fc9fa1591f6c7911d3fc0
    Extracting b43/ucode5.fw
    Extracting b43/ucode11.fw
    Extracting b43/ucode13.fw
    Extracting b43/pcm5.fw
    Extracting b43/b0g0initvals5.fw
    Extracting b43/b0g0bsinitvals5.fw
    Extracting b43/a0g0initvals5.fw
    Extracting b43/a0g1initvals5.fw
    Extracting b43/a0g0bsinitvals5.fw
    Extracting b43/a0g1bsinitvals5.fw
    Extracting b43/lp0initvals13.fw
    Extracting b43/lp0bsinitvals13.fw
    Extracting b43/b0g0initvals13.fw
    Extracting b43/b0g0bsinitvals13.fw
    Extracting b43/a0g1initvals13.fw
    Extracting b43/a0g1bsinitvals13.fw
    Last edited by samuele.mattiuzzo (2010-04-13 20:02:35)

  • Cannot start BI services after configuring LDAP integration

    Hi all,
    After configuring LDAP integration with OBIEE , I have stopped all BI services and started again. It throws following error:
    <Nov 24, 2012 2:05:16 PM AST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see th
    ption stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to
    ore information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider>
    <Nov 24, 2012 2:05:16 PM AST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializatio
    tion: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root c
    If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps
    ception: [PolicyUtil] Exception while getting default policy Provider
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception
    trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more in
    ion. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1398)
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
            at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
            at weblogic.security.SecurityService.start(SecurityService.java:141)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provid
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:293)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)
            at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
            at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:899)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)
            at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            Truncated. see log file for complete stacktrace
    Caused By: java.security.PrivilegedActionException: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)
            at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!
            at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:860)
            at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:844)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-00056: Failed to create identity store service instance idstore.ldap.
    er:idstore.ldap. Reason: oracle.security.jps.JpsRuntimeException: JPS-00027: internal error You configured a generic WLS LDAPAuthenticator.
    The identity store type cannot be determined. Please choose an LDAP Authentication provider that matches your LDAP server.
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getIdStoreConfig(LdapIdentityStoreProvider.java:195)
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.access$300(LdapIdentityStoreProvider.java:70)
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider$NoLibOvd.getInstance(LdapIdentityStoreProvider.java:242)
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:114)
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:70)
            Truncated. see log file for complete stacktrace
    >
    <Nov 24, 2012 2:05:16 PM AST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Nov 24, 2012 2:05:16 PM AST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Nov 24, 2012 2:05:16 PM AST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    D:\OraHome\Middlleware>I was not able to login to console since admin server not getting started.
    Kindly help me to overcome this issue.
    Thanks,
    Haree

    Thanks for the reply Veeravalli.
    I have stoped the services and delete the config.lok file then edited the config.xml file under *%MW_HOME%\user_projects\domains\bifoundation_domain\config* . Then started the BI services. Now its working fine.
    Thanks,
    Haree

  • Emergency: cannot start database because redo logs have been deleted

    Hi. Ok, so the redo logs are deleted and I don't have a backup. Fine, whatever. I am trying to just start my database and start the logging from scratch.
    ORA-00320: cannot read file header from log 1 of thread 1
    ORA-00312: online log 1 thread 1: '/u01/oradata/orcl/redo01.log'
    ORA-27069: attempt to do I/O beyond the range of the file
    Here's what my log files look like:
    select group#, thread#, status from v$log;
    GROUP# THREAD# STATUS
    1 1 ACTIVE
    4 1 UNUSED
    3 1 UNUSED
    2 1 CURRENT
    I have group 3 and 4 just sitting there. I would love to switch logging from group 1 to group 4 (which I just created) so I can drop the corrupted group 1 but when I try:
    SQL> alter system switch logfile;
    alter system switch logfile
    ERROR at line 1:
    ORA-01109: database not open
    Of course the database is not open because I can't get it started. So, I'm in kind of a catch 22.

    I think you need to restore your database. http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/osadvsce.htm#CACFFJFB says:
    >
    Losing an Active Online Redo Log Group
    If the database is still running and the lost active redo log is not the current log, then issue the ALTER SYSTEM CHECKPOINT statement. If the operation is successful, then the active redo log becomes inactive, and you can follow the procedure in "Losing an Inactive Online Redo Log Group". If the operation is unsuccessful, or if your database has halted, then perform one of procedures in this section, depending on the archiving mode.
    The current log is the one LGWR is currently writing to. If a LGWR I/O operation fails, then LGWR terminates and the instance fails. In this case, you must restore a backup, perform incomplete recovery, and open the database with the RESETLOGS option.

  • [SOLVED] Cannot start X session from login

    I don't know what exactly is going on.  I'm using the nvidia package from the repo and kernel 2.6.32.6-1.  I'm having trouble starting a second X session using:
    startx -- :1
    but this works fine
    su -
    startx -- :1
    This is my xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder75) Tue Dec 8 21:07:34 PST 2009
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "Xinerama" "0"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "glx"
    Load "extmod"
    Load "dri"
    Disable "dri2"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "ViewSonic VA1930wm-3"
    DisplaySize 370 300
    HorizSync 30.0 - 82.0
    VertRefresh 50.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200 A-LE"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    And the xorg error when I'm not root
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux nonsense 2.6.32-ARCH #1 SMP PREEMPT Mon Jan 25 20:06:48 UTC 2010 i686
    Kernel command line: root=/dev/mapper/group-root vga=773 resume=/dev/mapper/group-swap ro
    Build Date: 26 December 2009 11:37:45AM
    Current version of pixman: 0.16.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Sat Jan 30 21:42:17 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "DontZap" "false"
    (**) Option "Xinerama" "0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 8
    (--) PCI:*(0:1:0:0) 10de:0222:3842:a295 nVidia Corporation NV44 [GeForce 6200 A-LE] rev 161, Mem @ 0xbf000000/16777216, 0xe0000000/268435456, 0xbe000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded even though the default is to disable it.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.53 Tue Dec 8 20:47:42 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    dlopen: /usr/lib/xorg/modules/drivers/nvidia_drv.so: undefined symbol: dixLookupResource
    (EE) Failed to load /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) UnloadModule: "nvidia"
    (EE) Failed to load module "nvidia" (loader failed, 7)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    Last edited by silentcontender (2010-02-02 01:13:54)

    You are right about the first X session starting normally.  I'm using the same user for both session and nvidia loads fine the first time.  The log for the first X session:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.3.902 (1.7.4 RC 2)
    Release Date: 2009-12-26
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.32-ARCH i686
    Current Operating System: Linux nonsense 2.6.32-ARCH #1 SMP PREEMPT Mon Jan 25 20:06:48 UTC 2010 i686
    Kernel command line: root=/dev/mapper/group-root vga=795 resume=/dev/mapper/group-swap ro
    Build Date: 26 December 2009 11:37:45AM
    Current version of pixman: 0.16.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 31 22:11:14 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0222:3842:a295 nVidia Corporation NV44 [GeForce 6200 A-LE] rev 161, Mem @ 0xbf000000/16777216, 0xe0000000/268435456, 0xbe000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 190.53 Tue Dec 8 20:47:42 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 190.53 Tue Dec 8 19:16:02 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) Jan 31 22:11:15 NVIDIA(0): Enabling RENDER acceleration
    (II) Jan 31 22:11:15 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Jan 31 22:11:15 NVIDIA(0): enabled.
    (II) Jan 31 22:11:15 NVIDIA(0): NVIDIA GPU GeForce 6200 A-LE (NV44) at PCI:1:0:0 (GPU-0)
    (--) Jan 31 22:11:15 NVIDIA(0): Memory: 262144 kBytes
    (--) Jan 31 22:11:15 NVIDIA(0): VideoBIOS: 05.44.a2.10.01
    (II) Jan 31 22:11:15 NVIDIA(0): Detected AGP rate: 8X
    (--) Jan 31 22:11:15 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Jan 31 22:11:15 NVIDIA(0): Connected display device(s) on GeForce 6200 A-LE at
    (--) Jan 31 22:11:15 NVIDIA(0): PCI:1:0:0:
    (--) Jan 31 22:11:15 NVIDIA(0): ViewSonic VA1930wm-3 (CRT-0)
    (--) Jan 31 22:11:15 NVIDIA(0): ViewSonic VA1930wm-3 (CRT-0): 400.0 MHz maximum pixel clock
    (II) Jan 31 22:11:15 NVIDIA(0): Assigned Display Device: CRT-0
    (==) Jan 31 22:11:15 NVIDIA(0):
    (==) Jan 31 22:11:15 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) Jan 31 22:11:15 NVIDIA(0): will be used as the requested mode.
    (==) Jan 31 22:11:15 NVIDIA(0):
    (II) Jan 31 22:11:15 NVIDIA(0): Validated modes:
    (II) Jan 31 22:11:15 NVIDIA(0): "nvidia-auto-select"
    (II) Jan 31 22:11:15 NVIDIA(0): Virtual screen size determined to be 1440 x 900
    (--) Jan 31 22:11:15 NVIDIA(0): DPI set to (89, 87); computed from "UseEdidDpi" X config
    (--) Jan 31 22:11:15 NVIDIA(0): option
    (==) Jan 31 22:11:15 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Jan 31 22:11:15 NVIDIA(0): Initialized AGP GART.
    (II) Jan 31 22:11:15 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:11:15 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:11:15 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:11:15 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:11:15 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:11:15 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:11:15 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:11:15 NVIDIA(0): Config Options in the README.
    (II) Jan 31 22:11:15 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Jan 31 22:11:15 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Jan 31 22:11:15 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event5"
    (II) Logitech USB Receiver: Found 12 mouse buttons
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Found relative axes
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found absolute axes
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as mouse
    (II) Logitech USB Receiver: Configuring as keyboard
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    (**) Logitech USB Receiver: (accel) acceleration profile 0
    (II) Logitech USB Receiver: initialized for relative axes.
    (WW) Logitech USB Receiver: ignoring absolute axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) Jan 31 22:14:10 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Jan 31 22:14:10 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:14:10 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:14:10 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:14:10 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:14:10 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:14:10 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:14:10 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:14:10 NVIDIA(0): Config Options in the README.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Jan 31 22:14:22 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Jan 31 22:14:22 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:14:22 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:14:22 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:14:22 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:14:22 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:14:22 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:14:22 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:14:22 NVIDIA(0): Config Options in the README.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Jan 31 22:16:23 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Jan 31 22:16:23 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) Jan 31 22:16:23 NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) Jan 31 22:16:23 NVIDIA(0): configuration option may not be set correctly. When the
    (II) Jan 31 22:16:23 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) Jan 31 22:16:23 NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) Jan 31 22:16:23 NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) Jan 31 22:16:23 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) Jan 31 22:16:23 NVIDIA(0): Config Options in the README.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Logitech USB Receiver: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    I'll try without a xorg.conf and post later.

  • [Solved] Cannot start emacs through an ssh-forwarded x11 connection

    Hi,
    I recently installed Archlinux and am quite happy with it.  Thanks to everyone who has apparently worked hard to make it so nice. There is one error that baffles me, however. I'm used to being able to start Emacs as 'root' through an ssh-forwarded x11 connection, but for some reason this doesn't work on Archlinux:
    [simons@peti ~]$ ssh root@localhost
    Last login: Sun Dec 14 17:50:28 2008 from localhost
    [root@peti ~]# emacs
    The program 'emacs' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadAccess (attempt to access private resource denied)'.
      (Details: serial 15 error_code 10 request_code 152 minor_code 4)
      (Note to programmers: normally, X errors are reported asynchronously;
       that is, you will receive the error a while after causing it.
       To debug your program, run it with the --sync command line
       option to change this behavior. You can then get a meaningful
       backtrace from your debugger if you break on the gdk_x_error() function.)
    Starting other applications this way does works -- it's only Emacs that aborts outright --, but I do get similar error messages, i.e. from qgit:
    X Error: BadAccess (attempt to access private resource denied) 10
      Extension:    152 (RANDR)
      Minor opcode: 4 (RRSelectInput)
      Resource id:  0x5c
    X Error: BadAccess (attempt to access private resource denied) 10
      Major opcode: 2 (X_ChangeWindowAttributes)
      Resource id:  0x5c
    I'm not exactly an X11 expert; I have no idea how to debug this error. The syslog doesn't say anything about an invalid resourcess access, neither does /var/log/Xorg.0.log. In ~/.xsession-errors I see the following error, but I don't know what it means:
    gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
    Does anyone have an idea how to explain this phenomenon? Any suggestions would be appreciated.
    Take care,
    Peter
    Last edited by peti (2008-12-14 20:01:27)

    This is what I call an easy solution. Thanks for the tip, pointone. I wasn't aware of the difference between x11 forwarding and trusted x11 forwarding. My old installation didn't seem to make that distinction. Maybe that feature was added to SSH somewhat recently. Anyway, the point is that, now, Emacs starts up fine.
    Thanks,
    Peter

Maybe you are looking for