similar to: tinc gui

Displaying 20 results from an estimated 100 matches similar to: "tinc gui"

2007 Oct 29
1
video plugin update
I modified the patch slightly for RC2 of Mplayer -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: mplayer-RC2-xv-compiz-video-2.patch Url: http://lists.freedesktop.org/archives/compiz/attachments/20071030/2e01b7a7/attachment-0001.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type:
2007 Oct 30
1
Size of Exten when using IAX
Hi, We are use IAX protocol between two asterisk servers. Now we send information through this protocol by using EXTEN We see that the variable EXTEN only holds 66 characters. If we set a value larger then 66 characters, for example 70 characters. The last 4 characters are cut off. Is there a way to increase this variable? Kind regards -------------- next part
2007 Oct 30
2
WebDav Support.
Hi guys, I read that mongrel supports the webdav protocol. I need to "create" the webdav files and allow a third party app access it just for read purposes. What do you recommend? -- Fernando Lujan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
2007 Oct 30
6
MySQL() timeout
Anyone know if the MySQL() application has a configurable timeout? If it tries to connect to a bogus IP, it's timeout seems to be a few minutes. I'd like to cut it down to a few seconds. Doug. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part --------------
2007 Oct 30
4
Postgresql and shell script
I have a shell script (sh) where I create a user and import data to a postgres database <snip> su -c "createuser -A -D -P $PG_user" postgres su -c "psql -d$PG_database -h localhost -U$PG_user -W -f postgresql.sql " postgres </snip> when the script executes those command, it ask for a password, how could I do this without have to enter the passwd, I would like that
2007 Oct 30
0
cursor is slow :(
Hi again! I have some problem with cursor.... if I move it with mouse, it is very slow and with the keyboard it doesn't work :( Somebody could help me? someboy have any idea for this behavior Thanks for any answer Bye! Wolf PS sorry for my bad english...again ^^' --------------------------------- --------------------------------- L'email della prossima generazione? Puoi averla
2007 Oct 30
0
[LLVMdev] collect2 hack
Hi all, After a long time, I've updated to new LLVM. Everything compiles fine (which is great), but I see that compiling/linking into bitcode files still hasn't been solved in a satisfying way. Until that gets resolved, I'm sending an updated script, that will do the trick. Usage: cd $LLVM_PATH/libexec/gcc/x86_64-unknown-linux-gnu/4.0.1/ mv collect2 llvm-collect2 copy the attached
2007 Oct 30
0
Bad Request
I have a repeated error in the asterisk console. Incoming call: Got SIP response 400 "Bad Request" back from 10.0.2.136 It is repeated every few seconds and never stops until I restart Asterisk. It starts after I make a call to a certain extension, 202 which transfers the call to another extension all phones then hang up. The SIP trace looks like:
2007 Oct 30
1
Epi Info
Hello: Does anybody knows if Epi Info, from CDC (www.cdc.gov/epiinfo) runs on Wine? I did try AppDB first but there are no entries for Epi Info. Epi Info is a data base for epidemiology and public-heath developed by Centers for Disease Control and Prevention (USA) and heavilly used in the world. It is based on Access 97 or 2000 witch I found in Frank's Corner AppDB. Thank you, Gerson
2007 Oct 30
1
G.729 transcoder beetween asterisk to avaya
Dear all I have Asterisk which is connected with avaya through E1 back 2 back now i have on asterisk side G.711 codec and Avaya also useing G.711 codec everything fine. I need G.729 on my asterisk side. can i have lots of SIP phone on my lan and issue is i have 2 to 3 building so problem is LAN is congested thats why i need G.729 Now testing perpose i have download
2007 Nov 13
2
Creating a manifests ''release'' under SVN; trouble with SVN headers
Dear all I''ve gotten into the habit of including SVN headers in my templates, etc so it is easy to see where the file installed into /etc/puppet/ came from. Furthermore, we use svn cp to create release branches. Therefore, you''ll see something like this: # $Id: dumpadm.conf 1239 2007-10-23 16:04:06Z sa_dewha $ # $URL:
2007 Oct 30
1
Merb - Losing connection to MySQL
Hello, Once or twice a day I''m losing connection to MySQL and this error is generated: Mysql::Error: Lost connection to MySQL server during query: INSERT INTO pictures (`content_type`, `name`, `size`, `thumbnail`, `updated_at`, `pictureable_type`, `description`, `pictureable_id`, `filename`, `height`, `user_id`, `parent_id`, `created_at`, `width`) VALUES(''image/jpeg'',
2007 Oct 30
2
Splitting up the micEcon package?
Dear R Users: The functions of our "micEcon" package [1,2] can be subdivided into three categories: - microeconomic demand and firm models - sample selection models (mainly selection()) - routines for (likelihood) maximisation (e.g. maxLik(), maxNR(), maxBHHH()) (mainly used for ML estimation of sample selection models) Although sample selection models are often used in
2007 Oct 30
5
NUT + devd + FreeBSD
I made the following devd script.. sh cd /tmp fetch mkdir /usr/local/etc/devd sed -Ene 's/SYSFS\{idVendor\}==\"(.*)\", SYSFS\{idProduct\}==\"(.*)\", MODE=.*/attach 100 {\ device-name "ugen[0-9]+";\ match "vendor" "0x\1";\ match "product" "0x\2";\ action "chown @RUN_AS_GROUP@
2007 Oct 30
1
mail_location and master_user rel 1.0.x
login me at mymail.net*theboss thebossespwd this is a great piece of software, but it has some frustrating issues. i have included my two configurations below, just FYI. the one (older) system is 1.0rc7 on mandriva 2007.0 and postfix 2.3.3 and amavisd and spamassassin and using a maildir configuration the newer system is 1.0.5 (soon to be 7) on mandriva 2008.0 and postfix 2.4.5 amavisd and
2007 Oct 31
2
[LLVMdev] how to get the address of operand
Hi, I tried to write code transformation pass using LLVM. But I couldn't find how to get the address of some operand (i.e. '&' operation in C). If an integer type variable is generated by AllocaInst(), is there any method to get the address of that variable? Thanks, Keoncheol -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 23
3
Mongrel+Apache 2.2 Proxy
Hi, I''m running a rails (mongrel) based web service behind an apache proxy, on windows 2003. Sometimes I see a POST in the apache log that returned a 404 but nothing about it in the rails log. It doesn''t happen every time, 9 out of 10 times it works just fine. The post (is actually a put) comes from a .NET application uploading a small xml-file. The log message in apache
2007 Nov 23
4
recalculation of maildir Quota
Hello, I intend to use maildir Quota for measurement only, not for applying restrictions. Therefore I defined rather high values. That's working as expected. Nevertheless it's not useful, because the recalculation time is to high. This takes some minutes for my own mailaccount with 250.000 mails on a NFS storage. This would be to bad, but whilst this time, the Mailclient hangs. Probably
2007 Nov 22
6
Digium and Asterisk
Hi List; Is Digium the best telephony cards to be used with Asterisk? The prices are some how high, any suggestion? Regards Bilal ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
2007 Nov 23
2
Error on installing fuse-ntfs-3g
I get the following error when I try installing fuse-ntfs-3g even though I have installed fuse-2.7 and fuse-kmdl-2.7 error: Failed dependencies: libfuse.so.2 is needed by fuse-ntfs-3g-1.913-1.el5.rf.i386 libfuse.so.2(FUSE_2.2) is needed by fuse-ntfs-3g-1.913-1.el5.rf.i386 libfuse.so.2(FUSE_2.5) is needed by fuse-ntfs-3g-1.913-1.el5.rf.i386 libfuse.so.2(FUSE_2.6) is