Displaying 4 results from an estimated 4 matches for "73c73".
Did you mean:
73373
2003 Apr 02
2
RH 9 and R 1.7.0 Beta April 2 Latest
...oaded:
R-1.7.0beta_latest.tar.gz 02-Apr-2003 07:04 8.8M
from CRAN U.S and received the following errors during make check:
...
running code in 'arith-true.R' ... OK
comparing 'arith-true.Rout' to './arith-true.Rout.save' ...71c71
< [1] FALSE
---
> [1] TRUE
73c73
< [1] FALSE
---
> [1] TRUE
make[3]: *** [arith-true.Rout] Error 1
...
I have not yet seen other posts on this, so I am unsure if this is
unique to RH 9 or not. No other errors were found.
If you need more information or need me to run other code, let me know.
Regards,
Marc Schwartz
2009 Aug 13
1
Tilde expansion in ManageSieve for dovecot-1.1.
...an backports) doesn't do the tilde
expansion before doing a stat test to see if the ~/Maildir exists.
Here's a quick diff of the change I made to make it work:
sodor at madawg:~/tmp/deb-dove/dovecot-1.1-managesieve-0.10.4/src/lib-sievestorage$
diff sieve-storage.c ../../../sieve-storage.c
73c73
< const char *root_dir, *dir, *p, *d;
---
> const char *root_dir, *dir, *p, *d, *home;
127a128,133
> /* expand tilde in root so that the stat below works */
> home = getenv("HOME");
> if (home != NULL && *home != '\0') {
>...
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
> >% gdiff ../kqemu-osol-1.3.0pre9/kqemu-solaris.c .
> >54c54
> >< static uint_t kqemu_busy = 0;
> >---
> >
> >
> >>static uint32_t kqemu_busy = 0;
> >>
> >>
> >73c73
> >< static uint_t upages_locked = 0;
> >---
> >
> >
> >>static uint32_t upages_locked = 0;
> >>
> >>
> >102c102
> >< atomic_inc_uint(&upages_locked);
> >---
> >
> >
> >>...
2006 Dec 07
6
cannot load kqemu modul on solaris 5.10 3/05
Hi @all
I want to load the precompile kqemu modul on my solaris 5.10 3/05, but this dont work.
MAKE
---
-bash-3.00# make install
cp kqemu-solaris-i386 kqemu
/usr/sbin/install -f /usr/kernel/drv -m 755 -u root -g sys kqemu
new owner is root
kqemu installed as /usr/kernel/drv/kqemu
cp kqemu-solaris-x86_64 kqemu
/usr/sbin/install -f /usr/kernel/drv/amd64 -m 755 -u root -g sys kqemu
new owner is