[Unattended] winxpsp1-notips.pl

2004-07-15 Thread Mario Gzuk
Hi,
first thank you for this great work.
The winxpsp1-notips.pl do not work... I try to run it manual with perl
winxpsp1-notips.pl and through the base.bat directly (todo.pl
Z:\bin\winxpsp1-notips.pl). Any sugestions?

mario gzuk



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Mario Gzuk
Just do this under linux as root:
mount -o loop theunnattendedlinux.iso /mnt/myunattended

then copy the contents to /anywhere

edit the  /anywhere/isolinux/isolinux.cfg and add the kbd=de-latin1 to
the append line (also the z_user z_pass and so on)

then cd /anywhere and do this:
mkisofs -V myownunattended -o myownunattended.iso -b
isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size
4 -boot-info-table .

burn the new iso

greetz



Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 11:20:
 Hi all,
 
 how can I customize the Linux-based boot disk in order to have German 
 keyboard layout?
 
 TIA
 Gerhard
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Mario Gzuk
Just delete the , between the entries in the append line.

Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 14:27:
 Mario Gzuk wrote:
 
  Just do this under linux as root:
  mount -o loop theunnattendedlinux.iso /mnt/myunattended
  
  then copy the contents to /anywhere
  
  edit the  /anywhere/isolinux/isolinux.cfg and add the kbd=de-latin1 to
  the append line (also the z_user z_pass and so on)
  
  then cd /anywhere and do this:
  mkisofs -V myownunattended -o myownunattended.iso -b
  isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size
  4 -boot-info-table .
  
  burn the new iso
  
  greetz
  
 
 Hello Mario,
 
 thanks for your help.
 
 I changed the append line to look like this:
   append initrd=initrd, kbd=de-latin1, z_user=ingres, z_pass=Ingres, 
 z_path=//lapsm/install
 
 Have run mkisofs as you suggested and burned new bootable CD. 
 Unfortunately, now it claims
Could not find ramdisk image: initrd,
 
 What's wrong?
 
 By the way, is there any way to define a boot menu in the cfg file? I'd 
 like to have choice between enabled or disabled APIC. Yes, I know, I 
 could press shift key when booting...
 
 Regards
 Gerhard
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Automatically activate classic Win-2000-Look-and-Feel on Win-XP-Box?

2004-09-02 Thread Mario Gzuk
Yes there is. Please look at unattended.sourceforge.net. The better way
is to create a account make all settings you want and copy the files
under ntuser.dat, ntuser.dat.LOG and ntuser.ini during the install in
the Default user profile, so all new users get this settings.

A detailed explain is under gruppenrichtlinien.de (i think u can read
the german text :-) )

greetz


Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 11:36:
 Hi all,
 
 we prefer to have the classic Look-and-Feel (start menu, desktop top, 
 windows control panel) of Win 2000 on our XP boxes.
 
 Is there any predefined script to automically do this with unattended? 
 Or any parameter in unattend.txt?
 
 TIA
 Gerhard
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] rename administrator account

2004-09-06 Thread Mario Gzuk
Here is some vbs scribt to rename the local Administrator account:

OldName = Administrator
NewName = nobodyknowsme
ContainerName = .
Set Container = GetObject(WinNT://  ContainerName)
Set User = GetObject(WinNT://  ContainerName  /  OldName
,user)
Set NewUser = Container.MoveHere(User.ADsPath, NewName)
Set User = Nothing

The question is how to handle it, with the renaming is the auto login
not working. Is there anybody who knows the registry key of the Account
name Administrator for auto login?



-- 

Mario Gzuk
IT department
Max-Planck-Institute for Biogeochemistry
Beutenberg Campus
Hans-Knoell-Str.  10
07745 Jena
Germany
Tel: +49(0)3641576703



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] rename administrator account

2004-09-06 Thread Mario Gzuk
Is it enough to use:
autolog.pl --user=nobodyknowsme



Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
 Here is some vbs scribt to rename the local Administrator account:
 
 OldName = Administrator
 NewName = nobodyknowsme
 ContainerName = .
 Set Container = GetObject(WinNT://  ContainerName)
 Set User = GetObject(WinNT://  ContainerName  /  OldName
 ,user)
 Set NewUser = Container.MoveHere(User.ADsPath, NewName)
 Set User = Nothing
 
 The question is how to handle it, with the renaming is the auto login
 not working. Is there anybody who knows the registry key of the Account
 name Administrator for auto login?




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] add printer share - how?

2004-09-06 Thread Mario Gzuk
Use net use or use : 
RUNDLL32
PRINTUI.DLL,PrintUIEntry [ options ] [ @commandfile ] 
 
  
/a[file]
  
binary file
name
 
/b[name]
 
base printer
name
 
/c[name]
 
unc machine
name if the
action is on
a remote
machine
 
/dl
 
delete local
printer
 
/dn
 
delete
network
printer
connection
 
/dd
 
delete
printer
driver
 
/e
 
display
printing
preferences
 
/f[file]
 
either inf
file or
output file
 
/ga
 
add per
machine
printer
connections
 
/ge
 
enum per
machine
printer
connections
 
/gd
 
delete per
machine
printer
connections
 
/h[arch]
 
driver
architecture
one of the
following,
Alpha ¦
Intel ¦ Mips
¦ PowerPC
 
/ia
 
install
printer
driver using
inf file
 
/id
 
install
printer
driver using
add printer
driver
wizard
 
/if
 
install
printer
using inf
file
 
/ii
 
install
printer
using add
printer
wizard with
an inf file
 
/il
 
install
printer
using add
printer
wizard
 
/in
 
add network
printer
connection
 
/j[provider]
 
print
provider
name
 
/k
 
print test
page to
specified
printer,
cannot be
combined
with command
when
installing a
printer
 
/l[path]
 
printer
driver
source path
 
/m[model]
 
printer
driver model
name
 
/n[name]
 
printer name
 
/o
 
display
printer
queue view
 
/p
 
display
printer
properties
 
/q
 
quiet mode,
do not
display
error
messages
 
/r[port]
 
port name
 
/s
 
display
server
properties
 
/Ss
 
Store
printer
settings
into a file
 
/Sr
 
Restore
printer
settings
from a file
 
Store or
restore
printer
settings
option flags
that must be
placed at
the end of
command:
 
2
   
PRINTER_INFO_2
 
7
 
PRINTER_INFO_7
 
c
 
Color
Profile
 
d
 
PrinterData
 
s
 
Security
descriptor
 
g
 
Global
DevMode
 
m
 
Minimal
settings
 
u
 
User DevMode
 
r
 
Resolve name
conflicts
 
f
 
Force name
 
p
 
Resolve port
 
/u
 
use the
existing
printer
driver if
it's already
installed
 
/t[#]
 
zero based
index page
to start on
 
/v[version]
 
driver
version one
of the
following,
Windows 95
or 98 ¦
Windows NT
3.1 ¦
Windows NT
3.5 or 3.51
¦ Windows NT
3.51 ¦
Windows NT
4.0 ¦
Windows NT
4.0 or 2000
¦ Windows
2000
 
/w
 
prompt the
user for a
driver if
specified
driver is
not found in
the inf
 
/y
 
set printer
as the
default
 
/Xg
 
get printer
settings
 
/Xs
 
set printer
settings
 
/z
 
do not auto
share this
printer
 
/Z
 
share this
printer, can
only be used
with the /if
option
 
/?
 
help this
message
 
@[file]
 
command line
argument
file

 


Examples:
Run server properties:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /s /t1 /n\\machine
 
Run printer properties:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /p /n\\machine\printer
 
Run add printer wizard localy:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /il
 
Run add printer wizard on \\machine:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /il /c\\machine
 
Run queue view:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /o /n\\machine\printer
 
Run inf install:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /if /b Test Printer /f
%windir%\inf\ntprint.inf /r lpt1: /m AGFA-AccuSet v52.3
 
Run add printer wizard using inf:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ii /f %windir%\inf\ntprint.inf
 
Add per machine printer connection:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ga /c\\machine /n\\machine\printer
/jLanMan Print Services
 
Delete per machine printer connection:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /gd /c\\machine /n\\machine\printer
 
Enumerate per machine printer connections:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ge /c\\machine
 
Add printer driver using inf:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ia /c\\machine /m AGFA-AccuSet
v52.3 /h Intel /v Windows 2000 /f %windir%\inf\ntprint.inf
 
Remove printer driver:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /dd /c\\machine /m AGFA-AccuSet
v52.3 /h Intel /v Windows 2000
 
Set printer as default:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n printer
 
Set printer comment:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xs /n printer comment My Cool
Printer
 
Set printer port:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xs /n printer PortName port:
 
Get printer settings:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xg /n printer
 
Get printer settings saving results in a file:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /f results.txt /Xg /n printer
 
Set printer settings command usage:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Xs /n printer ?
 
Store all printer settings into a file:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Ss /n printer /a file.dat
 
Restore all printer settings from a file:
RUNDLL32 PRINTUI.DLL,PrintUI /Sr /n printer /a file.dat
 
Store printer information on level 2 into a file:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Ss /n printer /a file.dat 2
 
Restore from a file printer security descriptor:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n printer /a file.dat s
 
Restore from a file printer global devmode and printer data:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n printer /a file.dat g d
 
Restore from a file minimum settings and resolve port name:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /Sr /n printer /a file.dat m p

Am Mo, den 06.09.2004 schrieb jo / ak um 23:13:
 Does anybody know how share a printer from the command line? By
 

Re: [Unattended] create users

2004-09-07 Thread Mario Gzuk
Am Di, den 07.09.2004 schrieb Assi Levi um 17:05:
 I need to create a users and groups in ms-dos 
 Can some one tell me how can I do that ?

In dos there is only one user. :-) I think that what you need is net
user /?

 
 What the command line .
 
 10x 
  
 
 
 Assi   Levi 
 Mercury Interactive (IL) Corp
 Tel   : +972-3-5399784
 Ext   :  2784
 Email :  [EMAIL PROTECTED]
  
 
 
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] rename administrator account

2004-09-07 Thread Mario Gzuk
I have a vb script to rename the local admin and use regedit to rename
the entry manually. 

Thank you

Am Di, den 07.09.2004 schrieb Atom Powers um 19:46:
 --logon=0 mean don't autologon; try --logon=1
 Also, instead of modifying the install.pl; add a line to your install batch
 (base.bat?) like this:
 
 todo.pl autolog.pl --logon=1 --user=localadmin .reboot 
 
 
 --
 Perfection is just a word I use occasionally with mustard.
 
 Atom Powers
 Systems Administrator
 Pyramid Breweries Inc.
 206.682.8322 x251
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brad Erdman
 Sent: Tuesday, September 07, 2004 10:33 AM
 To: 'Mario Gzuk'; [EMAIL PROTECTED]
 Subject: RE: [Unattended] rename administrator account
 
 Hi,
 
 This is what I need too.  I tried to edit install.pl to use this but it did
 not work.  I changed 'autolog.pl --logon=0' to 'autolog.pl --logon=0
 --user=ourlocaladmin'.  
 
 Where do I specify this option?
 
 TIA
 Brad
 
  -Original Message-
  From: Mario Gzuk [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 06, 2004 5:00 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [Unattended] rename administrator account
  
  Is it enough to use:
  autolog.pl --user=nobodyknowsme
  
  
  
  Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
   Here is some vbs scribt to rename the local Administrator account:
  
   OldName = Administrator
   NewName = nobodyknowsme
   ContainerName = .
   Set Container = GetObject(WinNT://  ContainerName) Set User = 
   GetObject(WinNT://  ContainerName  /  OldName
   ,user)
   Set NewUser = Container.MoveHere(User.ADsPath, NewName) Set User = 
   Nothing
  
   The question is how to handle it, with the renaming is the auto 
   login not working. Is there anybody who knows the registry key of 
   the Account name Administrator for auto login?
  
  
  
  
  ---
  This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java 
  Enterprise J2EE developer tools!
  Get your free copy of BEA WebLogic Workshop 8.1 today.
  http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
  ___
  unattended-info mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise
 J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_idP47alloc_id808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Happy 2nd birthday

2004-09-08 Thread Mario Gzuk
I think that i am the newest member in the mailing list, but also
congratulations, not only for the 2 years also for the great work!

mario gzuk alias zuki



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] howto change registry/file permissions

2004-09-09 Thread Mario Gzuk
Just get this nice tool:
http://setacl.sourceforge.net/

Then you can use it to modify permissions (or acl´s) in the registry:

todo.pl start /wait %Z%\bin\SetACL.exe -on \HKLM\no\permissions\ -ot
reg -actn ace -ace \n:Users;p:full\ 

or for a file:
todo.pl start /wait %Z%\bin\SetACL.exe -on \C:\NTINST\ -ot file -actn
ace -ace \n:DOM\ADMINxyz;p:full\ 

more nice examples are at the webside. What a nice tool!

zuki




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Re: printer unable to connect

2004-09-11 Thread Mario Gzuk
you have to set some settings in the registry that user are allowed to
install printer drivers. Please take a look with gpedit.msc and look in
the printer settings in system.

mario gzuk



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Adding Domain Users to local Administrator group

2004-09-14 Thread Mario Gzuk
net localgroup is an other way to make it.

net localgroup Administrators /add YOURDOMAIN\Domain Users

here the doc:
http://www.microsoft.com/windowsxp/home/using/productdoc/en/default.asp?url=/windowsxp/home/using/productdoc/en/net_localgroup.asp

Am Di, den 14.09.2004 schrieb Ty Moffett um 18:25:
 We have a few PC's in a lab environment that I would like to give everyone
 admin rights to.  But if I tell Unattended to add Domain Users (without
 the quotes) it tries to add Domain and Users as two separate users both
 of which fail.  If I use Domain Users (with the quotes) it throws an error
 about that particular line in the unattend.txt file and the entire operation
 halts.
 
 Is there a way to add 'Everyone' to the local admin group during
 installation?
 
 
 ---
 This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
 Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
 Camcorder. More prizes in the weekly Lunch Hour Challenge.
 Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] deploy a samba domain

