Displaying 20 results from an estimated 200 matches similar to: "Proper use of "send" method"
2007 Aug 09
2
Rmovie on windows
Can rmovie be installed in a windows environment?
When I run "gem install rmovie".
It gives the following error:
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.
ruby extconf.rb install rmovie
''make'' is not recognized as an internal or external
2006 Jan 30
3
webservice consumption over SSL
Hi, as long as nobody answered to my previous question, i''ll try to
write in another way.
I have:
webservice WSDL link (https://something?WSDL, that''s .net webservice)
pem file (certificate, needed to authentificate for gettting data)
i need :
to consume that webservice without describing API''s for each method (i
mean use WSL to construct needed structures or objects).
2004 May 02
7
Connection caching?
Hey all,
on the distcc mailing list, a thread about load balancing
got a bit out of hand, and we started thinking about
moving fsh-like connection caching into ssh itself
to get rid of the overhead of starting up the python
interpreter to run rsh.
(Interestingly, mit's "rex", described at
http://www.lcs.mit.edu/publications/pubs/pdf/MIT-LCS-TR-884.pdf,
considers connection caching
2003 Sep 22
1
Updating a linear model
My google search for Plackett's Algorithm didn't return too much except that
Plackett's algorithm appears to be useful in Control Theory - it is
elaborated as "Plackett's algorithm for on-line recursive least squares
estimation". Sounds something like what I want.
I am looking at developing a user modelling type app (new data points coming
in and wanting to dynamically
2008 Feb 02
2
[PATCH] Requiring multiple auth mechanisms (updated)
Jefferson Ogata's patch
http://marc.info/?l=openssh-unix-dev&m=108134938701018&w=2 adds a
multiple authentication methods option to sshd. I updated the patch to
4.7p1 and added logic to allow it to work with privilege separation.
https://bugzilla.mindrot.org/show_bug.cgi?id=1435
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2008 Aug 25
3
Dell 2950 III for Xen virtualization
Hello everyone,
I just wanted to see if anyone has experience running Xen on:
Dell 2950 III
2 x Quad 2.0 Ghz 1333Mhz FSB
32 GB DDR2 (8x4GB)
2 Disk Perc RAID 1 (7200 RPM SAS)
Broadcom Dual Gigabit Ethernet LOM & TOE
The requirements of each VM are not that high (and are all identical).
I just want to run remote desktop and 1 other application at any
given time (either a web based IE
2008 Nov 06
10
Rails 2.1.2 bug in include on has_many?
In my continued efforts to port my rails 1.x app to Rails 2.1.2, I keep
running into what appear to be ActiveRecord bugs.
I am using an :include on a :has_many definition:
class Request < ActiveRecord::Base
has_many :service_types, :order=>''service_types.id ASC'',
:include=>:service_response
[...]
There''s no reason this wouldn''t be supported in
2010 Sep 20
1
can Samba 2.2 join Windows 2003 R2 DC?
I have a Solaris 8 box with very old Samba 2.2.8a. It would be very convenient to join a Windows Domain with a 2003 R2 DC. (saving about 1 month of bureaucratic busy work - replacing the server) I've followed the docs on joining a Windows 2K AD, but no success:
[root at box samba-2.2.8a]# smbpasswd -D 2 -j FOO -U me
added interface ip=10.1.4.31 bcast=10.1.5.255 nmask=255.255.254.0
2013 Mar 21
3
updating to 6.4 broke olvwm/openwin
This morning a handful of workstations got upgraded from 6.3 to 6.4 and
things seemed to be functional, until we tried to log in to one of our
instrument accounts that for various reasons uses olvwm/openwin as the
desktop (and no, I don't have the option of changing that at this time).
The desktop appears to load correctly, and mouse-focus and clicking
appears to work, but the
2004 Dec 21
3
ssh-agent
Hi :-)
We use ssh-agent for batch jobs.
The jobs get the key from the ssh-agent over the envoirment variables.
When we start many jobs at the same time, the agent dont give the key to
the job.
We have tracet the our script an see the follow:
...
26918: 0.0004 so_socket(PF_UNIX, SOCK_STREAM, 0, "", 1) = 13
26918: 0.0001 fcntl(13, F_SETFD, 0x00000001) = 0
26918: 0.0003 connect(13,
2005 Nov 10
2
Encrypted daemon socket communication
Hi
I have a daemon application that binds and listens on a TCP socket. To add
security, I'd like to embed ssh/sshd in my application to handle the
encryption and authentication for me. How do you suggest I go about it?
Regards,
Jaco
--
"The future belongs to those who believe in their dreams."
-- Nelson Mandela
2009 Mar 24
1
[PATCH] "Include" option for ssh configs
Hello,
Attached is a patch to add support for an "include" file in ssh configs. It is
written against openssh-5.2p1.
## ~/.ssh/config
Include ~/.ssh/config.contrib
## end
- Leading ~/ expands to $HOME according to getpwuid_r?.
- Leading ~username expands to $HOME for username according to getpwnam_r.
- Fallbacks to /home/$USER are implemented for when struct passwd.pw_dir is
NULL?
2010 Aug 21
2
What's the point of UseDNS?
According to the manpage:
UseDNS Specifies whether sshd should look up the remote host name and
check that the resolved host name for the remote IP address maps back to
the very same IP address. The default is ``yes''.
Thing is, while sshd *checks*, this doesn't actually control whether or
not the client is allowed to connect, it seems at most to be an option
that causes
2007 Oct 10
1
Re: scp -t . - possible idea for additional parameter
>> I understand that that is not how scp works today.>And it will likely never change.
Why not? Just because "That's how we've always not done it" doesn't sound like a very good reason to me.
>> I'm suggesting that we make a minor change to how it works.>scp is maintained for compatibility reasons only, as I've understood>things.
That's still
2004 Sep 22
4
restricting non-pty cmds with passwd auth
Hi,
I'm looking for a way to force users to use a pty and their login shell.
They have a .profile that forces them to use a specific application.
They are currently logging in with telnetd, so this is effective. I
want to move to openssh, but this would allow "ssh user at host /bin/sh"
and any other commands they can think of to bypass this restriction.
Is there a way to
2006 Jul 22
6
two factor authentication
Are there any plans on the table to add native support for two-factor
authentication, such as password *and* public key?
Visa PCI standards require two-factor authentication for remote access
and if password+key was available in openssh it would be much easier
to maintain and support than a full-blown vpn with all the
cross-platform compatibility issues that come with one.
Thanks!
Jacob
2009 Nov 18
1
SFTP Chroot
Hi all,
Today, I was tasked at work with setting up a chroot SFTP server on a 64bit
Arch Linux server. I naturally turned to Arch Linux's wiki article on the
subject (http://wiki.archlinux.org/index.php/SFTP-chroot) and the directions
were very clear. However, the directions did not work. I kept getting a
"Write failed: Broken pipe" error after attempting to connect. Upon digging
2008 Jul 31
6
drbd 8 primary/primary and xen migration on RHEL 5
Greetings.
I''ve reviewed the list archives, particularly the posts from Zakk, on
this subject, and found results similar to his. drbd provides a
block-drbd script, but with full virtualization, at least on RHEL 5,
this does not work; by the time the block script is run, the qemu-dm has
already been started.
Instead I''ve been simply musing the possibility of keeping the drbd
2008 Aug 22
3
Problem with Broadcom Corporation NetXtreme II BCM5708 bnx2
Hi,
I have a Dell PowerEdge 1950 with two NICs Broadcom NetXtreme II BCM5708
1000Base-T. I installed CentOS 5.1 and Xen 3.0.3 (RPM). One of my virtual
machines has Windows 2003 Server. In this virtual machine my NICs appears
like "Realtek RTL8139 Family PCI Fast Ethernet NIC". The problem is that
when I ping to other machines sometimes the reply time value is very high:
C:>
2007 Feb 02
3
rails command version pegging?
Hello,
Is it possible to declare the version of Rails used with the seminal
"rails /path/to/my_app" command?
For example, I now have 1.2.1 and 1.1.6 installed on my machine. If I
run "rails my_app" I get 1.2.1 produced skeleton code. Is there a way
to get 1.1.6 results?
Regards,
Andy Koch
--~--~---------~--~----~------------~-------~--~----~
You received this