Error with /usr/bin/cyrus/tools/mkimap

I get the following error on a /mkimap after setting /var/imap to /var/imap.old
server:~ root# /usr/bin/cyrus/tools/mkimap
reading configure file...
i will configure directory /var/imap.
i saw partition /var/spool/imap.
done
configuring /var/imap...
couldn't change to /var/imap at (eval 1) line 59.

Are your permissions OK?
Yup, A ok.
Did you stop mail services before moving your
database?
Yes, not that much of a UNIX noob.
Is your /etc/imapd.conf file OK?
Well on this one I'd have to ask what would not be OK? I was porting from a PowerPC to the Intel and I used Server Admin to copy mail config via "Mail Config.plist" exported from old to new. Is the some differance between the PowerPC /etc/imapd.conf and the Intel UB install of MacOSX Server 10.4.7 /etc/imapd.conf?

Similar Messages

  • Compiling error with /usr/bin/ld: cannot find -l error

    With the help of ToddLittle, I have solved a lot of problem with tuxedo as I am a freshman to it.Thank you ToddLittle!
    However I meet a new problem with compiling my new program. I got this error:
    /usr/bin/ld: cannot find -l/home/cjf/oracle/tuxedo12.1.1.0/include
    where /home/cjf/oracle/tuxedo12.1.1.0 is my tuxedo installation path.
    I build it under ubuntu 12.04 64 bit and my IDE is eclipse.
    How to solve it? thanks!

    Usually it is best to execute the script that is installed in the Tuxedo installation directory that sets up all the necessary environment variables.  That script is $TUXDIR/tux.env.  Source that script before trying to use buildclient or buildserver or any other Tuxedo command to solve most problems like this.
    PS You might want to check out Solaris Studio if you want to use an IDE as there is a Tuxedo plug-in for it that really helps in developing Tuxedo applications.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Error Command /usr/bin/codesign failed with exit code 1

    Hello everyone, I take this opportunity to greet and thank all in advance.
    I develop Android in for a long time and I just started trying with xcode. But I have this compilation error:
    Command /usr/bin/codesign failed with exit code 1
    I found it on google but nothing that I have solved the problem.
    Here is the error log:
    CodeSign /Users/paolotuttoilmondo/Library/Developer/Xcode/DerivedData/veneziawebcam-dbkg muothgsyigeuuxsxjflreufo/Build/Products/Distribution-iphoneos/veneziawebcam.app
    cd /Users/paolotuttoilmondo/Documents/Applications/veneziawebcam
    setenv CODESIGN_ALLOCATE /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/u sr/bin:/bin:/usr/sbin:/sbin"
    /usr/bin/codesign --force --sign "iPhone Distribution: Paolo Tuttoilmondo" --resource-rules=/Users/paolotuttoilmondo/Library/Developer/Xcode/DerivedData/v eneziawebcam-dbkgmuothgsyigeuuxsxjflreufo/Build/Products/Distribution-iphoneos/v eneziawebcam.app/ResourceRules.plist --entitlements /Users/paolotuttoilmondo/Library/Developer/Xcode/DerivedData/veneziawebcam-dbkg muothgsyigeuuxsxjflreufo/Build/Intermediates/veneziawebcam.build/Distribution-ip honeos/veneziawebcam.build/veneziawebcam.xcent  /Users/paolotuttoilmondo/Library/Developer/Xcode/DerivedData/veneziawebcam-dbkg muothgsyigeuuxsxjflreufo/Build/Products/Distribution-iphoneos/veneziawebcam.app
    /Users/paolotuttoilmondo/Library/Developer/Xcode/DerivedData/veneziawebcam-dbkgm uothgsyigeuuxsxjflreufo/Build/Products/Distribution-iphoneos/veneziawebcam.app: CSSMERR_TP_NOT_TRUSTED
    Command /usr/bin/codesign failed with exit code 1
    My certificated Key:
    I think the problem is in the certificates
    I use Xcode 4.2.3
    Thanks in advance.
    Paolo

    Hello everyone, I solved the problem by me, I missed the certificate WWDR.
    Thanks

  • Can't exec /usr/bin/cyrus/bin/ct_cyrusd

    Hello,
    I just noticed that I frequently get the follwing entry in my system.log file. Not sure what is all about or if I should worry. Ideas anyone?
    Nov 16 08:00:30 server master[863]: can't exec /usr/bin/cyrus/bin/ct_cyrusdb on schedule: No such file or directory

    /usr/bin/cyrus/bin/ctl_cyrusdb is actually quite important since it checks your cyrus databases (see "man ctl_cyrusdb").
    As far as I recall ctl_cyrusdb gets called by the cyrus master process periodically. I though it was hardcoded, but it seems there is a way to change it. Did you maybe compile cyrus from source?
    Have a look at /private/etc/cyrus.conf

  • [SOLVED] .. error: coreutils: /usr/bin/install exists in filesystem

    Hi All,
    Getting the following error:
    (85/85) checking for file conflicts [###########################] 100%
    error: failed to commit transaction (conflicting files)
    coreutils: /usr/bin/install exists in filesystem
    I am reluctant to delete/move /usr/bin/install for fear of breaking the system ..
    Anyone help here?
    Last edited by bmentink (2012-04-05 02:26:42)

    I just ran into this same issue today while performing a full system upgrade. After some investigation, I came to agree with the OP that manually removing "/usr/bin/install" is the correct action to take.
    Prior to successfully executing the full system upgrade, I found that /usr/bin/install was a symlink to /bin/install. Using "pacman -Qo /bin/install", I found that the file /bin/install was owned by the coreutils 8.15-1 package. The symlink /usr/bin/install, however, was not owned by any package. The conflict arises because coreutils 8.16-2 wants to put the new install program in /usr/bin instead of its previous location under /bin.
    My memory is a bit fuzzy, but I seem to recall running into a problem installing some third party library that had /usr/bin/install hard-coded into its build script and claimed the file didn't exist. I may have manually created the symlink /usr/bin/install to /bin/install as a quick-fix, then forgot to remove it. In retrospect, I could have confirmed/refuted this hypothesis by comparing the time stamp on the symlink /usr/bin/install to /bin/install. If the symlink was created well after /bin/install, then I'm probably to blaim; on the other hand, if the symlink was created essentially at the time /bin/install was created, then most likely the creators of the coreutils package forgot to claim ownership of the symlink.

  • NativeProcess - Interacting with /usr/bin/top

    Hi,
    trying to interact with the native process /usr/bin/top on macosx.
    I copied the example from the tour de flex.
    Just deleted args and changed the file path to /usr/bin/top.
    I always get a "Error opening terminal: unknown."
    Any idea?
    ps: And yes I added <supportedProfiles>extendedDesktop</supportedProfiles> in the descriptor.
    -c.

    I think you cant run this kind of command, I'm not on Linux/Mac OS right now but try to find an argument to make just one refresh of the command cuz I think AIR dont understand what top is tryin to do with the terminal window while it refresh

  • 500 Server Error #!/usr/bin/perl -w

    Hello,
    This program runs fine from the command line but when i try it in the browser i get a 500 error, i check the permissions and the ownership, and for the invisible line character, and path to perl, which were ok, does anyone have any tips?
    Thanks,
    Scary Spice
    #!/usr/bin/perl -w
    use warnings;
    use CGI qw(:standard);
    use DBI;
    use DBD::mysql;
    my $dbh = DBI->connect("DBI:mysql:scaryspice_web:localhost","scaryspice_ss","14");
    my $name = param("name");
    my $pass = param("pass");
    $name = "Scary";
    $pass = "spcie";
    $sw = 0;
    my @array;
    $statement = "SELECT passWord FROM Customers WHERE custID = '$name'";
    my $sth=$dbh->prepare($statement);
    $sth->execute();
    @array=$sth->fetchrow_array;
    if($array[0] eq $pass){
    $sw=1;
    if($sw){
    print "<html>\n<head>\n<title>Final Perl Procect</title>\n</head><body>\n";
    print "<h2>Welcome to A1 Inc, $name</h2>\n";
    print "<b>Customer id $name</b><br><br>\n";
    print "<form method=\"post\" action=\"details\.pl\">\n";
    print "<select name=\"orderNum\">";
    $statement = "SELECT orderId FROM Orders WHERE custID = '$name'";
    $sth = $dbh->prepare($statement);
    $sth->execute;
    while(@array = $sth->fetchrow_array){
    print "<option value=\"$array[0]\">$array[0]</option>";
    print "</select>";
    print "<center><input type=\"submit\" value=\"Display Detail\"></center>\n";
    print "</form></body></html>";
    else{
    print "<h2>Invalid User</h2>";
    $sth->finish();
    $dbh->disconnect();

    You forgot the line
    print "Content-type: text/html \n\n";

  • IPhone - Build error: Command /usr/bin/codesign failed with exit code 1

    Hi
    can anyone help with error i'm getting when trying to get my iphone ready for distribution
    some post say to look at the keychain for more than one iphone distribution key but i'm only have one for distribution and one for development..
    anyone have any ideas??
    Regards

    question ?
    in the developer.apple.com and clicking on App id you can see the full ID plus .com.Name.AppName
    is this what should be in the info.plist (bundle Identifier)?
    have wiped my mac and started a fresh and just getting this error
    but can't find what the error means have done the guide step by step
    any further pointer would be helpful
    regards
    Tony

  • Pacman upgrade error with /usr/lib/libgmp.so.1

    /media # pacup
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    error: failed retrieving file 'community.db.tar.gz' from ftp.archlinux.org : Connection reset by peer
    error: failed retrieving file 'community.db.tar.gz' from locke.suu.edu : Connection timed out
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets: autoconf-2.62-1 cairomm-1.6.0-1 hspell-1.0-2 enchant-1.4.1-1 exempi-2.0.1-2 gnome-screensaver-2.22.2-1 gpm-1.20.3-1 gstreamer0.10-good-0.10.8-1
    gstreamer0.10-good-plugins-0.10.8-1 gtk-engines-2.14.1-1 gtkmm-2.12.7-1 iso-codes-2.0-1 libisofs-0.6.4-1 libxml2-2.6.32-1 libxslt-1.1.23-1
    poppler-0.8.2-1 poppler-glib-0.8.2-1 wine-0.9.60-1
    Total Download Size: 0.00 MB
    Total Installed Size: 31.11 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (18/18) checking for file conflicts [########################################################################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    gpm: /usr/lib/libgpm.so.1 exists in filesystem
    Errors occurred, no packages were upgraded.
    /media #
    IIRC, I had to make a symbolic link with libgmp.so.1 a long time ago, but not too sure. Any help appreciated, thanks

    hi, take a look at:
    http://bbs.archlinux.org/viewtopic.php?id=47981

  • Error with MetConv in Office tools - Add-ins

    Hi,
    I have problem with office on my computer.  I have Win 7 and both Office 2007 and 2013.
    When I  try to open form with Add-ons, it shows me this message error : "An error has occurred in MetConv.txt file! Please view the MetConv.log for more information.
    Do you have any idea how to solve this problem? This problem happens with all Office tools.
    I have tried both repairing Office and reinstalling it. So far nothing helps.
    Thanks

    Hi,
    How did you remove Office from your computer? You might want to use
    Microsoft Fix It tool to remove Office installation from your computer completely as the normal uninstallation via control panel will leave some residues on your computer.
    Please try to install any available updates to your newly installed Office, then have a try.
    You can also disable the Measurement Converter option in FILE>Options>Proofing>AutoCorrect Options...>Action
    and verify result.
    Here is an introduction of Measurement Converter, you might want to have a look:
    http://blogs.technet.com/b/office_global_experience/archive/2010/05/26/measurement-converter-in-office-2010.aspx
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Error with third party backup tool

    Hello Experts,
    We are using Veritas netbackup to take backups.
    Veritas backup is showing error 6 after running 7 different successful streams and when I checked from SAP  (DB12) it shows successful backup of the system.
    Can you pls explain why netbackup is showing error 6?
    Also what files exactly get copied in offline backup? Does it include redo log files>
    Thanks in Advance.

    Hi Federico,
    This is what I've in the directory, I can't  understand a single line.
    /usr/openv/netbackup/logs/user_ops/dbext/logs
    vxbsa.1256439632.19076.files.1         vxbsa.1256439632.19076.prog.2.pcb_std  vxbsa.1256626673.19798.files.1
    vxbsa.1256439632.19076.files.1.lock    vxbsa.1256439632.19076.prog.3.pcb_std  vxbsa.1256626673.19798.files.1.lock
    vxbsa.1256439632.19076.files.2         vxbsa.1256439632.19076.prog.4.pcb_std  vxbsa.1256626673.19798.prog.pcb_std
    vxbsa.1256439632.19076.files.2.lock    vxbsa.1256439632.19076.prog.5.pcb_std  vxbsa.1256626745.19851.files.1
    vxbsa.1256439632.19076.files.3         vxbsa.1256439632.19076.prog.6.pcb_std  vxbsa.1256626745.19851.files.1.lock
    vxbsa.1256439632.19076.files.3.lock    vxbsa.1256439632.19076.prog.pcb_std    vxbsa.1256626745.19851.prog.pcb_std
    vxbsa.1256439632.19076.files.4         vxbsa.1256447583.24853.files.1         vxbsa.1256626818.20082.files.1
    vxbsa.1256439632.19076.files.4.lock    vxbsa.1256447583.24853.files.1.lock    vxbsa.1256626818.20082.files.1.lock
    vxbsa.1256439632.19076.files.5         vxbsa.1256447583.24853.prog.pcb_std    vxbsa.1256626818.20082.prog.pcb_std
    vxbsa.1256439632.19076.files.5.lock    vxbsa.1256605195.4569.files.1          vxbsa.1256627131.20443.files.1
    vxbsa.1256439632.19076.files.6         vxbsa.1256605195.4569.files.1.lock     vxbsa.1256627131.20443.files.1.lock
    vxbsa.1256439632.19076.files.6.lock    vxbsa.1256605195.4569.prog.pcb_std     vxbsa.1256627131.20443.prog.pcb_std
    I'll make sure to test the backup tapes  on test system.
    Thanks

  • Pacman error with "/usr/share/man exists in filesystem"

    I'm installing archlinux.
    Follwing beginners guide, I'm now installing some booting packages, dosfools,efibootmgr, grub. Install Boot loader
    But every time I type
    pacman -S grub
    it makes error
    error: failed to commit transaction (conflicting files)
    grub: /usr/share/man exists in filesystem
    Errors occurred, no packages were upgraded.
    Same error occurs for other packages wich same error messages.
    I formatted all disk using mkfs.ext4 command.. Why this error occur?

    Trilby wrote:What is the output of `pacman -Qo /usr/share/man` as suggested here?
    error: No package owns /usr/share/man

  • Problem with /usr/bin/find -iname

    find -iname is not case insensitive and behaves oddly. Why doesn't the example below always return all 3 files? Why does being in a different directory change the behavior?
    I also noticed that the behavior is not the same for other users.
    In terminal:
    gelato:~ mschafer$ mkdir test
    gelato:~ mschafer$ cd test
    gelato:test mschafer$ touch foo.jpg
    gelato:test mschafer$ touch bar.JPG
    gelato:test mschafer$ touch baz.jPg
    gelato:test mschafer$ find . -iname *jpg -print
    ./foo.jpg
    gelato:test mschafer$ find . -iname *JPG -print
    ./bar.JPG
    gelato:test mschafer$ find . -iname *JPg -print
    ./bar.JPG
    ./baz.jPg
    ./foo.jpg
    gelato:test mschafer$ find . -name *JPg -print
    gelato:test mschafer$
    gelato:test mschafer$ cd ..
    gelato:~ mschafer$ find test -iname *jpg
    test/bar.JPG
    test/baz.jPg
    test/foo.jpg
    gelato:~ mschafer$ find test -iname *JPG
    test/bar.JPG
    test/baz.jPg
    test/foo.jpg
    gelato:~ mschafer$
    gelato:~ mschafer$ find test -iname *JpG
    test/bar.JPG
    test/baz.jPg
    test/foo.jpg

    In the future, you might consider asking Unix and Terminal oriented questions in the Mac OS X Technologies > Unix Forum
    <http://discussions.apple.com/forum.jspa?forumID=735>

  • Resolving Gambit-C and Ghostscript /usr/bin/gsc conflict

    Ghostscript and Gambit Scheme Compiler both want to use /usr/bin/gsc. I already have Gambit Scheme. How can I resolve this conflict to have a working Ghostscript as well (right now the pacman -S ghostscript terminates with an error about /usr/bin/gsc being present in the system)?
    Will installing into the prefix (/usr/local/bin) be a smart idea? That way, the gsc from the earlier PATH entry will respond to 'which gsc'. This will break things for the utilities that require the _other_ gsc.
    P.S. Will I be justified in reporting this as a bug?
    Last edited by Discriminant (2010-11-29 08:33:03)

    Ghostscript and Gambit Scheme Compiler both want to use /usr/bin/gsc. I already have Gambit Scheme. How can I resolve this conflict to have a working Ghostscript as well (right now the pacman -S ghostscript terminates with an error about /usr/bin/gsc being present in the system)?
    Will installing into the prefix (/usr/local/bin) be a smart idea? That way, the gsc from the earlier PATH entry will respond to 'which gsc'. This will break things for the utilities that require the _other_ gsc.
    P.S. Will I be justified in reporting this as a bug?
    Last edited by Discriminant (2010-11-29 08:33:03)

  • PAM doesn't like /usr/bin/bash set as shell

    Can anyone explain why PAM is fine with /usr/bin/zsh set as login shell but not /usr/bin/bash.  For bash it must be set to /bin/bash.
    Should I file a bug report?
    Here is an example https://bbs.archlinux.org/viewtopic.php?pid=1454302
    By default the archiso has /usr/bin/zsh set as the root login shell.  Line 10: https://projects.archlinux.org/archiso. … irootfs.sh

    qwerty12 wrote:I haven't bothered testing this hypothesis, but my guess is that it is because /etc/shells has entries for both /bin/zsh and /usr/bin/zsh but only /bin/bash for bash.
    To test your hypothesis, I added /usr/bin/bash to /etc/shells and changed the login shell. 
    I was still blocked by PAM from logging in with ssh.

Maybe you are looking for

  • How to use only one event case at a time??

    Using LabVIEW, using the event structure is it possible to have only one event case execute at a time. For example, having event case controlled by keyboard, and the other event case controlled by mouse (clicking buttons) and only one being able to e

  • Creative MP3 Audio Pack not in new produc

    Hey. I have bought a X-Fi Platinum. I have a question.. Why is it not <span class="mediumcopy">Creative MP3 Audio Pack in the drivers? When i want to record something, the alternati've is only wav and wma formats. Where is the Mp3? Grz // Patrick

  • Validation error when submitting a form

    Hi, My first post so please don't come down on me like a ton of bricks if this is the wrong forum. I created a form in Adobe LiveCycle Designer 7,0,050519,0. Some users could not send the results back via the email button, but others did. That's okay

  • S. O. S.

    I am builiding this tiny interactive program. All of the background is .swf animations, so the idea is that you are in a menu (Flash scene) and when you push a button it is referenced to the transtion (another Flash scene) and then the end action of

  • Workbench request released

    Hi, I accidentally released a workbench request for Asset Accounting in R/3.  I have tried numorously to delete the request even in R/3.  I now have an error when I try to change a query.  Is there any way that a request can be deleted/changed after