opensuser 2010 | 27 Mar 2010 07:43
Picon

CSpace in openSUSE 11.2?

Where I think the program CSpace, current version (127), already built into the rpm package for openSUSE 11.2?


This question I did in openSUSE Linux Forum and that was the answer I received:


Hi
It's pretty old code (over two years), it tells you to install the
ncyrpt rpm (which is old as well) and unpack the cspace tarball an run
CSpace.pyw file (not sure how it will run with python 2.6 either).


malcolmlewis, Global Moderator openSUSE Linux Forum




Could you answer that my question and tell me if there would be able to update the code CSpace because, according to which said malcolmlewis, CSpace code is old and outdated, if the code was updated, so you can work on openSUSE Linux 11.2.


Please answer me these questions as quickly as possible, you can answer me by e-mail or to the entire community of openSUSE Linux: openSUSE Linux Forum.


Now, thank you for your attention, I expect an answer as soon as possible.

_______________________________________________
cspace-users mailing list
cspace-users <at> lists.tachyon.in
http://lists.tachyon.in/listinfo/cspace-users
Marco Kühnel | 17 Dec 2009 10:23
Picon

CSpace VNC Server on Linux

Hi!

Any way to usw Linux als a Remote Desktop -Server?! I see some .exes for VNC Stuff Bundled


Thanks!

_______________________________________________
cspace-users mailing list
cspace-users <at> lists.tachyon.in
http://lists.tachyon.in/listinfo/cspace-users
Vijaya Chandra Vupputuri | 14 Dec 2009 08:23

Change in the cspace mailing list address

Hi,

Mails to the cspace-users list from now on need to be sent to the email address
cspace-users <at> lists.tachyon.in
instead of the old address cspace-users <at> tachyon.in.

Mails from the list too will be using this new email address.

Regards,
Vijaya Chandra,
tachyon.in
Brian Parma | 5 Dec 2009 03:12
Picon

Segfault

I just downloaded CSpace to give it a try, and after installing the 
dependencies, I try to run it from source:

python CSpace.pyw

The UI comes up, but when I try to create a private key, the application 
segfaults.

I'm trying to run it on Ubuntu 9.10 64 bit, and I installed the 
dependencies from the Repos.

I tried to do some basic 'debugging' to see where it was crashing, and 
from what I can tell it crashes on line 78 of cspace/main/dialogs.py  at:

signature = self.rsaKey.sign( digest, digestType )

I don't really know enough about how it works to go beyond that, so 
hopefully someone else does.
Andreas Kostyrka | 19 Oct 2009 11:43

cspace connectivity problem

Hi!

I've been getting quite often the following problem:

-) I start the text chat app on both sides. (the text chat seems not to
prompt any popups)

-) I type something on box1, box2 shows "box1 is typing", but when I
press enter on box1, the message never shows up on box2.

-) Network discovery seems to be correct:
publicIP: 244.23.70.85 ('dsldevice.lan', [], ['244.23.70.85'])
routed: (72.14.186.144,10002,32c031b06dc542d3908aa8e16f3e64976623e422),
(72.14.186.144,10006,eb85dcaec85f5f92eed775ef4bbe24c6612e4a23),
(72.14.186.144,10003,20641bbf2cc854ab4348c0e37e0796bcbf55cc1e),
(72.14.186.144,10001,6286593f4602b8cd94c6b718188d2601c70e84a9),
(72.14.186.144,10005,6090463d6959bb4dd07ff419a566b6f6f2d96c9e)
direct: (10.0.0.151,44372)

(the direct part is certainly correct as both instances are running on
the same internal network).

Well, actually, on the other "side", when I do the Lookup, I get:

name = yacc143
getting public key...
getting user location...
starting lookup... 149460076
done lookup 149460076
user is not online

