Mailbfr aborted (probably because of a space in the path)

I thought I'd give mailbfr a try. My first attempt failed.
I understand that mailbfr is neither provided nor supported by Apple, but maybe some of you guys are able to help me.
/usr/sbin/mailbfr -b /private/var/root/Desktop/bkp
Stopping Mail Services
mail:state = "STOPPED"
mail:status = 0
Starting backup on 11.10.2007 at 15:43:43
Backing up mail to /private/var/root/Desktop/bkp/mailbackup using mailbfr Version 0.7.3
Backing up Postfix, Cyrus, ClamAV, SpamAssassin and Amavisd settings to /private/var/root/Desktop/bkp/mailbackup/private/etc - Done!
Backing up the Postfix Queue to /private/var/root/Desktop/bkp/mailbackup/postfixqueueDIR - Done!
Backing up the Cyrus Config Database to /private/var/root/Desktop/bkp/mailbackup/cyrusconfigDIRrsync: link_stat "/private/var/root/Data/mail/database" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-24.1/rsync/main.c(717)
speed 9600 baud;
lflags: echoe echoke echoctl pendin
oflags: -oxtabs
cflags: cs8 -parenb
mailbfr was aborted. The process was NOT completed successfully.
Starting Mail Services
mail:state = "RUNNING"
mail:status = 0
here is the contents of my imapd.conf
pkmainserver:~ root# cat /etc/imapd.conf
admins: cyrusimap
configdirectory: /Volumes/PK Data/mail/database
partition-default: /Volumes/PK Data/mail/spool
unixhierarchysep: yes
altnamespace: yes
servername: pk.is
sievedir: /usr/sieve
sendmail: /usr/sbin/sendmail
lmtpdowncasercpt: 1
tlscertfile: /etc/certificates/Default.crt
logrollingdays: 0
logrolling_daysenabled: false
tlskeyfile: /etc/certificates/Default.key
enablequotawarnings: yes
lmtpluserrelay: admin
I belive that what is causing the problem is the (space) on "PK Data", from the "configdirectory" at the imapd.conf, but unfortunatly I cannot change the directory name and don't know how to solve this. Any help is greatly appreciated at this moment.
Thank you,
Cassiano