2004-09-18 Thread Mario Gzuk
1.)
Sure, this in the smb.con will do it (samba as pdc)
add user script = /usr/sbin/adduser -c 2kmachine -d /dev/null -g 100 -s 
/bin/false -M %u
Watch out the samba docs for more information.
2.) look here:
http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/tsleft.web+WinBatch/Printing~Information+PRINTUI~Docs.txt



Am Sa, den 18.09.2004 schrieb Friedrich Schick um 11:01:
 Hey, i'd like to deploy a full unattended Samba PDC (primary domain 
 controller) system. The clients will use the Win2000 sp4 operating system. 
 
 I had a quick read-through your unattended project. It seems to fullfill my 
 dreams :-).
 
 But in fact i want to go for sure that it can handle all my needs. So here we 
 go:
 
 1. Is there a way to make a Win2000 client join to a Samba PDC without adding 
 a hard-written machine name to Samba's account system?
 
 Again, if you missunderstood. I'd like to autogenerate the client names, and 
 make them join to my domain. As i worked with Samba as a PDC, i had to 
 pre-add machine accounts to my Samba system to make the clients be able to 
 join the domain. I'd like to come across this problem.
 
 2. Is there an optition to auto-add a network printer share to each Win2000 
 client? 

 Thanks,
 
 Friedrich Schick
 
 
 ---
 This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
 Project Admins to receive an Apple iPod Mini FREE for your judgement on
 who ports your project to Linux PPC the best. Sponsored by IBM.
 Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Automatic Registry Permission tweaks

2004-10-15 Thread Mario Gzuk
http://sourceforge.net/mailarchive/message.php?msg_id=9490897



Am Fr, den 15.10.2004 schrieb Administrator um 21:20:
 This may be a little off topic, but I'm trying to use the TieRegistry  
 Registry Perl modules to make tweaks to the system registry as part of 
 my unattended install of WinXP Pro.  Part of my problem is that I don't 
 really understand how permissions are handled in the registry, and the 
 rest is that my perl is pretty weak...
 
 I need to be able to give certain domain groups extra permission on 
 certain keys.  Has anyone had any luck with tweaking registry 
 permissions this way??
 
 -Justin
 
 
 ---
 This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
 Use IT products in your business? Tell us what you think of them. Give us
 Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
 http://productguide.itmanagersjournal.com/guidepromo.tmpl
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] rdc users ?

2004-10-16 Thread Mario Gzuk
net localgroup /help


Am Sa, den 16.10.2004 schrieb Julien TOUCHE um 9:57:
 is someone know a way to add silently users to the liste of authorized
 users for the winXP remote desktop ?
 
 Regards
 
   Julien
 
 note: when the next release is planned ? (win updates ...)
   could someone commit the patch for openoffice fra, please ? (sept 15 post)
 
 
 ---
 This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
 Use IT products in your business? Tell us what you think of them. Give us
 Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
 http://productguide.itmanagersjournal.com/guidepromo.tmpl
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] rdc users ?

2004-10-16 Thread Mario Gzuk
Sure.

Am Sa, den 16.10.2004 schrieb Julien TOUCHE um 12:24:
 Mario Gzuk a écrit :
 
  net localgroup /help
 
 sorry, i have no xp at home, so i can't check, but is there a dedicated 
 group for rdc users ?
 
 thanks
 Regards
 
   Julien
 
 note: i'm on list, no need to cc.
 
 
 ---
 This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
 Use IT products in your business? Tell us what you think of them. Give us
 Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
 http://productguide.itmanagersjournal.com/guidepromo.tmpl
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended GUI

2004-09-27 Thread Mario Gzuk
Hi,
I am working on a zope based gui software for unattended.
It is alpha state software at this time. Please take a look at the gui 
at http://www.technikz.de:8980 and log in with user unattended and 
password unattended. There are not much testing objects at this time, 
and it is only in german So please tell me  what you are thinking of 
it. It has also a managment to find the computers in a building (no 
examples yet).
Here is some code which you can interact with the gui through the 
command line (you need wget in your %WINDIR%). Just call it 
unattended.cmd and test it (maybe only the search will work at this time)!

@echo off
IF NOT EXIST %WINDIR%\wget.exe echo Konnte wget nicht finden 
Versuche Netzwerk  IF NOT EXIST \\rhea\install\bin\wget\wget.exe echo 
...fehlgeschlagen  goto copywget
IF %1==--install-perl goto installperl
IF NOT EXIST %ProgramFiles%\Perl\Perl\bin\perl.exe echo Konnte Perl 
nicht finden. Um Perl zu installieren nutzen Sie bitte %0 --install-perl 
 goto end

IF %1==--search goto search
IF %1==-s goto search
IF %1==--install goto install
IF %1==-i goto install
IF %1==--install-only goto installonly
IF %1==-io goto installonly
IF %1==--pretend goto pretend
IF %1==-p goto pretend
IF %1==--search-description goto searchdescription
IF %1==-S goto searchdescription
IF %1==--help goto usage
IF %1==-h goto usage
IF %1==/? goto usage
goto usage
:search
if %2== echo bitte Suchbegriff angeben  goto usage
echo Suche bitte warten...
start /wait wget 
http://www.technikz.de:8980/Examples/mario/modules/install/search_it?search=%2 
-O C:\NETINST\tmpsearch  --http-user=unattended --http-pass=unattended
type C:\NETINST\tmpsearch
goto end

:install
if %2== echo bitte SoftwareID angeben  goto usage
echo Software %2 wird installiert bitte warten...
set Z=Z:
set Z_USER=YOUR_USERNAME
set Z_PASS=YOUR_PASS
IF NOT EXIST %z% net use %Z% \\netmaster\install %Z_PASS% /USER:%Z_USER%
::C:\NETINST\MAPZNRUN.BAT
start /wait wget 
http://www.technikz.de:8980/Examples/mario/modules/install/install_it_command?sid=%2computer=%COMPUTERNAME%; 
-O C:\NETINST\tmpinstall.bat  --http-user=unattended --http-pass=unattended
%z%\bin\todo.pl net use %z% /DELETE
%z%\bin\todo.pl c:\NETINST\tmpinstall.bat
%z%\bin\todo.pl --go
del c:\NETINST\tmpinstall.bat
goto end

:installonly
if %2== echo bitte Software angeben  goto usage
echo wird zur Zeit noch nicht unterstüzt!
goto end
:pretend
if %2== echo bitte Software angeben  goto usage
start /wait wget 
http://www.technikz.de:8980/Examples/mario/modules/install/search_it?search=%2searchpretend=1; 
-O C:\NETINST\tmpsearch  --http-user=unattended --http-pass=unattended
type C:\NETINST\tmpsearch
goto end

:searchdescription
if %2== echo bitte Suchbegriff angeben  goto usage
echo Suche bitte warten.
start /wait wget 
http://www.technikz.de:8980/Examples/mario/modules/install/search_it?search=%2searchdeep=1; 
-O C:\NETINST\tmpsearch  --http-user=unattended --http-pass=unattended
type C:\NETINST\tmpsearch
goto end

:installperl
echo Perl wird installiert bitte warten
set Z=Z:
set Z_USER=YOUR_USERNAME
set Z_PASS=YOUR_PASSWORD
IF NOT EXIST %z% net use %Z% \\netmaster\install %Z_PASS% /USER:%Z_USER%
start /wait %z%\scripts\perl.bat
net use %z% /DELETE
goto end
:copywget
echo versuche wget zu installieren..
copy \\netmaster\install\bin\wget\*.* %SystemRoot%
echo abgeschlossen.
goto end
:usage
echo Benutzung:
echo _
echo %0 --search (kurz -s) BEGRIFF
echo Suche nach BEGRIFF
echo -
echo %0 --search-description (kurz -S) BEGRIFF
echo Sucht auch in Beschreibung und Kommentaren nach BEGRIFF
echo -
echo %0 --pretend (kurz -p) SOFTWARENAME
echo Zeigt zu installierende Software und Abhängigkeiten
echo -
echo %0 --install (kurz-i) SOFTWAREID
echo Installiert Software und Abhaengigkeiten
echo -
echo %0 --install-only (kurz -io) SOFTWAREID
echo Installiert Software ohne Abhaengigkeiten
echo -
echo %0 --help (kurz -h oder /?)
echo Zeigt diese Hilfe
echo _
goto end
:end

---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Read unattended.txt from database

2004-10-01 Thread Mario Gzuk
Remember, the z is mounted read only and the new unattended.txt (what I
want) will be stored in /tmp/unattended.txt because /tmp/ is writeable. 
It will be created from the computername:

wget http://intranet/getthe_unattended?comutername=MYNEWCOMPUTER -O
/tmp/unattended.txt

So the script on the webserver look in the database and return the
unattended.txt entry for the computer MYNEWCOMPUTER. 
The -O option store the content in the file /tmp/unattended.txt



Am Fr, den 01.10.2004 schrieb ZoMBiE um 15:51:
 Hi,
 
 On Fri, 01 Oct 2004 14:00:23 +0200, Mario Gzuk [EMAIL PROTECTED] wrote:
  I try to make this in install.pl:
  
  $u-read(/tmp/unattended.txt)
  
 
 maybe try 
 
 $u-read (dos_to_host ('z:\\path\\to\\unattend.txt'));
 
 instead. I'm not claiming this will work for certain, it's just a guess :-D



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Help on install.pl

2004-10-07 Thread Mario Gzuk
Hi,
I want do do the following in install.pl:

- first asking for computername
- then execute wget like this: wget
http://somewhere/unattended?computername=$u-{'UserData'}-{'ComputerName'} -O 
/tmp/unattend.txt
- then read the unattended.txt like $u-read(/tmp/unattend.txt);
- then let the script asking for all unaswered fields (like partions,
software and so on)

I have read the Reading different answer files based on OS type but no
solution. Maybe someone can help me with this.

thank you

mario gzuk




---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] problem installing printer

2004-11-06 Thread Mario Gzuk
Whats happen when you klick on a printershare frome the print server? 
What OS on the print server?


