ani-users Mailing List for ANI - Automated Network Installations (Page 5)
Status: Beta
Brought to you by:
substring-sfn
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(24) |
Jun
(14) |
Jul
(4) |
Aug
(4) |
Sep
(28) |
Oct
(13) |
Nov
(15) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(46) |
Feb
(43) |
Mar
(14) |
Apr
(43) |
May
(7) |
Jun
(2) |
Jul
(2) |
Aug
(3) |
Sep
(5) |
Oct
(9) |
Nov
(2) |
Dec
(16) |
2006 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(6) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carsten L. <cal...@us...> - 2005-04-11 15:54:33
|
Carsten Lehmann wrote: > Alex Goller wrote: > >> >> The other workstations we want to install have SCSI drives, and i have >> the same issues than somebody else had with the hardcoded drive hda in >> /etc/ani.cfg in the pxelinux image :) > > > You could comment out the INSTDEV line in ani.cfg. Then it should be > possible to change the pxelinux.cfg/default file on the tftp Server to > > ------------------------------------------------------------------- > > default local > timeout 40 > prompt 1 > > > # To protect against accidentally pressing F12 or similar > # on boot.. > # > # So you must be quick to enter 'new' on bootprompt ! > > label local > LOCALBOOT 0 > > # this one is really booting from LAN > label new > kernel vmlinuz > append root=/dev/ram0 init=linuxrc INITDEV=pxe INSTDEV=/dev/hda > initrd=initrd_pxe.gz rw > > label update > kernel vmlinuz > append root=/dev/ram0 init=linuxrc INITDEV=pxe INSTDEV=/dev/hda > SETUP=1 initrd=initrd_pxe.gz rw > > label scsi > kernel vmlinuz > append root=/dev/ram0 init=linuxrc INITDEV=pxe INSTDEV=/dev/sda > initrd=initrd_pxe.gz rw > > ------------------------------------------------------------------- > > Now it should be possible (everything not tested yet !) to boot from > both ide or scsi... > Sorry, it should be INSTDEV=hda resp. INSTDEV=sda ! |
From: Alex G. <al...@vi...> - 2005-04-11 14:22:00
|
Hi Till, thanks for the quick response, i will check if ide emulation is available. On Mon, Apr 11, 2005 at 04:12:14PM +0200, Till Wimmer wrote: > Oh yes it does! SATA is not yet supported :( We will change this with > the next kernel update. If you're lucky, your BIOS offers an IDE > emulation mode... The other workstations we want to install have SCSI drives, and i have the same issues than somebody else had with the hardcoded drive hda in /etc/ani.cfg in the pxelinux image :) cheers, alex -- alexander goller al...@vi... |
From: Till W. <t.w...@su...> - 2005-04-11 14:12:29
|
Hi Alex! Alex Goller wrote: > My original error that was trapped before i did that was: > > dirCopy::copy:(/mnt/inst/i386 -> /mnt/img) Illegal seek (256) > > So, any hints on that one? > The disks are SATA drives, maybe this causes a failure. Oh yes it does! SATA is not yet supported :( We will change this with the next kernel update. If you're lucky, your BIOS offers an IDE emulation mode... Sorry for this bad news. bg Till > > cheers, alex -- ------------------------- Substring GmbH Tscharnerstrasse 39a CH-3007 Bern Tel. ++41 (0)31 382 51 12 Fax. ++41 (0)31 382 51 87 http://www.substring.ch SMS via http://www.substring.ch/sms.php?sendto=twimmer |
From: Alex G. <al...@vi...> - 2005-04-11 14:06:51
|
On Mon, Apr 11, 2005 at 03:47:10PM +0200, Alex Goller wrote: > Any hints on fixing this. I'm familiar to perl so i could debug the > problem further if somebody would give me some first hints ;) Ok, this was my fault. After the copying stopped i simply restarted /etc/main.pl without unmounting the filesystems. My original error that was trapped before i did that was: dirCopy::copy:(/mnt/inst/i386 -> /mnt/img) Illegal seek (256) So, any hints on that one? The disks are SATA drives, maybe this causes a failure. cheers, alex -- alexander goller al...@vi... |
From: Alex G. <al...@vi...> - 2005-04-11 13:47:14
|
Hi everybody, i use ANI for the first time, have setup a tftp-server and a samba share where my files are located on. I boot my client, the client boots pxe, runs the linux kernel, does a dhcp request and mounts the share. After transferring some files the client software die()s with a fatal error message from MountParts::part(8192). I tried to search mailing list archives, but didn't find a similar error. Any hints on fixing this. I'm familiar to perl so i could debug the problem further if somebody would give me some first hints ;) cheers, alex -- alexander goller al...@vi... |
From: Till W. <t.w...@su...> - 2005-04-11 13:44:34
|
David Bigler wrote: > I think the problem is somewhere around DHCP. I can't see that a > device is getting an IP. Normal clients get one, but this client > doesn't get one. I don't think so: ANI got the name of your server (Connection to '\\SRVIPA01\Ai386' failed!). Looks like a samba problem. Try the debug level I mentioned in my last message! > > This is probably a newbie-like question but do I have to rename one of > the ani.cf0, ani.cf1 oder ani.cf2 into ani.cfg and make changes or > should the floppy disk work without changes? ani.cf[0..2] belong to its specific install mode: cf0 -> new; cf1 -> update; cf2 -> nonet. You should not change their file names. linuxrc copies the according file to /etc/ani.cfg. Edit ani.cf0 to overwrite the data coming from your dhcp server. bg Till -- ------------------------- Substring GmbH Tscharnerstrasse 39a CH-3007 Bern Tel. ++41 (0)31 382 51 12 Fax. ++41 (0)31 382 51 87 http://www.substring.ch SMS via http://www.substring.ch/sms.php?sendto=twimmer |
From: David B. <big...@gm...> - 2005-04-11 13:31:47
|
I think the problem is somewhere around DHCP. I can't see that a device is getting an IP. Normal clients get one, but this client doesn't get one. This is probably a newbie-like question but do I have to rename one of the ani.cf0, ani.cf1 oder ani.cf2 into ani.cfg and make changes or should the floppy disk work without changes? On Apr 11, 2005 3:22 PM, Graham Dunn <gra...@le...> wrote: > On Mon, Apr 11, 2005 at 02:59:07PM +0200, David Bigler wrote: > > I tryed some settings with DNS and DHCP and got several new errors. > > Here they are: > > > > --- > > Usage: ifconfig <interface> [<address>] > > > > route: can't resolve gw metric > > I'm betting this is the problem here. > > It looks like you've typed a strange default route command ("metric" > should never appear in the command, it's a reference to the priority of > the route). > > Where did you set that command? > > Graham > > > Setting up name server (etc/resolv.conf) > > > > Connecting InstShare... > > Installation Share unknown! > > Organisation Unit unknown! > > Packages Share unknown! > > Installer Account unknown!/etc/init.rc: cannot create : No such file > > oder directory > > > > Cannot mount device ' ' ! failed > > Kernel panic: Attempted to kill init! > > > > --- > > > > What is going on now? What could be wrong? I followed excatly the > > instructions on the web > > (http://ani.sourceforge.net/installation.php?lang=de /or lang=en if > > you wish). > > > > Thanks > |
From: Graham D. <gra...@le...> - 2005-04-11 13:22:31
|
On Mon, Apr 11, 2005 at 02:59:07PM +0200, David Bigler wrote: > I tryed some settings with DNS and DHCP and got several new errors. > Here they are: > > --- > Usage: ifconfig <interface> [<address>] > > route: can't resolve gw metric I'm betting this is the problem here. It looks like you've typed a strange default route command ("metric" should never appear in the command, it's a reference to the priority of the route). Where did you set that command? Graham > Setting up name server (etc/resolv.conf) > > Connecting InstShare... > Installation Share unknown! > Organisation Unit unknown! > Packages Share unknown! > Installer Account unknown!/etc/init.rc: cannot create : No such file > oder directory > > Cannot mount device ' ' ! failed > Kernel panic: Attempted to kill init! > > --- > > What is going on now? What could be wrong? I followed excatly the > instructions on the web > (http://ani.sourceforge.net/installation.php?lang=de /or lang=en if > you wish). > > Thanks |
From: David B. <big...@gm...> - 2005-04-11 12:59:15
|
I tryed some settings with DNS and DHCP and got several new errors. Here they are: --- Usage: ifconfig <interface> [<address>] route: can't resolve gw metric Setting up name server (etc/resolv.conf) Connecting InstShare... Installation Share unknown! Organisation Unit unknown! Packages Share unknown! Installer Account unknown!/etc/init.rc: cannot create : No such file oder directory Cannot mount device ' ' ! failed Kernel panic: Attempted to kill init! --- What is going on now? What could be wrong? I followed excatly the instructions on the web (http://ani.sourceforge.net/installation.php?lang=de /or lang=en if you wish). Thanks On Apr 11, 2005 2:32 PM, David Bigler <big...@gm...> wrote: > I'm using a windows 2003 server. I can't find any bad entries in the event log. > > On Apr 11, 2005 2:19 PM, Alex Goller <al...@vi...> wrote: > > Hi David, > > > > On Mon, Apr 11, 2005 at 02:13:49PM +0200, David Bigler wrote: > > > As you can read in the subject I can't connect to the InstShare. I get > > > the following error: > > > > > > --- > > > > > > Connecting InstShare... > > > Connection to '\\SRVIPA01\Ai386' failed! > > > Kernel panic: Attempted to kill init! > > > > Are you using a samba share? If you do, you could try to increase the > > smbd debug level some more to see what's happening (smbcontrol smbd > > debug <number>). If you use a w2k server you might see something in > > the event log too. Be sure, that the host can resolve the > > windows name srvipa01. Without further logs it's hard to say what's > > causing the problem. > > > > cheers, alex > > -- > > alexander goller al...@vi... > > > |
From: Till W. <t.w...@su...> - 2005-04-11 12:56:25
|
Hi David ANI is a part of your exam? We are very honoured ;) To your problem: > As you can read in the subject I can't connect to the InstShare. I get > the following error: > > --- > > Connecting InstShare... > Connection to '\\SRVIPA01\Ai386' failed! > Kernel panic: Attempted to kill init! Your card sould at least be supported by the CD ROM boot media. Is there a eth0: ... line somwhere in the kernel boot messages? If yes, the module has benn correctly loaded. Try to mount the share by it's IP address: \\192.168.x.y\Ai386. If this solves the problem, you have a name reolve issue. Hardcode the plaintext password in your ani.conf (INSTPWD=...). If this solves the problem, you have an en-/decryption issue. Did you set the passphrase correctly, using encrypt with the default hash key (adrv354ggsdgs433)? What does your dhcpd.conf look like? You can get some debug informations from smbmount when you start the ANI debug shell before the share gets mounted: 1. Set OPEN_SHELL=y in the appropriate ani.cfg 2. Boot ANI 3. Try to mount the share with a samba debug level > 0 by hand: smbmount //SRVIPA01/Ai386 /mnt/inst -o debug=10,password=<YOUR PASSWORD> What does the output say? Good luck Till -- ------------------------- Substring GmbH Tscharnerstrasse 39a CH-3007 Bern Tel. ++41 (0)31 382 51 12 Fax. ++41 (0)31 382 51 87 http://www.substring.ch SMS via http://www.substring.ch/sms.php?sendto=twimmer |
From: Alex G. <al...@vi...> - 2005-04-11 12:19:26
|
Hi David, On Mon, Apr 11, 2005 at 02:13:49PM +0200, David Bigler wrote: > As you can read in the subject I can't connect to the InstShare. I get > the following error: > > --- > > Connecting InstShare... > Connection to '\\SRVIPA01\Ai386' failed! > Kernel panic: Attempted to kill init! Are you using a samba share? If you do, you could try to increase the smbd debug level some more to see what's happening (smbcontrol smbd debug <number>). If you use a w2k server you might see something in the event log too. Be sure, that the host can resolve the windows name srvipa01. Without further logs it's hard to say what's causing the problem. cheers, alex -- alexander goller al...@vi... |
From: David B. <big...@gm...> - 2005-04-11 12:13:56
|
Hi all As you can read in the subject I can't connect to the InstShare. I get the following error: --- Connecting InstShare... Connection to '\\SRVIPA01\Ai386' failed! Kernel panic: Attempted to kill init! --- I searched through the archive and found some entries with the same problem. My problem seems to be different because none of the solutions or tips given by the users seem to work. I use a 3com network card and the drivers should be supported (or not?). I also tryed to boot from the boot-CD but the error is the same. I think it has something to do with the encrypted password. It would be nice if somebody could help me becaues ANI is part of my exam! Thanks alot to you guys...don't make me install RIS pleaaaaaaase mfg Bigi |
From: Andreas B. <abu...@hs...> - 2005-04-11 08:23:43
|
Hi Hagen, >do you have a certain error message in c:\winnt\logs\postwin.log ? > > No there are no errros indicated in prenet.log, it says: Creating local Groups... done But after installation there is no "AFS Client Admins" Group. It seems that having spaces in the groups name doesn't work... >A first idea: Avoid spaces after the comma, i.e.: > >AFS Client Admins=AFS Admin Group,needed for the OpenAFS client > >instead of > >AFS Client Admins=AFS Admin Group, needed for the OpenAFS client > > That doesn't help even if I ommit the comma. Regards, Andi |
From: Thomas S. <ths...@gm...> - 2005-04-01 17:20:51
|
Dear list, I would like to use ani to setup WinXP over Network on a machine that has only SCSI disks, but neither a CDROM nor a floppy drive (think of a web-kiosk/info display system) Normally, i would have to change the INSTDEV variable in ani.cf0 from INSTDEV=hda to INSTDEV=sda on the install medium Because these PCs have no drives, but supports PXE, I have chosen the PXE installation variant. (Documentation is a little sparse, BTW) It does not work because ani can't derive the harddisk size. Further investigation shows that it looks for a IDE drive (hda) This is because the ani.cfg that is included in the initrd_pxe.gz has been configured in such a way. Now the question: Is there an easy was how I can override the configuration via Network somehow before the start of main.pl ??? I need to set INSTDEV=sda. If such a way does not exist yet, I would like to suggest to have a directory somewhere on the smb share that includes ani.cf's aswell a file that maps a ani.cfg to an IP address or some such thing... This is really annoying and limitting the usefulness of ANI if booted from PXE. Comments welcome & Best Regards Thomas |
From: <h.m...@su...> - 2005-03-31 17:08:09
|
Hi, do you have a certain error message in c:\winnt\logs\postwin.log ? A first idea: Avoid spaces after the comma, i.e.: AFS Client Admins=3DAFS Admin Group,needed for the OpenAFS client instead of AFS Client Admins=3DAFS Admin Group, needed for the OpenAFS client -- hagen > Hi, > > I need to add a group "AFS Client Admins" for the openafs client. Addin= g > an entry like > > AFS Client Admins=3DAFS Admin Group, needed for the OpenAFS client > > to winset.tpl doesn't add the group. Maybe because of spaces within the > group name. Anyway I also tried to quote it, but it didn't have any > effect. Next I tried to add the group with the "net localgroup" command > in the install script, but unfortunately this didn't work either (it > seems that the net localgroup command isn't available during ANI > installation). Does anybody have an idea what might cause the troubles? > > Thanks, > Andi > > -- > ----------------------- > Andreas Buechler > Hochschule fuer Technik > Lagerstrasse 45 > CH-8004 Zuerich > ++41 43 268 26 05 > abu...@hs... > ----------------------- > > > > ------------------------------------------------------- > This SF.net email is sponsored by Demarc: > A global provider of Threat Management Solutions. > Download our HomeAdmin security software for free today! > http://www.demarc.com/Info/Sentarus/hamr30 > _______________________________________________ > Ani-users mailing list > Ani...@li... > https://lists.sourceforge.net/lists/listinfo/ani-users > --=20 Hagen M=FCnch ------------------------- Substring GmbH Tscharnerstrasse 39a CH-3007 Bern Tel. +41 (0)31 382 51 12 Fax. +41 (0)31 382 51 87 http://www.substring.ch SMS via http://www.substring.ch/sms.php?sendto=3Dhmuench |
From: Bircher, P. <bi...@id...> - 2005-03-31 11:18:20
|
Hi, as far as I know their is no way to enable or disable LBA mode on a IBM = Laptop (X20, R32, T40). Following the results of my tests. (1) IBM T40 laptop, FAT16, installation ok (2) IBM T40 laptop, FAT32, installation fails (3) non IBM Destop, FAT16, installation ok (4) non IBM Destop, FAT32, installation ok On the IBM laptops parted writes bad partition information to the disk = (see also = http://lists.gnu.org/archive/html/bug-parted/2004-12/msg00026.htm). On a = FAT16 partition sys.com and anisys.com seems to fix it. ---------------------------------------------------------------------- (1) IBM T40 laptop, FAT16, installation ok ---------------------------------------------------------------------- ani-1.1.1 Ani.pm - FAT32 -> FAT16 - '-p','-3' -> '-6' autoexec.pl - c:\install\sys.com c: BOOTONLY - c:\install\anisys.com c: BOOTONLY ---------------------------------------------------------------------- FreeDOS kernel version 1.1.34 (Build 2034) [Apr 17 2004 21:19:03] Kernel compatibility 7.10 - WATCOMC - FAT32 support (C) Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project All Rights Reserved. This is free software and comes with ABSOLUTELY NO WARRANTY; you can redistribute it and/or modify it under the terms of = the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - InitDiskWARNING: using suspect partition Pri:3 FS 06: with calculated = values 138-30-1 instead of 130-0-1 WARNING: using suspect partition Pri:3 FS 06: with calculated values = 405-209-63 instead of 381-254-63 C: HD1, Pri[ 3], CHS=3D 138-30-1, start=3D 1019 MB, size=3D 1976 MB WARNING: using suspect partition Pri:2 FS 06: with calculated values = 138-29-63 instead of 129-254-63 D: HD1, Pri[ 2], CHS=3D 3-45-1, start=3D 23 MB, size=3D 996 MB FreeDOS HIMEM64 3.11 [Apr 09 2004] (c) 1995, Till Gerken 2001-2004 tom = ehlert HIMEM - BIOS A20 method used Welcome to FreeDOS (http://www.freedos.org)! Kernel: allocated 40 Diskbuffers =3D 21280 Bytes in HMA LOADHIGH C:\install\LBACACHE.COM 4096 tuna LBAcache disk read cache for XMS + 386, E. Auer <er...@co...> = 2001-2004 License: GPL 2. Up to 8 harddisks, 2 floppy, LBA / CHS. Version = 24jul2004. Detecting harddisks. disk 0x80 heads=3D0240 sectors=3D0063 [done] XMS allocated: 4.00 MB, driver size with tables and stack: 9331 bytes. c:\install\sys.com c: BOOTONLY FreeDOS System Installer v3.2, Apr 17 2004 Processing boot sector... Reading old bootsector from drive C: FAT type: FAT16 Old boot sector values: sectors/track: 63, heads: 255, hidden 2088450 Default and new boot sector values: sectors/track: 63, heads: 240, = hidden: 2088450 Root dir entries =3D 512 FAT starts at sector (2088450 + 1) Root directory starts at sector (PREVIOUS + 248 * 2) Boot sector kernel name set to KERNEL SYS Boot sector load segment set to 60h writing new bootsector to drive C: System transferred. c:\install\anisys.com c: BOOTONLY FreeDOS System Installer v3.2, Sep 12 2004 Processing boot sector... System transferred. ---------------------------------------------------------------------- (2) IBM T40 laptop, FAT32, installation fails ---------------------------------------------------------------------- ani-1.1.1 autoexec.pl - c:\install\sys.com c: BOOTONLY - c:\install\anisys.com c: BOOTONLY ---------------------------------------------------------------------- FreeDOS kernel version 1.1.34 (Build 2034) [Apr 17 2004 21:19:03] Kernel compatibility 7.10 - WATCOMC - FAT32 support (C) Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project All Rights Reserved. This is free software and comes with ABSOLUTELY NO WARRANTY; you can redistribute it and/or modify it under the terms of = the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - InitDiskWARNING: using suspect partition Pri:3 FS 0b: with calculated = values 138-30-1 instead of 130-0-1 WARNING: using suspect partition Pri:3 FS 0b: with calculated values = 405-209-63 instead of 381-254-63 C: HD1, Pri[ 3], CHS=3D 138-30-1, start=3D 1019 MB, size=3D 1976 MB WARNING: using suspect partition Pri:2 FS 06: with calculated values = 138-29-63 instead of 129-254-63 D: HD1, Pri[ 2], CHS=3D 3-45-1, start=3D 23 MB, size=3D 996 MB FreeDOS HIMEM64 3.11 [Apr 09 2004] (c) 1995, Till Gerken 2001-2004 tom = ehlert HIMEM - BIOS A20 method used Welcome to FreeDOS (http://www.freedos.org)! Kernel: allocated 40 Diskbuffers =3D 21280 Bytes in HMA LOADHIGH C:\install\LBACACHE.COM 4096 tuna LBAcache disk read cache for XMS + 386, E. Auer <er...@co...> = 2001-2004 License: GPL 2. Up to 8 harddisks, 2 floppy, LBA / CHS. Version = 24jul2004. Detecting harddisks. disk 0x80 heads=3D0240 sectors=3D0063 [done] XMS allocated: 4.00 MB, driver size with tables and stack: 9331 bytes. c:\install\sys.com c: BOOTONLY FreeDOS System Installer v3.2, Apr 17 2004 Processing boot sector... Reading old bootsector from drive C: FAT type: FAT32 Old boot sector values: sectors/track: 63, heads: 255, hidden 2088450 Default and new boot sector values: sectors/track: 63, heads: 240, = hidden: 2088450 FAT starts at sector 1fde02 + 20 Root dir entries =3D 0 FAT starts at sector (2088450 + 32) Root directory starts at sector (PREVIOUS + 0 * 2) Boot sector kernel name set to KERNEL SYS Boot sector load segment set to 60h writing new bootsector to drive C: System transferred. c:\install\anisys.com c: BOOTONLY FreeDOS System Installer v3.2, Sep 12 2004 Processing boot sector... System transferred. Batchfile 'C:\AUTOEXEC.BAT' not found. ---------------------------------------------------------------------- (3) non IBM Destop, FAT16, installation ok ---------------------------------------------------------------------- ani-1.1.1 Ani.pm - FAT32 -> FAT16 - '-p','-3' -> '-6' ---------------------------------------------------------------------- FreeDOS kernel version 1.1.34 (Build 2034) [Apr 17 2004 21:19:03] Kernel compatibility 7.10 - WATCOMC - FAT32 support (C) Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project All Rights Reserved. This is free software and comes with ABSOLUTELY NO WARRANTY; you can redistribute it and/or modify it under the terms of = the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. C: HD1, Pri[ 3], CHS=3D 134-0-1, start=3D 1051 MB, size=3D 2047 MB D: HD1, Pri[ 2], CHS=3D 3-0-1, start=3D 23 MB, size=3D 1027 MB FreeDOS HIMEM64 3.11 [Apr 09 2004] (c) 1995, Till Gerken 2001-2004 tom = ehlert HIMEM - Fast A20 method used Welcome to FreeDOS (http://www.freedos.org)! Kernel: allocated 40 Diskbuffers =3D 21280 Bytes in HMA LOADHIGH C:\install\LBACACHE.COM 4096 tuna=20 LBAcache disk read cache for XMS + 386, E. Auer <er...@co...> = 2001-2004 License: GPL 2. Up to 8 harddisks, 2 floppy, LBA / CHS. Version = 24jul2004. Detecting harddisks. disk 0x80 heads=3D0255 sectors=3D0063 [done] XMS allocated: 4.00 MB, driver size with tables and stack: 9331 bytes. ---------------------------------------------------------------------- (4) non IBM Destop, FAT32, installation ok ---------------------------------------------------------------------- ani-1.1.1 ---------------------------------------------------------------------- FreeDOS kernel version 1.1.34 (Build 2034) [Apr 17 2004 21:19:03] Kernel compatibility 7.10 - WATCOMC - FAT32 support (C) Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project All Rights Reserved. This is free software and comes with ABSOLUTELY NO WARRANTY; you can redistribute it and/or modify it under the terms of = the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. C: HD1, Pri[ 3], CHS=3D 134-0-1, start=3D 1051 MB, size=3D 4094 MB D: HD1, Pri[ 2], CHS=3D 3-0-1, start=3D 23 MB, size=3D 1027 MB FreeDOS HIMEM64 3.11 [Apr 09 2004] (c) 1995, Till Gerken 2001-2004 tom = ehlert HIMEM - Fast A20 method used Welcome to FreeDOS (http://www.freedos.org)! Kernel: allocated 40 Diskbuffers =3D 21280 Bytes in HMA LOADHIGH C:\install\LBACACHE.COM 4096 tuna=20 LBAcache disk read cache for XMS + 386, E. Auer <er...@co...> = 2001-2004 License: GPL 2. Up to 8 harddisks, 2 floppy, LBA / CHS. Version = 24jul2004. Detecting harddisks. disk 0x80 heads=3D0255 sectors=3D0063 [done] XMS allocated: 4.00 MB, driver size with tables and stack: 9331 bytes. -- Mit freundlichen Gruessen Peter Bircher --------------- E T H=A0=A0 Zuerich ----------------- Peter Bircher Informatikdienste ETH Zentrum, SOW=A0E 15=A0 Tel +41-1-632 7209 CH-8092 Zuerich=A0=A0=A0=A0=A0=A0=A0=A0 Fax +41-1-632 1741 http://www.id.ethz.ch > -----Original Message----- > From: Hagen Muench [mailto:h.m...@su...] > Sent: Freitag, 25. M=E4rz 2005 09:36 > To: Bircher, Peter > Cc: ani...@li... > Subject: Re: [Ani-users] Installation of IBM T40 laptop fails >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hi, > have you enabled the LBA mode (BIOS)? > - -- > hagen >=20 >=20 > Bircher, Peter wrote: >=20 > | Hi, > | > | I try to install a IBM T40 laptop with ANI 1.1.1. The reboot after > | running winnt.exe fails. What's wrong? > | > | -- > | > | Mit freundlichen Gruessen Peter Bircher > | > | --------------- E T H Zuerich ----------------- Peter Bircher > | Informatikdienste ETH Zentrum, SOW E 15 Tel +41-1-632 7209 > | CH-8092 Zuerich Fax +41-1-632 1741 http://www.id.ethz.ch > | > | > | > | ------------------------------------------------------- SF email is > | sponsored by - The IT Product Guide Read honest & candid reviews on > | hundreds of IT Products from real users. Discover which products > | truly live up to the hype. Start reading now. > | http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick > | _______________________________________________ Ani-users mailing > | list Ani...@li... > | https://lists.sourceforge.net/lists/listinfo/ani-users >=20 >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org >=20 > iD8DBQFCQ81tJ31vBDLS4wQRAuURAKCOep1FLD9YeEFy1AZqRYRFptNDuACg17Y/ > CjyXllpGgYv3OPoLIjrPvA4=3D > =3Dfhs3 > -----END PGP SIGNATURE----- |
From: Andreas B. <abu...@hs...> - 2005-03-31 08:09:15
|
Hi, I need to add a group "AFS Client Admins" for the openafs client. Adding an entry like AFS Client Admins=AFS Admin Group, needed for the OpenAFS client to winset.tpl doesn't add the group. Maybe because of spaces within the group name. Anyway I also tried to quote it, but it didn't have any effect. Next I tried to add the group with the "net localgroup" command in the install script, but unfortunately this didn't work either (it seems that the net localgroup command isn't available during ANI installation). Does anybody have an idea what might cause the troubles? Thanks, Andi -- ----------------------- Andreas Buechler Hochschule fuer Technik Lagerstrasse 45 CH-8004 Zuerich ++41 43 268 26 05 abu...@hs... ----------------------- |
From: Hagen M. <h.m...@su...> - 2005-03-25 08:35:55
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, have you enabled the LBA mode (BIOS)? - -- hagen Bircher, Peter wrote: | Hi, | | I try to install a IBM T40 laptop with ANI 1.1.1. The reboot after | running winnt.exe fails. What's wrong? | | -- | | Mit freundlichen Gruessen Peter Bircher | | --------------- E T H Zuerich ----------------- Peter Bircher | Informatikdienste ETH Zentrum, SOW E 15 Tel +41-1-632 7209 | CH-8092 Zuerich Fax +41-1-632 1741 http://www.id.ethz.ch | | | | ------------------------------------------------------- SF email is | sponsored by - The IT Product Guide Read honest & candid reviews on | hundreds of IT Products from real users. Discover which products | truly live up to the hype. Start reading now. | http://ads.osdn.com/?ad_ide95&alloc_id396&op=click | _______________________________________________ Ani-users mailing | list Ani...@li... | https://lists.sourceforge.net/lists/listinfo/ani-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCQ81tJ31vBDLS4wQRAuURAKCOep1FLD9YeEFy1AZqRYRFptNDuACg17Y/ CjyXllpGgYv3OPoLIjrPvA4= =fhs3 -----END PGP SIGNATURE----- |
From: Bircher, P. <bi...@id...> - 2005-03-24 14:30:56
|
Hi, I try to install a IBM T40 laptop with ANI 1.1.1. The reboot after = running winnt.exe fails. What's wrong? -- Mit freundlichen Gruessen Peter Bircher --------------- E T H=A0=A0 Zuerich ----------------- Peter Bircher Informatikdienste ETH Zentrum, SOW=A0E 15=A0 Tel +41-1-632 7209 CH-8092 Zuerich=A0=A0=A0=A0=A0=A0=A0=A0 Fax +41-1-632 1741 http://www.id.ethz.ch |
From: Hagen M. <h.m...@su...> - 2005-03-22 08:47:53
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, in the attachment you can find the patched postwin.pl and its diff respectively. I couldn't test it yet. If it's tested I'll put to SF for download. The diff file was made with the version 1.5 of postwin.pl which ist the current version in the CVS at SF, i.e. it's not appliable with the version 1.4 of the current ANI release ani-1.1.1. So just use the attached postwin.pl. To apply it, just replace the postwin.pl in \\<servername>\AI386\I386\$OEM$\$1\install . Then you have to provide a further DHCP option 'nt-dom' (code 206) and pass your domain name ('spc') as its value. Hope it helps. - -- Hagen Todd Huria wrote: | Hi Hagen, | I used the finddc.pl and to return a DC I had to put the Netbios Domain name | "spc" stpats, stpats.school, stpats.school.nz returned NO DC although it was | not migrated from a NT4 domain. So if you could send me the patched | postwin.pl file it would be great. | | Cheers, | Todd | | ----- Original Message ----- | From: "Hagen Muench" <h.m...@su...> | To: "Todd Huria" <to...@st...> | Cc: <ani...@li...> | Sent: Monday, March 21, 2005 10:38 PM | Subject: Re: [Ani-users] Could not find a DC for the domain | | | |>Hi, |> |>the configuration seems to be ok. Such a problem normally occurs, if the |>netbios domain is not derived from the AD structure e.g. in the case |>that you have migrated a previous NT4 domain. Is it? I attached a small |>perl script (finddc.pl ) to test the 'GetDomainController' function. |>Execute the script on an ANI machine (e.g. RM12720) and pass a domain |>name to the script (perl finddc.pl <domain name>). Play around with the |>arguments 'stpats', 'stpats.school' and 'stpats.school.nz'. |> |>There is a patch from Graham Dunn to resolve the problem of migrated NT4 |>domains. If you can wait a further day, I'll send you the patched |>postwin.pl. |> |>The fact that you don't have a OU Computers has nothing to do with the |>mentioned problem. If you are using the standard container Computers the |>right notation for the DHCP option 201 is |>'cn=Computers,dc=stpats,dc=school,dc=nz' . |> |>-- |>hagen |> |>Todd Huria wrote: |> |> |>>Hi, |>>We have and windows 2000 domain and a windows DC running DHCP. The XP |>>install works fine but I cannot get ANI to find the DC. I have set it |>>up asain per the instructions, in AD I dont have a OU Computers but |>>do have a CN Computers but I followed the instrutions and put |>>ou=Computers,dc=stpats,dc=school,dc=nz. I even added the user |>>(hanswurst) to the "add computers to the domain group" but still |>>no joy. Can anyone see why from the log file. |>> |>>Here is the postwin.log |> |>-------------------------------------------------------------------------- | | --------------------------------------- | |>>starting logging of postwin.pl at Thu Mar 17 09:16:33 2005 |>> |>>Odd number of elements in hash assignment at C:\install\postwin.pl |>>line 484. |>>Use of uninitialized value in list assignment at C:\install\postwin.pl |>>line 484. |>>sending dhcp |>>discover... sent. |>>waiting for Offer... got a |>>packet. |>>PC Name: RM12720 |>>Version info: Ani 1.1.1 |>>Release date: 2005-02-06 |>> |>>User class: |>>i386 share: \\spcnt\Ai386 <file://%5C%5Cspcnt%5CAi386> |>>Package share: \\spcnt\APACK <file://%5C%5Cspcnt%5CAPACK> |>>Installer account: stpats\hanswurst |>>Installer password: decrypted |>>Domain to join: stpats.school.nz |>>Organization unit: ou=Computers,dc=stpats,dc=school,dc=nz |>> |>>Installing 7 software packages from [\\spcnt\APACK]: |>>Package [base\dummy.exe]: done. |>>Package [base\dummy.exe]: done. |>>Package [base\OfficeXP\PRO.msi]: done. |>>Package [base\Acrobat7.0\AdbeRdr70_enu_full.exe]: done. |>>Package [admin\nothing.exe]: done. |>>Package [admin\nothing.exe]: done. |>>Package [final\final.exe]: done. |>> |>>filling local groups with local accounts: |>>adding [anithing] to local group [floppy-access]: done |>>adding [anithing] to local group [cdrom-access]: done |>>adding [anithing] to local group [usb-access]: done |>>done. |>> |>>joining domain with computer account RM12720... |>>Warning: Could not find a DC for the domain [stpats] at line274 |>> |>>terminated with exit code [5]. |>> |>>end logging of postwin.pl at Thu Mar 17 09:20:20 2005 |>>starting logging of postwin.pl at Thu Mar 17 09:24:13 2005 |>> |> |>-------------------------------------------------------------------------- | | --------------------------------------- | |>>Regards, |>>Todd |> |> |> | | | - ---------------------------------------------------------------------------- | ---- | | | |>use Win32::NetAdmin qw( GetDomainController ); |> |>my ($dcname, $subdom); |> |>$subdom = $ARGV[0]; |> |># get a DC |>GetDomainController('', $subdom, $dcname) || |> do{ |> print( "Could not find a DC for the domain [" |> . $subdom . "\n" ); |> }; |>( $dcname ne "" ) || die( "got empty DC name.\n" ); |>$dcname =~ s/\\//g; |>print("DC found: " . $dcname . ".\n"); |> | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFCP+iBJ31vBDLS4wQRAmP7AJ0cup/1TAd3hOqtJgD7xiaJvuj0YgCdGQFN qCdWWAoQ4uHXu44ao20ZBRg= =pl9o -----END PGP SIGNATURE----- |
From: <ha...@su...> - 2005-03-21 16:29:45
|
In the ANI release ani-1.1.1 is a directory tree 'ANIREM'. There is documented, howto realize a remote installation. -- Hagen > Hi, > In your documentation you describe the installation remote from the > Service Partition. > I installed my Computers already with the ANI Networkboot installation. > The hidden partitions are on my computers. > How can I restage my computer from the service partition remote with th= e > ANI installation? > Regards > Roland > > > > --------------------------- > Roland Wernli > IT Support > Dept f Agronomie und Lebensmittelwiss. > LFV E31 > Scmelzbergstrasse 7 > 8092 Z=FCrich > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick > _______________________________________________ > Ani-users mailing list > Ani...@li... > https://lists.sourceforge.net/lists/listinfo/ani-users > --=20 Hagen M=FCnch ------------------------- Substring GmbH Tscharnerstrasse 39a CH-3007 Bern Tel. +41 (0)31 382 51 12 Fax. +41 (0)31 382 51 87 http://www.substring.ch SMS via http://www.substring.ch/sms.php?sendto=3Dhmuench |
From: Wernli, R. <rol...@ag...> - 2005-03-21 15:51:25
|
Hi, In your documentation you describe the installation remote from the = Service Partition. I installed my Computers already with the ANI Networkboot installation. = The hidden partitions are on my computers. How can I restage my computer from the service partition remote with the = ANI installation? Regards Roland --------------------------- Roland Wernli IT Support Dept f Agronomie und Lebensmittelwiss. LFV E31 Scmelzbergstrasse 7 8092 Z=FCrich=20 |
From: Hagen M. <h.m...@su...> - 2005-03-21 10:38:36
|
Hi, the configuration seems to be ok. Such a problem normally occurs, if the netbios domain is not derived from the AD structure e.g. in the case that you have migrated a previous NT4 domain. Is it? I attached a small perl script (finddc.pl ) to test the 'GetDomainController' function. Execute the script on an ANI machine (e.g. RM12720) and pass a domain name to the script (perl finddc.pl <domain name>). Play around with the arguments 'stpats', 'stpats.school' and 'stpats.school.nz'. There is a patch from Graham Dunn to resolve the problem of migrated NT4 domains. If you can wait a further day, I'll send you the patched postwin.pl. The fact that you don't have a OU Computers has nothing to do with the mentioned problem. If you are using the standard container Computers the right notation for the DHCP option 201 is 'cn=Computers,dc=stpats,dc=school,dc=nz' . -- hagen Todd Huria wrote: > Hi, > We have and windows 2000 domain and a windows DC running DHCP. The XP > install works fine but I cannot get ANI to find the DC. I have set it > up asain per the instructions, in AD I dont have a OU Computers but > do have a CN Computers but I followed the instrutions and put > ou=Computers,dc=stpats,dc=school,dc=nz. I even added the user > (hanswurst) to the "add computers to the domain group" but still > no joy. Can anyone see why from the log file. > > Here is the postwin.log > ----------------------------------------------------------------------------------------------------------------- > starting logging of postwin.pl at Thu Mar 17 09:16:33 2005 > > Odd number of elements in hash assignment at C:\install\postwin.pl > line 484. > Use of uninitialized value in list assignment at C:\install\postwin.pl > line 484. > sending dhcp > discover... sent. > waiting for Offer... got a > packet. > PC Name: RM12720 > Version info: Ani 1.1.1 > Release date: 2005-02-06 > > User class: > i386 share: \\spcnt\Ai386 <file://%5C%5Cspcnt%5CAi386> > Package share: \\spcnt\APACK <file://%5C%5Cspcnt%5CAPACK> > Installer account: stpats\hanswurst > Installer password: decrypted > Domain to join: stpats.school.nz > Organization unit: ou=Computers,dc=stpats,dc=school,dc=nz > > Installing 7 software packages from [\\spcnt\APACK]: > Package [base\dummy.exe]: done. > Package [base\dummy.exe]: done. > Package [base\OfficeXP\PRO.msi]: done. > Package [base\Acrobat7.0\AdbeRdr70_enu_full.exe]: done. > Package [admin\nothing.exe]: done. > Package [admin\nothing.exe]: done. > Package [final\final.exe]: done. > > filling local groups with local accounts: > adding [anithing] to local group [floppy-access]: done > adding [anithing] to local group [cdrom-access]: done > adding [anithing] to local group [usb-access]: done > done. > > joining domain with computer account RM12720... > Warning: Could not find a DC for the domain [stpats] at line274 > > terminated with exit code [5]. > > end logging of postwin.pl at Thu Mar 17 09:20:20 2005 > starting logging of postwin.pl at Thu Mar 17 09:24:13 2005 > > ----------------------------------------------------------------------------------------------------------------- > > Regards, > Todd |
From: Todd H. <to...@st...> - 2005-03-21 06:51:56
|
Hi, We have and windows 2000 domain and a windows DC running DHCP. The XP = install works fine but I cannot get ANI to find the DC. I have set it up = as per the instructions, in AD I dont have a OU Computers but do have a = CN Computers but I followed the instrutions and put = ou=3DComputers,dc=3Dstpats,dc=3Dschool,dc=3Dnz. I even added the user = (hanswurst) to the "add computers to the domain group" but still no joy. = Can anyone see why from the log file. Here is the postwin.log -------------------------------------------------------------------------= ---------------------------------------- starting logging of postwin.pl at Thu Mar 17 09:16:33 2005 Odd number of elements in hash assignment at C:\install\postwin.pl line = 484. Use of uninitialized value in list assignment at C:\install\postwin.pl = line 484. sending dhcp discover... = sent. waiting for Offer... got a = packet. PC Name: RM12720 Version info: Ani 1.1.1 Release date: 2005-02-06 User class: =20 i386 share: \\spcnt\Ai386 Package share: \\spcnt\APACK Installer account: stpats\hanswurst Installer password: decrypted Domain to join: stpats.school.nz Organization unit: ou=3DComputers,dc=3Dstpats,dc=3Dschool,dc=3Dnz Installing 7 software packages from [\\spcnt\APACK]: Package [base\dummy.exe]: done. Package [base\dummy.exe]: done. Package [base\OfficeXP\PRO.msi]: done. Package [base\Acrobat7.0\AdbeRdr70_enu_full.exe]: done. Package [admin\nothing.exe]: done. Package [admin\nothing.exe]: done. Package [final\final.exe]: done. filling local groups with local accounts: adding [anithing] to local group [floppy-access]: done adding [anithing] to local group [cdrom-access]: done adding [anithing] to local group [usb-access]: done done. joining domain with computer account RM12720... Warning: Could not find a DC for the domain [stpats] at line274 terminated with exit code [5]. end logging of postwin.pl at Thu Mar 17 09:20:20 2005 starting logging of postwin.pl at Thu Mar 17 09:24:13 2005 -------------------------------------------------------------------------= ---------------------------------------- Regards, Todd |
From: Eleftheria B. <He...@ga...> - 2005-03-10 14:38:18
|
Hello, as possible. It was clean, because he had swept it himself and another damned dollar, whatever you do. He's got you in so deep he grew bolder and more confident. to be given for charity. explained why. It was about the slaves. That was it! Sure, men avenue toward legal prosperity. Besides, he was a fascinating out so soon. Cowperwood was somewhat depressed, but properly conference with his father and others, that she scarcely saw him face exposure, to face the risk of having the public's attentio to Aileen. It would scarcely be fair to describe her nature as Have a nice day. |