summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110323/003506.html
blob: 8440261acccf89c7bb39b8c3183c238a3329219d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
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 &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">luke.b3103 at googlemail.com</A>&gt;:
&gt;<i> hello everyone,
</I>&gt;<i> i've been testing the mageia alpha-1 and -2 and i stumbled over a weird
</I>&gt;<i> behaviour of my lovely dropbox client.
</I>&gt;<i> (dropbox is a sync service) the client is available for fedora and ubuntu
</I>&gt;<i> and as tar archive for compilation.
</I>&gt;<i> the package as the comiled sources don't do very much, they only download
</I>&gt;<i> and install the actual dropbox daemon which is closed source.
</I>&gt;<i> it works fine on ubuntu but not on mageia :/
</I>&gt;<i> the installed menuitem doesn't do anything and the console application is
</I>&gt;<i> just acting weird.
</I>&gt;<i> the command list:
</I>&gt;<i> $ dropbox
</I>&gt;<i> Dropbox command-line interface
</I>&gt;<i> commands:
</I>&gt;<i> Note: use dropbox help &lt;command&gt; to view usage for a specific command.
</I>&gt;<i> &#160;status &#160; &#160; &#160; get current status of the dropboxd
</I>&gt;<i> &#160;help &#160; &#160; &#160; &#160; provide help
</I>&gt;<i> &#160;puburl &#160; &#160; &#160; get public url of a file in your dropbox
</I>&gt;<i> &#160;stop &#160; &#160; &#160; &#160; stop dropboxd
</I>&gt;<i> &#160;running &#160; &#160; &#160;return whether dropbox is running
</I>&gt;<i> &#160;start &#160; &#160; &#160; &#160;start dropboxd
</I>&gt;<i> &#160;filestatus &#160; get current sync status of one or more files
</I>&gt;<i> &#160;ls &#160; &#160; &#160; &#160; &#160; list directory contents with current sync status
</I>&gt;<i> &#160;autostart &#160; &#160;automatically start dropbox at login
</I>&gt;<i> &#160;exclude &#160; &#160; &#160;ignores/excludes a directory from syncing
</I>&gt;<i> i think the daemon wasn't installed correctly ( although i tried it several
</I>&gt;<i> times ) because every command just throws errors.
</I>&gt;<i> e.g.:
</I>&gt;<i> $ dropbox start
</I>&gt;<i> Dropbox isn't responding!
</I>&gt;<i> Dropbox is already running!
</I>&gt;<i>
</I>&gt;<i> $ dropbox filestatus
</I>&gt;<i> Traceback (most recent call last):
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 1242, in &lt;module&gt;
</I>&gt;<i> &#160;&#160; &#160;ret = main(sys.argv)
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 1231, in main
</I>&gt;<i> &#160;&#160; &#160;result = commands[argv[i]](argv[i+1:])
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 604, in newmeth
</I>&gt;<i> &#160;&#160; &#160;return meth(*n, **kw)
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 860, in filestatus
</I>&gt;<i> &#160;&#160; &#160;status = dc.icon_overlay_file_status(path=fp).get(u'status',
</I>&gt;<i> [u'unknown'])[0]
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 575, in __spec_command
</I>&gt;<i> &#160;&#160; &#160;return self.send_command(unicode(name), kw)
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 533, in send_command
</I>&gt;<i> &#160;&#160; &#160;ok = self.__readline() == u&quot;ok&quot;
</I>&gt;<i> &#160;&#160;File &quot;/usr/bin/dropbox&quot;, line 509, in __readline
</I>&gt;<i> &#160;&#160; &#160;raise DropboxCommand.BadConnectionError()
</I>&gt;<i> __main__.BadConnectionError
</I>&gt;<i> or my favorite:
</I>&gt;<i> $ dropbox start --install
</I>&gt;<i> Dropbox isn't running!
</I>&gt;<i> Dropbox is already running!
</I>&gt;<i> does anybody maybe have the same problems or any solution hints for this?
</I>&gt;<i> thank you.
</I>&gt;<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>