Displaying 9 results from an estimated 9 matches for "shaz".
Did you mean:
sha1
2005 Jun 11
1
tftp and symlinks
Here is what I had:
root at shaz:/var/lib/tftpboot # ls -l
total 1680
lrwxrwxrwx 1 root root 71 2005-06-11 11:17 pxelinux.0 ->
/var/www/ubuntu-breezy/install/netboot/ubuntu-installer/i386/pxelinux.0
dr-xr-xr-x 2 root root 4096 2005-06-11 11:21 pxelinux.cfg
drwxr-xr-x 2 root root 4096 2005-06-11 11:20 ubuntu-bree...
2005 Jun 30
9
How to make an initrd for xen
...ck at
Freeing unused kernel memory.
I''ve created the device files, but it still doesn''t boot up. I''m
pretty sure that the solution lies in makeing an initrd file.
Currently my xenU kernel is 2.6.11-1.1369_FC4xen0. Can someone please
tell me how to do this?
Many Thanks
Shaz
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Jul 21
2
cciss module - where is it in menuconfig?
Hi
Can anyone help me find which option I need to activate to build the
the xen0 kernel with cciss support?
Thnaks for your help.
Shaz
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Nov 08
1
run pxelinux.0 on a booted system
...ive CD. (eventually one I customize with a nifty script to do all of
this) Now I have support for my pcmica nic.
Now do the part that PXE would do:
dhcpclint, get an IP, netmask etc.
and a file name (pxelinux.0) and maybe a server name.
use tftp client to get that file:
juser at v550b:~$ tftp shaz
tftp> get pxelinux.0
run it.
That should turn around and
ftp> get pxelinux.cfg/default
and give ma a boot:
which will let me select:
label ubuntu-edgy-alternate-hands-off
kernel ubuntu/edgy/alternate/install/netboot/ubuntu-installer/i386/linux
append initrd=sc/e-a/initrd...
2011 Jun 29
5
[Urgent] Email Retrieval from remote servers doesn't use Dovecot
...cot 8360 0.0 0.0 50528 2688 ? S 13:30 0:00 pop3-login
dovecot 8364 0.0 0.0 50540 2688 ? S 13:30 0:00 imap-login
dovecot 8375 0.0 0.0 50540 2692 ? S 13:30 0:00 imap-login
dovecot 8378 0.0 0.0 50540 2684 ? S 13:30 0:00 imap-login
shaz 9048 0.0 0.0 8956 864 pts/0 S+ 15:06 0:00 grep
--color=auto dovecot\|imap\|pop3
sudo netstat -lnptu
[sudo] password for shaz:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp...
2005 Apr 26
3
A HowTo guide?
I've very new to this... what I want to achieve, is to have my clients
network boot - and then be presented with a menu, allowing them *well,
me* to choose what to do.
Maybe, boot from the main hard disk, or boot a disk image from a samba
share, or maybe even boot a CD image, instead of having the actual CD in
the drive.
Also, I would want to be able to change this menu, without actually
2005 Apr 27
1
floppy image issues
...fit into memory. I
> couldn't
> do it with himem.sys, so I pulled out QEMM386.sys. I never had the
> problem with dedicated nick drivers (like the dell V333
> below.) Anyone
> have any advice for getting everything loaded? Here is
> config/autoexec:
>
> root at shaz:/var/lib/tftpboot/smb/pxesmbboot # cat config.sys
> DEVICE=\qemm\QEMM386.SYS ram FR=NONE
> DOS=HIGH,umb
> files=12
> buffers=1
> stacks=0,0
> FCBS=1
> DEVICE=\net\ifshlp.sys
>
> root at shaz:/var/lib/tftpboot/smb/pxesmbboot # cat autoexec.bat
> path=\qemm;\dos;\net
&g...
2005 Jul 21
6
basic question on how to compile 2.4 xen
...the genksyms
package, which is provided in the modutils package from redhat, but
obviously this isn''t presetn on the 2.6 kernel.
I was wondering how the xen maintainers go about compiling their 2.4
kernel and 2.6 kernel. Do you do it on different systems then package
it together?
Thanks
Shaz
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Nov 09
3
[LLVMdev] Alternate instruction sequences
I was wondering, is there any way to express in the IR that an
instruction/instruction sequence/basic
block/region/function/module/whatever is an alternate version of
another? e.g. let's keep things simple and say that I have an
instruction I. An optimization pass reads it and could be able to
produce one or more functionally-equivalent instructions I1, ..., In
without being really able