RE: [Unattended] questions

2004-08-29 Thread Stephan Lampe [ITXP]
 
> has someone done a list of services which can be disabled by 
> default like:
> policyagent, ssdpsrv, w32time (use net time to sync), 
> iisadmin, w3svc, smtpsvc, msdtc , messenger enventually 
> lmhosts http://www.hsc.fr/ressources/breves/min_srv_res_win.en.html
> 


Check the excellent work of BlackViper on http://www.blackviper.com/ 

One of the most complete listings on services I've seen.


 
GreetZ,
 
Stephan



---
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=5047&alloc_id=10808&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Windows: get logged on username/SID?

2004-05-14 Thread Stephan Lampe [ITXP]
 
> So: a question to those experienced with Win 2K/XP: How to I 
> find out if there is a user logged in on the console 
> (Remotely logged in users might also be relevant - but that's 
> for revision 2 (-: ) and, if there is, how do I set up a 
> logoff script for that user? Or perhaps there's a way of 
> setting up a logoff script for the machine? Or, better still, 
> force the machine to re-boot when a user logs out?

You could try a "shutdown -l" or "shutdown -r". 

Type "shutdown /?" on the prompt for all options and syntax.

Can also be used from a remote machine.

 
GreetZ,
 
Stephan






---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] How do you change default user settings?

2004-03-27 Thread Stephan Lampe [ITXP]
 
> 3.)  I don't want the Users Data directories to be under the 
> "system volume, Documents and Settings, Username,..." 
> Instead, I want those Directories to be created on 
> "D:\Data\%Username%..." How can I do that via Unattend, so 
> that after I have created a user, there is no need to change 
> any settings?
> 


Try to modify your unattend.txt and add the lines marked with the *  :
(put them in the right section ;)


[Unattended]
*ProgramFilesDir="D:\Program Files"
*CommonProgramFilesDir="D:\Program Files\Common Files"


[GuiUnattended]
*ProfilesDir="T:\Data\Documents and Settings\" 



Only problem is, when windows starts tot setup these drives (and the data
path) have to be available.
The D:\ drive should not be a major problem since it's local, but what about
your T:\ drive ?
I guess it's a mapped drive. 

I don't know if they are at that stage of the setup. You have to try.


Or you can try an approach for changing the default user profile.
Then at least the administrator has a profile on the C:\ (or D:\) and it
might be possible to 
have the other user profiles on a mapped drive.

But I'm seriously wondering if that is what you really want.
MS uses roaming user profiles for this. If you tweak the local profiles to a
mapped drive, I'm afraid 
your OS won't start when it has no local profile in case of a network
failure/problem.

You have to try I guess.

Good luck.

 
GreetZ,
 
Stephan



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Problems installing XP

2004-03-26 Thread Stephan Lampe [ITXP]
> > Resize the partition to minimal 4 gb. The Installation needs some 
> > amount of space.
> > So just increase it.
> > 
> 
> The question is ... How can I do dat with the DOS boot image? 
> I believe it only supports FAT-16. Is this correct?
> 


Which version of unattended are you using ?
I thought I read someone's remark that v4 uses a dos version that supports
fat32 and can go beyond that 2 GB point. 

So probably the answer is get v4. ;)

 
GreetZ,
 
Stephan





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Unattended 4.0b Documentation

2004-03-25 Thread Stephan Lampe [ITXP]
 
> 
> Here's my attempt at documentation. 

> But I hope someone else may 
> benefit as well.
> 

Definitely !

Thx.


> P.S. I apologize for the tar.gz. I had to get around the 
> paranoid mail filter on this end.
> 

;)


 
GreetZ,
 
Stephan



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Configure OS Questions

2004-03-24 Thread Stephan Lampe [ITXP]
You could take a look at http://unattended.msfn.org/.
It is more about unattended from cd, like in your case.

And take a look at http://www.kellys-korner-xp.com/xp_tweaks.htm which has
enough info to keep you busy till next week ;)

Maybe this neat unattended project also can do the things you want, but
since I'm quite new here I haven't found them yet. (did not get till that
stage)

