search for: avin

Displaying 10 results from an estimated 10 matches for "avin".

Did you mean: avi
2011 Mar 25
1
SYSLINUX 4.04 problems
Syslinux 4.04 pre-13 and Syslinux 4.04 pre-14 are giving me these errors: SYSLINUX 4.04_pre13 CHS Copyright (c) 1994-2011 H. Peter Avin et al and SYSLINUX 4.04_pre14 CHS Copyright (c) 1994-2011 H. Peter Avin et al respectively. Syslinux 4.04 pre-12 works fine, as does 4.04 pre-11, 4.04 pre10, 4.03, and earlier. The machines I have tried this on are one with an AMI BIOS, and another one with an Intel board--not sure who made the...
2004 Dec 29
1
feature requests for 3.01
...s box, which spews lots of Escape sequences to the serial line, and this makes my terminal emulator window unreadable. According to a post on soekris-list, iits a soekris bios issue, but it would be nice to have a work-around 8/11/04, attributed to you: I encountered this problem before. H. Peter Avin (author of sys/iso/pxelinux) gave me the answer that it was improper handling of serial i/o on the part of the soekris' bios. I haven't checked yet, but the release notes for comBIOS 1.26 seem to promise a fix for this problem, so you should probably try upgrading to that. I wont have my b...
2003 May 06
2
Problems with PXELINUX and Redhat 9.0
...the largest kernel image I've attempted to PXE-boot. It is 855693 bytes, and is available here: ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/images/pxeboot Thanks for your help, Dan Dan Dunham ddunham at collab.net OUTPUT: PXELINUX 2.04 0x3e9cc3fd Copyright (C) 1994-2003 H. Peter Avin UNDI data segment at: 00097B30 UNDI data segment size: 4B60 UNDI code segment at: 0009C690 UNDI code segment size: 2090 PXE entry point found (we hope) at 9C69:0106 My IP address seems to be C0A87826 (192.168.120.38) ip=192.168.120.38:192.168.120.5:0.0.0.0:255.255.0.0 TFTP prefix: Trying to loa...
2013 Oct 18
0
sambaPwdLastSet and sambaPwdMustChange - major issue
...at the Windows Client sambaPwdLastSet changes date to the new date but the sambaPwdMustChange does not change to the next date, ie (sambaPwdLastSet + 90 Days). If the password is set in the command line by the administrator then everything is fine. How do I fix this issue, Please advise. Thanks AVIN
2007 Sep 08
3
DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?
...the syntax wrong, however, the following attempts to copy all files in SOURCE every time: 1. mkdir LATEST_CHANGES SOURCE BACKUP_STAGING 2. touch SOURCE/filea SOURCE/fileb SOURCE/filec 3. rsync -avi SOURCE/* LATEST_CHANGES (all files copied, as expected) 4. touch SOURCE/filed SOURCE/filee 5. rsync -avin SOURCE/* BACKUP_STAGING --compare-dest=LATEST_CHANGES always reports the three files that are in LATEST_CHANGES: building file list ... done >f+++++++ filea >f+++++++ fileb >f+++++++ filec >f+++++++ filed >f+++++++ filee ( diff SOURCE LATEST_CHANGES yields: ) Only in SOURCE: filed...
2011 Mar 24
2
Nested PXELINUX configurations
Hello all, I have a boot server (running Debian Lenny x64) with a number of bootable options already configured (freedos, memtest, sysresccd etc). What I am struggling to do now is add Ubuntu and Debian netinst images so that I can boot from the network and have all the boot options available as if I was using a CD-ROM. The problem is that (as far as I can tell) the Ubuntu and Debian
2004 Aug 12
10
H323 problems
All, I have a problem with H323 the call disconnects when answered. The debug shows -- Executing Dial("SIP/sj1-4ff7", "H323/0797617729") in new stack -- Called 0797617729 -- H323/0797617729 is ringing -- H323/0797617729 answered SIP/sj1-4ff7 == Spawn extension (default, 0797617729, 1) exited non-zero on 'SIP/sj1-4ff7' -- Executing
2009 Oct 22
0
[LLVMdev] Throwing exceptions to code that calls the ExecutionEngine.
Hi, I'm developing an OpenGL shader-like language, using LLVM as the JIT engine. For some circumstances or exceptions I would like to abort the script, by throwing an exception back to the code that called the ExecutionEngine::runFunction. Initially I had problems throwing exceptions from functions called from the JIT code, where the JIT code would handle the exceptions, but this was solved
2010 Feb 02
1
[LLVMdev] llvm::ShuffleVectorInst yields incorrect vector length in 2.6
Bob Wilson-3 wrote: > >> >> %13 = load <3 x float>* %w ; <<3 x float>> >> [#uses=0] >> %14 = shufflevector <3 x float> %13, <3 x float> undef, <2 x i32> <i32 >> 1, >> i32 0> ; <<3 x float>> [#uses=0] > > The type of %14 should be <2 x float>, since the elements are
2010 Feb 02
2
[LLVMdev] llvm::ShuffleVectorInst yields incorrect vector length in 2.6
Hi, When I emit the llvm::ShuffleVectorInst instruction from my code generator the result vector has the length of vector 1, instead of the element type of vector 1 and the length of the mask vector; %13 = load <3 x float>* %w ; <<3 x float>> [#uses=0] %14 = shufflevector <3 x float> %13, <3 x float> undef, <2 x i32> <i32 1, i32