search for: augh

Displaying 8 results from an estimated 8 matches for "augh".

Did you mean: aug
2012 Jan 19
3
RFC PATCH: bring OpenBSD stdarg in line with FreeBSD one
Having an absolute path in a #include confuses distcc''s pump mode. Since AFAICS OpenBSD''s stdarg handling uses the builtins, I think we should just treat it like we do NetBSD. I don''t have an OpenBSD box to test on, though. :( Any OpenBSD enthusiasts care to comment? Tim. diff --git a/xen/include/xen/stdarg.h b/xen/include/xen/stdarg.h index 57e2c0e..cb870ac 100644
2012 Jan 31
3
rsync from rescue boot
If I boot a 5.7 install disk with 'linux rescue selinux=0', let it start the network and detect the installed system, ssh seems to work, but rsync fails with "rsync: connection unexpectedly closed (0 bytes received so far) [receiver]). Shouldn't it work as long as the underlying ssh connection works? It doesn't prompt for the ssh password and using -essh doesn't change
2010 Sep 18
4
securing centos 5.2 for public usage
Dear all, i Just finished setting up an apache service on a centos 5.2 VM machine. i need to secure this machine as i'm soon to be setting a public IP over it where i'd be opening up the following services: 1. http 2. https 3. ssh Things i've done so far: 1. stopped root ssh access in sshd.conf 2. tried configuring PAM so i get a more secure ssh passwords (dictionary wise) as
2011 Apr 10
2
Multinomial Logit Model with lots of Dummy Variables
Hi All, I am attempting to build a Multinomial Logit model with dummy variables of the following form: Dependent Variable : 0-8 Discrete Choices Dummy Variable 1: 965 dummy varsghpow at student.monash.edu.augh@gp1.com Dummy Variable 2: 805 dummy vars The data set I am using has the dummy columns pre-created, so it's a table of 72,381 rows and 1770 columns. The first 965 columns represent the dummy columns for Variable 1 The next 805 columns represent the dummy columns for Variable 2 My code to bui...
2003 Apr 14
3
Annother Wireless network card annother problem
OK What client cards do work? For each of the following: 802.11a 802.11b Media: PCI PCMCIA USB OS: FreeBSD 4.7 Recomendations please Thanks David ----- Original Message ----- From: <john@critchley.biz> To: "vizion communication" <vizion@ixpres.com> Sent: Monday, April 14, 2003 2:04 PM Subject: Re: Annother Wireless network card annother problem > > > > I
2011 Dec 12
11
[Bug 8654] New: link-by-hash: Fix (non-exploitable) buffer overflow
...e link-by-hash.diff patch contains a buffer overflow: the size of the 'hash' buffer on the stack allows for one extra character beyond the size needed for the text version of the hash but it needs two: one for the '/' directory separator and another for the trailing null. This was caught by noticing a compile warning: gcc -std=gnu99 -I. -I../rsync -g -O2 -DHAVE_CONFIG_H -Wall -W -c ../rsync/hashlink.c -o hashlink.o ../rsync/hashlink.c: In function ?make_hash_name?: ../rsync/hashlink.c:46: warning: array subscript is above array bounds The overflow is non-exploitable as it harml...
2004 Oct 19
9
News for OS X Users
Sorry things have gone silent on the release front, but I have some good news: I''ve gotten wxruby-swig to build as a OS X framework. This has a couple of ramifications 1) wxruby for the Mac will finally exactly like its Linux and PC counterparts, menu bar and all. 2) Bundling wxruby applications becomes a lot easier. 3) The next binary installer should be able to support darwinports,
2005 Feb 23
19
Calculating real cpu usage of Xen domains correctly!
Hi all, With the new vm-tools we are trying to get top like capabilities going correctly. Currently we have a program vm-list that has some of this capability but is dependent on the cpu time given by libxc calls (xc_get_dom_info & xc_domain_get_cpu_usage). These two functions give you how much time (in nanoseconds, why is this not documented) the domain has been actively used. Approaches: