Displaying 7 results from an estimated 7 matches for "retarted".
Did you mean:
restarted
2009 Jan 15
21
4 disk raidz1 with 3 disks...
Hello,
I was hoping that this would work:
http://blogs.sun.com/zhangfan/entry/how_to_turn_a_mirror
I have 4x(1TB) disks, one of which is filled with 800GB of data (that I
cant delete/backup somewhere else)
> root at FSK-Backup:~# zpool create -f ambry raidz1 c4t0d0 c5t0d0 c5t1d0
> /dev/lofi/1
> root at FSK-Backup:~# zpool list
> NAME SIZE USED AVAIL CAP HEALTH ALTROOT
2006 Feb 23
1
making upsd available to chkconfig
OK, so I made this file:
------------------------------------------
#!/bin/sh<\n>
#chkconfig: 2345 60 99
#description: NUT ups daemon
if [ ! -f /usr/local/ups/bin/upsd ]
then
echo "NUT startup: cannot start"
exit
fi
case "$1" in
"start")
chmod 0600 /proc/bus/usb/005/002
chown nut:nut /proc/bus/usb/005/002
/usr/local/ups/bin/upsdrvctl
2003 Oct 08
1
3.0.0 and libiconv
I'm sure i'm missing something stupid, but I'm getting the following
message when compiling 3.0.0 on AIX 5.2. bos.rte.iconv is installed as
part of the OS, but I installed libiconv 1.9.1 from gnu into /usr/local
and it still happens.
checking for iconv in /usr/local... yes
checking can we convert from CP850 to UCS2-LE?... no
checking can we convert from IBM850 to UCS2-LE?... no
2014 Jan 30
0
Announce: OpenSSH 6.5 released
Changes since OpenSSH 6.4
=========================
This is a feature-focused release.
New features:
* ssh(1), sshd(8): Add support for key exchange using elliptic-curve
Diffie Hellman in Daniel Bernstein's Curve25519. This key exchange
method is the default when both the client and server support it.
* ssh(1), sshd(8): Add support for Ed25519 as a public key type.
Ed25519 is a
2008 Jan 30
7
Problem with DTMF dialing
Hi all
I have a small problem here. I asked this question on another asterisk
mailing list, but nobody seemed to be able to help me there.
We are running
* Asterisk 1.4.17
* Libpri 1.4.3
* Zaptel 1.4.8
on a 1.6 dual core, 2GB ram and a digium TDM800P wildcard, hardware echo
cancelation and a quad FXO card.
We have 4 analog lines, one of which is a Cellphone line for least cost
2014 Jan 30
1
Announce: OpenSSH 6.5 released
Changes since OpenSSH 6.4
=========================
This is a feature-focused release.
New features:
* ssh(1), sshd(8): Add support for key exchange using elliptic-curve
Diffie Hellman in Daniel Bernstein's Curve25519. This key exchange
method is the default when both the client and server support it.
* ssh(1), sshd(8): Add support for Ed25519 as a public key type.
Ed25519 is a
2014 Jan 17
15
Call for testing: OpenSSH-6.5
Hi,
OpenSSH 6.5 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is