Am Fr, den 05.11.2004 schrieb Tomasz Chmielewski um 19:46:
 Mario Gzuk wrote:
  Please take a look at the howto of rundll32 printui.dll,PrintUIEntry.
  There is a option ( i think /if) to give it a inf file.
 
 Yes, I tried different switches for like 4 hours :( without a success - 
 always have this prompt window.
 
 Maybe I'm doing something wrong - would be glad if there were any examples.
 
 Of course there are some (bad) examples if I run it with /? switch - but 
 they work *only* if a printer was installed *before* on that computer.
 If the printer is installed for the first time, I have this window prompt.
 
 
 Tomek



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended GUI

2004-11-06 Thread Mario Gzuk
Hi,
here is a first look at the gui for unattended installation. This is
only a preview. Please dont ask if something is not clear. 
Be aware, this is a mpeg4 decoded video with a size of 1400x1050.
Please use a video player which support this codec (e.g. xine or
mplayer) I dont tested it with M$ MediaPlayer
The filezisze is round about 5 MB.
download at: http://www.technikz.de/down/howto.mpeg

Feel free to give a response.

greetings mario gzuk



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Unattended GUI

2004-11-07 Thread Mario Gzuk
Only 2-3 lines in install.pl. And some addons for the inventory. Yes
single configuration for every computer.

A demo will be available soon.


Am Sa, den 06.11.2004 schrieb Moritz Engel um 21:29:
 hi,
 
 if you want some beta testing, let me know. It looks great!
 You changed nothing in unattended, right? And you provide a single
 unattended.txt file for every computer?



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Mario Gzuk
regedit /s is your friend

You can also take a look at wininstall LE. A free software which creates
msi packages.

greetings

Am Mi, den 10.11.2004 schrieb Tomasz Chmielewski um 12:35:
 Niels S. Richthof wrote:
  Hi Tomasz!
  
  
 I would like to install TightVNC using Unattended, so that after it is 
 installed, I can log on to the machine remotely using password I 
 specified (with Unattended).
 
 Is it possible?
  
  
  Yes, with a registry hack.
  
  
  After TightVNC is installed, you apply an registry patch which 
  contains your settings, including the password.
  
  The key is HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default
  
  the value is Password.
  
  It is encrypted - the easiest way is to use one installation of 
  tightvnc, set the desired password and then grab the encrypted value 
  from that registry.
 
 OK, but could you help me insterting this values into the registry - 
 also automatically, from a script?
 
 Tomek
 
 
 
 
 ---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for FREE
 LinuxWorld Reader's Choice Award Winner for best database on Linux.
 http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Wiki unattended site spammed...

2004-11-12 Thread Mario Gzuk
Hi,
I have also create a side for unattended. There are lot of modules in
this content managment and it is much more secure than a wiki. I have
written a EMail to Patrick, but I think he has not the time to take a
look at it. So maybe you.

Take a look here: http://unattended.technikz.de/

mario gzuk

Am Fr, den 12.11.2004 schrieb Patrick Bulteel um 11:39:
 Hi everyone,
 
 I hate to be the bearer of bad news, but if you go to the recent changes
 page and to the python page... Lots of links to ads.
 
 On the other hand, I want to thank everyone that's helped with this
 project. I am finding the information very useful and I'm in the process
 of deploying unattended at my work place. I have had some problems and I
 still have some questions... I'll send another email on that.
 
 Thanks,
 
 Patrick Bulteel 
 
 
 ---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for FREE
 LinuxWorld Reader's Choice Award Winner for best database on Linux.
 http://ads.osdn.com/?ad_idU88alloc_id065op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended GUI demo available

2004-11-13 Thread Mario Gzuk
Hi,
now its done. A demo is available at: http://www.technikz.de:8080/
features:
- Scripts in database (also for using without perl installed -- for the
post installation)
- The scripts get a priority which can be used to control the corect
order of the installation
- the scripts has also a dependence so you can control which software is
installed /needed by another one (e.g. gimp needs gtk...)
- unattend.txt for each Computer
- bind to LDAP / Active Directory (work in progress, authentication is
working)
- see self

The settings section doesnt work at this time. But as soon as possible
there will be the english language and other themes available.

So here are 3 accounts:
testuser, testuser2 and testuser3

each has the password unattended

Feel free to play around. I have a backup of the current state and it
will be restored every week.
Feel also free

If you want to see the installerscript do the following:

download wget and copy it to the %WINDIR%
http://www.technikz.de/down/wget.exe
http://www.technikz.de/down/libeay32.dll
http://www.technikz.de/down/ssleay32.dll

Then download the script:

http://www.technikz.de/down/wemerge.cmd

Play arround with the script and see how easy searching + installing can
be!

What you need to use the software:
- a browser (javascript enabled -- only for opening new windows and
creation of new locations)



greetz mario gzuk



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended GUI demo available

2004-11-13 Thread Mario Gzuk
This is already an idea. I have swveral sulutions for that:

For every software installed from unattended create a extra key in the
registry. Like that:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
There for each entry a key:
DisplayName
UnattendedID here the id from the script

this can be made matching the DisplayName and the fieled Name im
System which is already in the database.
So you can get already installed machines and when installing software.

The service which Niels means can be provide by a already existing
service from M$.
The service runs with administrator rights and its so old that many
people forget that its exists.

so i tested it and it work!

Here comes up the solution:

write a script which called wget to get the installation from the GUI
and runs the todo.pl after that. Then make a at job as administrator:

at [[\\ComputerName] hours:minutes [/interactive]
[{/every:date[,...]|/next:date[,...]}] command]

So you can provide that a computer looks every day at 12:00 if there is
a software update/installation. And runs after that the installation.

I have also extended the scripts for the future, to uninstall the
software So you can get it to work with the gui.


Am Sa, den 13.11.2004 schrieb Tomasz Chmielewski um 14:59:
 Mario Gzuk wrote:
  Hi,
  now its done. A demo is available at: http://www.technikz.de:8080/
  features:
  - Scripts in database (also for using without perl installed -- for the
  post installation)
  - The scripts get a priority which can be used to control the corect
  order of the installation
  - the scripts has also a dependence so you can control which software is
  installed /needed by another one (e.g. gimp needs gtk...)
  - unattend.txt for each Computer
  - bind to LDAP / Active Directory (work in progress, authentication is
  working)
  - see self
 
 Is it possible to add one more thing to Unattended GUI:
 
 A service, added to each machine created with the help of Unattended, 
 which will check if software installed on each of these machines 
 matches a software database in Unattended GUI for a given machine / 
 machine profiles etc.
 
 I think it's a question that often occurs on the list: how to mass 
 update/install software on Windows machines in the network.
 
 If this feature would be present in Unattended (GUI), Unattended would 
 be a full-featured solution for mass install / software update of 
 Windows machines.
 
 What do you think?
 
 Tomek
 
 
 ---
 This SF.Net email is sponsored by: InterSystems CACHE
 FREE OODBMS DOWNLOAD - A multidimensional database that combines
 robust object and relational technologies, making it a perfect match
 for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] ie: flash install/activex

2004-12-31 Thread Mario Gzuk
This do it for me:

todo.pl start /wait %Z%\packages\media
\flashplayer7_winax_internetexplorer.exe /q


Am Donnerstag, den 30.12.2004, 18:56 +0100 schrieb Julien TOUCHE:
 has someone find a way to install silently flash for ie ?
 (with AutoIt maybe)
 
 Regards
 
   Julien
 
 
 
 ---
 The SF.Net email is sponsored by: Beat the post-holiday blues
 Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
 It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Renaming the administrator account

2005-01-19 Thread Mario Gzuk
Hi try out this VBS:

OldName = Administrator
NewName = NOBODYKNOWSMYNAME
ContainerName = .
Set Container = GetObject(WinNT://  ContainerName)
Set User = GetObject(WinNT://  ContainerName  /  OldName
,user)
Set NewUser = Container.MoveHere(User.ADsPath, NewName)
Set User = Nothing


greetings


Am Dienstag, den 18.01.2005, 16:53 + schrieb Tony Worrall:
 Hi all,
 
 After the 'amazing' response to my first post to the list, 
 http://www.mail-archive.com/unattended-info%40lists.sourceforge.net/msg03087.html,
  
 I thought I'd try another one, perhapsa littel easier this time?  :)
 
 How can I rename the default administrator account after unattended 
 install of any windows system?
 
 TIA for any advice/help.
 
-- 

Mario Gzuk
IT department
Max-Planck-Institute for Biogeochemistry
Beutenberg Campus
Hans-Knoell-Str.  10
07745 Jena
Germany
Tel: +49(0)3641576703



---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] A proper way to skip formatting and mbr-install confirmations ?

2005-01-28 Thread Mario Gzuk
Hi it is possible to add the following to add the following to
unattended.txt:


fdisk_confirm = 1
replace_mbr = 0
That will not asking to confirm the replace mbr? or do format?

greetings (saluer in french)

Am Freitag, den 28.01.2005, 12:19 +0100 schrieb [EMAIL PROTECTED]:
 Hi,
 
 we are currently evaluating Unattended : seems great ! Our goal is to allow
 low-skilled users in our schools (collèges et lycées in french), to keep
 their bunches of PC fully functional.
 
 Thus, we'd want a zero-question deployment procedure for partitionning, and
 installing OS, drivers and standard application (OpenOffice etc.) Unattended
 do all of this, but still ask few questions : we filled unattended.csv (with
 name, ProductID, fdisk commands, etc.), but install.pl always ask for
 authorizations before formatting and writing MBR.
 
 The only way we found to override this behavior is to modify install.pl, and 
 we
 think this method is quite a dirty solution (espacially for upgrades to new
 Unattended version).
 
 Is there another way to achieve this point ?
 
 Best reagrds,
 Tristan LEY.
 
 
 ---
 This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
 Tool for open source databases. Create drag--drop reports. Save time
 by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
 Download a FREE copy at http://www.intelliview.com/go/osdn_nl
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended GUI

2005-02-14 Thread Mario Gzuk
Hi,
after a lot of work it is done. I have rewrite the complete stuff to
php. And you can download the first release on unattended.technikz.de.
The project is hosted on sourceforge:
https://sourceforge.net/projects/unattended-gui/
The website is: http://unattended.technikz.de

Please use the forums to report problems.
Please read the FAQ on unattended.technikz.de befor installing.

You can check a DEMO on http://unattended-gui.technikz.de/index.php
(testuser, unattended  (this user has only read permissions))

At this time, the GUI is available in english and german language.

For questions you can also contact me directly via EMail, ICQ or AIM.

ICQ: 238216439
AIM: zukithe1

I will try to help you with installation and all other things. And with
questions you help me to write a documentation Well this is still
missing: a good docu.

So have fun!

greetings mario gzuk



---
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_id=6595alloc_id=14396op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] RE: unattended + qemu + kqemu = success ;)

2005-03-09 Thread Mario Gzuk
 For those that want to test unattended in a virtual machine and dont
 get it to work with VMware, I advise to try Qemu and the recently released 
 KQemu module. (http://www.qemu.org)
 
 Very fast and best of all it works with the unattended linuxboot/dosemu (and
 it has snapshot support!)
 
 Tested with host on linux 2.6.10 and windows XP SP2 as guest OS
 
 --Wim Vandersmissen
 

Hi,
maybe you can give a little howto to make the dhcp working in qemu? This is the 
last problem which we have to solve.
Do you use vde for that? Or bridgeing?

I can agree with you, qemu with the acclerator is running very fast. Seems to 
be there are no differnce in speed between Qemu and vmware :-)

greetings mario gzuk



---
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_ide95alloc_id396op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] RE: unattended + qemu + kqemu = success ;)

2005-03-09 Thread Mario Gzuk
Am Mittwoch, den 09.03.2005, 19:32 +0100 schrieb Wim Vandersmissen:
 On Wed, Mar 09, 2005 at 06:28:38PM +0100, Mario Gzuk wrote:
   For those that want to test unattended in a virtual machine and dont
   get it to work with VMware, I advise to try Qemu and the recently 
   released 
   KQemu module. (http://www.qemu.org)
   
   Very fast and best of all it works with the unattended linuxboot/dosemu 
   (and
   it has snapshot support!)
   
   Tested with host on linux 2.6.10 and windows XP SP2 as guest OS
   
   --Wim Vandersmissen
   
  
  Hi,
  maybe you can give a little howto to make the dhcp working in qemu? This is 
  the last problem which we have to solve.
  Do you use vde for that? Or bridgeing?
 
 I just use -user-net switch .. works like a charm

 --Wim

But with the -user-net you cant access the network (also not the domain
controler). Or do I anything wrong whith that?

mario



---
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_ide95alloc_id396op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Problem with computername

2005-03-17 Thread Mario Gzuk
Hi,
the following strange thing happens if we install a computer:

unattend.txt
---SNIP---
[UserData]
FullName = NNN
OrgName = XYZ
ProductID = x-x-x-x-x
ComputerName = anakonda
---SNAP---

After the installation the computer doesnt name anakonda.
The name is XYZ-csad98cds69dc. Is the name anakonda on the blacklist
from M$? Or why (tf) this happens? Anybody who has the same problem. The
problem is only on this computer. The same unattend.txt works on every
other computer. 


greetings mario gzuk



---
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_id=6595alloc_id=14396op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] drag and drop

2005-04-01 Thread Mario Gzuk
Hi,
who knows a way to disable the drag and drop in the normal windows
explorer (NOT! Internet Explorer! NOT!)? I have searched the registry,
google and the rest of the word but found nothing

Anybody who can help?

greetings mario gzuk



---
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
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] formatting partitions

2005-04-01 Thread Mario Gzuk
Hi,
have you tried to do it in this way:

todo.pl start /wait format e: /fs:NTFS /v:temp /q /y
todo.pl %z%\bin\sleep.exe 120
todo.pl start /wait format d: /fs:NTFS /v:applications /q /y


greetings


Am Freitag, den 01.04.2005, 14:02 +0200 schrieb Christian Skalic:
 Hi,
 
 i still have a big problem with formatting some partitions after windows 
 is set up.
 
 The goal is that all programs are installed onto D:
 I run this script in the beginning but it doesnt do what i want.
 
 --
 z:
 cd \
 cd bin
 format d: /fs:NTFS /v:applications /q /y
 sleep.exe 120
 format e: /fs:NTFS /v:temp /q /y
 --
 
 sleep.exe is in the bin folder so it should find it?
 The weird thing is that the windows box runs the script, but loops 
 everything from line 1 to line 4. Its not trying to run anything behind 
 line 4.
 
 Any ideas?
 
 Thanks,
 
 Christian Skalic
 
 
 ---
 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
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
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
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] unattended-gui Version 0.20 release planed

2005-04-15 Thread Mario Gzuk
Hi,
the release for 0.20 is planed for 15.05.2005.
Till now I got no feedback (only Tomasz talked to me)... :-(
So I will develop and make it my way if there are no wishes of
features

Here a sample from wemerge:
http://technikz.de/down/wemerge.mpeg


***Release 0.2x
BUGS:
+ fixed magic_quotes_gpc
+ fixed some other little bugs
Modules:
+ Cron: new module (multiply host can get cron jobs through one master
cron) Thanks to Hendrik :-)
+ Samhain: new module to administrate some off the samhain stuff
+ Software: add support for checks if software is allready installed
+ Software: add support for deinstallation of software (untested with
wemerge --automatic)

***Release 0.1x

FEATURES:
+ Templating support
+ Themes support individual per user
+ Multilanguage support individual per user
+ Modul/Connector management
+ User/Group permission management (none/read/add/administrate) per
module
+ Software management
+ Group/User management
+ Computer management
+ Switch management with automatic polling through snmp
+ Locations management
+ Unattended management for partions and operating systems
+ Single partition/os for each computer
+ simple cron management
+ Authenfication Support for: 
- DB(see supported DB´s)
- LDAP
- IMAP
- Radius
+ supported DB´s: 
- MySql (tested)
- dBase
- FrontBase
- InterBase
- Informix
- Mini SQL
- Microsoft SQL Server
- Oracle 7/8/9
- ODBC (Open Database Connectivity)
- PostgreSQL
- SQLite
- Sybase

greetings mario gzuk



---
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_ide95alloc_id396op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended GUI v. 0.2 released

2005-06-25 Thread Mario Gzuk
Hi,
check out the demo:
The DEMO is available at unattended-gui.technikz.de
You can login via testuser password: unattended

All changes you made in the DEMO will be lost. The database will be
restored every day at 05:00 GMT+2

download from: unattended.technikz.de
support / forums: unattended.technikz.de

How to install:

http://unattended.technikz.de/modules.php?op=modloadname=FAQfile=indexmyfaq=yesid_cat=4


