diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110323/003506.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110323/003506.html | 151 |
1 files changed, 151 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110323/003506.html b/zarb-ml/mageia-dev/20110323/003506.html new file mode 100644 index 000000000..8440261ac --- /dev/null +++ b/zarb-ml/mageia-dev/20110323/003506.html @@ -0,0 +1,151 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] dropbox daemon starting issue + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dropbox%20daemon%20starting%20issue&In-Reply-To=%3CAANLkTimFF41hS0%2BbuhMns%3D%3DCJtqc-heFZCqWih6CqEJ_%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003505.html"> + <LINK REL="Next" HREF="003507.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] dropbox daemon starting issue</H1> + <B>Andres Kaaber</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20dropbox%20daemon%20starting%20issue&In-Reply-To=%3CAANLkTimFF41hS0%2BbuhMns%3D%3DCJtqc-heFZCqWih6CqEJ_%40mail.gmail.com%3E" + TITLE="[Mageia-dev] dropbox daemon starting issue">andres.kaaber at gmail.com + </A><BR> + <I>Wed Mar 23 10:04:51 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003505.html">[Mageia-dev] dropbox daemon starting issue +</A></li> + <LI>Next message: <A HREF="003507.html">[Mageia-dev] dropbox daemon starting issue +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3506">[ date ]</a> + <a href="thread.html#3506">[ thread ]</a> + <a href="subject.html#3506">[ subject ]</a> + <a href="author.html#3506">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Works fine here. I use it with kfilebox. + +2011/3/23 L B <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">luke.b3103 at googlemail.com</A>>: +><i> hello everyone, +</I>><i> i've been testing the mageia alpha-1 and -2 and i stumbled over a weird +</I>><i> behaviour of my lovely dropbox client. +</I>><i> (dropbox is a sync service) the client is available for fedora and ubuntu +</I>><i> and as tar archive for compilation. +</I>><i> the package as the comiled sources don't do very much, they only download +</I>><i> and install the actual dropbox daemon which is closed source. +</I>><i> it works fine on ubuntu but not on mageia :/ +</I>><i> the installed menuitem doesn't do anything and the console application is +</I>><i> just acting weird. +</I>><i> the command list: +</I>><i> $ dropbox +</I>><i> Dropbox command-line interface +</I>><i> commands: +</I>><i> Note: use dropbox help <command> to view usage for a specific command. +</I>><i>  status       get current status of the dropboxd +</I>><i>  help         provide help +</I>><i>  puburl       get public url of a file in your dropbox +</I>><i>  stop         stop dropboxd +</I>><i>  running      return whether dropbox is running +</I>><i>  start        start dropboxd +</I>><i>  filestatus   get current sync status of one or more files +</I>><i>  ls           list directory contents with current sync status +</I>><i>  autostart    automatically start dropbox at login +</I>><i>  exclude      ignores/excludes a directory from syncing +</I>><i> i think the daemon wasn't installed correctly ( although i tried it several +</I>><i> times ) because every command just throws errors. +</I>><i> e.g.: +</I>><i> $ dropbox start +</I>><i> Dropbox isn't responding! +</I>><i> Dropbox is already running! +</I>><i> +</I>><i> $ dropbox filestatus +</I>><i> Traceback (most recent call last): +</I>><i>   File "/usr/bin/dropbox", line 1242, in <module> +</I>><i>     ret = main(sys.argv) +</I>><i>   File "/usr/bin/dropbox", line 1231, in main +</I>><i>     result = commands[argv[i]](argv[i+1:]) +</I>><i>   File "/usr/bin/dropbox", line 604, in newmeth +</I>><i>     return meth(*n, **kw) +</I>><i>   File "/usr/bin/dropbox", line 860, in filestatus +</I>><i>     status = dc.icon_overlay_file_status(path=fp).get(u'status', +</I>><i> [u'unknown'])[0] +</I>><i>   File "/usr/bin/dropbox", line 575, in __spec_command +</I>><i>     return self.send_command(unicode(name), kw) +</I>><i>   File "/usr/bin/dropbox", line 533, in send_command +</I>><i>     ok = self.__readline() == u"ok" +</I>><i>   File "/usr/bin/dropbox", line 509, in __readline +</I>><i>     raise DropboxCommand.BadConnectionError() +</I>><i> __main__.BadConnectionError +</I>><i> or my favorite: +</I>><i> $ dropbox start --install +</I>><i> Dropbox isn't running! +</I>><i> Dropbox is already running! +</I>><i> does anybody maybe have the same problems or any solution hints for this? +</I>><i> thank you. +</I>><i> lb +</I> + + +-- +A. Kaaber +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003505.html">[Mageia-dev] dropbox daemon starting issue +</A></li> + <LI>Next message: <A HREF="003507.html">[Mageia-dev] dropbox daemon starting issue +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3506">[ date ]</a> + <a href="thread.html#3506">[ thread ]</a> + <a href="subject.html#3506">[ subject ]</a> + <a href="author.html#3506">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |