Displaying 17 results from an estimated 17 matches for "snowcrash".
2008 May 20
3
xen "vga=" console mode set in ubuntu /boot/grub/menu.lst is ignored
...;keir.fraser@eu.citrix.com> wrote:
> Hey, I''m not on xen-users. Please post a new thread on xen-devel with a
> clear explanation of the problem for those who haven''t seen the xen-users
> context.
ok. $$$ sez i get barked at for cross-posting ;-)
> On 5/17/08, snowcrash+xen@gmail.com <schneecrash+xen@gmail.com> wrote:
>>
>> i''ve nominal ubuntu 804 installed as a xen 320 Dom0,
>>
>> Linux server 2.6.24-16-xen #1 SMP Thu Apr 10 14:35:03 UTC 2008
>> x86_64 GNU/Linux
>>
>> i''m trying to setup the...
2006 Dec 06
2
rc15 'configure' fails at "unexpected token `SSL,'"
i'm building dovecot-1.0.rc15 on osx.
when i,
./configure --with-ssl=openssl --with-ssldir=/etc/ssl_certs
--disable-static --enable-shared --disable-maintainer-mode
--disable-ipv6 --with-mysql --with-sql-drivers=mysql --with-deliver
--with-pop3d --with-storages=maildir,mbox --disable-debug
it fails at,
...
checking how to hardcode library paths into programs... immediate
appending
2006 Nov 23
3
questions about extended attributes support across *nix & osx (hfs+) filesys
i've built up rsync on both opensuse & osx from src.
on osx, it's v2.6.3 w/ both apple's "Extended Attributes" patches:
http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/EA.diff
http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/PR-3945747-endian.diff
and the 'lartmaker' fix (iteself, slightly fixed ...):
2007 Nov 28
2
1.1beta9 'make' fails on osx/Tiger, but OK on osx/Leopard (multiple definitions of symbol _hash_create)
i'm building
dovecot 1.1.beta9
on both
osx 10.4.11
osx 10.5.1
using
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/apple/gcc_42-5531/obj/src/configure
--disable-checking -enable-werror --prefix=/usr
--mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-gxx-include-dir=/usr/include/c++/4.0.0
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi,
i'm doing a 1st build of dovecot in a freebsd 62R jail.
following instructions at
http://wiki.dovecot.org/CompilingSource
./configure
make
sudo make install
after an OK 'configure', @ 'make', i get
make
make all-recursive
Making all in src
Making all in lib
make: don't know how to make unicodemap.c. Stop
*** Error code 1
Stop in
2007 Nov 28
1
autogen.sh fails -> "required file `./config.rpath' not found"
if i run
autogen.sh
on fresh 1.1.beta9 source, it fails @
./autogen.sh
...
100%[====================================>] 154,427 115.09K/s
08:45:56 (114.82 KB/s) - `wiki-export.tar.gz' saved [154427/154427]
configure.in:16: required file `./config.rpath' not found
configure.in:5: installing `./missing'
configure.in:5: installing `./install-sh'
2007 Nov 28
0
1.1beta9 'make' fails on osx/Tiger (Not Really)
On Nov 28, 2007, at 10:59 AM, dovecot-request at dovecot.org wrote:
> Message: 8
> Date: Wed, 28 Nov 2007 07:49:13 -0800
> From: snowcrash <schneecrash+dovecot at gmail.com>
> Subject: Re: [Dovecot] 1.1beta9 'make' fails on osx/Tiger, but OK on
> osx/Leopard (multiple definitions of symbol _hash_create)
> To: "Timo Sirainen" <tss at iki.fi>
> Cc: Dovecot Mailing List <dovecot at dovecot.or...
2006 Nov 06
1
rsync'd files&dirs saved as user:group = "unknown":"unknown", NOT original ownership
hello,
i've rsync installed:
rsync version 2.6.9pre3 protocol version 29
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
inplace, no IPv6, 32-bit system inums, 64-bit internal inums
i'm PULLing via rsync+ssh from BoxA to BoxB, eg:
root@localhost /tmp > /usr/local/rsync/bin/rsync \
--rsh=/usr/local/openssh/bin/ssh \
2007 Jun 14
1
using 'socat' to relay Dovecot SASL's auth socket over TCP?
hi,
i've been running Exim & Dovecot together on the same box.
Exim's been sharing Dovecot/SASL auth info over a local unix socket.
works great.
i'm now splitting Exim & Dovecot onto two different boxes.
iiuc, Dovecot ONLY provides a UNIX (local) socket; *not* a TCP socket
for over-the-network access. SUre, I could mount the Dovecot socket's
volume over NFS ... but
2007 Nov 28
2
1.1beta9 'make' fails on osx/Tiger
(Yes, Really .... w/ gcc v4.2.1, like i said in the first place)
> Actually, the 1.1 beta v9 builds just fine under Tiger (PPC and
> PPC64) if you use the official Apple sanctioned gcc v 4.01 they ship
> with both Tiger and Leopard. If you do download and use gcc 4.2.1 from
> the GNU folks you might want to pass along the error / bug reports to
> them instead of Apple, but I
2008 May 15
2
missing from Centos51 src tree: ".../drivers/infiniband/hw/amso1100/Makefile"
i'm attempting to rebuild centos51 kernel-xen.
(fwiw, because pciback has NOT been compiled into the kernel,
http://bugs.centos.org/view.php?id=2767)
after,
yum install kernel-devel kernel-xen-devel
and usual,
ln -s /usr/src/kernels/`uname -r`-`uname -m` /usr/src/linux
cd /usr/src/linux
cp /boot/config-`uname -r` ./.config
make oldconfig
make menuconfig
...
next,
make rpm
2008 May 02
0
how to provide different Xen subnets access to a DomU-installed NAS?
I''ve a Xen Dom0 with 3 vif-bridges defined, one each for LAN, WAN & DMZ.
A DomU router/firewall routes between the 3. Works great.
After getting advice from the list, I''ve settled on an apporach to
file-services; I''ve launched a storage appliance (OpenFiler) in a
DomU. For initial access, it attaches to the LAN bridge.
I next want to provide access to the NAS
2007 Jan 03
0
v140 ./configure not finding installed ssl
i'm building asterisk v140 on osx 10.4.8.
openssl is installed in /usr/local/ssl,
which openssl
/usr/local/ssl/bin/openssl
openssl version
OpenSSL 0.9.8d 28 Sep 2006
asterisk is config'd with,
% ./configure \
--prefix=/usr/local/asterisk \
--enable-shared \
--enable-static \
--with-ssl=/usr/local/ssl
./configure fails @,
2006 Nov 13
0
how to get 'real' freespace after rsync+hardlinks?
ok, so this is not entirely an rsync question. but, it seems the
'crowd' most familiar w/ hard-linking are the rsync crowd. so ...
i'm doing rsync + incremental backups to a local drive.
the incremental steps, currently, use the
rsync REMOTE_DIR OLD_DIR
... time passes ...
cp -al OLD_DIR NEW_DIR
rsync REMOTE_DIR NEW_DIR
approach.
all works great.
i'd *like* to be
2006 Nov 19
0
rsync support of hfs+ (osx) metadata? solution from Apple ... ?
hi,
it seems there's a more-recent solution, referenced here:
http://www.lartmaker.nl/rsync/
that points out:
"Since OS X 10.4 (aka Tiger) the MacOS ships with a modified
version of rsync. An added option, -E, enables the transfer of
extended attributes."
exploring, the current apple patches @:
2007 Feb 16
0
fyi: yodl prereq for rsync3 updated -- osx issues fixed
for those who care,
the yodl pkg, a prereq for building rsync3-cvs docs (& more?), had
'issues' @ version <= v2.04 with building cleanly on osx.
it's been updated today to v2.10,
http://sourceforge.net/project/showfiles.php?group_id=126615
v2.10 builds clealy, without req'd patching or error, and works just
fine when/as used by rsync3 -- or elsewhere.
2007 Feb 05
1
rsync 3-cvs missing prereqs/deps on osx
hi,
as it's been awhile since my last attempts w/ v269, i'm building the
latest rsync3-svs on osx 10.4.8; looking to see what's evolved re:
acls & xattrs support on osx ...
@ build, i note complaint abt a missing yodl2man, which originates with YODL.
YODL, then requires icmake.
as neither is available on osx, it's src build time.
on building debian's icmake (already