Displaying 20 results from an estimated 37 matches for "nfshost".
2005 Aug 22
3
Help me with my memory
Okay, now, before 3.10 is finalized... what bug reports am I still
forgetting?
-hpa
2005 Jun 08
2
unknown boot options on kernel command line.
...?
One of the reasons I did this was to figure out what extra options are
appearing, and why.
b4 extending: (the last bit is truncated)
Jun 4 06:31:05 truck kernel: Kernel command line:
BOOT_IMAGE=vmlinuz-2.6.12-rc5-mm2-soekris-v1 console=ttyS0,115200n81
root=/dev/nfs nfsroot=192.168.42.1:/nfshost/truck
nfsaddrs=192.168.42.100:192.168.42.1:192.168.42.1:255.255.255.0:soekris:eth0
panic=5 initrd=initrd-2.6.12-rc5-mm2-soekris-v1.img kgdbwai
Jun 4 07:33:58 truck kernel: Kernel command line:
console=ttyS0,115200n81 root=/dev/nfs
nfsroot=192.168.42.1:/nfshost/truck
nfsaddrs=192.168.42.100:1...
2004 Sep 11
0
global APPEND vs initrd= override
folks,
Im finding that using a config like this:
SERIAL 0 19200
#IPAPPEND 2
PROMPT 1
TIMEOUT 100
IMPLICIT 0
APPEND console=ttyS0,19200n81 root=/dev/nfs
nfsaddrs=10.10.10.100:10.10.10.2:10.10.10.2:255.255.255.0:soekris:eth0
nfsroot=10.10.10.2:/nfshost/truck panic=15
LABEL deb268
KERNEL vmlinuz-2.6.8-1-386 initrd=initrd.img-2.6.8-1-386 panic=10
LABEL deb268-ram
KERNEL vmlinuz-2.6.8-1-386
APPEND console=ttyS0,19200n81 initrd=initrd.img-2.6.8-1-386
root=/dev/ram0
nfsaddrs=10.10.10.100:10.10.10.2:10.10.10.2:255.255.255.0:soekris:eth0
nfsroot=1...
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
...anherman/Desktop/llvm/llvm-3.3.src/tools'
> /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Makefile.rules:876:
> recipe for target `all' failed
> make: *** [all] Error 1
> I have no idea what that means.
>
> --
>
>
> Thanks,
> Brian Herman
> college.nfshost.com <http://college.nfshost.com>
>
>
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
2005 Apr 14
1
pxeboot to runlevel 4
...tly, using this stanza: ie with a
single 4 at end of APPEND line.
LABEL 2.6.11-r10c2-soekris-v1
MENU LABEL ^j. runlevel 4 2.6.11-r10c2-soekris-v1
# 4 MENU DEFAULT
KERNEL vmlinuz-2.6.11-r10c2-soekris-v1
APPEND console=ttyS0,19200n81 root=/dev/nfs
nfsroot=192.168.42.1:/nfshost/foo
nfsaddrs=192.168.42.100:192.168.42.1:192.168.42.1:255.255.255.0:soekris:eth0
panic=5 initrd=initrd-2.6.11-r10c2-soekris-v1.img 4
This usually works for grub on my laptop, but doesnt in pxelinux 308-pre7.
I havent gone back to earlier versions, I wanted to check my
understanding 1st.
Is a...
2013 Jul 30
2
[LLVMdev] LLVM and Cygwin
...gdrive/c/Users/brianherman/**Desktop/llvm/llvm-3.3.src/**
>> Makefile.rules:876:
>> recipe for target `all' failed
>> make: *** [all] Error 1
>> I have no idea what that means.
>>
>> --
>>
>>
>> Thanks,
>> Brian Herman
>> college.nfshost.com <http://college.nfshost.com>
>>
>>
>>
>>
>>
>>
>> ______________________________**_________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/**mailman/l...
2008 Nov 22
2
[LLVMdev] llvm-py 0.5 released.
Hi.
Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
This version supports (only) LLVM 2.4. New instructions of LLVM 2.4
(vicmp, vfcmp, insertvalue, extractvalue) are available.
Home page: http://mdevan.nfshost.com/llvm-py/
Feedback welcome.
Thanks & Regards,
-Mahadevan.
2013 Jul 18
2
[LLVMdev] Compile Error SVN
...s/FileSystemStatCache.o]
Error 1
make[2]: Leaving directory `/root/llvm-3.3.src/tools/clang/lib/Basic'
make[1]: *** [Basic/.makeall] Error 2
make[1]: Leaving directory `/root/llvm-3.3.src/tools/clang/lib'
make: *** [all] Error 1
Did I do something wrong?
--
Thanks,
Brian Herman
college.nfshost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130718/f914bab4/attachment.html>
2013 Jul 30
1
[LLVMdev] LLVM and Cygwin
...gt; I think he meant to find out where libgcc_eh.a lives under Cygwin and
> execute the command on that file. It should be somewhere amongst the
> stuff installed with gcc, but the exact location can vary quite a bit.
>
> Cheers.
>
> Tim.
>
--
Thanks,
Brian Herman
college.nfshost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130730/a4ccc272/attachment.html>
2013 Jul 29
5
[LLVMdev] LLVM and Cygwin
...2
make[1]: Leaving directory
`/cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/tools'
/cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Makefile.rules:876:
recipe for target `all' failed
make: *** [all] Error 1
I have no idea what that means.
--
Thanks,
Brian Herman
college.nfshost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130729/91a17337/attachment.html>
2005 Aug 27
3
SYSLINUX 3.11-pre5 -- release candidate -- release on Tuesday
SYSLINUX 3.11-pre5 is hereby a bug fix release candidate. If I don't
receive any problem reports, I will release it as-is on Tuesday, August 30.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2008 Nov 23
1
[LLVMdev] llvm-py 0.5 released.
...R wrote:
>
>> Hi.
>>
>> Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
>> This version supports (only) LLVM 2.4. New instructions of LLVM 2.4
>> (vicmp, vfcmp, insertvalue, extractvalue) are available.
>>
>> Home page: http://mdevan.nfshost.com/llvm-py/
>
> This is *very* cool. We don't currently have a good way to host links
> to projects like yours, but I added it to this page (at the bottom): http://llvm.org/Users.html
Um, it was there already :-)
>
> Hopefully we'll get a better web page to host and promo...
2013 Jul 26
1
[LLVMdev] Upgrading the visual studio from 2008 to 2010
Anyone have any tips on upgrading the llvm visual studio project from 2008
to 2010?
--
Thanks,
Brian Herman
college.nfshost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130726/fa06116c/attachment.html>
2013 Jul 29
1
[LLVMdev] Require Grammar for converting C to IR
..._____________________________**_________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
--
Thanks,
Brian Herman
college.nfshost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130729/394d7c2b/attachment.html>
2004 Dec 29
1
feature requests for 3.01
...t would be great if strip happens before '\' EOL line catenation,
thus allowing
LABEL foo # everyone needs a foo
kernel vmlinuz
APPEND console=ttyS0,19200n81 \ # default on soekris
panic=20 \ # gotta read screen
root=/dev/nfs \
nfsroot=/nfshost/foo,soft,async \
# squeeze out whitespace inc linewrap?; s/\s+#.*\n/msg
ip=192.168.42.100:192.168.42.1:192.168.42.1:255.255.255.0:soekris:eth0
4. INITRD as separate label
not 'needed' if 1 is done.
5. warn when kernel bootline is > 255 chars
iirc - this is a kern...
2006 Apr 28
5
Maildir + NFS + multiple machines = spectacular failure
I'm running beta7 on two machines, with maildir on NFS. I have lockd
running on all machines. I've found that Dovecot is highly unstable with
NFS when accessing a mailbox on more than one machine at the same time.
Both dovecot machines have:
mmap_disable = yes
lock_method = fcntl
NFS is version 3, exported from a third linux machine. All machines are
running 2.6.9 kernel.
Any ideas
2008 May 10
4
[LLVMdev] Python bindings available.
...st and Python 2.5
(2.4 should be sufficient, but I haven't tested). Tested only on
Linux/i386.
Would love to hear your comments.
[Needless to say, it's all work in progress, but mostly it works as
expected. More tests, documentation and APIs will follow.]
It's all here: http://mdevan.nfshost.com/llvm-py.html
Thanks & Regards,
-Mahadevan.
2008 Sep 08
0
[LLVMdev] llvm-py 0.3 released.
Hi.
Version 0.3 of llvm-py, Python bindings for LLVM, has been released.
llvm-py now supports reading/writing of bitcode and LLVM assembly
files, intrinsics and all the transformation passes. Also included are
bug fixes and documentation/test updates.
Home page: http://mdevan.nfshost.com/llvm-py/
Thanks & Regards,
-Mahadevan.
2008 Nov 21
0
[LLVMdev] llvm-py 0.4 released.
...has been released. A
few bug fixes, new APIs and code cleanup have gone in for this
version.
This will be the last release of llvm-py based on LLVM 2.3. Next
version (0.5) will be based on LLVM 2.4 and will not be compatible
with LLVM 2.3. I hope to release 0.5 very soon.
Home page: http://mdevan.nfshost.com/llvm-py/
Thanks & Regards,
-Mahadevan.
2008 Nov 23
0
[LLVMdev] llvm-py 0.5 released.
...evan R wrote:
>> Hi.
>>
>> Version 0.5 of llvm-py, Python bindings for LLVM, has been released.
>> This version supports (only) LLVM 2.4. New instructions of LLVM 2.4
>> (vicmp, vfcmp, insertvalue, extractvalue) are available.
>>
>> Home page: http://mdevan.nfshost.com/llvm-py/
>>
>> Feedback welcome.
>
> This is very nice. I especially appreciate the extensive user guide!
>
> Why do you use IPRED_xx and RPRED_xx instead of ICMP_xx and FCMP_xx? The
> latter is what we use in the C++ code and it seems to me that this is an
> unnec...