OK. OK. I totally agree with you and I also feel like killing the person that installed our raid. I really hope someone here can help me with that.
The story goes like this. I didn't want to leave the mail database in the boot volume (its default location), so before turning the mail service on for the first time, I used Server Admin and setup the "Database Location" and "Mail store location" in another disk that is mirrored with another using softRAID ([here|http://discussions.apple.com/thread.jspa?threadID=1172838&tstart=0] you can see that I'm pretty new to all of this).
This mirror was setup by another guy and it keeps all the office files. Every day it is backed up by [SecurStore|http://www.securstore.com] to a remote location. So there are tons of references to this disk and if I change its name (/Volumes/PK Data/) I'm afraid that everything is going to blow up
Is there a way to fix this without breaking everything?
What happens if I use Server Admin and change the database location back to the boot volume? Will I loose all the emails already received or will it copy everything automatically?
Thank you very much for your help,
Cassiano

Similar Messages

  • Need help!! I don´t remember my security questions nor have I a rescue email, plus whenevr I try I can´t seem to contact support, as it doesn´t accept my phone number, probably because I live out of the USA!!!

    Need help!! I don´t remember my security questions nor have I a rescue email, plus whenevr I try I can´t seem to contact support, as it doesn´t accept my phone number, probably because I live out of the USA!!!

    Hi bmwertner,
    Welcome to the Support Communities!
    If you require additional assistance with this, click on the link below for guidance:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Cheers,
    Judy

  • Bug: can't access static files with space in the path

    Please let me know if this a a wrong place to file bug reports.
    I installed webserver7u4 and when I try to access a static file within my war which contains a space in the path, I get HTTP404.
    $ ls webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black\ spinner/1.png
    webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black spinner/1.png
    $ wget -O /dev/null "http://localhost:8080/images/ddtree/black spinner/1.png
    "--13:47:06-- http://localhost:8080/images/ddtree/black%20spinner/1.png
    => `/dev/null'
    Resolving localhost... 127.0.0.1, ::1
    Connecting to localhost|127.0.0.1|:8080... connected.
    HTTP request sent, awaiting response... 404 Not found
    13:47:06 ERROR 404: Not found.Now, if I create a symlink to a path that contains url encoded space, everything works:
    $ ls -l webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black%20spinner
    lrwxrwxrwx 1 root root 13 Aug 1 2008 webserver7/https-myapp/web-app/myapp/_default/images/ddtree/black%20spinner -> black spinner
    $ wget -O /dev/null "http://localhost:8080/images/ddtree/black spinner/1.png"
    --13:49:37-- http://localhost:8080/images/ddtree/black%20spinner/1.png
    => `/dev/null'
    Resolving localhost... 127.0.0.1, ::1
    Connecting to localhost|127.0.0.1|:8080... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1,446 (1.4K) [image/png]
    100%[======================================================================== =======================================>] 1,446 --.--K/s
    13:49:37 (89.76 MB/s) - `/dev/null' saved [1446/1446]So to me it appears that webserver doesn't decode the path before searching the local file system, which to me looks like a bug.
    Let me know if you need more info.
    cheers,
    Igor

    HTTP/1.1 RFC [http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.2|http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.2]
    3.2 Uniform Resource Identifiers
    URIs have been known by many names: WWW addresses, Universal Document Identifiers,
    Universal Resource Identifiers [3], and finally the combination of
    Uniform Resource Locators (URL) [4] and Names (URN)  ... where
    3 is a link to [http://www.ietf.org/rfc/rfc1630.txt|http://www.ietf.org/rfc/rfc1630.txt] section BNF for specific URL schemes
      httpaddress              h t t p :   / / hostport [  / path ] [ ?search ]
      path                   void |  segment  [  / path ]
      segment                xpalphas
      xpalphas               xpalpha [ xpalphas ]
      xpalpha                xalpha | +
      xalpha                 alpha | digit | safe | extra | escape
      alpha                  a | b | c | d | e | f | g | h | i | j | k |
                             l | m | n | o  | p | q | r | s | t | u | v |
                             w | x | y | z | A | B | C  | D | E | F | G |
                             H | I | J | K | L | M | N | O | P |  Q | R |
                             S | T | U | V | W | X | Y | Z
      digit                  0 |1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
      safe                   $ | - | _ | @ | . | &  | + | -
      extra                  ! | * |  " |  ' | ( | )  | ,
      escape                 % hex hex
      hex                    digit | a | b | c | d | e | f | A | B | C | D | E | F{code}
    4 is a link to RFC 1738 Uniform Resource Locators (URL)
    [http://www.ietf.org/rfc/rfc1738.txt|http://www.ietf.org/rfc/rfc1738.txt] section 5. BNF for specific URL schemes
    has :
    {code}
    httpurl        = "http://" hostport [ "/" hpath [ "?" search ]]
    hpath          = hsegment *[ "/" hsegment ]
    hsegment       = *[ uchar | ";" | ":" | "@" | "&" | "=" ]
    uchar          = unreserved | escape
    escape         = "%" hex hex
    hex            = digit | "A" | "B" | "C" | "D" | "E" | "F" |
                                 "a" | "b" | "c" | "d" | "e" | "f"
    unreserved     = alpha | digit | safe | extra
    alpha          = lowalpha | hialpha
    lowalpha       = "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" |
                     "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" |
                     "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" |
                     "y" | "z"
    hialpha        = "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" |
                     "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" |
                     "S" | "T" | "U" | "V" | "W" | "X" | "Y" | "Z"
    digit          = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" |"8" | "9"
    safe           = "$" | "-" | "_" | "." | "+"
    extra          = "!" | "*" | "'" | "(" | ")" | ","
    {code}
    I do not see space in these RFCs for httpurl.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • Unable to access files with spaces in the path

    Hi all, I am accessing files which reside on the server using a java applet.
    The typical path of a file could be:
    http://192.168.0.2/agat/data/AF190701 0003.agt
    (not the space in the filename).
    When I try to open this file using a URL object:
    URL file = new URL(filename);
    BufferedReader in = new BufferedReader(new InputStreamReader(file.openStream()));
    I get exception 400 ( I think) whihc I assume is file cant be found.
    However when I rename the file (to get rid of that space) and also change the filename variable to suit. The file is opened as expected.
    What should I do to make the applet able to open paths with spaces? Or is this just not possible.
    I did try including quotes with the special characte precessor:
    filename = "/"http://192.168.0.2/agat/data/AF190701 0003.agt/""
    But this didnt work either, please could someone tell what I need.
    Thanks.

    Thanks guys, although before I got your replies I did the following - it seems to work, but shall try your suggestions.
    while (file.lastIndexOf(" ") >0)
    String temp;
    int num = file.lastIndexOf(" ");
    temp = file.substring(0, num) + "%20" + file.substring(num+1, file.length());
    file = temp;
    }

  • Programmatic launch of reader 11.0.3 won't open file with spaces in the path?

    The application I work on uses a PDF file for online help.  We programmatically launch the help file into the user's PDF viewer.  The path to the help file may have spaces in the directory names or filename.  With previous versions of Adobe Reader, it would launch just fine (path passed in on the command line).  However, with 11.0.3, I find that if I don't include an extra set of quotation marks around the path, it fails to open when there are spaces in the directory name.  What changed between then and now to cause this problem?  If I add extra quotation marks, will users with an older version of Reader not be able to open the file?
    Edit -- running in Windows 7, launched from C# .NET 3.5.

    benten2000 wrote:
    Install is fine and the icon is shown on the desktop and pdf files icons also change to Acrobat.
    I seem to have missed this part when reading your original post.  See if anything in this article fixes your problem: http://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

  • XletApplication Manager - How to run Xlet, with spaces in the path

    Hi
    I am trying to use J9 implementation on PocketPC to run a simple Xlet. When I enter a path as below, the Xlet App manager fails to find the application.
    37#"\SD Card\IBM PPRO10\bin\j9.exe" -jcl:ppro10 com.ibm.oti.xlet.XletApplicationManager -filename:"\SD Card\ANSPOD\bin\PODXlet.txt"
    However, if I use a path that doesnt have any space, it works fine.
    Any hints ?

    Have you tried enclosing the entire shortcut in quotes?
    37#"\SD Card\IBM PPRO10\bin\j9.exe -jcl:ppro10 com.ibm.oti.xlet.XletApplicationManager -filename: \SD Card\ANSPOD\bin\PODXlet.txt"
    Or, if that doesn't work, maybe using a %20 in place of the space in the folder.
    Or, maybe this:
    37#"\'SD Card'\'IBM PPRO10'\bin\j9.exe" -jcl:ppro10 com.ibm.oti.xlet.XletApplicationManager -filename:"\'SD Card'\ANSPOD\bin\PODXlet.txt"

  • Open a form with space on the path with form builder from a batch

    Hi,
    I cannot open a form from a batch on Windows if the absolute path contains spaces.
    For example, if I try to open a form in "C:\" from cmd with C:\ORANT\bin\ifbld60.exe C:\Form.fmb, I have no problem, if I try to open a form in "C:\Documents and Settings" with C:\ORANT\bin\ifbld60.exe "C:\Documents and Settings\Form.fmb" or C:\ORANT\bin\ifbld60.exe C:\Documents and Settings\Form.fmb, I have some dialog with info and the error FRM-90927 and form builder doesn't start.
    Thank you,
    tom
    Edited by: 912104 on 16-ago-2012 3.17 - title

    Hi,
    >
    I cannot open a form from a batch on Windows if the absolute path contains spaces.
    For example, if I try to open a form in "C:\" from cmd with C:\ORANT\bin\ifbld60.exe C:\Form.fmb, I have no problem, if I try to open a form in "C:\Documents and Settings" with C:\ORANT\bin\ifbld60.exe "C:\Documents and Settings\Form.fmb" or C:\ORANT\bin\ifbld60.exe C:\Documents and Settings\Form.fmb, I have some dialog with info and the error FRM-90927 and form builder doesn't start.
    >
    Why is that you want to open a FMB in Form Builder with a Batch file?
    Is it that your application has only one FMB and that you work with only one FMB all the time?
    Cheers,
    PS: And if you must open the FMB through a batch file then look up the Form Builder Help for "Command Line options". It is an excellent resource.
    Edited by: Prabodh on Aug 16, 2012 3:06 PM

  • HT6001 I have windows 8 and have tried to download iTunes in my computer.  It popped up with this was 32bit you need 64 so I redid it.  After words all I get is the error bell because it can not find the path it tries to install it in?

    the path it keeps trying is c/user/(my name)/iTunes64.msi with some other crap.  All I know is it doesn't work and zI have tried many things withugh any luck, any ideas would be appreciated, I am at my wits end.  First time thrugh the years I have had a major problrm with the program, Have I mentioned I hate windows 8!!!!!!!!!!!!!!!!!!!

    See Troubleshooting issues with iTunes for Windows updates. If you get stuck please report back with where you have got to and the precise text of any error message.
    tt2

  • Wont sync because of not enough space but it also says i have free space at the bottom

    I synced my entire itunes at first. Then  I got some more music off an old ipod and wanted to put it on knowing I have to select specific artist or albums instead of the whole collection. I have around 3000 songs on the ipod now. Its not letting me sync around 2000 songs it says because not enough space.  The gauge at the bottom says i have 6 gbs left and the ipod it self says it has 3 gbs.  This is all besides the point because Im trying to put less stuff on there.  Why?

    hey ,
    if it is showing you 34 mails them it is correct. when you see your mail. apple has a smart way of arranging your mail.suppose you recieve 4 mails from one email id it will show you under one highlighted mail. so when you open a mail from anyone trying scrolling it down and you will find your missing mails.

  • I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed.Help

    I have an olde iMac that once I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed. Please advise as to what could be the problem. How to fix. Thanks

    Try resetting the SMC and PRAM first, if that doesn't help try a cleaning disc.....and then buy an inexpensive external burner. Slimline super drive failures are all too common.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I am trying to restore an older iPod Touch, but do not have the passcode.  I am getting an error message saying that I need to free up some space, but I cannot because I don't have the passcode and have never synced this device to my account.  Help..

    I am trying to restore an older iPod Touch, but do not have the passcode.  I am getting an error message saying that I need to free up some space, but I cannot because I don't have the passcode and have never synced this device to my account.  Help..

    If it is asking for the screen-lock passcode then:
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.
    Otherwise follow varjak paw recommendation

  • On my itunes library my albums are all sorted but when  i put onto my ipod touch (4th Gen) it seems to duplicate i have checked everything and there are no spaces in the information my question is how do isort it because these things drive me mad

    on my itunes library my albums are all sorted but when  i put onto my ipod touch (4th Gen) it seems to duplicate i have checked everything and there are no spaces in the information my question is how do isort it because these things drive me mad i would be most gratefully if you could find a way to help
    thatnks

    Never mind, got it to work. I stumbled around on Google for a while and somehow ended up reading things from the 'jailbroken' community. They had easy instructions to get out of Recovery mode. Thanks anyway though!
    P.S. For anyone who experiences this, here is the fix: Hold Power and Home in unison for 6 seconds, then power on as normal.

  • The operation could not be completed because there is not enough space on the destination disk

    I have 124Gig of space left on my HD, when I try to export my movie i get this error "The operation could not be completed because there is not enough space on the destination disk"  I have read some of the threads went in and deleted the iMovie Preference file but no luck.. any Ideas?  Thanks!

    You need the System DVDs that originally came w/the computer in order to troubleshoot.  All Macs prior to & including ML came w/System DVDs. 
    You can get replacement System Install & Restore CD/DVDs from Apple's Customer Support - in the US, (800) 767-2775 - for a nominal S&H fee. You'll need to have the model and/or serial number of your Mac available. 
    If you're not in the US, you may need to go through the regional Apple Store that serves your location to find the contact number. Here's a list of links to all of those - http://store.apple.com/Catalog/US/Images/intlstoreroutingpage.html  Another resource:  International Support Phone #s.

  • HT2433 I purchased an external CD drive because the internal one died.  When I try using the new drive I get the following msg "The attempt to burn a disc failed.  The device is not accessable, probably because it was removed"

    I purchased an external CD drive for my MacBook,the internaldrive had died.  When I tried using the new drive I got the following msg "The attempt to burn a disc failed.  The device is not accessable, probably because it was removed"  I contacted OWC and tried to work the issue with them, we gave up and OWC sent me a replacement.  I connected the replacement and am getting the same message.  Any thoughts?

    Try resetting the SMC and PRAM first, if that doesn't help try a cleaning disc.....and then buy an inexpensive external burner. Slimline super drive failures are all too common.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

Maybe you are looking for

  • HT203421 Since installing Yosemite 10.10 the Apps Store application on my iMac does not work

    installing Yosemite 10.10 the Apps Store application on my iMac does not work properly. Applications show up in the App Store window to be updated but in fact most of them do not download and install. Some 3rd party software does download and install

  • Raw images in cs5 bridge

    I have an old Canon G5 that I recently used to shoot raw images. When I try to pull up raw images using bridge in CS5 I get a message saying that a file is missing; libgdk-win32-2.0-0.dll however I can pull individual raw files up using CS5 "open" an

  • Camera Raw update on trial version of photoshop.

    Getting very frustrated and wonder if any of you  clever people out there could help me. I have Elements 8 and have just bought a EOS600D, elements can't open or show a thumbnail of the raw images. So I downloaded the trial of photoshop CS5 thinking

  • DIGITAL IMAGES IN PREMIER ELEMENTS

    Is there a limit on the number of still images that can be incorporated into a video?

  • CX_RSROUT_SKIP_RECORD & Error Stack.

    Hi. I want to load certain records from the RESULT_PACKAGE (End Routine),  that don't meet a condition to the Error Stack. So, I am using RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD, to fill the error stack. But this statement is not filling up the er