Displaying 20 results from an estimated 70 matches similar to: "Migrate to samba 4 in ( relatively ) complex openLDAP environment"
2002 Jun 28
2
auto login and logout
I am a test engineer, testing SSH server implementation of SSH into one of
our switches.
How can I automate the login and logout of an SSH client from the command
line?
I have in a script file the following, but I get prompted for the password.
How can I automate the password and the exit.
ssh2 -l $1 $2 (ssh2 -l <username> <host ip>)
Theresa C. Karpowicz
Software
2012 Feb 02
0
sgilmour@enterasys.com
sgilmour at enterasys.com<mailto:sgilmour at enterasys.com>
2002 Apr 18
1
xxx_kex possible memory leak?
Howdy,
I'm working on porting the portable version of OpenSSH to the Nucleus RTOS.
So far I've had a great deal of success. However, I've run into a possible
memory leak, and I'm not sure whether I need to write my own cleanup
function for it or not. The xxx_kex global (defined in sshd.c) seems to not
get freed. I've had difficulty finding a cleanup routine for it. I've
2006 Sep 22
0
Re: samba Digest, Vol 45, Issue 29
You really meant 300 _M_bps as the upper bound according to Enterasys.
My switches are from Enterasys too. After a firmware updates I get about
722 Mbps both ways. The client's disk drive (Maxtor 250 GB) can't read or
write faster.
If you don't get transfer rates in the immediate neighbourhood of the
read/write
speeds of your client's disk drives, then your network setup (hardware
2005 Jul 27
1
call failed: 499 Not acceptable here
Hi,
Please help me through to overcome this error. I have my asterisk server and a xlite client in 172.16. network. I opened up port 5060 in my enterasys wireless router for my asterisk server and also opened port 8000 and 8001 for my xlite client. When i tried calling a remote system which successfully connected to my asterisk server i'm getting the error as " call failed: 499 Not
2004 Nov 16
5
openssh porting
Hi All,
I want port the openssh on an embedded system based on
powerPC. Is there any document that can guide me to
start?
Thanks in advance,
Mike Zheng
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2006 Jun 12
0
struggling with relatively simple out of model updating
I''m trying to do a In/Out thing...
In my in_outs_controller.rb
def edit_in_out
@in_out = InOut.new
@in_out.user_id = params[:id]
@user = User.find_by_id(@in_out.user_id)
if @in_out.save
@user.update_attribute(:in_out, params[:user][:in_out])
flash[:notice] = ''In/Out was successfully updated.''
redirect_to :action =>
2005 Jan 04
0
How to manage relatively internet bandwidth while don''t know specific input internet bandwidth ?
Hello,
My organization has a LAN network and the LAN is connected to internet by a Cisco router.
internet -------| Cisco router |------ LAN
(The cisco router can not be replaced by a linux router, I think, because the LAN has more
than 1000 computers.)
LAN network is divided into some sub networks. I have to relatively manage internet
bandwidth (between applications and between
2020 May 04
0
tinc performance relatively slow
On Mon, 4 May 2020, Pallinger Péter wrote:
> ------- TL;DR -------
>
> Performance seems slow (around 300-400Mbit peak).
> How to improve?
Not sure if that could be the case for you, my links are not that fast:
Make sure to disable compression, that is a known CPU hog.
Greetings,
Haegar
--
Three may keep a secret, if two of them are dead.
- Ben F.
2020 May 05
0
tinc performance relatively slow
On Tue, 5 May 2020 10:56:01 +0200
Pallinger Péter <pallinger at dsd.sztaki.hu> wrote:
> On Mon, 4 May 2020 18:45:19 +0200 (CEST)
> Sven-Haegar Koch <haegar at sdinet.de> wrote:
> > On Mon, 4 May 2020, Pallinger Péter wrote:
> >
> > Make sure to disable compression, that is a known CPU hog.
>
> Compression was disabled. I've successfully slowed
2020 May 07
0
tinc performance relatively slow
On Thu, 7 May 2020, Pallinger Péter wrote:
> Also, my question about the stability of tinc 1.1 still stands. Is it
> ready for production?
I am personally only using tinc 1.1 pre17+git, but in our network are
also still some older nodes.
No problems seen currently.
c'ya
sven-haegar
--
Three may keep a secret, if two of them are dead.
- Ben F.
2020 May 07
2
tinc performance relatively slow
On Tue, 5 May 2020 13:32:50 +0100
Jonathan Plews <SRS0=286U=6T=yahoo.co.uk=pl3w5y at mijnuvt.nl> wrote:
> I didn't study the internals but maybe changing DirectOnly, Forwarding
> and IndirectData will have an impact on per packet performance and
> speed stability by disabling some of the meshing features?
I will definitely try those.
> Although it probably just hit the CPU
2020 May 04
2
tinc performance relatively slow
------- TL;DR -------
Performance seems slow (around 300-400Mbit peak).
How to improve?
------- The Long Version -------
I tried to test tinc performance for an upcoming project that may need
to use NFS over a VPN. Our current tinc network seems to be able to
transmit at around 30-40 MB/s. (I used an 1GB random testfile to copy
to/from /dev/shm/; using netcat and http.) In comparison, HTTP and
2006 May 12
2
two relatively simple questions
I am using R on windows XP and I really tried to find the answers to below but
I haven't been succesful.
the two questions are :
1) is there way of seeing what packages you have loaded ( search() gives you
the automatically included ones ).
2) is there a way of uninstalling packages that you have added by accident.
i found the command R CMD REMOVE "package name" and tried it.
2020 May 05
2
tinc performance relatively slow
On Mon, 4 May 2020 18:45:19 +0200 (CEST)
Sven-Haegar Koch <haegar at sdinet.de> wrote:
> On Mon, 4 May 2020, Pallinger Péter wrote:
>
> > ------- TL;DR -------
> >
> > Performance seems slow (around 300-400Mbit peak).
> > How to improve?
>
> Not sure if that could be the case for you, my links are not that
> fast:
>
> Make sure to disable
2006 Mar 22
6
Relatively easy HTML/XML parsing utilities?
Anyone know of any Ruby modules which can be used to parse an HTML page
?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2007 May 03
2
Multiple Update Actions that are Relatively the same
Hi there,
I have 2 actions that are rather identical:
# Put /account/you/update_password
def update_password
@user = current :user
respond_to do |format|
if @user.update_attributes(params[:user])
format.html {redirect_to account_url}
else
format.html {render :action => "edit_password"}
end
end
end
# PUT /account/you
# Update
2004 Nov 14
3
Running Photoshop on a relatively old PC
For several months I've been thinking about moving to Linux operating
system. This would resque our old machine which is getting left behind
when it comes to hardware (and it would also put fun back into
computing). The problem is that if I convert the only machine our family
has to Linux, it would mean that an important program, Photoshop, which
we use everyday has to be abandoned. This
2012 Feb 10
0
Samba with dns error Failed to connect to our DC
Hi,
I just installed Ubuntu Server and Ubuntu classic desktop. Now I am trying to join active directory and I get this DNS error and failed to connect to the DC.
How to fix this error plus I noticed on my windows 2008 Server that my Ubuntu server showed up as a Computer and not a domain controller.
Is this correct? I would think it would show up as a DC just as it does when I joined my 2003
2007 Jul 31
0
Data
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Data.zip
Type: application/octet-stream
Size: 12584 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment=
s/20070731/619292ca/Data-0001.obj