[SOLVED] Can't load up display manager. Getting '... File Exists."

I'm trying to get `slim` working by the systemd method, but I get the following:
[root@arch ~]# systemctl enable slim.service
Failed to issue method call: File exists
I've tried other display managers like qingy, lxdm, etc. and they all provide this same message. I was also able to get the display manager to work using the `inittab` method, but I'm trying to have a full systemd integration.
Not sure if it matters, but I was previously able to get the above `systemctl enable` command to work with gdm. Later, I decided that I wanted a more lightweight display manager so I switched to `slim` and proceeded to uninstall `gdm`. However, it now seems I'm unable to `systemctl enable` any display manager. I appreciate your help!
Last edited by nil (2012-10-21 18:47:03)

I have the same problem. I uninstalled lightdm and installed gdm and not I can't seem to enable gdm. It starts fine.
[arch@arch ~]$ systemctl list-unit-files | grep lightdm
[arch@arch ~]$ systemctl list-unit-files | grep gdm
gdm.service disabled
[arch@arch ~]$ systemctl list-unit-files | grep display
display-manager.service enabled
[arch@arch ~]$ sudo systemctl disable display-manager.service
Failed to issue method call: No such file or directory
[arch@arch ~]$ sudo systemctl disable lightdm.service
Failed to issue method call: No such file or directory
[arch@arch ~]$ sudo systemctl disable gdm.service
[arch@arch ~]$ sudo systemctl enable gdm.service
Failed to issue method call: File exists
[arch@arch ~]$ systemctl list-unit-files | grep gdm
gdm.service disabled

