[SOLVED] udevd and udevadm not found and failure to boot

I did a system upgrade and installed nvidia and cuda
and afterwards archlinux failed to boot properly. saying
/init line 21 udevd not found
/init line 21 udevadm not found
it then goes on to say how it could findthe hard disk that grub2 told it about.
OK, I was then presented with a fairly spartan cmdline, and looked up that line in init and it is "parse_cmdline".
So what I'd like is to get an orientation on the problem. Naturally I've done a bit of searching on it, though the search was brief.
In any case, my ideas are:
- this is not a grub2 problem. Without udev a good grub won't work.
- the cmdline I get is the ramdisk, and mounting the harddisk will be futile without udev.
- the ramdisk is messed up and not the harddisk (this is a hope, rather than a conclusion)
Accordingto this short thread https://mailman.archlinux.org/pipermail … 32762.html
where I noticed that yes indeed, there is a seemingly broken symlink in the ramdisk's /lib64.
So I expect I should recreate the ramdisk, but though there is a bunch of information on this, I'm not clear how I can do it from the ramdisk image. I suspect I can't. So, seeing as I can't get in to my archlinux HD installation, I need to try the archlinux install CD. However Im not sure I can generate it there. Maybe I need to mount the installation from the CD and chroot?
Any helpful advice/guidance welcome. Cheers!
Last edited by arthro (2013-04-16 15:27:10)

I followed my logic and loaded up with the CD and mounted on /mnt and chrooted.
then
mkinitcpio -p linux
as per docs and numerous posts.
and rebooted.
This finally allowed me into my arch installation.

