similar to: Fwd: Re: status of openssh for solaris?

Displaying 20 results from an estimated 120 matches similar to: "Fwd: Re: status of openssh for solaris?"

1999 Nov 18
1
Fwd: Re: status of openssh for solaris?
>From USENET, can somebody comment? Newsgroups: comp.security.ssh Subject: Re: status of openssh for solaris? Date: 18 Nov 1999 18:31:47 -0500 Message-ID: <ygaso23e5qz.fsf at severn.office.aol.com> Reinier Post <rp at win.tue.nl> writes: > It looks as if OpenSSH (http://www.openssh.com/) is available for > Solaris. Can anybody comment on its maturity? I dunno about
2001 Mar 18
2
wine.conf newbie problem
I appear to have 'installed' wine correctly and get appropriate output from 'wine -version' However, when I try to run solitaire, the following happens. [root@pato gallun]# wine -winver win31 -desktop 640*480 /win98/windows/sol.exe Warning: could not find wine config [Drive x] entry for current working directory /home/gallun; starting in windows directory. Warning:
2001 Mar 19
2
wine.conf newbie problem +user32.dll
I seem to have gotten past one hurdle and on to the next. It seems that the problem that I was having relates to poorly documented changes in the config files in the HOWTO. I now have /root/.wine/config which seems to solve the old drive problem. However, here is my new error. [root@pato .wine]# cp /etc/wine.conf ~/.winerc cp: overwrite `/root/.winerc/wine.conf'? y [root@pato .wine]# wine
2003 Jul 06
0
compare-dest when DEST contains path component
Hi, I just noticed that the value of the '--compare-dest' argument is simply prepended to the DEST argument, even if that has path compnents. For example with this command: rsync -a --compare-dest=$comparedest \ remote::something/1/ \ /local/path/to/1/ if the remote 'something' module has a file called '1/2/3/4/file' (which is going to be mirrored to
2008 Oct 03
0
[LLVMdev] memory leaks in *Type::get() and Constant*::get()
Hi, Per my previous post about a patch to run the test suite under valgrind (btw, can I commit it?), I've tracked a few memory leaks in LLVM. I've fixed 4 trivial ones, but there are a few more not-so-trivial remaining. Take a look at two common reports by valgrind: 240 (144 direct, 96 indirect) bytes in 3 blocks are definitely lost in loss record 17 of 20 at 0x4023614: operator
2007 Apr 10
15
Poor man''s backup by attaching/detaching mirror drives on a _striped_ pool?
Hi, one quick&dirty way of backing up a pool that is a mirror of two devices is to zpool attach a third one, wait for the resilvering to finish, then zpool detach it again. The third device then can be used as a poor man''s simple backup. Has anybody tried it yet with a striped mirror? What if the pool is composed out of two mirrors? Can I attach devices to both mirrors, let them
2004 Dec 09
1
resize2fs on LVM on MD raid on Fedora Core 3 - inode table conflicts in fsck
Hi. I'm attempting to setup a box here to be a file-server for all my data. I'm attempting to resize an ext3 partition to demonstrate this capability to myself before fully committing to this system as the primary data storage. I'm having some problems resizing an ext3 filesystem after I've resized the underlying logical volume. Following the ext3 resize, fsck spits out lots
2004 Oct 12
12
Qdisc statistics project
As a necessety for my job is to real-time monitor the bytes, packets, packet dropped etc of all the qdiscs working inside the kernel i''ve tried varius methods: 1. Parse tc -s command output and update a round robin database and use rrdtool to graphically display tc statistics. [varius perl scripts exist for the above job] 2. Unsuccesfully tried QoS SNMP extensions, in order to use a
2017 Sep 09
0
cyrus spool on btrfs?
On 9/9/2017 9:47 AM, hw wrote: > > Isn?t it easier for SSDs to write small chunks of data at a time? > The small chunk might fit into some free space more easily than > a large one which needs to be spread out all over the place. the SSD collects data blocks being written and when a full flash block worth of data is collected, often 256K to several MB, it writes them all at once
2017 Sep 13
0
stripe size for SSDs? ( cyrus spool on btrfs?)
On 13 September 2017 at 09:25, hw <hw at gc-24.de> wrote: > John R Pierce wrote: >> >> On 9/9/2017 9:47 AM, hw wrote: >>> >>> >>> Isn?t it easier for SSDs to write small chunks of data at a time? >>> The small chunk might fit into some free space more easily than >>> a large one which needs to be spread out all over the place.
2003 Jul 21
1
htree and Severn
My reading of the kernel.src.rpm doesn't indicate that Severn has ext3 htree patches. Stephen, were there any issues seen during Cerberus testing ? Regards, Yusuf -- Yusuf Goolamabbas yusufg@outblaze.com
1999 Nov 23
1
[PATCH] AIX 4.3.2 compile fixes
Hi all. It's nice to see that AIX support (unintentionally?) is getting better and better. :) Attached is a patch against pre14 that fixes AIX support. All that is left, basically, is a replacement for the /dev/urandom way of getting entropy. ... A completely different thing... how about DCE support? I was thinking of adding some dce code to sshd that: 1. Attaches credentials based on
2003 Oct 17
0
Samba 3.0, Red Hat 9, and Kerberos issues with Windows Server 2003
OK, I've put together a quick-and-dirty fix to make a Red Hat 9/Samba 3 box talk to a Windows 2k3 box. This works for me, and it's not too terribly ugly: Download the SRPMS for Krb5 1.3.1 for the newest Red Hat beta, Severn. You'll also need the SRPMS for e2fsprogs. Build e2fsprogs and update your system. Build Krb5 1.3.1. Uninstall all Krb5 components (server, workstation, debug,
2003 Sep 25
1
rpmbuild of src.rpm error
I received an error trying to build R-1.7.1-src.rpm on RH9.0.93 (Severn) and I was wondering if anybody could tell me what is going on with the manual error. + cp -pr 'doc/manual/R-*.pdf' /var/tmp/R-root/usr/share/doc/R-1.7.1 cp: cannot stat `doc/manual/R-*.pdf': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.78384 (%doc) Processing files: R-debuginfo-1.7.1-1 +
2014 Jun 26
1
Bug in quota_get_status
Hi, the configuration option lmtp_rcpt_check_quota = yes didn't work, so I traced down the problem: quota_get_status (quota_storage.c:89) calls quota_test_alloc (quota.c:1352) with size = 0 bytes, which leads always to a FALSE result in quota_is_over (quota.c:1305). I've fixed the function quota_is_over by considering ctx->bytes_over and ctx->count_over. See the included
2015 Jun 23
1
allowing shell users to change passwords
Does anyone else here have a need to allow shell users to change their imap/pop3 passwords? I came up with a little thing that works similarly to regular passwd(1), dovepasswd, which can be found at https://github.com/DavidGriffith/dovepasswd. It does the job for me and I'd love for other people to take a look and give me some feedback. -- David Griffith dave at 661.org A: Because it
2003 Nov 07
0
Samba <- Winbind -> Windows 2003 ADS Questions
Hi everyone, I'm relatively new to Samba - at least for more in-depth installations. Big Thank-You from my company to the brilliant developers responsible for this software. We have our Samba server integrated with our Windows 2003 AD domain users via Winbind - a working installation with some issues described below. getent passwd works as the many docs show (one entry below):
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have just uploaded openssh-1.2pre15 to http://violet.ibs.com.au/openssh/ Changes: - Merged big source cleanup from OpenBSD CVS. All the source now conforms to: http://www.openbsd.org/cgi-bin/man.cgi?query=style&apropos=0&sektion=9&manpath=OpenBSD+Current&format=html - Added BSD compatible install program - More
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi. Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost. No patch included this time, but the following were the gotchas: - The __P() prototyping doesn't work (as discussed earlier) - bsd-daemon.o wasn't linked into libssh.a (though configure seemed to detect the need for it) DCE patch will follow shortly. Regards, Tor-?ke ______________________________________________________ Get
2007 Nov 05
3
How to get rails command to default to MySQL instead of SQLite?
I''m running OS/X 10.5 Leopard. Although I have MySQL installed the rails command creates a database.yml file that defaults to SQLite. How do I get it to default to MySQL instead? TIA --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to