Similar Messages

  • IPhoto: After I've changed the file name/format in Finder iPhoto can't load/relink to the referenced file.

    After I've changed the file name/format in Finder iPhoto can't load/relink to the referenced file anymore. For some reasons I don't like to reimport the file.

    Hmm the advice has been not to use referenced libraries - you ignored and did it anyway and you find the advise not helpful
    Furthermore the advice is that if you choose to use a referenced library that you assure that the path never changes - you also choose to ignore that advice and do it anyway - and you blame the peopson trying to help you
    once again - you have one choice - change the file names back and put the files back in the exact same place - and again you are totally ignoring the advice and instead name calling and attacking the person giving you advice
    Maybe life would be easier if you followed advice rather than ignoring it and then complaining that things no longer work
    change the name back and you will be fine until the next problem you hit that is caused by choosing a referenced library
    Have a nice day
    LN

  • [SOLVED] Can't load wireless network (MEDIATEK Corp. Device 7630)

    Hi all, I hope that someone helps me, because I need it.
    I'm trying so hard to install the wireless controller I have on a new computer.
    I have just installed Arch with the UEFI method, it seems to work quite fine, except for the wireless.
    The Computer is ASUS F550C, in order not to lose time, I'm posting the output of what I have tried.
    I tried to install the kernel module (driver) with ndiswrapper, and they seem to be loaded.
    # lspci -k
    03:00.0 Network controller: MEDIATEK Corp. Device 7630
    Subsystem: Foxconn International, Inc. Device e074
    Kernel modules: ndiswrapper
    # iwconfig
    enp4s0f2 no wireless extensions.
    lo no wireless extensions.
    I tried to load both network-manager, netctl via systemctl but it doesn't seem to work.
    In the end of the day I noticed that the wifi led had been off all the time!
    So I installed rfkill and executed:
    #rfkill unblock all
    that's the only thing I could do to let the led turn on!
    If you can suggest me something (whatever it may be) please answer, or I will be linked for eternity.
    Last edited by Dexxt (2014-03-05 15:49:06)

    #ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp4s0f2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether bc:ee:7b:c8:8c:6d brd ff:ff:ff:ff:ff:ff
    I am connected to Ethernet (via systemctl enable dhcp.service).
    I tried to use systemctl enable netcfg.service but I get:
    #systemctl status netcfg.service
    netcfg.service - Netcfg multi-profile daemon
    Loaded: loaded (/etc/systemd/system/netcfg.service; disabled)
    Active: inactive (dead)
    Last edited by Dexxt (2014-02-25 22:32:35)

  • Can i load transaction data thro flat files without loading masters?

    Hi all,
    is it possible to load history data using flat files in sales cube without having loaded any masters?
    thanks

    Hi
    You can load the transaction data without loading the master data. You have to check the option in update rules (update also if no master data exists).
    In reporting you will not be able to see the attribute and text data. Its always adivceable to load master data first and run apply hierarchy/attribute change and load the transaction data.
    AHP: Nice to see you after a long time
    REGards
    Rak

  • [SOLVED] Can't load this module??

    Ok, I discovered why I have no eth0 device. I have an
    Nvidia MCP61 Ethernet card, according to lscpi -v
    and no associated "Kernel" modules.
    The necessary Ethernet driver for that Nvidia card is forcedeth
    however
    # modprobe forcedeth
    FATAL: Module forcedeth not found.
    but if I perform a systemwide find..
    I get
    /usr/lib/modules/3.6.2-1-ARCH/kernel/drivers/net/ethernet/nvidia/forcedeth.ko.gz
    but according to 'man modprobe' the modprobe program looks in the /lib/modules/'uname -r' directory
    and when I run
    # uname -r
    3.5.6-1-ARCH
    I can cleary see why modprobe didn't work since according to the previous "find" there is no "forcedeth" in that directory.
    so I tried
    # modprobe -S 3.6.2-1-ARCH
    Error: missing parameters. See -h.
    to tell modprobe to search in that directory instead, but despite different variations I couldn't change the version sucessfully.
    So instead I tried copying the "forcedeth.ko.gz" to the /lib/modules/3.5.6-1-ARCH directory
    and I still haven't been able to "modprobe" it, even with full pathname and force option provided.
    So, in summation, I had the driver in the wrong directory according to 'uname -r' and thus I couldn't
    load it. I tried to manually give modprobe a different kernel version, without sucess, and have tried
    copying forcedeth.ko.gz to the directory which corresponded to /lib/modules/'uname -r'.
    I guess I need to either
    - upgrade the kernel without an internet connection?
    - sucessfully modprobe forcedeth despite the kernel version conflict?
    - maybe throw a symbolic link somewhere?
    - give an explicit option  to define a full path in a config file?
    - do something with mkinitcpio that can specify that module and boot into that ramdisk?
    Any suggestions would be greatly appreciated, since I don't know how else to load the module.
    If any other info on my system might give a lead, I'd be more than happy to provide it. Thanks. I'm almost there...
    Last edited by confusion-is-my-sedative (2012-10-26 21:26:06)

    ok, did and done. (However, note that this isn't raw code since I have to type from display of the monitor to the laptop.)
    # file /boot/vmlinuz-linux
    /boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 3.6.2-1-ARCH (tobias@T=POWA-LX) #1 SMP PREMPT Fri Oct 12 23:58, RO-rootFS, swap_dev 0x3, Normal VGA
    According to file, I do have the latest kernel, which makes this even more peculiar since it isn't consistent with 'uname -r'
    3.5.6-1-ARCH
    and I'm using grub legacy, I think.
    # cat /boot/grub/menu.1st
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # BOOT SECTION
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro modeset=0
    initrd /boot/initramfs-fallback.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro
    initrd /boot/initramfs-fallback.img
    I didn't post the whole config since transcribing comments with mode suggestions would be needless. But I don't think there's any danger in ommitting the '#' lines, is there?

  • Can't load website with .jsp - get blank page?  Doesn't happen all the time

    When I try to open American Eagle Outfitters website, I get a blank page and it will not open. The site is ending in index.jsp. I have 3 computers and it does it sporatically on all 3. ie. 1 may open the website, 2 won't or 2 might open website and 1 won't or none of the 3 will open. I know this has to be something simple but it has been doing this for about 3 months and it is driving me nuts because I can't get on there to pay my bill or even shop! Help!!
    Thanks

    I'm having the exact same problem! I've been using the website a lot recently, and then just about a week ago the website just wouldn't load. The page would go white and would say "Done" at the bottom of the screen. I tried googling the website to try and go in through there, and I can only seem to enter the site through "Find a Store Near You". Only this page seems to work, and whenever I click on "Women" or "Clearance" or "WishList" or anything else the page just goes white again and won't load. I've googled "websites won't load" and I've tried all the suggested steps and nothing seems to be working. I order off AE all the time and was ready to place an order, which I now can't do because I can't even sign in to the website.
    If you figure out how to fix it, email me at [email protected]

  • Can't load cc app manager or programs

    I loaded a new mac Pro with a merge from an older machine and now I cannot access any CC programs that were moved.  I get a message saying that I need to reload the CC aplication manager app but when I try that the program begins to install and then I get the same message saying the CC is defective or missing and I need to download it.  I have tried to use the uninstallers but get the same message.  How do I fix this?

    As well as uninstalling, you most likely need to run the Adobe cleaner
    Discussions of RE-installing
    -using the cleaner after uninstalling and before reinstalling may help
    -http://forums.adobe.com/thread/1408331?tstart=0
    -http://forums.adobe.com/thread/1398961?tstart=0
    -and http://helpx.adobe.com/creative-cloud/help/install-apps.html
    -http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • [SOLVED] can't load fglrx during booting

    I installed ati proprietarity driver by  this manual and it seems working. I rebooted to sure that fglrx loads without errors, set catalyst settings, graphics worked fine, but after next reboot I saw this:
    Loading User-specified Modules [Busy]
    4.825619] intel ips 0000:00;1f.6: failed to get i915 symbols, graphics turb disabled8
    5.417268] brcms_module_init: register returned 0
    ROR: could not insert 'fglrx': Invalid argument
    [FAIL]
    I am totally new to linux and ask to your qualified help..
    Last edited by metalex (2012-05-02 13:47:07)

    Hi again! As Angelsoul writed, I didn't install the catalyst_hook, and now it really seems to be a kernel problem, becouse during the installation catalyst_hook:
    Failed!!! Check out log: /var/log/catalyst-install.log
    Automatic re-compilation is enabled now.
    Answer 'Yes' whenever pacman ask you about updating
    'linux-headers' in first place
    Provide headers to your kernel ie:
    linux-headers if you are using linux.
    Most of custom kernels provides own headers.
    Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
    kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset
    -------------------------------------------- ^^^^^^^^^ ---------
    If experiencing problems with building module or using more than
    one kernel use catalyst_build_module command as root, more info:
    # catalyst_build_module help
    - ^^^^^^^^^^^^^^^^^^^^^ ----------------------------------------
    For more info and more troubleshooting visit:
    http://wiki.archlinux.org/index.php/ATI_Catalyst
    [root@metalex-pc metalex]# catalyst_build_module help
    usage: /usr/bin/catalyst_build_module {version|all|remove|remove_all|auto|autooff}
    - with no specified kernel version it will use the current kernel version to build module
    - all will try to build fglrx modules for all working system's kernels
    - remove is removing unused fglrx modules and all empty /lib/modules/* directories
    - remove_all is removing all fglrx modules and all empty /lib/modules/* directories
    - auto will turn ON 'auto re-compilation of fglrx module with every kernel update'
    - autooff will turn off auto re-compilation of fglrx module
    [root@metalex-pc metalex]# catalyst_build_module all
    [root@metalex-pc metalex]# catalyst_build_module
    Building fglrx module for 3.3.4-1-ARCH kernel ...
    Failed!!! Check out log: /var/log/catalyst-install.log
    [root@metalex-pc metalex]# nano /var/log/catalyst-install.log
    and it contains
    2012-05-02 16:13:41
    Building fglrx module for 3.3.4-1-ARCH kernel ...
    Kernel header files are absent: directory /lib/modules/3.3.4-1-ARCH/build doesn't exist! Game over
    2012-05-02 16:14:59
    Building fglrx module for 3.3.4-1-ARCH kernel ...
    Kernel header files are absent: directory /lib/modules/3.3.4-1-ARCH/build doesn't exist! Game over
    Please, tell what I should do? Download kernel headers and run catalyst_build_module? Where I can download it?
    Last edited by metalex (2012-05-02 13:23:14)

  • [SOLVED] Can't Load UEFI Shell From USB

    I'm trying to install Arch on an Asus Zenbook Prime UX31A. It already has Windows 7 x64 on it and a UEFI system partition doing the bootloading.
    I followed the steps for creating a UEFI bootable USB from the ISO. When I get to the UEFI device selection, the thumbdrive correctly shows up as "UEFI: Generic USB" (or something) but selecting it just fails silently and it goes on to load the next thing in the boot order. What could be going wrong here?
    Last edited by silverhammermba (2012-10-05 00:24:41)

    Did create the 2012-09 UEFI USB succesfully and it did boot.
    wanted too reinstall arch because of SSD.
    So maybe you want checkout the layout of your USB and size of the files!
    You can check against mine..
    du /run/media/mark/ARCH_201209/
    764 /run/media/mark/ARCH_201209/EFI/boot
    38772 /run/media/mark/ARCH_201209/EFI/archiso
    39540 /run/media/mark/ARCH_201209/EFI
    8 /run/media/mark/ARCH_201209/[BOOT]
    141292 /run/media/mark/ARCH_201209/arch/x86_64
    138092 /run/media/mark/ARCH_201209/arch/i686
    18292 /run/media/mark/ARCH_201209/arch/boot/x86_64
    276 /run/media/mark/ARCH_201209/arch/boot/syslinux/hdt
    1964 /run/media/mark/ARCH_201209/arch/boot/syslinux
    17944 /run/media/mark/ARCH_201209/arch/boot/i686
    38388 /run/media/mark/ARCH_201209/arch/boot
    62204 /run/media/mark/ARCH_201209/arch/any
    380008 /run/media/mark/ARCH_201209/arch
    40 /run/media/mark/ARCH_201209/isolinux
    419600 /run/media/mark/ARCH_201209/

  • [SOLVED] Can't load gnome-music

    Hi!
    I've installed Arch Linux with GNOME 3 and if I run gnome-music it doesn't start.
    Here's the terminal's output:
    [albi@albi-desktop ~]$ gnome-music
    Traceback (most recent call last):
    File "/usr/bin/gnome-music", line 38, in <module>
    from gnomemusic.application import Application
    File "/usr/lib/python3.4/site-packages/gnomemusic/application.py", line 36, in <module>
    from gnomemusic.window import Window
    File "/usr/lib/python3.4/site-packages/gnomemusic/window.py", line 38, in <module>
    from gnomemusic.query import Query
    File "/usr/lib/python3.4/site-packages/gnomemusic/query.py", line 32, in <module>
    class Query():
    File "/usr/lib/python3.4/site-packages/gnomemusic/query.py", line 35, in Query
    GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
    TypeError: Argument 0 does not allow None as a value
    And here's the version of gnome-session and gnome-music packages.
    [albi@albi-desktop ~]$ pacman -Q gnome-session gnome-music
    gnome-session 3.12.1-1
    gnome-music 3.12.2.1-1
    Please let me know if you need other inputs and I'll thank you in advantage for tips to make gnome-music works.
    Last edited by AVDuma (2014-08-20 11:23:29)

    the lua warning you had was about grilo-pllugins, which optionally depends on lua for some plugins, and it probably wasn't anything critical.
    I don't think the tracker message is any kind of critical error either. Looks like it just reports that it was able to connect with tracker service, and everything should be ok.
    It's hard to guess why it can't find your mp3 files though, as there's no error messages or anything, but I have few ideas:
    - it could be that your missing whatever library gnome-music uses for decoding mp3 files. I looked at the dependecy tree but couldn't figure out what that library could be, but since pretty much all gnome media applications are using gstreamer for that purpose, you could be just missing some gst-plugins. Also you could try if gnome-music can load any .wav .ogg or .flac files for example from your music dir.
    - I'm not sure you're allowed to set XDG_MUSIC_DIR outside of your /home. Try creating music directory in your home, copy a few files in it, and change the directory in user-dirs.dirs accordingly.
    I think gnome-music 3.12 isn't considered 100% production ready yet, as it is still in early development stages and there could still be some issues and missing features. For now rhythmbox is still the 'default' audio player for gnome.
    about the bug reporting. If the bug is something arch linux specific, like missing dependencies, you should report it to arch bug tracker.
    if it's a bug in the application itself, like the issue in your first post, it would make more sense to report it directly to gnome bugzilla. Although in that case it might be good idea to test the latest development snapshot (i.e. gnome-music-git from AUR) to check that the bug hasn't been fixed already.
    also, please use LC_ALL=C when posting application output to get error messages in english, and use thumbnails when posting images: https://wiki.archlinux.org/index.php/Fo … s_and_Code

  • [SOLVED] can't load module-echo-cancel for PulseAudio (WebRtc)

    I have added the line load-module module-echo-cancel to /etc/pulse/default.conf as said in the arch wiki but after I do that , I cannot start pulse and it gives me the follwoing error :
    E: [pulseaudio] main.c: Daemon startup failed.
    I have tried looking in the forum and google for a soulation but failed to find something  that works , also tried different variations of the line like :
    load-module module-echo-cancel source_name=echosource sink_name=echosink channels=1
    but nothing works ...
    so I think it is either the line I use is somehow wrong or I am missing some dependency for using webrtc.
    thanks in adavnce for any help.
    edit : well I solved the problem ..., it seems that after I have installed pavucontrol I was able to succsufully load the echo-cancel module
    Last edited by XDarkAngelX (2015-01-17 20:42:30)

    ok, did and done. (However, note that this isn't raw code since I have to type from display of the monitor to the laptop.)
    # file /boot/vmlinuz-linux
    /boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 3.6.2-1-ARCH (tobias@T=POWA-LX) #1 SMP PREMPT Fri Oct 12 23:58, RO-rootFS, swap_dev 0x3, Normal VGA
    According to file, I do have the latest kernel, which makes this even more peculiar since it isn't consistent with 'uname -r'
    3.5.6-1-ARCH
    and I'm using grub legacy, I think.
    # cat /boot/grub/menu.1st
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # BOOT SECTION
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro modeset=0
    initrd /boot/initramfs-fallback.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro
    initrd /boot/initramfs-fallback.img
    I didn't post the whole config since transcribing comments with mode suggestions would be needless. But I don't think there's any danger in ommitting the '#' lines, is there?

  • Can't load the new firefox, get a white circle with a line through it on top of the globe/fox icon

    Don't know how more detailed I can put this...can someone help?

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • [SOLVED] JWM crashes back to display manager

    Greetings,
    Recently I have built myself a modern pc, and for fun, I wanted to first test out it's power with KDE SC 4.4 (which I love btw- don't get me wrong. I am not a minimilist... I just love power and control over my pc and the ability to customize every piece of it.,... yeah I have issues).
    Anyways, after playing with it for some time, I wanted to use JWM again. What can I say, no other WM has it matched in all it can do IMO, except of course FVWM, which is able to do anything as long as you know how to do it. JWM though is a bit simpler to handle, and a heck of a light lighter, being perhaps the lightest stacking/floating wm.
    So I installed it per usual course, set up a basic jwmrc file, and added it to KDM. I log into it, and it works fine. I decide to pull up firefox so that I can read up some more on the jwmrc config stuff... and it crashes back out to KDM.
    Ok, fine, I log back in, run exec firefox in console, JWM crashes out again. Yay....
    I log back in, run Thunar. Crash.
    I log back in, run pcmanfm. I go and run amarok. Crash.
    I log back in. Run pcmanfm. Explore several folders. Eventual.... crash.
    This happens even if I disable kdm and use the xinitrc method. It crashes me back out but at least I get a glimpse of an xorg message about a segfault.
    Sooooo that leads me to think that perhaps xorg is the culprit. I was running the latest release of it. So I decide to revert to the older xorg. Since this is a new build, I didn't have it in my pacman cache, but luckily there was a thread that had it linked in it, the one talking about new xorg hating fluxbox. I reboot. I log back into JWM. I run firefox. Guess what happens next..... yup.... CRASH.
    As you can imagine, I am now about bald ater pulling my hair out over this frustrating issue. KDE works wonderfully fine. pekWM works fine. But JWM.... the wm that I want to play with and use, the one that I was using on a daily basis on my older pc.... it won't work.
    Does anyone have any ideas, suggestions, help, etc that can help e to solve this? I have searched but not found anything that works yet. Thanks much in advance for your help.
    Last edited by mythus (2010-03-26 12:06:29)

    Yes, I think this is right.
    However it must only be the lastest nvidia drivers since my older computer used nvidia-96xx, and JWM works just fine there.  I tried scouring through xorg.conf, commenting out the various tweaks for comopsiting and still have the crashes. Therefore I think that the only way to fix this is to a.) use another driver, probably the nv driver... or b.) perhaps try and roll back to an earlier current nvidia driver.
    Unless of course someone else has another idea, I think I am going to test this idea out and install the nv driver and see how it goes with JWM.
    I know what some of you may be thinking, 'why go through all of this just for JWM when so many other wm's and de's exist?" WHy, because I am stubborn as heck, that is why. I want to use JWM and it aggrivates me that it is not working like it should, therefore I will continue to try out things to see where the issue is and see if it can't be solved.

  • [Solved]Can't load mysql after long time of idle

    Phpmyadmin:
    #2002 Cannot log in to the MySQL server
    /etc/rc.d/mysqld restart
    :: Stopping MySQL Server [FAIL]
    :: Starting MySQL Server [FAIL]
    Did everything in archwiki.
    Webmin used to write:
    SQL select * from tables_priv order by table_name failed : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
    Where can i find log file? There in no one in /var/log/
    cat /var/lib/mysql/myhost.err
    110306 18:53:22 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110306 18:53:25 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    /usr/bin/mysqld: Table 'mysql.plugin' doesn't exist
    110306 18:53:25 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    110306 18:53:25 InnoDB: The InnoDB memory heap is disabled
    110306 18:53:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110306 18:53:25 InnoDB: Compressed tables use zlib 1.2.5
    110306 18:53:25 InnoDB: Initializing buffer pool, size = 128.0M
    110306 18:53:25 InnoDB: Completed initialization of buffer pool
    110306 18:53:25 InnoDB: highest supported file format is Barracuda.
    110306 18:53:25 InnoDB: Waiting for the background threads to start
    110306 18:53:26 InnoDB: 1.1.5 started; log sequence number 1589359
    110306 18:53:26 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
    110306 18:53:26 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110306 18:54:26 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110306 18:54:26 InnoDB: The InnoDB memory heap is disabled
    110306 18:54:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110306 18:54:26 InnoDB: Compressed tables use zlib 1.2.5
    110306 18:54:26 InnoDB: Initializing buffer pool, size = 128.0M
    110306 18:54:26 InnoDB: Completed initialization of buffer pool
    110306 18:54:26 InnoDB: highest supported file format is Barracuda.
    110306 18:54:26 InnoDB: Waiting for the background threads to start
    110306 18:54:27 InnoDB: 1.1.5 started; log sequence number 1589359
    110306 18:54:27 [Note] Recovering after a crash using mysql-bin
    110306 18:54:27 [Note] Starting crash recovery...
    110306 18:54:27 [Note] Crash recovery finished.
    110306 18:54:27 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
    110306 18:54:27 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
    110306 18:54:27 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    110306 19:11:24 [Note] /usr/bin/mysqld: Normal shutdown
    110306 19:11:26 [Warning] /usr/bin/mysqld: Forcing close of thread 1 user: 'root'
    110306 19:11:26 InnoDB: Starting shutdown...
    110306 19:11:26 InnoDB: Shutdown completed; log sequence number 1589359
    110306 19:11:26 [Note] /usr/bin/mysqld: Shutdown complete
    mysql_upgrade
    Looking for 'mysql' as: mysql
    Looking for 'mysqlcheck' as: mysqlcheck
    Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' '--port=3306' '--socket=/var/run/mysqld/mysqld.sock'
    mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect
    FATAL ERROR: Upgrade failed
    What can I do now, huh?
    Thanks in advance!
    P.S. How can I delete (not drop) all datebase in /var/lib/mysql ?
    Last edited by SkyTod (2011-03-11 09:32:16)

    cat /var/lib/mysql/myhost.err
    110307 19:12:05 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110308 08:55:24 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110308 8:55:25 InnoDB: The InnoDB memory heap is disabled
    110308 8:55:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110308 8:55:25 InnoDB: Compressed tables use zlib 1.2.5
    110308 8:55:25 InnoDB: Initializing buffer pool, size = 128.0M
    110308 8:55:25 InnoDB: Completed initialization of buffer pool
    InnoDB: The first specified data file ./ibdata1 did not exist:
    InnoDB: a new database to be created!
    110308 8:55:25 InnoDB: Setting file ./ibdata1 size to 10 MB
    InnoDB: Database physically writes the file full: wait...
    110308 8:55:26 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile0 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    110308 8:55:27 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile1 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    InnoDB: Doublewrite buffer not found: creating new
    InnoDB: Doublewrite buffer created
    InnoDB: 127 rollback segment(s) active.
    InnoDB: Creating foreign key constraint system tables
    InnoDB: Foreign key constraint system tables created
    110308 8:55:29 InnoDB: Waiting for the background threads to start
    110308 8:55:30 InnoDB: 1.1.5 started; log sequence number 0
    110308 8:55:32 [Note] Event Scheduler: Loaded 0 events
    110308 8:55:32 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    110308 23:46:42 [Note] /usr/bin/mysqld: Normal shutdown
    110308 23:46:42 [Note] Event Scheduler: Purging the queue. 0 events
    110308 23:46:42 InnoDB: Starting shutdown...
    110308 23:46:43 InnoDB: Shutdown completed; log sequence number 1595675
    110308 23:46:43 [Note] /usr/bin/mysqld: Shutdown complete
    110308 23:46:43 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110309 09:52:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110309 9:52:35 InnoDB: The InnoDB memory heap is disabled
    110309 9:52:35 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110309 9:52:35 InnoDB: Compressed tables use zlib 1.2.5
    110309 9:52:35 InnoDB: Initializing buffer pool, size = 128.0M
    110309 9:52:35 InnoDB: Completed initialization of buffer pool
    110309 9:52:35 InnoDB: highest supported file format is Barracuda.
    110309 9:52:36 InnoDB: Waiting for the background threads to start
    110309 9:52:37 InnoDB: 1.1.5 started; log sequence number 1595675
    110309 9:52:37 [Note] Event Scheduler: Loaded 0 events
    110309 9:52:37 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    ls /var/lib/mysql
    ibdata1 ib_logfile1 myhost.pid mysql-bin.000001 mysql-bin.000003 mysql-bin.index test
    ib_logfile0 myhost.err mysql mysql-bin.000002 mysql-bin.000004 performance_schema

  • [SOLVED] Can't load rt2x00 / rt61pci

    I'm trying to load the rt2x00 drivers for my rt61 based card, following the wiki article. However, I get a strange error:
    $ modprobe rt61pci
    FATAL: Module rt61 not found.
    So what makes this so strange?
    $ modprobe rt61p
    FATAL: Module rt61 not found.
    $ modprobe rt691_and_then_clean_the_house
    FATAL: Module rt61 not found.
    $ modprobe rt
    FATAL: Module rt61 not found.
    $ modprobe r
    FATAL: Module r not found.
    So that leads me to believe that there's some issue with how the module is being located. But then, errors in dmesg:
    $ dmesg | /bin/grep rt61
    rt61: version magic '2.6.26-ARCH SMP preempt mod_unload 686 ' should be '2.6.27-ARCH SMP preempt mod_unload 686 '
    rt61pci: Unknown symbol rt2x00mac_add_interface
    rt61pci: Unknown symbol crc_itu_t_table
    rt61pci: Unknown symbol rt2x00mac_get_stats
    rt61pci: Unknown symbol rt2x00pci_initialize
    rt61pci: Unknown symbol rt2x00pci_uninitialize
    rt61pci: Unknown symbol rt2x00queue_get_entry
    rt61pci: Unknown symbol rt2x00pci_suspend
    rt61pci: Unknown symbol rt2x00mac_config_interface
    rt61pci: Unknown symbol rt2x00pci_remove
    rt61pci: Unknown symbol rt2x00mac_remove_interface
    rt61pci: Unknown symbol rt2x00lib_txdone
    rt61pci: Unknown symbol rt2x00mac_config
    rt61pci: Unknown symbol rt2x00queue_get_queue
    rt61pci: Unknown symbol rt2x00mac_conf_tx
    rt61pci: Unknown symbol eeprom_93cx6_multiread
    rt61pci: Unknown symbol rt2x00mac_start
    rt61pci: Unknown symbol rt2x00mac_stop
    rt61pci: Unknown symbol rt2x00mac_configure_filter
    rt61pci: Unknown symbol rt2x00mac_tx
    rt61pci: Unknown symbol rt2x00pci_resume
    rt61pci: Unknown symbol rt2x00pci_probe
    rt61pci: Unknown symbol rt2x00mac_get_tx_stats
    rt61pci: Unknown symbol crc_itu_t
    rt61pci: Unknown symbol rt2x00pci_rxdone
    rt61pci: Unknown symbol rt2x00mac_bss_info_changed
    rt61pci: Unknown symbol rt2x00pci_write_tx_data
    Here's some more outputs to show that everything is where it should be:
    $ ls /lib/firmware/rt*
    /lib/firmware/rt2561.bin /lib/firmware/rt2661.bin /lib/firmware/rt2x00debug.c /lib/firmware/rt2x00debug.o
    /lib/firmware/rt2561s.bin /lib/firmware/rt2661.h /lib/firmware/rt2x00debug.h /lib/firmware/rt73.bin
    $ ls /lib/modules/`uname -r`/kernel/drivers/net/wireless/rt2x00
    rt2400pci.ko rt2500pci.ko rt2500usb.ko rt2x00lib.ko rt2x00pci.ko rt2x00usb.ko rt61pci.ko rt73usb.ko
    $ lspci | /bin/grep RT
    06:02.0 Network controller: RaLink RT2561/RT61 802.11g PCI
    Anyone know what's going on? TIA
    Last edited by Mashi (2008-10-24 21:05:47)

    lucke wrote:Try running "depmod -a".
    No joy...
    $ depmod -a
    $ modprobe rt61pci
    FATAL: Module rt61 not found.

Maybe you are looking for

  • Portlet Db link problem ( Urgent )

    Is there any way to connect directly external oracle database from inside of a portlet. Portal use its own database for portlet So when we neeed enformation from external database we are using dblink in our portlet . This is causing dblink problems.

  • Swing Components and Fullscreen Exclusive

    Hi, I am trying to write a program that can switch between full screen and windowed mode seamlessly, while still being able to use standard swing components. I have never worked with the full screen exclusive mode before and am having trouble getting

  • BH-503 + Mac OS X 10.6 Snow Leopard (re)connection...

    I have recently purchased a Nokia BH-503 and I am having issues when using it with my mac ( Mac OS X 10.6 Snow Leopard [10.6.2]). The device pairs successfully, but when trying to connect, usually the first attempt either fails, or I get sound with a

  • Can't stop Adobe CS6 Master Collection from extracting

    I tried to download the trial version of CS6 Master Collection and it won't stop extracting. The pause and stop button after the extraction bar don't function. I went to the website 'Prodesigntools.com/tag/ddl' as suggested to try to download without

  • Where do I go to find website space with BT?

    Hi, I have just moved to BT Infinity from an ISP that provided an ftp server for web space. Can anyone tell me where I go to find out about setting the sites up again on a BT related server? Thanks, Stuart Solved! Go to Solution.