Similar Messages

  • Dv9000 laptop dvd drive and webcam not found. drive initializes on boot but does not show up.

    The DVD/CD-Rom drive will initialize and will read a CD when inserted but it does not show up in the BIOS or in Windows. It's a Lighscribe drive. The webcam was not found either. I recently reloaded this machine for a friend back to the factory setup. Installed all additional software and everything is working but the drive and the camera. Is there any way to actually test these devices for failure? Or is there a patch or a software package I may be missing? It's a dv9000 but it has dv9007 on the bottom. And an AMD processor.  If anybody has any ideas I would greatly appreciate the help.

    Spoiler (Highlight to read)
    It does not show up in either one. The camera or the DVD drive.  No X's or error Triangles. I guess they could have gone bad at the same time but that's not likely. It would be one heck of a coiencidence. I am wondering if there is an alternate chipset driver or patch. Maybe a controller driver? The system has dv9000 on the display and dv9700 on the model # tag. I believe 1 is Inter and the other NVidia. But the Factory image installed the NVidia drivers.  

  • [SOLVED] version `HEIMDAL_KRB5_1.0' not found

    Why is this happening now?
    /opt/xbmc/share/xbmc/xbmc.bin: /usr/lib/libkrb5.so.25: version `HEIMDAL_KRB5_1.0' not found (required by /usr/lib/libsmbclient.so.0)
    i did a
    $  sudo pacman -Sy heimdal
    it's up to date and installed, and i can't get rid of this message
    Last edited by beatbreaker (2009-12-08 21:52:04)

    Um, I have exact the same problem while starting some deamons (yestarday it was cups, but reinstalling heimdal solved it, today it's ssh), I have no packages ignored in pacman and I don't quite know what to do.
    $ sudo /etc/rc.d/sshd start
    :: Starting Secure Shell Daemon [BUSY]
    /usr/sbin/sshd: /usr/lib/libkrb5.so.25: version `HEIMDAL_KRB5_1.0' not found (required by /usr/sbin/sshd)
    [FAIL]
    /EDIT: reinstalling openssh solved the problem, but still, I would like to know why pacman didn't upgrade ssh, as he should do this while pacman -Suy
    Last edited by martusia (2009-12-14 19:56:10)

  • [Solved]PM: swap header not found attempting to suspend encrypted disk

    Hi all,
    I have my root partition set up as a dm-crypt encrypted volume, and I followed the instructions here to set up a swap file.
    I also followed these instructions to add the resume hook to my mkinitcpio.conf between encrypt and filesystems.
    I modified the /etc/default/grub file like so:
    GRUB_CMDLINE_LINUX_DEFAULT="cryptdevice=/dev/disk/by-uuid/0cb6b266-ce81-4b2f-9958-722c788c46ef:cryptroot cryptkey=/dev/disk/by-uuid/18868ab9-e0dd-4634-9f9e-69f3d3686d3f:ext2:/laptopkey root=/dev/mapper/cryptroot resume=/dev/mapper/cryptroot resume_offset=4952064"
    I determined the offset using the swap-offset tool provided by the uswsusp package.
    And I ran
    mkinitcpio -p linux
    and
    grub-mkconfig
    When I type "systemctl hibernate" the system begins to hibernate, then comes back up immediately. Journalctl -xn gives this:
    Jan 08 23:38:57 lefty-laptop systemd[1]: systemd-hibernate.service: main process exited, code=exited, status=1/FAILURE
    Jan 08 23:38:57 lefty-laptop systemd[1]: Failed to start Hibernate.
    -- Subject: Unit systemd-hibernate.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
    -- Unit systemd-hibernate.service has failed.
    -- The result is failed.
    Jan 08 23:38:57 lefty-laptop systemd[1]: Dependency failed for Hibernate.
    -- Subject: Unit hibernate.target has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
    -- Unit hibernate.target has failed.
    -- The result is dependency.
    Jan 08 23:38:57 lefty-laptop systemd[1]: Service sleep.target is not needed anymore. Stopping.
    Jan 08 23:38:57 lefty-laptop systemd[1]: Unit systemd-hibernate.service entered failed state.
    Jan 08 23:38:57 lefty-laptop systemd[1]: Stopping Sleep.
    -- Subject: Unit sleep.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sleep.target has begun shutting down.
    Jan 08 23:38:57 lefty-laptop systemd[1]: Stopped target Sleep.
    -- Subject: Unit sleep.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/9d1aaa27d60140bd96365438aad20286
    -- Unit sleep.target has finished shutting down.
    Jan 08 23:38:58 lefty-laptop kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
    Jan 08 23:38:57 lefty-laptop wpa_actiond[1017]: Interface 'wlan0' lost connection to network 'braains'
    Jan 08 23:38:58 lefty-laptop kernel: PM: Marking nosave pages: [mem 0x0009d000-0x000fffff]
    Jan 08 23:38:58 lefty-laptop kernel: PM: Basic memory bitmaps created
    Jan 08 23:38:58 lefty-laptop kernel: PM: Preallocating image memory... done (allocated 294215 pages)
    Jan 08 23:38:58 lefty-laptop kernel: PM: Allocated 1176860 kbytes in 0.22 seconds (5349.36 MB/s)
    Jan 08 23:38:58 lefty-laptop kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
    Jan 08 23:38:58 lefty-laptop kernel: e1000e 0000:00:19.0: setting latency timer to 64
    Then a bunch more stuff, then this:
    Jan 08 23:38:58 lefty-laptop kernel: PM: thaw of devices complete after 955.701 msecs
    Jan 08 23:38:58 lefty-laptop kernel: PM: writing image.
    Jan 08 23:38:58 lefty-laptop kernel: PM: Using 1 thread(s) for compression.
    PM: Compressing and saving image data (197765 pages)...
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 0%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 10%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 20%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 30%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 40%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 50%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 60%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 70%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 80%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 90%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving progress: 100%
    Jan 08 23:38:58 lefty-laptop kernel: PM: Image saving done.
    Jan 08 23:38:58 lefty-laptop kernel: PM: Wrote 791060 kbytes in 4.67 seconds (169.39 MB/s)
    Jan 08 23:38:58 lefty-laptop kernel: PM: S
    Jan 08 23:38:58 lefty-laptop kernel: PM: Swap header not found!
    Jan 08 23:38:58 lefty-laptop kernel: |
    Jan 08 23:38:58 lefty-laptop kernel: PM: Basic memory bitmaps freed
    Jan 08 23:38:58 lefty-laptop kernel: Restarting tasks ... done.
    Jan 08 23:38:58 lefty-laptop kernel: video LNXVIDEO:00: Restoring backlight state
    Jan 08 23:38:58 lefty-laptop laptop-mode[28617]: Laptop mode
    Jan 08 23:38:58 lefty-laptop laptop-mode[28618]: enabled, not active [unchanged]
    Jan 08 23:38:58 lefty-laptop laptop-mode[28622]: Laptop mode
    Jan 08 23:38:58 lefty-laptop laptop-mode[28623]: enabled, not active [unchanged]
    Perhaps the "PM: swap header not found" is not the primary error?
    Last edited by LeftyAce (2014-01-12 06:08:55)

    LeftyAce wrote:
    ROOKIE: which UUID do you use? If I list /dev/disk/by-uuid I get two results:
    total 0
    lrwxrwxrwx 1 root root 10 Jan 11 18:06 06f4c97e-fe09-45a8-a937-dedb6b18339b -> ../../dm-0
    lrwxrwxrwx 1 root root 10 Jan 11 18:06 a0eb0a15-6d5d-4df2-a0d3-6f7fb00885c6 -> ../../sda1
    I think one of them is the actual device, the other is the dm-crypt container? I guess I could try both...I'll report back.
    Usually I use the output of blkid to find out the correct uuid. The uuid to use for / or swap is the one pointing to one of /dev/dm*.
    LeftyAce wrote:For the record I am using resume=/dev/mapper/cryptroot. I think since the swapfile is a file not a block device in my case that's important. Since the encrypt hook runs first, that mapper volume is present and unlocked by the time resume comes around.
    In my case the same happens but for some reason it doesn't seem to work, and I've been procrastinating submitting a bug (I use hibernation very rarely and I know of a way that works).

  • [SOLVED] Fatal: module phc_intel not found

    I've used the phc_intel package from AUR, yet it didn't work for me and I removed it. Now, during boot I get the "Fatal: module phc_intel not found" message. It doesn't stop the boot but it's annoying. There is no mention of it in rc.conf:
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!usblp acpi_cpufreq cpufreq_ondemand iwl4965 ac battery button processor thermal video btusb cdrom agpgart intel-agp nvram i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw led-class mmc_core ricoh_mmc sdhci-pci sdhci pci_hotplug shpchp thinkpad_acpi wmi rtc-cmos rtc-core rtc-lib nvidia output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore scsi_mod ahci ata_piix e1000e bluetooth mac80211 rfkill iwlagn iwlcore cfg80211 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usbcore ehci-hcd uhci-hcd ieee1394 ohci1394 sd_mod sr_mod st)
    Any ideas?
    Last edited by dcc24 (2009-12-19 19:59:45)

    Yes, there was a conf file there. Removing it solved the problem. Thanks!

  • Can't solve "valid signing identity not found" issue

    Hello,
    I'm having a lot of trouble getting an app to build properly.  I'm using the Corona SDK, but I believe that my true problem lies here:
    It says, "Valid signing identity not found."
    I've gone through the process of uninstalling all of my Provisioning Profiles and reinstalling them numerous times but still haven't solved this issue.  Any advice would be greatly appreciated.
    Cheers,
    - Bret

    Hi etresoft,
    Thanks so much for taking the time to reply to my question.  I am under the assumption that my build issue has something to do with the "Valid signing identity not found." message that appears in the XCode Provisioning Profiles window.  In all probability, this is causing my build issue, and it seems like a Provisioning / Keychain issue and not necessarily a Corona SDK issue. I did contact Corona anyhow and I'm waiting for a reply.
    If there's any chance you can help me debug the "Valid signing identity not found", I would be very grateful!
    Cheers,
    - Bret

  • [SOLVED] network-manager-applet not found

    Hi, I'm quite noob here, and I'm trying to install network-manager-applet with no luck;
    So far I've done
    # pacman -S network-manager-applet
    and I got
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): network-manager-applet-0.8-1
    Total Download Size: 1.01 MB
    Total Installed Size: 4.35 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from mi.mirror.garr.it : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.nluug.nl : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.hosteurope.de : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp-stud.hs-esslingen.de : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from archlinux.puzzle.ch : Not Found
    error: failed retrieving file 'network-manager-applet-0.8-1-x86_64.pkg.tar.gz' from ftp.surfnet.nl : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    so I tried to download the package itself and install it with
    pacman -U network-manager-applet-0.8-2-x86_64.pkg.tar.xz
    and the answer was
    loading package data...
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: network-manager-applet: requires mobile-broadband-provider-info
    what to do?
    i cannot find in the repos the package mobile-broadband-provider-info
    thank you in advance
    Last edited by lsk (2010-03-10 10:15:21)

    Update your system - "pacman -Syu".  The clue is that the file you manually downloaded is different to the one pacman is trying to get.

  • [SOLVED] pacman error: database not found (during an install)

    i am trying to install an app
    when installing
    # pacman -S /path/to/dir/app.tar.gz
    error: database not found
    when i look inside the tar, theres only one file, app.bin
    im sure its some fundamental that im missing.  so i have to makepkg first , or am i missing a command during the intallation, or is the file broken?
    Last edited by wolfdogg (2011-06-04 05:50:09)

    well, im geting some errors with the program, im wondering if i need to make a package?  i think i will try that next.
    heres the beginning of the log, Java errors mainly
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments:  -os linux -ws gtk -arch x86
    !ENTRY org.eclipse.equinox.ds
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
    ok, i downloaded a different binary of this program, and it installed successfully.  thanks for the help
    Last edited by wolfdogg (2011-06-04 05:49:37)

  • [SOLVED] FATAL: module nvidia not found

    Hi
    I have been working on setting arch up on my laptop the past couple of days. It's a Thinkpad T61 with an NVIDIA Quadro NVS 140M gpu.
    I started with the nouveau driver and all was working fine, but I decided to switch to the propriatery driver to see if it had any better power saving features.
    Well, I installed 'nvidia-utils 275.09.07' with pacman > ran 'nvidia-xconf' > reboot. All I got was a few GDM failed to start error messages.
    So I start digging around the xorg log and what not, tried simply running startx. Turns out the 'nvidia' module is nowhere to be found.
    If I 'modprobe nvidia'
    FATAL: Module nvidia not found.
    So I tinker with it a bit more with no results. Reinstalled a few times, even tried installing the latest beta driver from AUR. Then I just said to hell with it and did a fresh arch install.
    Now I'm on a clean install. All I have done is sync and update with pacman, create a use and install X and the nvidia driver.
    Run 'startx'. Same thing as before.
    Where is that nvidia module supposed to be?
    In /lib/modules/2.6.39-ARCH/modules.dep there is this line. I grepped 'nvidia' from it.
    kernel/drivers/video/nvidia/nvidiafb.ko.gz: kernel/drivers/video/fb_ddc.ko.gz kernel/drivers/i2c/algos/i2c-algo-bit.ko.gz kernel/drivers/video/vgastate.ko.gz kernel/drivers/i2c/i2c-core.ko.gz
    And that nvidiafb file is there. Don't know if that is the right one.
    Am I doing something horribly wrong here or is this a bug? I'm really not sure at this point.
    Has anyone else been unlucky enough to have to deal with this issue?
    Last edited by raginaot (2011-07-17 16:49:29)

    raginaot wrote:
    mikesd wrote:
    Did you install nvidia as well as nvidia-utils?
    The wiki has a great nvidia page.
    ehm... I did not...
    I must be getting dyslexic or something cause I don't know how many times I read that wiki page trying to find something I had missed..
    Anyway, installed the nvidia package and it's all good now. Thanks.
    I'm gonna go sit in the corner now.
    You're a big enough man to actually admit you've erred.  In my books that makes you a very respectable man so no more corner-sitting for you.

  • [SOLVED] 'sh: nano: command not found' on installation in arch-chroot

    Hello,
    I'm trying to install Arch Linux on a new laptop with a UEFI motherboard, however while following the beginners' guide on the step which requires you to arch-chroot into the /mnt base system to modify the locale.gen file using nano, I receive the following error:
    'sh: nano: command not found'
    I have mounted the partitions, installed the base system and have tried searching online for a solution but nothing seems to work. Also, nano works while outside of arch-root so I believe it is installed on my system.
    I'm almost completely out of ideas on how to fix this, so any help or a point in the right direction would be greatly appreciated.
    - Thanks.
    Last edited by tyor (2013-01-20 12:01:54)

    I had the same problem during my first attempts to install Arch. When you use the command as stated:
    # pacstrap -i /mnt base base-devel
    it seems not all packages were downloaded/installed. Now I know it was my own fault by not selecting the packages properly.
    In the beginnersguide right above the pacstrap command is stated:
    The -i switch can be omitted if you wish to install every package from the base and base-devel groups without prompting.
    So I did, and installed without a problem

  • [ SOLVED ] bluez-simple-agent not found

    [na5m@arch64 ~]$ bluez-simple-agent
    bash: bluez-simple-agent: command not found
    Per https://wiki.archlinux.org/index.php/Bluetooth, I have installed
    bluez, bluez-utils, python2-dbus, python2-gobject, and dbus-glib.
    Where the devil is bluez-simple-agent hiding? Thanks!
    Last edited by na5m (2013-07-01 10:05:53)

    progandy wrote:With bluez5 "bluetoothctl" provides the client.
    I was completely unaware of this. Someone should insert that info into the wiki, and a few examples on usage too when they are at it.

  • [SOLVED] HPLIP- PPD file not found.

    Hello all,
    I am trying to install an HP Officejet 5610 All-in-One. I have used HPLIP in Ubuntu before to install it and it worked fine. However, I do not seem to be able to get it to work here in Arch.
    I installed hplip through pacman, which seemed to work fine.
    Upon typing:
    sudo hp-setup
    I select USB as the printer I want to detect, and that goes fine. It sees that I have an 'HP Officejet 5600 series' and after clicking next I get a 'PPD file not found' error.
    I try the 'Select Other' option, but there is no PPD file relating to the 5610 AIO or even the 5600 series. I also went to linuxprinting.org to try and find a PPD file, but there doesn't seem to be one for this printer.
    As I say, I know that the printer/scanner/fax-everything worked just fine in Ubuntu, so I am sure that it can be accomplished here. I must just be missing something simple.
    Does anyone have any idea as to how I can get the appropriate PPD file, or which one of the listed ones might work instead? The only Officejet that I see listed is the 'hp_officejet_9100_series-ps.ppd.gz', does that sound like a reasonable choice?
    Any assistance would be greatly appreciated. Thanks.
    I should have mentioned that I am running Arch64, in case that has some bearing on the issue.
    Last edited by The Avatar of Time (2008-07-28 08:30:40)

    Thanks for the reply.
    Well this is all rather odd. I checked and I had chosen 'foomatic/hpijs'. So I tried printing this thread again. No more odd characters. Apart from some seriously awful fonts (it is not printing the fonts that I actually see on the page) the page prints more or less normal. Also though, the Arch Linux banner does not show up, and Home, Forums, etc. do but they don't print right. There should be a black and a blue bar over the Home, Forums, etc., but it doesn't show up. I tried printing a third time and got the same weird characters as the first time.
    So what do you think the problem with this is? I find it strange that it almost works once, then works weird, and I'm sure if I try enough times I will get another decent page. So I am lost here. The scanner seems to be working fine though. So there is definite progress, after all the printer works now. I assume that it is some language of font problem. I really have no idea though. Any more help is appreciated. Thanks.
    I was gonna include screenshots but I don't seem to be able to figure out how to do that. Help please
    Last edited by The Avatar of Time (2008-06-01 17:14:11)

  • (Solved) grub rescue file not found

    I reinstalled arch, also installed grub with arch installation. After reboot grub gives that error.
    "file not found"
    what should i do now? I'm writing from ubuntu live cd
    Last edited by bilgee0629 (2011-04-16 07:22:25)

    First thing to do, Assuming an Error 15: file not found, would be to check your grub's menu.lst to make sure that it is referencing the correct partition and vmlinuz26. If you have a separate boot partition it should reference that partition and just use /vmlinuz26 (as explained on the following thread https://bbs.archlinux.org/viewtopic.php?id=56251). However if everything there seems correct, you will have to post more information for people to help you, such as the contents of /etc/fstab along with your menu.list.
    you can check the menu.lst through the ubuntu live cd by mounting the arch root partition (or /boot if you partitioned it that way) and opening /boot/grub/menu.lst.
    Also, this might be of help http://ubuntuforums.org/showthread.php?t=1263009.
    Last edited by eyhaszewin (2011-04-15 13:28:13)

  • [solved]-bash: open: command not found

    Hello, I'm following the tutorial here to set up pure-ftpd https://wiki.archlinux.org/index.php/SFTP
    When I get to the step to create a self signed certificate, this happens
    [root@(none) private]# open ssl req -x509 -nodes -newkey rsa:1024 -keyout \
    > /etc/ssl/private/pure-ftpd.pem \
    > -out /etc/ssl/private/pure-ftpd.pem
    -bash: open: command not found
    Which package do I have to install to get the "open" command?
    Last edited by learnerofskills (2012-01-26 06:39:11)

    skunktrader wrote:take out the space between open and ssl
    That worked. I feel really dumb and embarrassed now. Thank you.

  • [SOLVED] rc.d: command not found

    I am in the process of installing xfce. One of the steps is to run:
    rc.d start dbus
    However, when I run this it returns:
    bash: rc.d: command not found
    Am I missing something?
    Last edited by george55 (2011-08-11 04:03:16)

    Inxsible wrote:
    rc.d is not a command. its a location under /etc. your command should be
    sudo /etc/rc.d/dbus start
    $ which rc.d
    /sbin/rc.d
    $pacman -Qo /sbin/rc.d
    /sbin/rc.d is owned by initscripts 2011.07.3-1
    $ rc.d --help
    usage: rc.d <action> <daemon> [daemon] ...
    rc.d list [started|stopped]
    rc.d help
    <daemon> is the name of a script in /etc/rc.d
    <action> can be a start, stop, restart, reload, status, ...
    WARNING: initscripts are free to implement or not the above actions.
    e.g: rc.d list
    rc.d list started
    rc.d help
    rc.d start sshd gpm
    Initscripts update, part 1
    Initscripts update, part 2
    @george55
    If rc.d command doesn't work, check your initscripts version, and check your $PATH.

Maybe you are looking for

  • Error while Creating Flat file Source System

    Hi Friends, The message "No entry for BW_USER in table RSADMIN available" is shown when I try to create a Source System for File System(Manual Metadata, Data using File Interface). Could somebody help me please. Thanks in advance. Hanuma Reddy

  • Adapter for charging iPhone using older iPod connectors

    in my Audi I have an iPod cable that will charge my iPod but not my iPhone. Something to do with the cable being an older firewire legacy connector and the iPhone needing a newer USB. anyhooz, I remember seeing a 3rd party manufacturer making some so

  • ClassNotFoundException in applet

    Hi, I have a class which contains: "Class.forName("oracle.jdbc.driver.OracleDriver");" If I run it using java myclass, everything is fine and the application gives a result set from Oracle. If I run it under applet, I got "ClassNotFoundException" err

  • Encode or not encode, that is a question

    This morning I traced a problem to the MVC framework used in the application. The source of the problem is that the forward URL is encoded. The segment code is the following: if(isForward) { servlet.getServletContext().getRequestDispatcher(response.e

  • 8i + 9i

    I've installed a 9i and 8i database on the same server. The 9i is working great, but the 8i gives me trouble. The listener is up and running. I can TNSPING the host. I get a good loopback test too, but I can't logon with SQLPLUS. Is there something t