/etc/rc.d/tomcat doesn't exist! [solved]

I installed tomcat but /etc/rc.d/tomcat doesn't exist!  What do I do from here?
Last edited by synthead (2008-09-12 22:51:23)

I just found the problem. It will be fixed in the next tomcat package release (im packaging it already).
Thanks.
Last edited by hdoria (2008-09-11 23:07:05)

Similar Messages

  • [Solved] Boot error: /etc/rc.d/functions /etc/netcfg doesn't exist

    Hi everybody,
    Well, after a bit of playing around, wiki reading and trouble-shooting, i now have an automatic wireless connection at boot via netcfg2 and my wireless profile. Great stuff.
    By the way, whoever wrote this: http://wiki.archlinux.org/index.php/Net … _netcfg_v2, you deserev a medal.
    Anyway, to the problem. I get an error message at boot which informs me that there is an error in my /etc/rc.d/functions file at line 155, stating that /etc/rc.d/netcfg doesn't exist (which is correct).
    However, when I look at the functions file, I cannot for the life of me see the problem.
    Line 155 is: /etc/rc.d/$1 start
    154 start_daemon() {
    155 /etc/rc.d/$1 start
    These are my daemons:
    DAEMONS=(syslog-ng cups hal avahi-daemon sshd snmpd xinetd portmap netcfg net-profiles)
    The obvious thing would be a problem with the netcfg daemon, but everything works ok, so go figure.
    The only real reference i found was this:
    http://www.archlinux.org/pipermail/arch … 03699.html
    I'm fine with an optional dep - how about we throw a comment above
    'NETWORKS' and have rc.sysinit throw a warning it NETWORKS is defined
    but /etc/rc.d/netcfg isn't found?
    Any help appreciated.
    richs-lxh
    Last edited by richs-lxh (2008-09-02 12:09:51)

    Damn! I had a feeling it was going to be an easy one. I am pretty sure I tried that, oh well.
    Thanks for the quick replies men. Thread marked as [Solved]
    richs-lxh
    Last edited by richs-lxh (2008-09-02 12:10:15)

  • [Solved]Boot from USB HDD - Root device doesn't exist. Major/minor

    My problem is that the kernel seems (or starts) to load, but then I get an error:
    Root device 'UUID=1234 . . .' doesn't exist.
    Attempting to create it.
    ERROR: Unable to determine major/minor number of root device "UUID=1234 . . .'
    You are being dropped into recovery shell
    I found a few links on the web and in the forums, but nothing that really solved it for me. The solved ones usually downgraded the kernel.  I haven't done that yet.  I thought I'd try here first.
    I have a 320GB USB HDD that I have been using to experiment with different linux distros.  I have a few working successfully (OpenSUSE,Mint,Ubuntu,Debian,Fedora,etc).  I'm very new at this but have been reading a lot and putting a lot of time into it.  I have legacy grub loaded on the MBR and use the menu.lst on my openSUSE partition to boot everything.  Because the partitions for some of the distros are so far into the disk I needed to create directories on openSUSE's /boot directory to contain the kernel and initrramfs files (like /boot/fedora).  This seems to work for the other distros.  I did the same thing for Arch.
    So when I installed Arch I haven't used the bootloader section of the installation.
    I'm using the 2011.08.09-netinstall-i686.iso Live CD.
    I tried a few things including:
    1.    changing the HOOKS in /etc/mkinitcpio.conf
        a.    adding usb to the "HOOKS"
        b.    removing and adding autodetect
        c.    adding and removing "sata_sil" (although I'm not even sure if my device uses it)
    2.    changing the kernel line:
        a.    from using "UUID=" to (hd0,1) to sdb1.
        b.    added rootdelay=8
    3.    repartition all of my arch partitions using cfdisk from my Live CD and reinstall. I used gparted on OpenSUSE to do it the first time.
    This may be connected. When I fdisk -l from the Arch Live CD I get extra data and an error for each of my arch partitions (and only my arch partitions):
    Disk does't contain a valid partition table
    When I fdisk -l from OpenSUSE I don't get the data paragraphs or errors about the arch partitions?
    Here is my /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=0e7556ef-b832-43e9-a8ba-c68dd2cd6143 /var reiserfs defaults 0 1
    UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b / ext4 defaults 0 1
    UUID=cd78ab04-742d-4ba5-9727-90727de2dd14 swap swap defaults 0 0
    UUID=dc5685e3-35b0-46d4-b259-61f2530ff36a /home ext3 defaults 0 1
    And my HOOKS:
    HOOKS="base udev autodetect pata scsi sata usb filesystems usbinput"
    And my menu.lst:
    1
    default 0
    timeout 32
    gfxmenu (hd0,1)/boot/message
    ###openSUSE on sda2 - legacy grub
    title openSUSE 11.4 - Celadon - gnome
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 resume=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part1 splash=silent quiet showopts nomodeset vga=0x314
    initrd /boot/initrd-2.6.37.6-0.7-default
    ###openSUSE failsafe on sda2 - legacy grub
    title Failsafe -- openSUSE 11.4 - 2.6.37.6-0.7
    root (hd0,1)
    kernel /boot/vmlinuz-2.6.37.6-0.7-default root=/dev/disk/by-id/usb-Seagate_FreeAgent_GoFlex_NA0E702X-0:0-part2 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x314
    initrd /boot/initrd-2.6.37.6-0.7-default
    ###floppy###
    #title Floppy
    # rootnoverify (fd0)
    # chainloader +1
    ###Fedora on sda5 - legacy grub
    title Fedora 15-Lovelock gnome
    root (hd0,4)
    configfile /boot/grub/grub.conf
    ###Mint on sda6 - grub2
    title Mint 9 Lucid Lynx gnome
    root (hd0,5)
    kernel /boot/grub/core.img
    savedefault
    boot
    ###PCLinux on sda7 - legacy grub
    title PCLinuxOS 2011.6 KDE
    root (hd0,6)
    chainloader +1
    ###Ubuntu on sda8 - grub2
    title Ubuntu 10.04.2 gnome
    root (hd0,7)
    kernel /boot/grub/core.img
    savedefault
    boot
    ####arch on sda10 - legacy grub
    title ARCH
    root (hd0,1)
    #root UUID=XXXXXXXXXX44c5a3cd-dcb5-4cf1-933e-7a8ebac2a992
    kernel /boot/arch/vmlinuz-linux root=UUID=510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8
    #kernel /boot/arch/vmlinuz-linux root=(hd0,9)
    #kernel /boot/arch/vmlinuz-linux root=/dev/sda10
    initrd /boot/arch/initramfs-linux.img
    savedefault
    boot
    ###Debian on sda11 - grub2
    title Debian 6.0.2.1 squeeze gnome
    root (hd0,1)
    kernel /boot/debian/vmlinuz-2.6.32-5-686 root=UUID=2b6052e2-ecdf-4796-81c8-b9e9142ca159 ro
    initrd /boot/debian/initrd.img-2.6.32-5-686
    savedefault
    boot
    ###Mandriva on sda12 - legacy grub
    title Mandriva 2011 KDE
    root (hd0,1)
    kernel /boot/mandriva/vmlinuz-2.6.38.7-desktop-1mnb2 root=UUID=5033f7fb-cac7-4db5-920c-c8bd2b51365f ro
    initrd /boot/mandriva/initramfs-2.6.38.7-desktop-1mnb2.img
    savedefault
    boot
    Here is my fdisk -l from OpenSUSE.  I'm not quite swift enough to mount the hard drive and use the script utility from the Live CD yet, at least not tonight:
    Disk /dev/sda: 320.1 GB, 320072932864 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625142447 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000c3bbb
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 4208639 2103296 82 Linux swap / Solaris
    /dev/sda2 4208640 46153727 20972544 83 Linux
    /dev/sda3 46153728 87113727 20480000 83 Linux
    /dev/sda4 87115770 614031755 263457993 5 Extended
    /dev/sda5 87115776 128075775 20480000 83 Linux
    /dev/sda6 128077824 169037823 20480000 83 Linux
    /dev/sda7 169039872 209999871 20480000 83 Linux
    /dev/sda8 210001920 250961919 20480000 83 Linux
    /dev/sda9 250963968 291923967 20480000 83 Linux
    /dev/sda10 291924031 332886015 20480992+ 83 Linux
    /dev/sda11 332888064 373848063 20480000 83 Linux
    /dev/sda12 373848678 414992383 20571853 83 Linux
    /dev/sda13 414994432 435474431 10240000 83 Linux
    /dev/sda14 435474495 455956829 10241167+ 83 Linux
    /dev/sda15 455958528 578881535 61461504 b W95 FAT32
    /dev/sda16 578881599 614031755 17575078+ 83 Linux
    Disk /dev/sdb: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x95aa95aa
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 63 294889139 147444538+ 7 HPFS/NTFS/exFAT
    /dev/sdb2 294889140 312576704 8843782+ 7 HPFS/NTFS/exFAT
    That's it for now.
    Last edited by newbie55 (2011-09-23 22:19:58)

    I'm IN!  Thanks everyone for your suggestions!
    The arch system didn't like the identifier I was using for the root partition. By looking at the /dev/disk/by-id while the arch system was running, I could see what the system wanted me to call the partition.  So after the system error'd-out and I was in the recovery shell at the [ramfs /] prompt:
    # ls -lF /dev/disk/by-id > by-id.txt
    # vi by-id.txt
    I could have used any of the identifiers listed in the by-id (there were 3), by-uuid(1), by-label(1) or by path(1). I tried them all. I had to write these down by hand because it is a ram filesystem.
    The article that finally got me there is:
    https://wiki.archlinux.org/index.php/Pe … ice_naming
    Anyway my openSUSE grub menu.lst ended up like this:
    ####arch on sda10 - legacy grub
    title ARCH
    root (hd0,1)
    kernel /boot/arch/vmlinuz-linux root=/dev/disk/by-uuid/510bb601-13c1-46ec-87c0-a800dd2efb8b ro rootdelay=8 rootfstype=ext4
    initrd /boot/arch/initramfs-linux.img
    savedefault
    boot
    It's easy once you: 1. beat your head against the wall
                        2. read further
                3. repeat 1 and 2
    Back to the "Beginner's Guide",4 Post-Installation.  Yikes!

  • [Solved] Root device doesn't exist

    Hi!
    EDIT SOLVED: Booted from a arch-core CD and did a;
    mv /etc/mkinitcpio.conf.pacnew /etc/mkinitcpio.conf
    pacman -U /var/cache/pacman/pkg/kernel26-2.6.25-4-1-i686.pkg.tar.gz
    Seems like a had a configuration error in my old mkinitcpio.conf file and kernel install failed.
    .. But should it install when the kernel install failes?
    For interested, here is my pacman.log
    [2008-05-24 20:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2008-05-24 20:04] ==> Building image "default"
    [2008-05-24 20:04] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2008-05-24 20:04] :: Begin build
    [2008-05-24 20:04] :: Parsing hook [base]
    [2008-05-24 20:04] :: Parsing hook [udev]
    [2008-05-24 20:04] :: Parsing hook [autodetect]
    [2008-05-24 20:04] :: Parsing hook [pata]
    [2008-05-24 20:04] :: Parsing hook [scsi]
    [2008-05-24 20:04] :: Parsing hook [sata]
    [2008-05-24 20:04] :: Parsing hook [usbinput]
    [2008-05-24 20:04] ==> FAIL
    [2008-05-24 20:04] ==> Building image "fallback"
    [2008-05-24 20:04] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2008-05-24 20:04] :: Begin build
    [2008-05-24 20:04] :: Parsing hook [base]
    [2008-05-24 20:04] :: Parsing hook [udev]
    [2008-05-24 20:04] :: Parsing hook [pata]
    [2008-05-24 20:04] :: Parsing hook [scsi]
    [2008-05-24 20:04] :: Parsing hook [sata]
    [2008-05-24 20:04] :: Parsing hook [usbinput]
    [2008-05-24 20:04] ==> FAIL
    [2008-05-24 20:04] upgraded kernel26 (2.6.25.4-1 -> 2.6.25.4-1)
    And old mkinitpcio.conf
    MODULES="ata_generic ahci"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata usbinput keymap filesystems"
    I think it was the keymap it complained about
    ---- Original message
    After the last upgrade with kernel 2.6.25, i get;
    Attempting to create root device '/dev/sda3'
    ERROR: Failed to parse block device name for '/dev/sda3' unknown
    ERROR: root fs cannot be detected
    Waiting for device to settle...done
    Root device '/dev/sda3' doesn't exist, attempting to create it
    ERROR: Failed to parse block device name for '/dev/sda3' unknown
    ERROR: Unable to create/detect root device, '/dev/sda3'
    Dropping to recovery shell.. type 'exit' to reboot
    at startup.
    The fallback entry at grub, gives the same message.
    When trying to modprobe a module, it gives me message:
    FATAL: Could not load /lib/modules/2.6.25-ARCH/modules.dep: No such file or directory
    Only /lib/modules/2.6.24-ARCH exists.
    Last edited by cybe-arch (2008-05-24 18:40:56)

    I have the same issue with kernel26-lts-2.6.32.41-1.
    Recent Arch updates made my favourite operating system of the worst kind: flashplugin freezez in 5 seconds, mozilla gets some freezes as well,
    copying files from one drive to another takes like 1.5h and many more weird things including some frequent performance abuses by the processes.
    I see Arch behaves like old Microshit products. Sad thing but I move to more stable distro very soon, because I have enough of fixing bugs 3 times a week, to make my Arch usable again. Before like 6 months ago updated were less frequent and surprises were once a month not twice a week. Outrageous.
    Perhaps Arch crew is overrun by the Apple guys, to compromise this distro, to encourage people to buy Apple products instead of using faulty Windowses or from day to day more troublesome Linuxes.
    Going to the point.
    So in response I wanted give LTS a try, but it drops me to recovery console (ramfs) saying that "Root device doesn't exist"

  • The file "Acceptance Letter.pages" doesn't exist. Since installing Yosemite on MacBook Pro I cannot save or export from Pages. Just get the message at beginning of this post. How to solve problem?

    I cannot save or export from Pages since installing Yosemite on MacBook Pro . I just get the message at beginning of this post “Acceptance Letter.pages” doesn’t exist or whatever file title I have inserted How to solve problem?

    Thanks Peter but I was not seeking to store with I-Cloud. In fact I never store documents with I-cloud.
    I was in fact trying to store the files to Documents, which is where I usually keep such things.
    Have now discovered that if I leave the file untiled and simply close it, rather than saving it then it will save, oddly, to Documents. I then have to re-title it and move to the folder I want it in.
    Despite the above, even once it is titled and saved in Documents then if I reopen it I still cannot then Export it to a Word or PDF file. I still just get the message . xxxxxx.pages does not exist!
    Bad news as I am constantly exporting documents to Word and PDF to send to others who do not use a Mac

  • Help! My site doesn't exist anymore and the cache won't clear!

    Hi there,
    I'm a designer and used iWeb to create a portfolio for myself while I was job searching earlier in the year. I hosted it through MobileMe, and coincidentally and luckily managed to get a new job about a week before those hosting services were discontinued, so I never rehosted the site on my own domain. I happened to Google myself a couple of months ago and was horrified to find that my resume page from that site shows up in the search results, with my home address, phone number, etc in the results summary since they were at the top of the resume page on my site. Clicking the obviously says that it doesn't exist. I tried using Google's cache removal tool which supposedly would clear it since the site doesn't exist anymore, but that was about six weeks ago. I just checked, and it's still there - moved up, even, to the third search result! I am going to continue to try to handle this with Google, but is there anything I can do on the iWeb end? I deleted that page from my computer but I'm pretty sure that's irrelevant since the site technically doesn't exist anymore.
    Any help would be greatly appreciated - I can't stand having my private information out there like that!
    Thanks, Mardie

    You asked the same question in december last year.
    And you received the same answer.
    https://discussions.apple.com/thread/4578880
    Apparently it solved the problem.
    And  you also seem to have zero knowledge of how Google works.
    Here's how it works :
    Publish page.
    Google find page.
    Google indexes page.
    Everybody embarrassed.

  • FPCOPARA ERROR. Address doesn't exist

    Hi Experts,
    When i want to print a welcomes letter i get the error Address doesn't exist. Does some know why this message appear and how to solve it?
    I've looked in the table ADRC en found out the the spefic address for that addressnumber is marked as a Maintenance object address.
    This specific number is not linked to the business partner in the table BUT021_FS. In this table I found that the BP is linked to another address number that have the same city, street, zip-code etc. as the one that mared as Maintenance object address but this is marked as Business partner (customer, supplier).
    Kind regards,
    R.L.Groener

    Hi,
    Most likely master data is incomplete. Run that program with the same variant online and set a break-point on 'message' statement to find out where the problem is.

  • Excise invoice doesn't exist in the supplying plant. Message no. 4F281

    Hi Gurus,
    I am doing STO from Excisable depot to Excisable depot as
    1. Create PO at Receiving Depot
    2. Create Delivery through VL10B
    3. Issuing Material through VL02N
    4. Create Excise Invoice through J1IJ
    5. Do Goods Receipt at receiving depot.----here I am unable to capture the invoice
    I am getting error as" Excise invoice doesn't exist in the supplying plant. Message no. 4F281"
    When i try to capture J1ig with supplying plant excise number , the excise value is not flowing and it is showing "0" duty values.
    Any  plant level setting is missing,
    Searched in the forum but not got any solution..
    Please let me know how to solve this issue.
    Thanks,
    Muru..

    Hi,
       Sorry, I misunderstood it as plant to depot STO. Please ignore my previous comment.
       Please ensure that the excise invoice is posted in the supplying plant. Refer the similar thread: STO from Excisable Depot to Excisable Depot
    Regards,
    AKPT

  • MySQL doesn't start[solved]

    I can't get the MySQL server to start.
    I have followed the wiki entry and fixed all the permissions and the ownership.
    Here is the error log
    lovelock# mysqld_safe
    111209 17:28:19 mysqld_safe Logging to '/var/lib/mysql/lovelock.err'.
    111209 17:28:19 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    111209 17:28:19 mysqld_safe mysqld from pid file /var/lib/mysql/lovelock.pid ended
    lovelock# cat /var/lib/mysql/lovelock.err
    111209 17:28:19 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    /usr/bin/mysqld: Table 'mysql.plugin' doesn't exist
    111209 17:28:19 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    111209 17:28:19 InnoDB: The InnoDB memory heap is disabled
    111209 17:28:19 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    111209 17:28:19 InnoDB: Compressed tables use zlib 1.2.5
    111209 17:28:19 InnoDB: Initializing buffer pool, size = 128.0M
    111209 17:28:19 InnoDB: Completed initialization of buffer pool
    111209 17:28:19 InnoDB: highest supported file format is Barracuda.
    InnoDB: Log scan progressed past the checkpoint lsn 49439
    111209 17:28:19 InnoDB: Database was not shut down normally!
    InnoDB: Starting crash recovery.
    InnoDB: Reading tablespace information from the .ibd files...
    InnoDB: Restoring possible half-written data pages from the doublewrite
    InnoDB: buffer...
    InnoDB: Doing recovery: scanned up to log sequence number 1595675
    111209 17:28:19 InnoDB: Assertion failure in thread 140574630565664 in file fsp0fsp.c line 2101
    InnoDB: Failing assertion: inode
    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.
    111209 17:28:19 - 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 = 134067 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 = (nil) thread_stack 0x40000
    /usr/bin/mysqld(my_print_stacktrace+0x2e)[0x7882ae]
    /usr/bin/mysqld(handle_segfault+0x480)[0x516260]
    /lib/libpthread.so.0(+0xf850)[0x7fda1469d850]
    /lib/libc.so.6(gsignal+0x35)[0x7fda13362965]
    /lib/libc.so.6(abort+0x17b)[0x7fda13363ddb]
    /usr/bin/mysqld[0x506140]
    /usr/bin/mysqld[0x8599af]
    /usr/bin/mysqld[0x8671f8]
    /usr/bin/mysqld[0x82adc9]
    /usr/bin/mysqld[0x7d511c]
    /usr/bin/mysqld[0x7a2bd7]
    /usr/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x41)[0x66e171]
    /usr/bin/mysqld[0x58ff24]
    /usr/bin/mysqld(_Z11plugin_initPiPPci+0xc18)[0x595278]
    /usr/bin/mysqld[0x51b017]
    /usr/bin/mysqld(_Z11mysqld_mainiPPc+0x46d)[0x51e51d]
    /lib/libc.so.6(__libc_start_main+0xed)[0x7fda1334f17d]
    /usr/bin/mysqld[0x514a79]
    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.
    111209 17:28:19 mysqld_safe mysqld from pid file /var/lib/mysql/lovelock.pid ended
    How do I fix this?
    Last edited by nikbhardwaj (2011-12-10 08:32:35)

    I have also tried uninstalling and re-installing to no avail.
    lovelock# pacman -Rdd mysql
    Remove (1): mysql-5.5.18-1
    Total Removed Size: 77.83 MB
    Do you want to remove these packages? [Y/n] y
    (1/1) removing mysql [#####################################################] 100%
    warning: /etc/mysql/my.cnf saved as /etc/mysql/my.cnf.pacsave
    lovelock# pacman -S mysql
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): mysql-5.5.18-1
    Total Download Size: 0.00 MB
    Total Installed Size: 77.83 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [#####################################################] 100%
    (1/1) checking for file conflicts [#####################################################] 100%
    (1/1) installing mysql [#####################################################] 100%
    Installing MySQL system tables...
    OK
    Filling help tables...
    OK
    To start mysqld at boot time you have to copy
    support-files/mysql.server to the right place for your system
    PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
    To do so, start the server, then issue the following commands:
    /usr/bin/mysqladmin -u root password 'new-password'
    /usr/bin/mysqladmin -u root -h lovelock password 'new-password'
    Alternatively you can run:
    /usr/bin/mysql_secure_installation
    which will also give you the option of removing the test
    databases and anonymous user created by default. This is
    strongly recommended for production servers.
    See the manual for more instructions.
    You can start the MySQL daemon with:
    cd /usr ; /usr/bin/mysqld_safe &
    You can test the MySQL daemon with mysql-test-run.pl
    cd /usr/mysql-test ; perl mysql-test-run.pl
    Please report any problems with the /usr/scripts/mysqlbug script!
    Optional dependencies for mysql
    perl-dbi
    perl-dbd-mysql

  • The Cube with ID = Rate doesn't exist in the collection Error Message

    When doing a Full Optimization in the Rate cube I get a "The Cube with ID = Rate doesn't exist in the collection" error message. What is causing this error and how do I fix it?

    I have seen this error when reporting services was not properly configured. can you connect to http://servername/reports ?
    If not try to fix reporting services first, this solved the problem for me in the past.
    But usually in this case all the aplications are giving this error when modifying. Is this also the case in your appset?
    Does Apshell work when you modify the application there?
    -Joost

  • Error help- "the operation could not be performed ...file... doesn't exist"?

    Hi,
    I am experiencing some probmels with ICE and can't find a reason for why.  I was able to edit the pages on the site through ICE about a month ago, but the client just let me know they can't do anything for any page.  I also can't do anything for any pages I was able to previously edit.  Basicall, I get this error message after being able to log in, edit page, and click save draft/ changes I get the following error:
    "The operation could not be performed because the file can't be accessed or doesn't exist..."
    I have looked extensively at these threads: http://forums.adobe.com/thread/444356?tstart=60
    and http://forums.adobe.com/thread/432559?tstart=0
    From that I have tried the following:
    Made sure passive FTP was working properly
    Verified FTP Dreamweaver connection with same FTP account: all is good and i can change and put the pages in question on the server.
    Verified tags in page (I think I have most pages correct.- although I know some are still not div tagged correct, but don't think thee issues are related.)
    verified that the directory settings on the adobe account (which is the root) is only "/"
    Tried editing in both Safari and FF and the client tried in IE and FF (all most recent versions I think)
    No progress has been made.  Actually now my adobe account for managing my sites is not allowing me to manage "settings" for this site either.  The tab is there but doesn't have the word settings on it and therefore I can't click it anymore
    Here is the site: www.extremecommunitymakeover.org.  I know for sure I WAS able to edit the index, get involved, and contact us pages a moth ago and now I get the error.
    Also- another maybe related problem is that I can't actually duplicate or create new pages via ICE.  Everything I try to name the new page gets kicked back and the dialog box says error says the "file extension is invalid".
    So- I seem to have a couple problems possibly all related to each other and your help would be much appreciated.
    Thanks,
    Sean

    Here's the setup on the two machines in particular...
    Machine #1:
    XP Pro
    Was IE7, now latest FF
    No antivirus
    Firewall – Windows Firewall, Downloaded AVG free trial ver., but not installed
    Machine #2:
    XP Pro
    IE7
    Again, No AV… had Kaspersky… but uninstalled it
    Windows Firewall
    Maybe that could be of some assistance... not seeing anything that could possibly block or inhibit the ICE. Each machine is independent of the other, separate networks, different locations, JavaScript enabled, no cookie blockers, etc.
    ....STUMPED!!!   

  • The Dimension with ID ... doesn't exist in the collection

    BPC 7.5 SP3, MS SQL 2005
    I am processing an applicaiton using the Admin console.  Choosing "Modify Application", checking the "Process Application" checkbox and clicking "Modify Application" to rebuild the app.  The result is successful completion with an error on the details portion of the display under "Modify Fact Table" that lists and exception in the Log.  The log in the management console shows the error
    Microsoft.AnalysisServices.ItemNotFoundException: The "Dimension" with "ID" = PROFITCENTER doesn't exist in the collection.
    The ProfitCenter dimension is one of the application's dimensions.
    I can process the ProfitCenter dimension and process this application as part of the dimension processing and it is successful.
    I can optimize this application and it is successful.
    The application appears to be working properly.
    I can open the cube in SQL Server Analysis Services and I can see the ProfitCenter dimension and browse its members.  I can open the application cube and browse it.
    I checked the profitcenter dimension member table and compared it to the fact tables and all the facts are base level members that are not calculated members.
    Has anyone seen this error?  Is this just a spurious message I can ignore or is there something really wrong?

    We were able to solve this issue today.  We turned off Insight and reprocessed the application.  The error did not appear.  I hope this works for you too.

  • How to I get rid of an "Open With..." option that doesn't exist?

    I've tried to find out how to remove an element of the "Open With..." options but don't seem to be getting much traction. I have an old application listed in the "Open With..." pull down menu that doesn't exist anymore, but when I select the file, using command-i, to change which application opens the file, it works for that file. I want to change association using the "Change All" button, but when I do that, the "dead" application becomes the default application again and I'm back to square one. Is this fixable? How do I get rid of the useless option? Will I have do do this for each file?

    your link gave me a good starting place...
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -R -all -domain local -domain system -domain user
    this seemed to do the trick... I would have never have solved this without your suggestion.
    thanks.

  • CD drive problems "Directory doesn't exist"

    Seems like everybody has some variant of this problem.  I'm having difficulty getting the CD drive to read the disks I put in.  I'm using PCman as my file manager and when I try to access the CD drive I get a pair of error messages that simply say "..."  This is followed by a third error saying "Directory doesn't exist."  My HAL is configured for hotplugging if that matters.
    I've been wrestling with this for a couple days and tried several solutions from both the wiki and the forum.  Any help with fixing, or just suggestions on how to better diagnose the problem would be much appreciated.

    I had this problem using hal, Slim, openbox and pcmanfm. Solved it using this post
    http://bbs.archlinux.org/viewtopic.php?id=65070
    which I found in the Wiki/Table of Contents/Hardware Detection & Troubleshooting/Hal/Permission Denied page.
    I only had to follow the two steps in the PS, after which I could access cd's as normal user.
    Hope this helps.

  • BAM Doesn't exist in SOA 11.1.1.5.0 Installer

    Hi
    I'm installing Oracle SOA Suite 11.1.1.5.0. I've extracted two downloaded zip files (ofm_osb_generic_11.1.1.5.0_disk1_1of1 and ofm_osb_generic_11.1.1.5.0_disk1_1of2). The progress continues normally until it reaches "*Copying files for: Oracle BAM 11.1.1.5.0*". It asks me to insert Disk 3 of Oracle SOA Suite. I've also changed the "disk.label" file in stage folders of second zip file, too looks like Disk 3, but the error still exists.
    It seems that it's looking for data files of BAM. It's searching for "*stage/Components/oracle.integration.bam/11.1.1.5.0/1/DataFiles/filegroup3.jar*". I've checked this folder. There is no directory named "DataFiles" in this path. It seems that BAM doesn't exist in 11.1.1.5.0 distribution!
    Is there anything that I've missed during installation?
    Edited by: user2169403 on Jun 4, 2011 2:34 AM
    Sorry!
    Those files were from two different product :D. That was my mistake. The first one was from osb and the second one was from ofm.

    Hey Man, I am running into exact same issue. I am getting a dialog box for inserting disk number 3 for BAM and I am also using the same version as you are. Can you please explain in little detail on how you solved this? I could not understand your updated response on you how you fixed it.
    Thanks,
    ora_guy

Maybe you are looking for