greetings mario gzuk



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Cisco VPN Client

2006-02-13 Thread Mario Gzuk
Hi
here is our script for cisco vpn 4.8
todo.pl .reboot
todo.pl rd /S /Q %SYSTEMDRIVE%\cisco_4.8
todo.pl start /wait %SYSTEMDRIVE%\cisco_4.8
\vpnclient_setup.msi /qb /norestart
todo.pl xcopy %Z%\packages\tools\vpn\cisco\4.8 %SYSTEMDRIVE%
\cisco_4.8 /s /e
todo.pl mkdir %SYSTEMDRIVE%\cisco_4.8

greetings mario gzuk


Am Montag, den 13.02.2006, 09:49 -0500 schrieb Chris Liles:
 Anyone installing the Cisco VPN Client??
 
 I have been unable to get this thing to install for the longest time. After 
 getting fed up with it and watching the install process I realized that it is 
 failing during the install.  The client creates a fake network adapter to do 
 the vpn'ing with. When it creates this adapter it kills all other network 
 connections so the install fails because it can not reach the mounted Z 
 drive. :(
 
 I redid my script to xcopy everything over to the C drive, then run the 
 install from the local temp copy. I guess I'll see how it goes.
 
 Just wondering if anyone else is using the Cisco VPN client, and if so how 
 you install it with unattended.
 
 Thanks!
 
 --
 Chris Liles
 System Analyst
 Air2Web, Inc.
 1230 Peachtree St. N.E.
 12th Floor
 Atlanta, GA 30309
 
 
 
 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] quotation marks

2006-05-09 Thread Mario Gzuk
Hi,
just do it in this way:

todo.pl xcopy /s /e \%Z%\packages\directory containing white space\\
\%ProgramFiles%\directory containing also white space\\ 


greetings mario


Am Dienstag, den 09.05.2006, 12:09 +0200 schrieb Lars Reinecke:
 How do I write e.g. a copy statement that needs parameters containing
 space characters? When I am working with the prompt I can use
 quotation marks, but here I need them to tell Unattended that it is
 one single statement (otherwise Unattended would execute ‘copy’
 without any parameters and then the source file etc) 
 
 I used to work around with constants like %ALLUSERSPROFILE% and %
 PROGRAMFILES% and I also worked around when I had a file name
 containing space characters by using the 8-character file name. But
 now I have a subdirectory containing a space character…
 
  
 
 Any solution?
 
  
 
 Thanks,
 
 Lars Reinecke
 
 



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] unattended-gui 0.3 released

2006-06-22 Thread Mario Gzuk
Main content of this release: 
Support automatic installations of the following operating systems: 
* Windows Xp 
* Windows 2003 
* SuSE Linux 10.1 
* Red Hat Enterprise Linux 4 
* Fedora Core 5 
* CentOS 4.3 
* Whit Box Enterprise Linux 4 
* Scientific Linux 4.3 
* Aurox 11.1 
New modules: 
* php-ssh 
* usersettings 
* dhcp-ldap 
* samhain 
* syslog-ng 
* ldap-manager 
* cron

Please have a look at the documentation:
http://unattended.technikz.de/index.php/Documentation

If there is something missing or if you need help feel free to use the
forum here:
http://sourceforge.net/forum/?group_id=127437
or the mailing list:
http://sourceforge.net/mail/?group_id=127437

greetings mario gzuk


All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] New boot CD / PXE

2006-08-29 Thread Mario Gzuk
Hi,
we have build a new CD/PXE Image based on gentoo with knoppix harware
detection. More informations are here:

http://unattended.technikz.de/index.php/Main_Page#2006-08-29_unattended-gui_boot-cd_0.1_alpha

Feel free to test it.
If you have questions please use the unattended-gui mailing list.

greetings mario


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended bootcd/PXE (gentoo based) 0.1 released

2006-09-01 Thread Mario Gzuk
New realease of the unattended-gui bootcd/PXE:

http://unattended.technikz.de/index.php/Main_Page#2006-09-01_unattended-gui_boot-cd_0.1

Feel free to test it.
The main goal is to replace the dosemu, because in this state it is only
possible to install 32 bit Windows. In the future we hope to be able to
also install 64bit and (i hope) Windows Vista (32/64bit). Please tell us
your ideas and/or discuss the current ideas on the unattended-gui
mailing list.
We are also testing with some direct boot via NFS. If you have comments
and suggestions feel free to discuss with us on the unattended-gui
mailing list.

In the current release there are also the patches which are described
here: http://ubertechnique.com/unattended/NTLDRNotFound.

If you ran into problems, there is an script integrated for sending an
error report. Just call ist in this way:
sh /usr/bin/errorreport
The script will ask you what you want to send. The mail goes up to a
mailing list on sourceforge (check the source for more informations). We
will hope to provide a better support with this.

greetings mario


BTW: If there is someone which has a good knowledge about the bootstrap
code in a fat32 partition feel free to contact me directly.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] SATA controller driver?

2006-09-11 Thread Mario Gzuk
Hi,
just run the program sh /usr/bin/errorreport and send the
file /tmp/errorreport to
[EMAIL PROTECTED]

We need more Informations about the network interface which is not
working

greetings mario

Am Montag, den 11.09.2006, 11:11 -0400 schrieb Brad Erdman:
 Just as an FYI, this CD did not work on a Dell PowerEdge 2950.  It seems
 it does not have a network driver/model for it.
 
 Brad Erdman
 UMIACS
 
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:unattended-info-
  [EMAIL PROTECTED] On Behalf Of Sebastian Mellmann
  Sent: Wednesday, September 06, 2006 2:23 PM
  To: unattended-info@lists.sourceforge.net
  Subject: Re: [Unattended] SATA controller driver?
  
  Try the gentoo boot cd here:
 
 http://unattended.technikz.de/index.php/Main_Page#2006-09-01_unattended-
 gui_
  boot-cd_0.1
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Fibre disk

2006-09-29 Thread Mario Gzuk
Hi,
this could be a problem of your lease times 
If you are running ISC DHCP you should use this options in your
configuration:

dynamic-bootp-lease-length 10

If you are running some other DHCP server you should consult the manual
to avoid this errors.

I dont think that this is a problem of the gentoo boot cd. Maybe you can
also check if the lease is released for this IP address?


greetings mario

Am Freitag, den 29.09.2006, 10:21 -0400 schrieb Bryan Dunn:
 Thanks Sebastian,
 
I have tried the new boot cd from the link you sent. It appears that
 this new kernel now recognizes my boot disk (I have a /sys/block/sda).
 However, I seem to have a new problem. I am using PXE boot and when the
 gentoo kernel tries to get a dhcp address, it fails stating the address
 is in use. This is not the case and I have not seen this behavior with
 any of the other boot disks. During the initial PXE boot, the node gets
 an IP address without any issue. 
 
I have also tried running dhcpcd manually from the kernel and I get
 the same response. What could be causing this? Is there a problem with
 the DHCP client software in this kernel?
 
Thanks,
   Bryan




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Fibre disk

2006-09-29 Thread Mario Gzuk
mmm What dhcp-server you are using? The gentoo boot-cd use an other
dhcp client. Maybe here is the problem.
You can fill out a bug report for this client software here:
http://developer.berlios.de/bugs/?group_id=4229

I have decide to use dhcpcd because it is in active development, the
last offical release from udhcp was in 2002 

But if more and more people running into problems with that I will
update the boot stuff and place also udhcp on it If you want this
feature please fill out a feature request here:
http://sourceforge.net/tracker/?group_id=127437atid=712843


greetings mario

Am Freitag, den 29.09.2006, 10:42 -0400 schrieb Bryan Dunn:
 Thanks Mario,
 
No dice on the lease time. I set the default lease time to 10 and
 still have the problem.
 
 Running dhcpd in debug mode, it appears as if the dhcp server does offer
 the client an IP address, but the client seems to think the address is
 already in use in the DHCPDISCOVER routine. The offer from the server is
 therefore rejected and it keeps looping in this manner. The original
 boot cd that came with unattended 4.6 did not have this issue (it got an
 IP address during the PXE boot and received the address once it booted
 to the kernel).
 
   Thanks,
Bryan



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Fibre disk - Solved

2006-09-29 Thread Mario Gzuk
Nice to hear once that you are fit with your linux and twice that we had
helped you out... I will try to add your expirience to our project at
least as fallback configuration.

Thank you for this response and sorry for my bad english... Its a work
in progress 

greetings mario


Am Freitag, den 29.09.2006, 15:40 -0400 schrieb Bryan Dunn:
 Sebastian and Mario, thanks for your help.
 
 Here are the steps I took to resolve the problem:
 
 1. Used the latest boot kernel from Unattended-gui, which contained
 drivers from my hardware
 2. Unarchived the uaroot boot image
-mkdir /tmp/initrd
-cd /tmp/initrd
-gzip -dc /tftpboot/uaroot | cpio -id
 3. To get dhcp to work:
-added dhclient and dhclient-scripts commands to /tmp/initrd/sbin
 from a redhat box
-created the /tmp/initrd/var/lib/dhcp/ directory and dhcpd.leases
 file beneath it
-edited /tmp/initrd/etc/master to enable running of dhclient instead
 of dhcpcd:
   #dhcpcd -t 20 -i $i  $LOGTTY 21
   dhclient  $LOGTTY 21
 4. Edited /tmp/initrd/usr/bin/find-boot-device to include FIBRE disk
 interfaces as seen in post
 http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg04222.html
 5. Re-archived the image
-cd /tmp/initrd
-find . | cpio -H newc -o  /tftpboot/uaroot
 
 I am now presented with the unattended partitioning scheme prompt when I
 boot.
 
 Hardware: IBM LS20 Blade (unattended server and client nodes) with
 qlogic fibre interface card to disk array
 OS: RHEL 4 update 2 (server)
 Software: Unattended-4.6 using kernel from
 http://unattended.technikz.de/index.php/Main_Page#2006-09-01_unattended-gui_, 
 dhcp-3.0.1-12 rpm
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] linux and gentoo PXE root filesystems not recognising Intel 945G ?

2006-10-13 Thread Mario Gzuk
Hi,
working currently on this problem. Maybe you can try a new ISO which u
will get from me? I will integrate the newest kernel which should
support the ICH8 stuff

greetings mario

Am Freitag, den 13.10.2006, 11:47 +1000 schrieb Shane Curtis:
 (/me discovers inexplicable bounces have kicked me off 
 unattended-info... rejoins the list)
 
 Hi all, I've come back from Australia's school spring break to find ten 
 new Intel 945G based machines waiting for me to unpack and set up. 
 Gigabit ethernet, pci express, firewire, sata raid and more... all built 
 into the motherboard. Unattended 4.6 worked just fine with the 915 
 boards from last term, but now...
 
 I've tried 4.6, 4.7pre (the latest one I'm aware of anyway), and the new 
 1.0gentoo. No dice.
 
 Using 4.6 and 4.7pre, I get the following that seems pertinent?
 
 (large amount of text blurs past at high speed)
 ...
 01:00.0 Class 0200: 8086:108c (rev 03)
 01:00.0 Ethernet controller: Intel Corp.: Unknown device 108c (rev 03)
 ...
 
 Using 1.0gentoo, I get the following that seems pertinent?
 
 (large amount of text blurs past at high speed)
 ...
 NET: Registered protocol family 1
 NET: Registered protocol family 10
 IP6 over IP4 tunnelling driver
 NET: Registered protocol family 17
 ...
 Welcome to unattended [powered by gentoo].
 ...
 * Mounting /sys.. [ok]
 * Setting up Hardware.. [ok]
 * Test for Mass Storage.. [fail]
 * Force loading modules.. [ok]
 * Loading USB modules.. [ok]
 
 Both then proceed to and fail to find eth0, eth1 and eth2. Linux drops 
 to shell at this point. Gentoo proceeds with trying to mount the share 
 anyway (and fails). The gentoo version's error report tool of course 
 needs a working net connection...
 
 I'm guessing the problem is the same - no support for the 945G's onboard 
 NIC - but how to fix this is way over my head; so far I've only learnt 
 the foggiest of how to even begin messing with initrd. Would rather not 
 have to go back to the XP CD. :)
 
 Any suggestions?
 
 Shane Curtis.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Fibre disk - Solved

2006-10-20 Thread Mario Gzuk
Hi Bryan,
I have included your workaround as a fallback into the master script for
the unattended-gui boot cd. It will be included in the next release
coming up in the next weeks.
There will also support for Installing XP 64 bit.

greetings mario

 Sebastian and Mario, thanks for your help.
 
 Here are the steps I took to resolve the problem:
 
 1. Used the latest boot kernel from Unattended-gui, which contained
 drivers from my hardware
 2. Unarchived the uaroot boot image
-mkdir /tmp/initrd
-cd /tmp/initrd
-gzip -dc /tftpboot/uaroot | cpio -id
 3. To get dhcp to work:
-added dhclient and dhclient-scripts commands to /tmp/initrd/sbin
 from a redhat box
-created the /tmp/initrd/var/lib/dhcp/ directory and dhcpd.leases
 file beneath it
-edited /tmp/initrd/etc/master to enable running of dhclient instead
 of dhcpcd:
   #dhcpcd -t 20 -i $i  $LOGTTY 21
   dhclient  $LOGTTY 21
 4. Edited /tmp/initrd/usr/bin/find-boot-device to include FIBRE disk
 interfaces as seen in post
 http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg04222.html
 5. Re-archived the image
-cd /tmp/initrd
-find . | cpio -H newc -o  /tftpboot/uaroot
 
 I am now presented with the unattended partitioning scheme prompt when I
 boot.
 
 Hardware: IBM LS20 Blade (unattended server and client nodes) with
 qlogic fibre interface card to disk array
 OS: RHEL 4 update 2 (server)
 Software: Unattended-4.6 using kernel from
 http://unattended.technikz.de/index.php/Main_Page#2006-09-01_unattended-gui_, 
 dhcp-3.0.1-12 rpm
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] unattended+mysql+defaults

2006-10-24 Thread Mario Gzuk
Hi,
You need this key because the setup will ask you if this string is
empty. So you HAVE TO define it.
The windows setup will ask you which Domain/Workgroup to join if this
part of your unattend.txt is empty.

greetings mario

Am Dienstag, den 24.10.2006, 16:39 +0200 schrieb Arvid Walter:
 Hi,
 
   I use unattended install + mysql + a scaffolded 5 minute rails
 application to add/edit/destroy lookup/property/value items. 
 Everything but defaults is working fine.
 
 Example:
 'Default' 'JoinWorkgroup' '' in a db or csv will result in unwanted
 behave. The install.pl still asks to put in a workgroup.
 I dont want to join a workgroup, how can this be done using a csv-file
 or mysqldb.
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Change pagefile location and turn off hibernate

2006-11-21 Thread Mario Gzuk
Here is the short way:
reg update HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session 
Manager\Memory Management\PagingFiles=C:\pagefile.sys 2048 2048

Am Dienstag, den 21.11.2006, 14:30 +0100 schrieb Mario Gzuk:
 Am Dienstag, den 21.11.2006, 11:46 +0100 schrieb Mellmann, Sebastian:
  Hello everyone!
  
  Think my subject tells what I want to do.
  
  Is there any chance to change the location of the pagefile via script or
  something similar?
  And turn off that hibernate by default. Tooks way to much hdd space.
  
 Hi,
 you can turn off hibernation:
 todo.pl .ignore-err 1 powercfg.exe /hibernate off
 
 The other one is not tested:
 http://www.petri.co.il/pagefile_optimization.htm
 Section:
 Are there any more tweaks that can be done to optimize the use and
 location of the Pagefile? 
 
 greetings mario
 
  
  Thanks in advance,
  Sebastian M.
  
  -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share your
  opinions on IT  business topics through brief surveys - and earn cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  ___
  unattended-info mailing list
  unattended-info@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Change pagefile location and turn off hibernate

2006-11-21 Thread Mario Gzuk
Am Dienstag, den 21.11.2006, 11:46 +0100 schrieb Mellmann, Sebastian:
 Hello everyone!
 
 Think my subject tells what I want to do.
 
 Is there any chance to change the location of the pagefile via script or
 something similar?
 And turn off that hibernate by default. Tooks way to much hdd space.
 
Hi,
you can turn off hibernation:
todo.pl .ignore-err 1 powercfg.exe /hibernate off

The other one is not tested:
http://www.petri.co.il/pagefile_optimization.htm
Section:
Are there any more tweaks that can be done to optimize the use and
location of the Pagefile? 

greetings mario

 
 Thanks in advance,
 Sebastian M.
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] copying the i386 directory

2006-11-29 Thread Mario Gzuk
Hi,
just take a look into the c:\netinst\unattend.txt - Section _meta. I
hope this hint is enough

greetings mario

Am Mittwoch, den 29.11.2006, 12:54 +0200 schrieb Alon Lutzker:
 Hi All,
  
 Does anybody have a bat file that will copy the relevant i386
 directory to the c:\ drive of the target?
  
 I tried to do it using the %WINVER% variable, but it seems to fill
 that variable from the installed OS, which means I can't distinguish
 between the directories in z:\os. There I have winxpsp1 winxpsp2
 winxphm (XP Home) and other XP versions in different languages, which
 all give %WINVER% the same value.
  
 Any help would be appricieated.
  
 Alon 
  
  
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] copying the i386 directory

2006-12-09 Thread Mario Gzuk
Am Samstag, den 09.12.2006, 18:11 +0200 schrieb Alon Lutzker:
 Hi Mario,
 
 I worked on that hint, but I still couldn't get it. I'm sure it's something
 stupid...
 
 I have a batch file that is called copy-i386.bat which looks like that.
 
 :: OPTIONAL: copy i386 to local machine
 :: @Echo off
 
 echo %OS_MEDIA%
 
 todo.pl xcopy %OS_MEDIA%\i386 c:\

The first thing is that you have a wrong escaping:
c:\ means that the last  is quoted. Its aslo better to escape the vars
because you dont know if there might be white space in it. Just try
this:

todo.pl xcopy \%OS_MEDIA%\i386\ c:\ 

Or maybe whithout the todo.pl stuff:
xcopy %OS_MEDIA%\i386 c:\


greetings


 
 The variable comes out empty when it runs, even the echo.
 
 What am I missing?
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Mario
 Gzuk
 Sent: Wednesday, November 29, 2006 1:02 PM
 To: Alon Lutzker
 Cc: unattended-info@lists.sourceforge.net
 Subject: Re: [Unattended] copying the i386 directory
 
 Hi,
 just take a look into the c:\netinst\unattend.txt - Section _meta. I hope
 this hint is enough
 
 greetings mario
 
 Am Mittwoch, den 29.11.2006, 12:54 +0200 schrieb Alon Lutzker:
  Hi All,
   
  Does anybody have a bat file that will copy the relevant i386 
  directory to the c:\ drive of the target?
   
  I tried to do it using the %WINVER% variable, but it seems to fill 
  that variable from the installed OS, which means I can't distinguish 
  between the directories in z:\os. There I have winxpsp1 winxpsp2 
  winxphm (XP Home) and other XP versions in different languages, which 
  all give %WINVER% the same value.
   
  Any help would be appricieated.
   
  Alon
   
   
  --
  --- Take Surveys. Earn Cash. Influence the Future of IT Join 
  SourceForge.net's Techsay panel and you'll get the chance to share 
  your opinions on IT  business topics through brief surveys - and earn 
  cash 
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEV
  DEV ___ unattended-info 
  mailing list unattended-info@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
 Techsay panel and you'll get the chance to share your opinions on IT 
 business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] dell optiplex 745 no install possible?

2006-12-11 Thread Mario Gzuk
Hi,
I will release the unattended-gui boot-cd 0.2 this week, maybe you can
try this one for the optiplex 745?
If you want feel free to contact me directly because you have to setup
some little things in your network share and the documentation for that
is not ready yet

greetings mario


Am Montag, den 11.12.2006, 09:36 +0100 schrieb werner maes:
 hello
 
 when I boot up this machine I get this error:
 
 Unrecognized interface type in /sys/firmware/edd/int13_dev80/interface
 unable to determine boot device at /usr/bin/find-boot-device line 212
 *** find-boot-device failed
 
 The file /sys/firmware/edd/int13_dev80/interface contains with an
 optiplex 745
 
 SATAdevice: 0
 
 while in /usr/bin/find-boot-device I have:
 
   my $interface = read_line (File::Spec-catfile ($dir, 'interface'));
 if (defined $interface) {
 if ($interface =~ /^ATA\s+device:\s+(\d+)$/) {
 $ret{'ide_dev'} = $1;
 }
 elsif ($interface =~ /^SCSI\s+id:\s+(\d+)\s+lun:\s+(\d+)$/) {
 @ret{'scsi_id', 'scsi_lun'} = ($1, $2);
 }
 else {
 warn *** Unrecognized interface type in $dir/interface
 \n;
 }
 
 
 so does it only work with ATA of SCSI drives?
 
 any ideas?
 
 kind regards
 
 Werner Maes
 
 Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm for more
 information. 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] lenovo T60, Failed to obtain DHCP lease

2006-12-11 Thread Mario Gzuk
Am Montag, den 11.12.2006, 15:03 +0100 schrieb Christian Fischer:
 Anders Nyström wrote:
  thank you
  
  Marios boot cd works fine with lenovo T60
  and the old boot cd works with the older computers
 
 Could some one tell me what has changed with the T60? and/or what has to 
 be modified in the kernel config..?

Which boot-cd are u using?

 
 thanks
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] make own bootcd

2006-12-14 Thread Mario Gzuk
Hi,
thats the wrong list to ask use the unattended-gui-users List.

The mkisofs is in the package:
app-cdr/cdrtools


m Donnerstag, den 14.12.2006, 16:07 +0100 schrieb werner maes:
   
   hello
 
 I trying to make an unattended-gui bootcd to backport unattended.sf.net.
 
 Unfortunately if I follow the steps from the manual this step fails
 
 emerge -av vim mkisofs gzip
 
 == there are no ebuilds to satisfy mkisofs
 
 emerge --search mkisofs gives the same result !
 
 is there no mkisofs package in gentoo?
 
 
 Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] VMWare Appliance

2007-08-06 Thread Mario Gzuk
Hi!

Am Montag, den 06.08.2007, 09:15 +0200 schrieb Gerhard Hofmann:
 Peter Varga wrote:
  Has anyone thought about creating and maintaining a VMWare Virtual 
  Appliance (especially for ESX)?
  
 
 Hi Peter,
 
 creating some kind of Unattended appliance is a nice idea and I have
 serious interest in creating (or contributing to) such an appliance.
 
 The appliance should be preconfigured with a working Samba server that
 will have an install share with the typical subfolders scripts,
 packages and so on.
 
 I would concentrate exclusively on application deployment and do not
 care about OS deployment, see my previous post here:
 http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg06776.html
 
 There are two types of appliances I could imagine:
 - creating a complete virtual machine with Linux + Samba
+ install share
pro: very easy to get it running
con: quite a big file to distribute, any minor change would
mean to repackage and redistribute the whole thing


Just an idea, what about the snapshot feature? Maybe there is a way to
distribute only the snapshot as an update and only for a new release the
whole thing...

greetings mario


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui boot-cd v0.4

2007-09-17 Thread Mario Gzuk
Hi,
new release of the boot-cd is available:
http://unattended.technikz.de/index.php/Main_Page#2007-06-17_unattended-gui_boot-cd_0.4

The boot-cd is now with a graphical menu, its also possible to edit the
entries.

We are currently testing the same version with parted v. 1.8.8 it would
be nice to have some testing reports. You can download it from here:
ftp://ftp.bgc-jena.mpg.de/pub/outgoing/gzuk/

Please use the current svn /z layout!

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended-gui boot-cd v0.4

2007-09-18 Thread Mario Gzuk
Hi,
it might be that the bios is to old. If you want to use the default
isolinux without any menu try it yourself:
http://unattended.technikz.de/index.php/Bootcd:howto#How_to_build_the_iso

or contact me directly. I will build a iso for you if you want...

greetz mario

Am Montag, den 17.09.2007, 18:52 +0200 schrieb Gergo Szakal:
 Thank you. But when I try to boot it it says:
 
 vesamenu.c32:attempted DOS system call
 
 and gives me a loader prompt.
 
 Any ideas why it does this and what should I feed in the boot prompt?
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui boot-cd v0.4.1

2007-09-20 Thread Mario Gzuk
Hi,
because of some main errors in the master script and the problems with the old 
intel e1000 driver I have released an update:
http://unattended.technikz.de/index.php/Main_Page#2007-09-20_unattended-gui_boot-cd_0.4.1

Please use the current svn /z layout!

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Windows Vista/2008 Installation from Linux

2007-10-04 Thread Mario Gzuk
Hi,
I have try to write an short how to install Vista/2008 from Linux:
http://unattended.technikz.de/index.php/Win:installation_process_vista

I am currently try to implement this into the environment from
unattended-gui. Hope this helps also for the unattended - project...

If you have questions feel free to ask.

greetz mario


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui boot-cd v0.5

2007-10-18 Thread Mario Gzuk
Hi,
new release of the boot-cd is available:
http://unattended.technikz.de/index.php/Main_Page#2007-10-18_unattended-gui_boot-cd_0.5

Main Changes:

  * chntpw-0.99.4.20070923
  * ntfsprogs-2.0.0
  * ntfs3g-1.1004
  * udev-116
  * linux-headers-2.6.23
  * glibc 2.6.1
  * kernel 2.6.23-gentoo
  * scsi-mpt-vmware-fix.patch
  * e1000 Version 7.6.9.1

The boot-cd is now with a graphical menu, its also possible to edit the
entries.

Please use the current svn /z
(http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/)
layout!

greetings mario


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] xp64

2007-10-25 Thread Mario Gzuk
Hi,
we have rebuild the complete install procedure. There is no need for
win32.exe
Feel free to look at the following informations:
http://unattended.technikz.de/index.php/Win:installation_process
and the code:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/init/profiles/unattended-gui/01install?view=markup

greetings mario

