Displaying 20 results from an estimated 3000 matches similar to: "switch to windows to Linux"
2007 Oct 08
3
test not rolling back
For testing, I use:
self.use_transactional_fixtures = true
This should cause a ROLLBACK for each test case. If I run a single
file, foo_controller_test.rb, it works as expected. I see BEGIN and
ROLLBACK 8 times in the log files. But if I run:
rake test:functionals
I get 3 COMMITs, 196 BEGINS and 193 ROLLBACKs. The code in fixtures.rb
that deals with this is :
def
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello,
Our database is in is-8859-1, and I want to update some text fields
without success due to some accentuate characters ?? ect ...
In my html page (where the charset is iso-8859-19) my textarea
display the accentuate characters well and when the user post the form
... I thought that I just need to save it .... without success since
ruby map one byte for one character ...
So I
2006 Mar 11
1
Ordination of feature film data question
I am severely rusty re. multivariate / ordination analysis, having done my last work 40 years ago (in plant ecology).
I am interested in exploring applications of multivariate analytic approaches to data from the history of motion picture films.
I'd very much appreciate any pointers as to possibly appropriate proceedures.
The individual "samples" may be individual films and the
2007 Sep 02
4
unit test failing
I have unit tests set up with "self.use_transactional_fixtures =
true", so each test should roll back.
Run individually, all my tests succeed. But running "rake
test:units", I get the below error in 5 test cases. I''m not sure how
to solve this since I''m not sure how to debug tasks run thru rake. Any
ideas are appreciated.
1) Error:
test_delete(OrderTest):
2007 Jul 22
18
db:fixtures:load order
I was trying to deal with foreign key issues related to order of
fixture loading when I came across this:
http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html
This got me looking deeper into rails and I noticed that
db:fixtures:load calls Fixtures.create_fixtures once for each fixture
file. However, Fixtures.create_fixtures is capable of taking multiple
files and also handle the
2007 Mar 19
2
Upgrading software under Wine
I run several program under Wine. Two I'm especially reliant on
are Password Safe, an open source password manager, and Dasher, a
new interface for playing on the Internet Chess Club.
Both these programs are being actively developed and are frequently
upgraded.
I always backup the previous version, then install the upgrade by
running the installer, such as "wine
2006 Jul 02
3
fixme:win:SwitchDesktop
I just installed Wine last night. First let me say: it's awesome!
Much better than I supposed.
I decided to try Wine because I've been trying to get file compat-
ability between Linux and PasswordSafe, a great Windows password
manager.
I copied all the PasswordSafe files to their own directory in my
$HOME so that PasswordSafe could write it's database.
I cd to that directory;
2011 Jan 11
6
OpenVPN + SIP configuration?
Hello
I read a whole book on OpenVPN, but still can't figure how to
configure the server + client so that the the client connects and
sends SIP/RTP data through the tunnel.
To get started, I'd rather use a shared key instead of X509
(certificates + keys). The server is running on a uClinux appliance,
with /dev/net/tun, and OpenVPN is 2.0.9. The clients will be Windows
hosts connecting
2005 Apr 06
6
UDP port 1194 marking/routing problem
Hi folks,
I have OpenVPN (respect for it developers) running on my FW.
Is has two external NICs and on internal everything is fine, except
I want OpenVPN (UDP port 1194) going not via default route/network interface.
I use such commands:
iptables -t mangle -D POSTROUTING -o eth0 -p udp --dport 1194 -j MARK --set-mark 0x990
ip rule add fwmark 0x990
2004 Dec 19
8
Shorewall 2.2.0 RC1
http://shorewall.net/pub/shorewall/2.2-Beta/shorewall-2.2.0-RC1
ftp://shorewall.net/pub/shorewall/2.2-Beta/shorewall-2.2.0-RC1
Problems Corrected:
1. The syntax of the add and delete command has been clarified in
the help summary produced by /sbin/shorewall.
New Features:
1. TCP OpenVPN tunnels are now supported using the ''openvpn'' tunnel
type. OpenVPN
2007 Aug 09
8
How to use OpenVPN with Asterisk
Hello,
I want to create a VPN between two Asterisk servers using OpenVPN.
How to configure Asterisk and OpenVPN to do that.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/ddaed76b/attachment.htm
2003 Nov 06
2
TINC and OpenVPN tunnel performance on a Windows client
Hi,
I had some performance problems with TINC running on Windows XP. I had a
VPN tunnel running over a wireless network to a Linux VPN server. Web
browsing through the tunnel was a pain. Big web pages with lots of
pictures loaded very slow compared to a plain network connection.
When the VPN client was running on a Linux computer, and a Windows
computer was browsing the web through the VPN
2020 Mar 01
3
OpenVPN using LDAP Auth and Samba 4 AD
Hello All,
I would like to use OpenVPN with Samba 4 AD using the LDAP Auth plugin.
However, my tests come up with the following errors in the OpenVPN...
LDAP bind failed: Strong(er) authentication required (BindSimple: Transport encryption required.)
Unable to bind as CN=VPN Connect,CN=Users,DC=MYDOMAIN,DC=COM
LDAP connect failed.
PLUGIN_CALL: POST
2006 Jun 30
5
WG: OpenVPN question
Shorewall can run without openvpn, but you need it if you want to establish private networks through public structures.
-----Ursprüngliche Nachricht-----
Von: info@kws-netzwerke.de [mailto:info@kws-netzwerke.de]
Gesendet: Freitag, 30. Juni 2006 12:52
An: 'Shorewall Users'
Betreff: AW: [Shorewall-users] OpenVPN question
Shorewall is able to work with openvpn but it isn´t a bundle of a
2016 Apr 05
7
VPN suggestions centos 6, 7
IPSec is not recommended solution nowdays. OpenVPN runs top of single udp
or tcp port, so it usually works on strictly firewalled places like in
hotels and so on.
--
Eero
2016-04-04 23:18 GMT+03:00 Gordon Messmer <gordon.messmer at gmail.com>:
> On 04/04/2016 10:57 AM, david wrote:
>
>> I have seen discussions of OpenVPN, OpenSwan, LibreVPN, StrongSwan (and
>> probably
2004 Nov 24
3
Bridges, ebtables and OpenVPN [non member]
Hi all,
I''m trying to use OpenVPN as a VPN solution on a firewall running
Shorewall. The IPSEC VPN I tried first has shown a little bit unstable
under several conditions, especially with Windows clients.
As OpenVPN is best run in ''bridged'' mode (see
http://fedoranews.org/contributors/florin_andrei/openvpn/), I became
interested in the bridge capabilities of
2010 Feb 04
3
OpenVPN on phones?
It's just come to my attention that newer phones from both Snom and
Grandstream support OpenVPN. Is this a new trend or something? Since
OpenVPN, in one swell foop, deals with both NAT issues and securing
communications, I'd be very interested in hearing if other phone vendors
were embracing OpenVPN as well. (Other VPN solutions are all well and
good, but I really like the flexibility
2004 Dec 22
6
vpn bridging
[This email is either empty or too large to be displayed at this time]
2009 May 28
2
interactions between xen and openvpn
Hi all, first time that i tried to use xen.
My goal is to reach in ssh all the domUs after i manage to get a
connection through openvpn.
Like they were real servers.
I installed the openvpn server on my dom0 (ubuntu 9.04 + default
package + latest debian-xen-amd64 kernel)
After connecting to the openvpn server I''m able to do direct ssh just
to the dom0.
For reaching domU i had do it with
2009 Jun 18
2
asterisk and openvpn and sip
Hi all,
I'm trying to connect one phone to a remote asterisk server via openvpn.
First of all, I put the vpn server on the box hosting asterisk and the
vpn client on another box, both with public ips.
Then I set the client ip as my phone IP gateway and the remote pbx ip as
the registrar and outbound proxy.
I see in the phone log register packets are sent but nothing in return.
Asterisk