Which is not true :(

Andreas
_______________________________________________
cspace-users mailing list
cspace-users <at> tachyon.in
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Andrew Popp | 6 Jul 2009 05:58
Picon

Mac Private Keys

Hello, I seem to be having a hard time finding where the private keys are stored on the mac distribution?  Does anyone know?  I know they are easy to find on the windows version.



Thanks,
Ice
_______________________________________________
cspace-users mailing list
cspace-users <at> tachyon.in
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Joseph Osako | 25 May 2009 04:42
Picon
Gravatar

Developers' list and public source code repo?

I am currently involved in a bespoke project which involves some extensions of the CSpace code for a specific set of users. I realize that this is the users' list for CSpace, but I wanted to know if there is any place suitable for discussing the code and design of the program itself. Similarly, I wanted to know if there is a public CVS (or Subversion or git or what have you) repository where the altered code (or at least those parts relevant to the core program) might be contributed - the Subversion repository on the Google Code page at http://code.google.com/p/cspace/ doesn't seem to have any actual files stord in it - and who I would need to contact to have access to it. I hope that I can help the project along as best I may.

--
J Osako
_______________________________________________
cspace-users mailing list
cspace-users <at> tachyon.in
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Claas Schlüter | 23 May 2009 08:46

CSpace installation problems with NCrypt on OsX

Good morning,

Ive been using CSpace on my Windows machines for quite a long time,  
but I would like to use it on my main computer (Os X 10.5.7) aswell.
While looking around for some info, I found a list of the packages,  
which CSpace needs to run (couldnt manage to find a list in the  
documentation itself):

"QT4 MAC
PyQT4
NCrypt
sed
Python 2.5
cURL+SSL
SIP
g95
pyCurl
pyrex"

I installed most of them via macports, but sadly there is no port for  
NCrypt. Thats the point when my confusion started, while looking for  
the source. I found a version 0.6.11 at http://ncrypt.sourceforge.net  
and 0.6.4 at http://tachyon.in/ncrypt/.
Nevertheless, I cant build even one of them.

0.6.11 make fails with:
bash-3.2$ make
make  all-am
gcc -DHAVE_CONFIG_H -I. -I. -I.     -O3 -Wall -c `test -f 'ncrypt.c'  
|| echo './'`ncrypt.c
In file included from ncrypt.c:29:
get_encryption_password.h:4: warning: type qualifiers ignored on  
function return type
In file included from ncrypt.c:30:
get_decryption_password.h:4: warning: type qualifiers ignored on  
function return type
ncrypt.c: In function 'initialize_crypto':
ncrypt.c:82: warning: pointer targets in passing argument 4 of  
'makeKeyR' differ in signedness
ncrypt.c:85: warning: pointer targets in passing argument 4 of  
'makeKeyS' differ in signedness
ncrypt.c: In function 'main':
ncrypt.c:297: error: array type has incomplete element type
ncrypt.c:324: warning: implicit declaration of function 'getopt_long'
ncrypt.c:297: warning: unused variable 'long_options'
make[1]: *** [ncrypt.o] Error 1
make: *** [all] Error 2

and 0.6.4 (python setup.py build) fails with:
/usr/bin/gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g  
-fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/ 
Python.framework/Versions/2.6/include/python2.6 -I/opt/local/Library/ 
Frameworks/Python.framework/Versions/2.6/include/python2.6 -c  
ncrypt_x509.c -o build/temp.macosx-10.5-i386-2.6/ncrypt_x509.o
ncrypt_x509.c:1:2: error: #error Do not use this file, it is the  
result of a failed Pyrex compilation.
error: command '/usr/bin/gcc-4.0' failed with exit status 1

Macports, aswell as Pyrex are the newest versions available. Sorry to  
bother you with that, but currently I really have no clue how to sort  
this out. Maybe I should have started a thread on the ncrypt list, but  
hopefully, here are some other Mac users out
there using CSpace.

Thanks in advance,
Claas
Erik Reimers | 20 May 2009 10:11
Picon

Re: CSpace on Windows 98

Hi Thomas,

I don´t need Win98 for myself.

But some of our customers have Win98 (never change a running system) and for some supporting (very few) CSpace is a good solution (cheap).

You´re right by saying Win98 is obsolete. But what can I do !!!



Regards
Erik Reimers




Thomas-M. Stein (Sakia.org) schrieb:
Hi Eric, Just out of curiosity. I tend to run operating systems (mainly Windows based) as long as possible and as long as it makes sense. Hence, I always swap relatively late to the next version up avoiding a lot of hassle. In that respect I use XP Prof on by main business machine and other older PCs still run on Win 2000. I feel that the move to XP was very good and I most likely will skip Vista etc. Why not try to get hold of an XP Prof licence? I think that XP is fairly sound or are any of your applications expected not to run under XP? Cheers Thomas
Hi, does someone know how to use CSpace on Win98 ? I installed it without problems. But if I want to start it, I get an error saying that I should install a new Version of Windows. Any suggestions ?!?!?! Regards Erik Reimers
_______________________________________________
cspace-users mailing list
cspace-users <at> tachyon.in
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Erik Reimers | 5 May 2009 11:05
Picon

CSpace on Windows 98

Hi,

does someone know how to use CSpace on Win98 ?

I installed it without problems. But if I want to start it, I get an error saying that I should install a new Version of Windows.


Any suggestions ?!?!?!


Regards
Erik Reimers
_______________________________________________
cspace-users mailing list
cspace-users <at> tachyon.in
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Stephen Tallowitz | 5 Apr 2009 15:45
Picon

CSpace on Ubuntu 8.04

Hello,

just discovered cspace and it is really cool and very simple. What
beats other software though, is the built-in support for tunnelling
VNC across a network.

Works wonderfully on Ubuntu 8.04 if installing all dependencies [1]
and unpacking the software into any directory (no superuser required
for the second part).

I have attached a small patch to make it work with Ubuntu's built-in
VNC client (vinagre).

[1] Dependencies (as stolen from
http://ubuntuforums.org/showthread.php?t=723199): python-qt4
python-ctypes python-pycurl python-ncrypt

Cheers,
Stephen
_______________________________________________
cspace-users mailing list
cspace-users <at> tachyon.in
http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users

Gmane