Am Donnerstag, den 25.10.2007, 15:58 +0300 schrieb Alexander Harlampov:
 Thanks for your answer Sebastien!
 Interesting, how the problem that xp64 install doesn't run from dos or
 win32 
 has been solved ?
 
 
 Alexander
 
 
 Sebastian Mellmann wrote: 
  Managed to install it using Mario's unattended-gui version.
  
  http://unattended.technikz.de/index.php/Main_Page
  
  Works fine.
  
  Sebastian M.
  

   -Original Message-
   From: [EMAIL PROTECTED] 
   [mailto:[EMAIL PROTECTED] On 
   Behalf Of Alexander Harlampov
   Sent: Wednesday, October 24, 2007 2:21 PM
   To: unattended-info@lists.sourceforge.net
   Subject: [Unattended] xp64
   
   Hi ALL,
   
   did someone try to get WinXP 64 bit edition installed with 
   unattended ?
   I'd appreciate any info\help.
   
   Thanks!
   
   
   --
   Best regards
   
   Alexander 
   
   
   --
   ---
   This SF.net email is sponsored by: Splunk Inc.
   Still grepping through log files to find problems?  Stop.
   Now Search log events and configuration files using AJAX and 
   a browser.
   Download your FREE copy of Splunk now  
   http://get.splunk.com/ ___
   unattended-info mailing list
   unattended-info@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/unattended-info
   
   No virus found in this incoming message.
   Checked by AVG Free Edition. 
   Version: 7.5.503 / Virus Database: 269.15.8/1089 - Release 
   Date: 23.10.2007 19:39

   
   
  
  No virus found in this outgoing message.
  Checked by AVG Free Edition. 
  Version: 7.5.503 / Virus Database: 269.15.8/1089 - Release Date: 23.10.2007
  19:39
   

 
 
 -- 
 Best regards
 
 Alexander Harlampov
 IT specialist
 Melexis
 Kotelnykova 4
 03115 Kiev, Ukraine
 Tel.: +380-44-459-6853(710)
 Fax: +380-44-459-6853
 E-mail: [EMAIL PROTECTED]
 Web: http://www.melexis.com
 _
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] find-boot-device failed - init13_dev80 (unattended / unattended-gui)

2007-11-11 Thread Mario Gzuk
Hi,
please use the mailing list from unattended-gui for problems related on
this project.


The edd module is obsolete and will be removed from the kernel in the
near future. The unattended-gui.sourceforge.net with the profile
unattended-gui is designed to dont use this stuff. 
Here the info from the module:
---SNIP
Say Y or M here if you want to enable BIOS Enhanced Disk Drive
Services real mode BIOS calls to determine which disk
BIOS tries boot from.  This information is then exported via sysfs.
This option is experimental and is known to fail to boot on some
obscure configurations. Most disk controller BIOS vendors do
not yet implement this feature.
---SNAP

You can do the check the following:
is the edd module loaded:
# lsmod

If the edd module is loaded and the file /sys/firmware/edd/init13_dev80
doesnt exist the find-boot-device will fail. This can be if the bios
boots from non-local device. I have update the 2 profiles in svn that
they have a fallback function. Please report if this is working for you.
http://unattended-gui.svn.sourceforge.net/viewvc/*checkout*/unattended-gui/z/etc/init/profiles/unattended/01install
http://unattended-gui.svn.sourceforge.net/viewvc/*checkout*/unattended-gui/z/etc/init/profiles/unattended-nodosemu/01install


greetings mario

Am Montag, den 12.11.2007, 07:09 +1100 schrieb paul kelly:
 I am using PXE boot, with the unattended-gui boot disk but am having
 some problems.
 
 Originally - I had the normal unattended distribution mounted as my z
 drive.
 However on boot, I got the error /z/bin/init.sh not found 
 
 So I downloaded and mounted the unattended-gui z drive instead:
 /z/
 +---bin
 +---etc
 +---os
 
 etc.
 
 init.sh gets called ok now
 The script then calls /z/etc/init/profiles/unattended
 /01install
 However line 23 of this script calls hda=`find-boot-device` || die
 *** find-boot-device failed 
 
 This is where my install stops - 
 The find-boot device script is looking for a file hostbus
 in /sys/firmware/edd/init13_dev80
 But this doesn;t seem to exist
 
 I'd appreciate any help resolving this (dell D620)
 
 Regards
 Paul
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] nLite, Unattended-gui, and DriverPacks almost working..but

2007-11-13 Thread Mario Gzuk
Hi Eric,
yes we have a solution. If you use the DriverPacks you will have a
winnt.sif in you i386 Folder. The problem is that first the winnt.sif is
created and after that the copy starts. So if you have an winnt.sif in
your i386 it will overwrite the generated one. I will correct this in
the scripts soon. For the first time simple remove the winnt.sif in your
i386 Folder.
greetings mario

Am Dienstag, den 13.11.2007, 14:18 -0800 schrieb Eric Raymond:
 Hello all,
 
 I have gotten a bit farther with my setup using the aforementioned
 tools, but I have run into a very irritating problem now that I cannot
 figure out how to resolve. My procedure is as follows:
 
 1. ) I create a nLite distribution of W2K3 Standard, then slipstream
 the SP2 into the release.
 2. ) I then run the DriverPacks program against it, trying both method 1 and 
 2.
 3. ) I then upload the new distribution I386 tree with OEM, etc up to
 my linux server which is hosting the DHCP/TFTP/PXE
 4. ) I then PXE boot my client system using the unattended-gui
 ua-0.50root and kernel, which works really well (thnx Mario!!)
 5. ) It selects a modified unattended-gui profile, that selects a
 precreated unattend.txt/winnt.sif file with KEY, passwords, etc.
 6. ) It does all the copying to the local hard drive at which point it
 completes successfully and then I reboot the client.
 7. ) The system comes up and runs the TXTMODE install and loads the
 the drivers from the DriverPacks..
 8. ) This is where the problem happensafter loading all drivers,
 it then starts up the Windows Setup...and asks for my CD!!
 
 Does anyone know how to fix this so the setup knows that its running
 from the local drive %systemdrive%, i suppose, instead of looking for
 a cdrom?
 
 Any help would be appreciated, as I have been searching everywhere to
 resolve this issue.
 
 Thanks,
 
 Eric
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended SVN

2007-11-26 Thread Mario Gzuk
Hi,
sorry that was an error in the documentation since sf.net has switched
the svn structure
The correct command is:
svn co https://unattended-gui.svn.sourceforge.net/svnroot/unattended-gui

I have updated the docs...

greetings mario