Somebody else has to answer that part.

 
GreetZ,
 
Stephan
  





From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Layne,
Courtney
Sent: Wednesday, March 24, 2004 6:42 PM
To: Unattended Info ([EMAIL PROTECTED])
Subject: [Unattended] Configure OS Questions


First off, I just came across this list the other day.  So far it
looks like a great resource for automation machine setup.   I apologize if
this has already been discussed.
 
I am creating a methodology for deploying new machines through an
automated/unattended setup.  I have an unattended install of XP SP1a with
update rollup included working great.  Now I am working on configuring the
Operating System.  
 
How can I perform activities like adjusting performance options or
setting page size?  Anyone have any advice for these configuration
activities?  Thanks.
 
Courtney




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Obtaining values from a spreadsheet

2004-03-24 Thread Stephan Lampe [ITXP]
> > Having a set of configs that people can 
> > just copy in to
> > make things work would probably be helpful.  But Others, 
> > like myself will want to mix and match.
> 



> but will give the ability to 
> manage entries to
> those that aren't comfortable writing perl.
> 


For me it has major advantages, so I'm supportive for these kind of sample's

(untill I understand the perl part enough)

This system (way of life ?) is capable of a lot, and it takes some time to
figure it all out.
Any help is welcome ;)

 
GreetZ,
 
Stephan



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] 4.0a test on shuttle

2004-03-22 Thread Stephan Lampe [ITXP]
 
> 
> kbd=fr-latin1
> 
> ...to the kernel command line, my keyboard gets all screwed 
> up; "qwerty" becomes "azerty".  

The azerty layout is used in Belgium and maybe also France.


> Wacky Europeans :-).
>

P ;)

 
GreetZ,
 
Stephan

qwerty addict 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: AW: Re: [Unattended] Networking problem

2004-03-20 Thread Stephan Lampe [ITXP]
> > 
> > done loading ide-disk
> > :bad interpreter: no such file or directorysh
> 
> RHH!!!
> 
> The problem here is that your 
> Z:\linuxaux\etc\make-blkdev-nodes (or some other script) has 
> DOS-style line endings.  Out of curiosity, how did you unpack 
> it?  Wait, let me guess: WinZip on Windows?
> 

Seen that also, extracting with winRar 3.30.
Just to offer m.frei a way out of your 'rage' ;)

Good luck with your cold and new friend Advil.





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Step-By-Step Quick Install Guide

2004-03-18 Thread Stephan Lampe [ITXP]
 
Thx Jeff.

I spotted your v1 and v2 guides and they do help ;)
Let 'the one with the power' move them to the sourceforge doc section for
this project.

The info I'm still looking for is how to get certain things working.

*   PXE boot sounds great, I understand the basics, will dig into it
more and will make a guide to contribute.

*   How to get the unattended system more unattended. In my case I now
what I want to setup (just the OS for starters) but I still have to answer a
lot of questions before it actually starts. How do I get more control over
that stage.

*   What about a simple txt file on a bootdisk so the unattended system
knows that it is config #101 you want to get on the computer you are booting
from. Would be great if you have to get a lot of machines up and running
asap. (call it a monkeyproof disk, resque disk, you get the picture I
guess).


Bear in mind that I'm no programmer, so scripts take a lot work for me to
understand.

I'm a fan of the Bart network bootdisk http://www.nu2.nu/bootdisk/network/
mainly because it almost always works. 

This project has major advantages which I like very much. 
Now I only have to figure out how it works for me :) 

Thx for the work so far.

GreetZ,

Stephan



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] Modified Install.pl for Application Install Only

2004-03-17 Thread Stephan Lampe [ITXP]
> >
> >What we really need is real package management...
> >
> >  - Pat
> 

> I was thinking of trying to make something 
> similar, but using the instructions from the bat files from 
> the unattended install share.


Oh yes, please do.


I'm desperately trying to figure out how it al works.
This could really be the thing I was looking for.

Unfortunally i need more documentation.
Anyone who can pinpoint me in the right direction ?

Thx.


Stephan, a new subscriber ;)





---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info