Displaying 2 results from an estimated 2 matches for "1a32".
Did you mean:
1,32
2006 Jul 31
1
WineOn64Bit
Hello to all.
I have a VERY important correction to this article.
To compile wine on Debian Etch amd64 (kernel 2.6.17) you'll need some changes:
1. You don't need to make the X11R6 symlinks
2. The package "ia32-libs-dev" does not longer exist, you need libc6-dev-i386
3. make and make depend have to be run with LD_LIBRARY_PATH="/lib32"
I hope now it is all
regards,
2008 Mar 12
1
Bug+bugfix in ssh-copy-id
...chine has a POSIX
Compatible shell as login shell.
So you have to write in line 41:
? ssh $1 'sh -c "umask 077; test ?
instead of
? ssh $1 "umask 077; test ?
Patch is appended.
Greetings,
Benjamin Kellermann
--
GPG-Key-ID: 491A3D9C
Fingerprint: D19E 04A8 8895 020A 8DF6 0092 3501 1A32 491A 3D9C
http://pgpkeys.pca.dfn.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssh-copy-id.patch
Type: text/x-patch
Size: 246 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20080312/89d15ed4/attachment.bin
-...