Am Montag, den 26.11.2007, 11:41 + schrieb Paul Lewis:
 Hi,
 
  
 
 I’ve been trying to sync with the Unattended GUI SVN repository
 (https://svn.sourceforge.net/svnroot/unattended-gui), as per the Wiki
 instructions
 (http://unattended.technikz.de/index.php/Bootcd:file_layout). However,
 when I try and connect I get the following errors:
 
  
 
 Error: PROPFIND request failed on '/svnroot/unattended-gui'  
 
 Error: PROPFIND of '/svnroot/unattended-gui': Could not resolve
 hostname `svn.sourceforge.net': The requested name is valid, but no
 data of the requested type was found.   (https://svn.sourceforge.net) 
 
  
 
 Does anyone know what the problem is?
 
  
 
 Many thanks,
 
  
 
 Paul
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Trying out unattended. First impressions and wishlist

2007-11-26 Thread Mario Gzuk
Hi,
as I wrote months before there is all ready a way:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/init/profiles/unattended-nodosemu/01install?view=markup

You should also read:
http://unattended.technikz.de/index.php/Win:installation_process

greetings mario

Am Montag, den 26.11.2007, 22:25 +1100 schrieb Brian May:
 On Mon, Nov 26, 2007 at 11:42:50AM +0100, Nils Olav Fossum wrote:
  Actually, Im trying to get away from the windows-installer,
  ie: the whole dosemu thing. 
  I will post more in -devel soon.
 
 Sounds good to me. Look forward to reading the details.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Problems with install.php (unattended-gui)

2007-11-26 Thread Mario Gzuk
Am Montag, den 26.11.2007, 12:52 + schrieb Paul Lewis:
 -d is an unknown option, but from the manpage you can select the database 
 using -D, so I used that instead. Connected to the database with no 
 problems. Is it possible that install.php is using this -d option or 
 something?
 
 I have E_ALL errors configured to display, and Display errors = On set in 
 php.ini, but I am not seeing any errors on the install.php page - it just 
 dumps me back to the database configuration page.
 
 Any other ideas? :|

:-) I have a lot of ideas, sometimes to much :-\

The first for this case is (because you see always the db-settings page
and no error...). This function checks if you set:
$dbhost!=  $dbuser!=  $dbpass!=  $dbname!=  $dbtype!=
That means you can not use empty passwords, or any other empty settings.
Have you filled out any value in every field?

greetz mario



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended SVN

2007-11-26 Thread Mario Gzuk
Hi,
sorry for that. I am currently alone in the dark... Simple ask and I
will try to help you...

greetings mario

Am Montag, den 26.11.2007, 14:21 +0100 schrieb Frank Van Damme:
 On Nov 26, 2007 12:52 PM, Mario Gzuk [EMAIL PROTECTED] wrote:
  Hi,
  sorry that was an error in the documentation since sf.net has switched
  the svn structure
  The correct command is:
  svn co https://unattended-gui.svn.sourceforge.net/svnroot/unattended-gui
 
  I have updated the docs...
 
 
 I struggled with that for HOURS last week. Anyway, I got the latest
 installation scripts now :-)
 
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Problems with install.php (unattended-gui)

2007-11-26 Thread Mario Gzuk
Am Montag, den 26.11.2007, 13:44 + schrieb Paul Lewis:
 Ah, that was it. I had a blank password field (naughty, I know!).
 install.php has now run to completion - thanks for your help :)

np.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui boot-cd v0.5.1

2007-11-26 Thread Mario Gzuk
Hi,
new release of the boot-cd is available:
http://unattended.technikz.de/index.php/Main_Page#2007-11-26_unattended-gui_boot-cd_0.5.1

Main Changes:

  * correct missed sysVinit # reboot, shutdown
  * add e1000e (supported by kernel 2.6.23-gentoo-r2)

The boot-cd is now with a graphical menu, its also possible to edit the
entries (see http://syslinux.zytor.com/wiki/index.php/PXELINUX).


greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended-gui boot-cd v0.5.1

2007-11-27 Thread Mario Gzuk
Hi Paul,
that is strange. It is the same master file, the same bash version and
the same isolinux version. Is it possible that you can send me your
isolinux.cfg? You can remove the pasword, but I want to take a look into
the file and try to test it...
Which editor do you use? With which method you rebuild the cd?

greetings mario

Am Dienstag, den 27.11.2007, 09:20 + schrieb Paul Lewis:
 Hi Mario,
 
 There seems to be a bug in the 0.5.1 image that you released last night,
 which wasn't in the 0.5.0 version.
 
 I modify your ISO image to include four APPEND strings in the boot
 string:
   kbd=uk z_user=dcl\WinBuild z_pass=
 z_path=//enfifile1.datcon.co.uk/WinBuild-Dev
 
 In the 0.5.0 version, this was working fine, but now in the 0.5.1
 version, unattended prompts me to manually set up the z drive, and
 thinks the z_path should be //enfifile1.datcon.coE~I5~B, where ~I and ~B
 are single characters.
 
 This isn't a typo problem, as I've re-typed the path multiple times, and
 also copied isolinux.cfg from the 0.5.0 CD to the 0.5.1 CD.
 
 Do you have any ideas as to what might be causing this?
 
 Thanks,
 
 Paul
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Mario Gzuk
 Sent: 26 November 2007 16:14
 To: [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Cc: unattended-info@lists.sourceforge.net;
 [EMAIL PROTECTED]
 Subject: [Unattended] Unattended-gui boot-cd v0.5.1
 
 Hi,
 new release of the boot-cd is available:
 http://unattended.technikz.de/index.php/Main_Page#2007-11-26_unattended-
 gui_boot-cd_0.5.1
 
 Main Changes:
 
   * correct missed sysVinit # reboot, shutdown
   * add e1000e (supported by kernel 2.6.23-gentoo-r2)
 
 The boot-cd is now with a graphical menu, its also possible to edit the
 entries (see http://syslinux.zytor.com/wiki/index.php/PXELINUX).
 
 
 greetings mario
 
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended-gui boot-cd v0.5.1

2007-11-27 Thread Mario Gzuk
Hi Paul,
please also take a look into /proc/cmdline (after boot) and post this result.

BTW: You can also contact me via ICQ or AIM

greetings mario

Am Dienstag, den 27.11.2007, 09:20 + schrieb Paul Lewis:
 Hi Mario,
 
 There seems to be a bug in the 0.5.1 image that you released last night,
 which wasn't in the 0.5.0 version.
 
 I modify your ISO image to include four APPEND strings in the boot
 string:
   kbd=uk z_user=dcl\WinBuild z_pass=
 z_path=//enfifile1.datcon.co.uk/WinBuild-Dev
 
 In the 0.5.0 version, this was working fine, but now in the 0.5.1
 version, unattended prompts me to manually set up the z drive, and
 thinks the z_path should be //enfifile1.datcon.coE~I5~B, where ~I and ~B
 are single characters.
 
 This isn't a typo problem, as I've re-typed the path multiple times, and
 also copied isolinux.cfg from the 0.5.0 CD to the 0.5.1 CD.
 
 Do you have any ideas as to what might be causing this?
 
 Thanks,
 
 Paul



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended-gui boot-cd v0.5.1

2007-11-27 Thread Mario Gzuk
Hi,
I have uploaded a new .iso and new initrd for th 0.5.1 which should
include the missed symlink. Thanks to Paul.

greetings mario

Am Dienstag, den 27.11.2007, 18:05 +1100 schrieb paul kelly:
 Hi Mario,
 
 I tried out the new 0.5.1 boot disk - but have come back to a similar
 problem to below - this time on line 114 of
 profiles/unattended/01install. 
 The boot process goes ok but then complains with the following messages
 
 /z/etc/init/profiles/unattended/01install: line 114 command not found
 The line is :
 perl -I/z/lib /z/dosbin/install.pl || die install.pl exited
 non-zero 
 
 I am booting over PXE, and simply changing my default file from the
 0.5.1 kernel / initrd back to 0.5 kernel / initrd resolves the
 problem.
 
 Any ideas?
 Thanks 
 Paul



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] unattended-gui boot-cd 0.5.1

2007-12-05 Thread Mario Gzuk
Hi have you try the force options?
http://unattended.technikz.de/index.php/Bootcd:options#force

greetings mario

Am Mittwoch, den 05.12.2007, 15:33 +0100 schrieb Jens Geile:
  Is it having problems finding the SATA device during the linux
 portion
  of unattended setup, or during the Windows portion?
 During the Linux portion... if it was during the Windows portion I'd know 
 what to do...
 
 The message I get is:
 Unable to determine boot device at /usr/bin/find-boot-device line 212.
 - Please enter only the device string (e.g. hda or sdb)
 
 A fdisk -l also returns no drives. When using an older unattended boot-cd 
 (sadly not compatible with other changes to the system, thus i kinda need the 
 new boot-cd) or a Knoppix 5.1 CD the drive is properly found and identified.
 
 -
 jens
 
 
 -
 SF.Net email is sponsored by: The Future of Linux Business White Paper
 from Novell.  From the desktop to the data center, Linux is going
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Various problems

2007-12-07 Thread Mario Gzuk
Hi.

Am Freitag, den 07.12.2007, 12:15 +0100 schrieb Jens Geile:
 Hi,
 
 after I managed to fix the HDD detection problems with the help of Mario I 
 ran into a few more problems on the way.
 
 1. I have the following line in my isolinux.cfg on the boot-cd:
   LABEL local
 MENU LABEL ^Next boot device in line
 MENU DEFAULT
 LOCALBOOT -1
 After selecting this entry in the boot menu I get PRESS A KEY TO REBOOT 
 instead of the pc booting from the next boot device. This kinda defeats the 
 whole purpose of this entry. :/ Any ideas?

Take a look here:
http://syslinux.zytor.com/wiki/index.php/SYSLINUX#LOCALBOOT_type_.5BISOLINUX.2C_PXELINUX.5D

 
 2. After booting into the unattended mode dosemu starts and i get the 
 following message:
 
 By continuing execution of this program, you are stating that you have read 
 the file COPYING and the above liability disclaimer and that you accept these 
 conditions.
 Enter 'yes' to confirm/continue:
 
 ... This also kinda deafeats the whole unattended idea. :/ I don't remember 
 this message popping up with any of my older boot-cds though. Any idea on how 
 to get rid of this message?
 

Fill out a feature request on:
http://sourceforge.net/projects/unattended-gui/
I hope I will not forget to add this feature for the next release. I
dont have the time to test the old unattended-project related
things-..

 3. I've got the following line in my config.pl in the site directory:
   system cp -r /z/os/drivers/drivers /c/drivers;
 When I only have the GeForce drivers in the /z/os/drivers/drivers/ directory 
 they copy just fine onto the local harddisk but as soon as I stuff more 
 drivers into the directory (don't know what the limit is yet), the whole 
 unattended setup dies after partitioning the local drive and before Windows 
 starts copying it files onto the local drive. The problem here is that the 
 script dies and immediately reboots the machine so I can't see what error the 
 script threw or why the script actually died. :/ Any ideas on this issue?

dont know the answer

greetings mario


-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] unattended-gui-0.5.1

2007-12-10 Thread Mario Gzuk
HI,
there is a bug in the kernel I think. It only accept up to 137 chars via
the command line. I only affects the 0.5.1. An update will be available
soon. But it should work if you run through the dialogs... Have you
checked the log on tty4 and 5? Maybe there is an other error?

greetings amrio

Am Montag, den 10.12.2007, 12:44 -0500 schrieb Kevin G. Erdmann:
 I am using a PXE server and have had success using the bzimage and 
 initrd supplied by unattended-4.6.  However, due to network card driver 
 issues I have moved to use the unattended-gui-0.5.1 kernel and root.  
 The machine boots up fine but when it asks for the z mount and I enter 
 the path, user, and password then it loops again.  It appears that I 
 cannot enter anything onto the password line (guest).  I have tried 
 passing the appropriate arguments on the append line in 
 tftpboot/pxelinux.cfg/default.  My changes will show up in the question 
 boxes but it continues to loop.
 
 Thank you.
 
 
 
 -
 SF.Net email is sponsored by: 
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended HOWTO-BUILD_BOOT-CD

2007-12-15 Thread Mario Gzuk
Hi,
take a look here:
http://unattended.technikz.de/index.php/Bootcd:howto

greetings mario

Am Dienstag, den 11.12.2007, 17:26 +0100 schrieb Gianluca Moro:
 Hi all,
 
 I was looking in the site docuimentation for a guide on how to
 build a personalized unattended boot CD but I did not find
 any informations: did I miss them? Is there some documentation?
 
 thanks
 giammy
 


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] AD athentication for Mario's unattended-gui

2007-12-17 Thread Mario Gzuk
Hi,
there is an howto:
http://unattended.technikz.de/index.php/Module:settings#Authentification_Active_Directory

But be aware you have to hold the users in the database. It is ONLY for
authentification, the backend for AD is not implemented or testet at
this time.

Please use the unattended-gui mailing list for questions related to
unattended-gui.

greetings mario

Am Montag, den 17.12.2007, 11:44 + schrieb Paul Lewis:
 Hi,
 
  
 
 Has anyone successfully managed to get AD authentication working on
 unattended-gui? I’m trying to get this working as it would be useful
 for our install process, but haven’t managed to so far.
 
  
 
 Any pointers would be appreciated.
 
  
 
 Thanks,
 
  
 
 Paul
 
 
 -
 SF.Net email is sponsored by:
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services
 for just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui boot-cd v0.6

2007-12-21 Thread Mario Gzuk
Hi,
new release of the boot-cd is available:
http://unattended.technikz.de/index.php/Main_Page#2007-12-21_unattended-gui_boot-cd_0.6

Now the udev is working correctly. The hardware dedection now works much 
better. 
On our tested systems there is no more need for force loading modules.
I have also replaced the e1000 driver, so there might be a problem on the 
Lenovo T60.
Maybe someone can test that and send a report to me.

I wish you a merry Christmas and a good start for the next year!
Thank you all for bug reporting, testing and your help!

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] RAID on the Dell Optiplex GX755

2007-12-21 Thread Mario Gzuk
Hi Paul!
The raid is no hardware raid. It needs a software to work. For windows
there is an driver, but not really for linux.
The only one is this:
It is possible to use Device Mapper (DM) and dmraid:
http://people.redhat.com/~heinzm/sw/dmraid/
The following ATARAID types are supported:
Adaptec HostRAID ASR
Highpoint HPT37X
Highpoint HPT45X
Intel Software RAID
JMicron JMB36x
LSI Logic MegaRAID
NVidia NForce
Promise FastTrack
Silicon Image Medley
SNIA DDF1
VIA Software RAID

But: This is Alpha software and it can destroy your data!

See also: http://linux-ata.org/faq-sata-raid.html

I have no test system to integrate this into the boot-cd but I can
install it and give a special release to you. WDYT?

greetings mario

Am Freitag, den 21.12.2007, 14:40 + schrieb Paul Lewis:
 Hi guys,
 
  
 
 Has anyone tried using unattended on a Dell OptiPlex GX755 with RAID
 (mirroring)? My colleague has just tried to install a PC this way, and
 the following seems to happen:
 
  
 
 ·The unattended kernel boots, and recognises sda and sdb (not
 a mapper device, i.e. the RAID volume)
 
 ·It installs to sda, and then reboots
 
 ·The RAID chipset then gets confused and refuses to  boot past
 the RAID portion of BIOS, probably because linux has mashed the RAID
 volume by installing on one disk only. Sometimes I get this error:
 “partition table != 55AA”
 
  
 
 The only way to get the machine to boot after that is to remove the
 disks from the RAID volume, and then re-create it.
 
  
 
 I’m guessing the I need to add logical volume support to the kernel –
 can anyone confirm this? Does anyone have any other suggestions.
 
  
 
 I’m booting via PXE, using the ua-0.5.0 ISO image.
 
  
 
 Thanks,
 
  
 
 Paul
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui documentation moved

2007-12-22 Thread Mario Gzuk
Hi,
the documentation wiki is moved to sf.net:
http://unattended-gui.sourceforge.net/

Some hints for the installation of Windows Vista through linux for the 
unattended people:
http://unattended-gui.sourceforge.net/wiki/index.php?title=Win:installation_process_vista

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] WG: ntfs

2008-01-27 Thread Mario Gzuk
Hi,
it should not depend on dosemu, the windows installer should support
ntfs. If you can remember your last non-unattended installation: you can
format a drive with ntfs for the installation. So it is supported by the
windows installer. Also the installation with the nt5install script
should work, but the boocode is different and in other sectors than in
FAT32. So just take a look here:
http://www.ntfs.com/ntfs-partition-boot-sector.htm

To extract the boot code from an exisiting ntfs-partition:
dd if=/dev/sda1 of=bootstrap_vista_sektor_1.bin bs=1 skip=84 count=426
dd if=/dev/sda1 of=bootstrap_vista_sektor_2.bin bs=1 skip=512 count=7680
Restore in the other way and with seek insted skip.

You will need the following packages on the boot-cd:
ntfs-3g (http://www.ntfs-3g.org) (for mounting/writing)
ntfsprogs (http://www.linux-ntfs.org/) for formatting
fuse (for ntfs-3g)

It would not work with the dos bootdisks, but if you integrate an ntfs
driver for dos (there was an comercial version from sysinternals.com,
but sysinternals is moved to the microsoft site... and now I cant dfind
the ntfsdos an more... ).

Hope this spend some time for you
greetings mario

Am Sonntag, den 27.01.2008, 02:00 +0100 schrieb Nagilum:
 Hi
 
 As mentioned before, it would be nice, if we could hold existing NTFS
 partitions for install.
 My question is: Why doesn't that work? Does DOSEMU don't like it?
 The Kernel supports NTFS a longer time ago and since a while it also has a
 good writing-support.
 
 Would be usefull if we could just format drive c/1st Partition and keep the
 rest, e.g. for E-Mail-/data-/driverbackup.
 
 Regards
  - Nagilum



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Other Operating Systems

2008-01-31 Thread Mario Gzuk
Hi,
it would be nice if you can share your experience with solaris. Please
send it to me directly. Maybe I can add unattended installation support
for this in the project unattended-gui
(http://sourceforge.net/projects/unattended-gui/). We are currently
working also on a solution for debian, but this seems to be a little bit
complicated. Currently the unattended-gui project supports:
- Novell/SuSE Linux
- Red Hat/Fedora
- CentOS
- Scientific Linux
- Aurox Linux
- White Box Enterprise Linux
- Windows (W2k/W2k3/XP)


here the links for the informations you are searching for:

Sun Solaris:
http://docs.sun.com/app/docs/doc/817-5506/customjump-88491?a=view
http://wizard.ae.krakow.pl/~mike/solaris/

Debian:
http://wiki.debian.org/DebianInstaller/Preseed
http://users.telenet.be/mydotcom/howto/linux/automatic.htm

greetings mario

Am Donnerstag, den 31.01.2008, 12:23 +0100 schrieb Fabian Scharnhusen:
 Hi I'm searching for a tutorial or a documentation to install other
 Operating Systems like Debian Linux oder Sun Solaris.
 Is anybody out there who can help me or can give me links to
 documentations?
 Thanks 
 Fabian
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___ unattended-info mailing list 
 unattended-info@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Boot from usb # a short howto

2008-02-07 Thread Mario Gzuk
Hi,
I have written a short how to boot from an usb stick. Hope this is also helpful 
(and usable) for the unattended project:

http://unattended-gui.sourceforge.net/wiki/index.php?title=Bootcd:USB

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui boot-cd v0.7

2008-02-07 Thread Mario Gzuk
Hi,
new release of the boot-cd is available:
http://unattended-gui.sourceforge.net/wiki/index.php?title=Main_Page#2008-02-07_unattended-gui_boot-cd_0.7

I have removed the compatibility to the project unattended (unattended.sf.net) 
because of the unattended project have now a actual release of their own bootcd.

Changes:
  * kernel 2.6.24
  * e1000 driver version: 7.6.15
  * removed backport support for project unattended
(unattended.sf.net)
  * add dmraid and device-mapper to support software raids - see
supported devices here:
http://people.redhat.com/~heinzm/sw/dmraid/readme

Thank you all for bug reporting, testing and your help!

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Unattended-gui boot-cd v0.7

2008-02-07 Thread Mario Gzuk
Am Donnerstag, den 07.02.2008, 16:54 +0200 schrieb Nyström Anders:
 hello Mario
 
 why do I always get the Question box Do you want to setup your
 Z-mount?
 
 Anders
 
 my PXE startup is
 
 label 4
 kernel ua-0.7.kernel
 append initrd=ua-0.7.root vga=normal profile=unattended
 SKIP_CHECK_MODULE=1 forcemodues=yes z_opts=rw,nocase,sec=ntlm z_fs=SMB

Hi Anders,
as you can see here:
http://unattended-gui.sourceforge.net/wiki/index.php?title=Bootcd:options#SKIP_CHECK_MOUNT

the correct option is SKIP_CHECK_MOUNT=1.

The dialog to setup your z-mount is started if the mount of the z share
fails with the settings provided by the kernel (z_user,z_path,...).

The profile=unattended will not work anymore. As I wrote I have removed
the compatibility to the unattended project because they now have a
actual release of their own bootcd.

greetings mario


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Vista Install Support?

2008-02-26 Thread Mario Gzuk
Hi,
with the unattended-gui (unattended-gui.sf.net) boot-cd you are able to
install vista/2008. take a look here:
http://unattended-gui.sourceforge.net/wiki/index.php?title=Win:installation_process_vista

I have no time to test this more because I am very busy at this time.
But if you get it working and provide me with some example
unattended.xml files it would help me to provide a better documentation
on this. And may be the unattended people will integrate this knowledge
into their project.

greetings mario

Am Freitag, den 22.02.2008, 11:09 -0800 schrieb Joe Boro:
 Hi,
 I just found unattended and it looks like it could save us a lot of work
 over the long haul. With the future in mind is there a time line for
 Vista install support? 
 
 Sorry if this is known or published info. I searched the mail list but
 nothing came back and read on the unattended site that Vista is not
 supported.
 
 TIA
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] unattended linux boot

2008-03-04 Thread Mario Gzuk
Hi Jens,
if you are using the unattended-gui bootcd and have questions related to
this, you are on the wrong mailing list.
Dialog is integrated in the unattended-gui bootcd so you will be able to
use it from there. But be aware since version 0.7 I have removed the
support fur the unattended project.

greetings mario


Am Dienstag, den 04.03.2008, 13:26 +0100 schrieb Jens Geile:
 Hi,
 
 I've got a little problem here... I've been using the unattended-gui bootcd 
 and the kernel provided by them until i upgraded to unattended 4.7. I wrote a 
 little script that enables me to add machines not yet know to the dhcp server 
 to the dhcp config but it uses the commandline tool dialog. Now with the 
 unattended 4.7 system there is no dialog anymore. :/
 Now the question is: How the hell can I integrate dialog and all needed 
 libs into my install share so I can use it again? Or do I have to modify my 
 boot-cd? How? Where?
 
 Thx in advance,
 
 -
 jens
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] unattended virtual Appliance

2008-03-19 Thread Mario Gzuk
Hi,
so now I think its time to say some thing about  I feel like I am in
a kindergarten on this list if I read the messages the last 2-3 days.
Can you tell me how old you are? Or better leave it unanswered to me an
answer yourself. (And I mean not only ONE person, everybody should think
about it)

Kerr Avon, maybe you have ever read the GPL?:
http://www.gnu.org/copyleft/gpl.html

So this gives you the answer WHY anybody can do with your virtual
machine what he want because you have published it and the software in
it is mainly GPL Licenced. It not depend that the software you use for
creating this stuff is not free (but if you can read, there are a lot
of free tools from vmware (e.g vmware-server) which ARE free). 
And it also do not depend that it took you time and patience to complete
this project. If you have write own scripts in this virtual machine
you can set them under an other licence. And it is NOT your own script
if you write a smb.conf for samba, because this is part of the GPL
licenced software.
Think a little bit about open source and the mind behind the idea of
free software. I hope your knowledge will be helpful for the project in
the future! So simple throwaway all bad words from both sides and try to
work together!

I think we all want only one thing. And that is: make the life easy. M
$ and other affiliated groups make us the work hard enough, so lets pull
ourself together and work against the bad job from the others...

I hope no one feels defensive while reading this text, if so I want to
say sorry. But this are only facts. 

greetings mario


Am Mittwoch, den 19.03.2008, 06:44 + schrieb kerravon:
 The linux files maybe free, but the virtual machine software I use is not,
 and it took my time and patience to complete this project,
 Nobody can host these files without my permission.





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] unattended virtual Appliance

2008-03-19 Thread Mario Gzuk
If it is finished for you, why you are writing again? Or do you want now
also forbid us the freedom of expression? 

greetings

Am Mittwoch, den 19.03.2008, 09:56 + schrieb kerravon:
 This topic is finished, Go away and play with your toys


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] 4.8 Release Candidate1

2008-04-05 Thread Mario Gzuk
Hi Nils,
thank you for your tribute. I can give it back to this great project
which gives me some very nice ideas! Sharing knowledge is essential for
the life in OpenSource. So you dont need to buy me a beer if you meet
me ;-)
I have also find a way to install Vista/2008 through linux, with the
availability to add on-the-fly drivers to the image without the need
to reimage. The first short points are available here:
http://unattended-gui.sourceforge.net/wiki/index.php?title=Win:installation_process_vista

I am very busy this time to complete the script, because I am working on
a new release of unattended-gui. I hope the short overview give you some
hints about the workflow.

The unattended-gui project has some other goals than this project but I
hope we still work together in the future.

For some of the features in unattended-gui (sorry for the advertising):
- first webapplication wich has an online update feature
- easy to use APIs
- integration in nearly every authentification system
- the application addapts to your infrastructure, you dont have to
addapt your infrastructure to the application
unattended modules:
- live cicle managment: availability to update the software if a new
version is available
- online sync and share software repositorys:
http://www.technikz.de/down/sync_repo_1.swf
http://www.technikz.de/down/sync_repo_2.swf
- online sync os and harddisk templates
- avialablility to install several linux and windows unattended
(multiboot also possible)
- computer managment with the availability to use searchgroups and
much more
addon modules:
- switch/patchpanel managment with error reporting ans snmp viewing
- syslog-ng centralisied syslog managment with configuration and
availability to manage and search across more than one syslog server
- ldap manager (edit view copy move objects etc...)
- central cron managment
- php-ssh client
- inventory
- a gui for samhain (http://www.la-samhna.de/samhain/)
- Locations managment
- dhcp ldap to manage your dhcp configuration in a ldap server
- dns ldap to manage your dns domains in a ldap server (work in
progress)

Because of the avialability from the unattended project to use the
config.pl to get the informations from a database it is also possible to
let both projects live in the same environment.

There are o lot of modules which are planed for the future. All this
should help to get the hands over your network configuration and
managment. Developers (mainly php and bash) are welcome to join this
project.

The code is growing to fast to stay up to date with the documentation
(which is realy bad at this time...). So everyone is welcome who is
interessted in this and want to support with some lines of documentaion.

Special thanks to Andreas Nick, Sebastian Mellmann, Peter Huber, Paul
Lewis, Jan Klopfleisch and all other who helped whith testing and error
reporting on this project.

Have a nice weekend!

greetz mario

 I added:
 http://ubertechnique.com/unattended/nt5xinstall
 with a link from the release notes page.
 
 Skål :-)
 Nils Olav



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] begging.

2008-04-10 Thread Mario Gzuk
Hi,
I think it should also possible with the unattended project. Here are
the first steps on how you can set up a liveHD with unattended-gui:
http://unattended-gui.sourceforge.net/wiki/index.php?title=Bootcd:USB

That document is a work in progress, but it is possible to install OS,
apllikations and so on from only one hard disk (...).


greetings mario


Am Donnerstag, den 10.04.2008, 12:36 +0100 schrieb James Tipler:
 Hi,
 
 I'm attempting to create a universal windows setup routine and unattended is
 clearly a good way to go. Sadly, a lot of these machines are not networked, 
 and
 so remote installation from a network share isn't going to work. After a 
 couple
 of weeks tinkering I'm at the stage where I have a hard disk image that can be
 deployed to anything to boot linux in a variety of flavours without asking any
 awkward questions (basically a liveHD) and a windows install DVD that will
 install windows to anything without asking any awkward questions either. 
 Ideally
 i'd like to combine these two and make a hard disk image that will either boot
 linux or install windows, but I'm not getting on well with that. 
 
 You've got a way to start a Windows install from a Linux distribution - which 
 to
 my mind makes you a genuis, becuase that's exactly what I need. Is there any
 chance you could give me a few hints about how you accomplished this?
 
 Thanks for your time, and the inspiration you've given me thus far. 
 
 JT 
 
 St. Catherines College Assistant IT officer. 
 
 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
 Don't miss this year's exciting event. There's still time to save $100. 
 Use priority code J8TL2D2. 
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] HP Compaq NW8440 Windows XP

2008-04-15 Thread Mario Gzuk
Hi,
black screen means in the most cases that the boot code in the active
partition has errors or can not be accessed.

greetz mario


Am Dienstag, den 15.04.2008, 13:05 +0200 schrieb Nils Olav Fossum:
 Tirsdag 15 april 2008 02:27, skrev Brian May:
  If I use unattended, I get to the first reboot, and the the computer
  crashes with a black screen and flashing cursor.
 
 I have seen this, I had to zero out the mbr and partition table:
 
 dd if=/dev/zero of=/dev/dsk count=1024 
 (not tested, Im not sure of the count parameter)
 
 The big question is why this happens..
 (or if its the same issue for you)
 
 
 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
 Don't miss this year's exciting event. There's still time to save $100. 
 Use priority code J8TL2D2. 
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Unattended-gui FINAL release 1.708 and boot-cd v0.8

2008-04-18 Thread Mario Gzuk
Hi,
unattended-gui has reached the final version 1.X, currently 1.708.
See more about the versioning here:
http://unattended-gui.sourceforge.net/index.php?title=Unattended-gui:Versioning

Main Features:

* support unattended installation of several windows OS and linux distributions
* update software if a new version is available
* softwareinstallations via http
* software repositorys can be synced from every place
# http://unattended-gui.sourceforge.net/index.php?title=Video:sync_repo2
# http://unattended-gui.sourceforge.net/index.php?title=Video:sync_repo1
* central syslog managment
* central cron managment
* switch managment with SNMP support and error reporting
* DHCP-Ldap configuration management
* Ldap editor/manager
* PHP ssh client
* Permission managment
* Several athentification systems supported
* Automatical add computers to database via arpwatch
* LDAP as user/group backend
* Inventory of Win/LNX/MaCOS-Clients through SIMO 
(http://sourceforge.net/projects/simo/)
* Multilanguage support in the GUI
* Online update possible, no more need to make a new installation of the GUI
* Highly customizable

I have build a vmware machine where all features are available. Feel free to 
ask me for the link.
The vmware image is free and there is only OpenSource software (mainly GPL 
licensed) installed.
The vmware image is based on gentoo (http://gentoo.org), a high customizable 
Linux system.
You will run through a setup for the first boot where you can chooce:
- the unattended user (if you have one you can use this, if not chooce uauser!)
- the unattended users password (if you have one you can use this, if not 
chooce unattended-gui!)
- the location of your install SMB server (if you have one you can use this, if 
not chooce the IP or name of this machine, you will be asked for IP/Name later)
- the location of the GUI install (should be for this case the IP or the name 
of this machine)
- Run through a short network setup
- You are asked if you want to start LDAP/SAMBA/TFTP and DHCP (DHCP can be 
started later - only start it if you know what you are doing... the dhcp is 
preconfigured and can make trouble in your network)

The image contains:
- a samba server (for WinOS and Win-Software installations) preconfigured for 
the use of unattended or unattended-gui
- a tftp Server with a menu based boot menu including unattended-boot 0.7, 
memtest and other features for PXE/BootP booting
- a DHCP Server
- a WEBserver with an complete and ready to use unattended-gui installation 
(version 1.708)
- a Mysql Server

For more informations use the sf.net mailing list or contact me directly.

Also new release of the boot-cd is available:
http://unattended-gui.sourceforge.net/index.php?title=Main_Page#2008-04-18_unattended-gui_boot-cd_0.8

Changes:
  * kernel 2.6.25
  * e1000 driver version: 8.0.1

Thank you all for bug reporting, testing and your help!


greetz mario

Have a nice weekend!


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Support the project with some simple things....

2008-04-25 Thread Mario Gzuk
Hi,
you can help to give some more publicity to this project!

Why you should do this?
If the project gets more publicity there will be more users who join
this project. More users means more knowledge and more knowledge help to
make this software better.

Rate the project on:
http://freshmeat.net/projects/unattendedgui/

Rate and stack the project on:
http://www.ohloh.net/projects/10539

It would be nice to also here some user comments what you think about
this project, in which way you are using it and how you benefit from it.

Thank you for your time!

I wish you a nice weekend!

greetings mario


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Support the project with some simple things....

2008-04-25 Thread Mario Gzuk
Sorry... wrong list.

Am Freitag, den 25.04.2008, 18:11 +0200 schrieb Mario Gzuk:
 Hi,
 you can help to give some more publicity to this project!
 
 Why you should do this?
 If the project gets more publicity there will be more users who join
 this project. More users means more knowledge and more knowledge help to
 make this software better.
 
 Rate the project on:
 http://freshmeat.net/projects/unattendedgui/
 
 Rate and stack the project on:
 http://www.ohloh.net/projects/10539
 
 It would be nice to also here some user comments what you think about
 this project, in which way you are using it and how you benefit from it.
 
 Thank you for your time!
 
 I wish you a nice weekend!
 
 greetings mario
 
 
 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
 Don't miss this year's exciting event. There's still time to save $100. 
 Use priority code J8TL2D2. 
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] HOW-TO - Use the unattended-gui boot-cd (0.8) together with unattended.sf.net

2008-04-25 Thread Mario Gzuk
Hi,
I wrote a short how to use the unattended-gui boot-cd since version 0.8
together with unattended.sf.net. Simple give it a try:

http://unattended-gui.sourceforge.net/index.php?title=Bootcd:unattended

If you have questions feel free to use the
[EMAIL PROTECTED] mailing list.

Greetz and have a nice weekend! mario



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] HOW-TO - Use the unattended-gui boot-cd (0.8) together with unattended.sf.net

2008-04-25 Thread Mario Gzuk
Hi,
I wrote a short how to use the unattended-gui boot-cd since version 0.8
together with unattended.sf.net. Simple give it a try:

http://unattended-gui.sourceforge.net/index.php?title=Bootcd:unattended

If you have questions feel free to use the
[EMAIL PROTECTED] mailing list.

Greetz and have a nice weekend! mario


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


  1   2   >