Re: [Fusioninventory-devel] Option --basevardir gone?

2014-04-03 Thread Mario Gzuk
Hi, we are using the prebuild Packes for Linux... The latest Version 2.2.7.4.

So there is No setup

 Am 03.04.2014 um 09:46 schrieb Guillaume Rousse guillomovi...@gmail.com:
 
 Le 02/04/2014 15:40, Mario Gzuk a écrit :
 Hi,
 isnt it possible to change the basevardir any more? Or is there a new
 option (or config switch in agent.cfg) to change the basevardir to e.g.
 /tmp?
 
 I cant found any current available option which may point to this.
 That's a installation-time switch, not a runtime one, ie ./configure 
 --localstatedir.
 
 If you really need to change it after installation, just change the value in 
 %setup variable in each binary.
 -- 
 Guillaume
 
 
 ___
 Fusioninventory-devel mailing list
 Fusioninventory-devel@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel

[Fusioninventory-devel] Option --basevardir gone?

2014-04-02 Thread Mario Gzuk
Hi,
isnt it possible to change the basevardir any more? Or is there a new
option (or config switch in agent.cfg) to change the basevardir to e.g.
/tmp?

I cant found any current available option which may point to this.

Thank you

Cheers Mario

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


Re: [Fusioninventory-user] FusionInventory Agent 2.3.2 released!

2013-09-23 Thread Mario Gzuk

Ok,
thank you!

Cheers

___
Fusioninventory-user mailing list
Fusioninventory-user@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-user


Re: [Fusioninventory-devel] Why to execute the Inventory task in all cases?

2013-05-03 Thread Mario Gzuk


Am 03.05.2013 15:35, schrieb Gonéri Le Bouder:

On Fri, May 03, 2013 at 11:00:32AM +0200, Mario Gzuk wrote:

Hi,
this may be handled by this BUG:
http://forge.fusioninventory.org/issues/2096

Hi,

Yes, Mario is right. The REST/JSON protocol is designed to fix this issue.
So far, it is partially implemented.



Cool. Looking forward for it ;)

Cheers

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


[Fusioninventory-devel] Set httpd-trusted on windows

2013-05-02 Thread Mario Gzuk

Hi,
how con I set which IP/Names should be able to call the 
http://HOST:RPC-PORT/now
a) during the installation of the agent (there is no option for the 
installer 
http://www.fusioninventory.org/documentation/agent/installation/windows/)

b) in the registry (I cant find any documentation about that)
?


BTW: all links are not working: 
http://forge.fusioninventory.org/projects/fusioninventory-agent/wiki/How_to_install_the_agent_on_Windows 
- I come from google search to this page...


Thank you

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


Re: [Fusioninventory-devel] Rest ESX

2013-04-19 Thread Mario Gzuk

Hi Gonéri,
thank you. And what about the status=ok vs. code=ok?

Cheers

Am 19.04.2013 14:41, schrieb Gonéri Le Bouder:

On Tue, Apr 16, 2013 at 02:06:43PM +0200, Mario Gzuk wrote:

Sorry for posting again. I have forgot to ask about the code= attribute in
task ESX.
The deploy task sends status=ok, the esx task sends code=ok

is this correct?

Maybe you differ between the actions setLog and setStatus? What should be
the difference between this 2 actions?

Hi Mario,

I think you spotted a bug, we use setLog when we should use setStatus. I
think the simple is to fix the technical documentation of the protocole.
That's what I did some minutes ago.

Best regards,
--
  Gonéri Le Bouder


___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel

Re: [Fusioninventory-devel] Rest ESX

2013-04-16 Thread Mario Gzuk
Sorry for posting again. I have forgot to ask about the code= attribute 
in task ESX.

The deploy task sends status=ok, the esx task sends code=ok

is this correct?

Maybe you differ between the actions setLog and setStatus? What should 
be the difference between this 2 actions?


Cheers Mario

Am 16.04.2013 14:02, schrieb Mario Gzuk:

Hi,
following the documentation 
http://www.fusioninventory.org/documentation/dev/spec/api/rest-esx/

the esx job should send the setStatus (works correct on Task Deploy):
setLog 
?action=setStatusmachineid=$machineidpart=$partuuid=$uuidmsg=$msgcode=$code

But what happens is:
?action=setLogmachineid=a-test-2013-04-12-12-43-03uuid=3code=ok

Why the task ESX is not using action=setStatus ? Or is it incorrect 
that the task Deploy is using the action=setStatus?


Thank you!

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel 




___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


[Fusioninventory-devel] Task:Deploy Questions

2013-03-21 Thread Mario Gzuk

Hi,
I am currently working to integrate the Deploy task into uranos. Now I 
have some questions about that:


- how to run only a command without specify the jobs+checks and the 
associatedFiles, I only want to have:
{jobs:[{actions:{cmd:{exec:touch 
\/tmp\/deploy}},maxValidityDate:1363853421}]}
but when I do this the agent says uh oh associatedFiles missing 
or ohhh u - checks in jobs missing, also if this is an empty hash/array
- is the path where the files are stored from the download of 
associatedFiles configurable?
- how to use the cmd:exec if I want to run one of the downloaded files 
from associatedFiles
- can i specify the full path + name in the associatedFiles:name 
attribute so that it is stored e.g. in /tmp/name or %TEMP%/name?
- are the files which are downloaded via associatedFiles automaticly 
deleted after the jobs are done or should this be specified on the 
jobs:delete list?


Thank you!

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


Re: [Fusioninventory-devel] Task:Deploy Questions

2013-03-21 Thread Mario Gzuk

Hi Kevin!
Thank you for this fast answer.

Am 21.03.2013 18:12, schrieb Kevin Roy:

Hi Mario,


That's weird because as far as i can remember, I've already made package with
only one command in GLPI but i can't remember what are the requirements.
I should check that ...


That yould be nice... I only need an example how I can do that...



- is the path where the files are stored from the download of
associatedFiles configurable?

Actually no but you can workaround this by issuing a file copy or move
in your actions.


Ok. That is a solution for me...




- are the files which are downloaded via associatedFiles automaticly deleted
after the jobs are done or should this be specified on the jobs:delete list?

They normally are deleted whenever the job is completed or in error.
The only exception is when P2P is enabled : the dowloaded files marked
as P2P are kept until the retention period.

Cheers,

-- Kevin Roy



Ok, the files which will be executed (e.g. test.bat) will be deleted 
that is true. But the filecontent is also available at 
.../var/bla/deploy/fileparts/private/1364129200/a/6/1ea1bc
This files also should be deleted because (for my situation) there might 
be sensetive data inside, and so it would be nessesary that this files 
get deleted to... Is this a feature request?


And a last question. I use the wmi to determine the language of the 
operating system in windows:

http://uranos.svn.sourceforge.net/viewvc/uranos/z/bin/getlang.js
When I run this normaly I get en or de - but when it is executed 
through the deploy task is says that the language is C... What the 
(perl)... ;) How can I correct this?



Thank you again!

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


[Unattended] Install WIN VISTA/7/8/2008[R2]/2012

2012-12-06 Thread Mario Gzuk
Hi,
with the help of the wimlib (http://wimlib.sourceforge.net/) is it 
possible to install VISTA/7/8/2008[R2]/2012 directly from the wim file 
(if mount the iso before you may also be able to place the isos in z/os/..)

Here is the part of the Makefile (bootcd) wich builds the wimlib:
$(wimlib)/imagex:
 cd $(wimlib)\
  
PKG_CONFIG_PATH=$(cwd)/stage1/lib/pkgconfig/:$(cwd)/stage1/usr/lib/pkgconfig/ 
\
 CC=$(CC) CFLAGS=$(fakelib_cflags) 
-I$(cwd)/stage1/usr/include -I$(cwd)/stage1/include 
-I$(cwd)/stage1/usr/include/libxml2 LDFLAGS=$(fakelib_cflags) 
-L$(cwd)/stage1/usr/lib/ -lxml2 \
 ./configure \
 --prefix=/usr   \
 --build=i686-linux  \
  $(MAKE)
 [ -e $@ ]
 # CC=$(CC) CFLAGS=$(fakelib_cflags) 
-I$(cwd)/stage1/usr/include -I$(cwd)/stage1/include 
-I$(cwd)/stage1/usr/include/libxml2 \

stage1/usr/bin/imagex: $(wimlib)/imagex
 cd $(wimlib)\
  $(MAKE) DESTDIR=$(cwd)/stage1 install
 [ -e $@ ]

I dont know if this is allways working for this project. You may also 
have to install the libxml2. After you have rebuild the iso you have 
imagex (for Linux!!) on it.

The code to deploy the wim file.
 #fist get the boot partition
 BOOTNUMBER=`${PARTED} /dev/dsk print 2${LOGTTY} | grep boot 
| awk '{print $1}'`
 WIMINDEX=`parse_ini_file /tmp/unattend.txt _meta wim_index`
 if [[ ${WIMINDEX} ==  ]]
 then
 WIMINDEX=1
 fi
 EXTRACTFILE=${OS_DIR}/${FILE}
 if [[ x${ISO} != x ]]
 then
 #mount the iso
 message_start Mounting ${OS_DIR}/${ISO} 
${OS_DIR}/iso
 mount -t ${ISOTYPE} -o ro,loop 
${OS_DIR}/${ISO} ${OS_DIR}/iso  ${LOGTTY} 21
 fi
 #extract it...
 log Extracting ${EXTRACTFILE} to /c.
 imagex apply ${EXTRACTFILE} ${WIMINDEX} /dev/dsk${BOOTNUMBER}  
${LOGTTY} 21
 #mount /c
 mount_c
 #create /c/Boot Directory
 mkdir /c/Boot  ${LOGTTY} 21
 #copy bootmgr to /c
 copy_files /c/Windows/Boot/PCAT/bootmgr /c/ 3 Copy bootmgr.
 umount /c  ${LOGTTY} 21
 #write an disk lable (needed for =win8 and =2012)
 date | md5sum |dd of=/dev/dsk bs=1 count=4 seek=440  
${LOGTTY} 21

After that you can push the unattend.xml to /c/Windows/Panther/. Here 
may be also interesting:
http://technet.microsoft.com/en-us/library/hh824920.aspx#bkmk_4
to add drivers (on the fly) with the help of the audit section.

Hope this gives you an idea to deploy also this stuff in you project.
Feel free to ask if you have questions.

Cheers mario

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended-Dev] Install WIN VISTA/7/8/2008[R2]/2012

2012-12-06 Thread Mario Gzuk
Hi,
with the help of the wimlib (http://wimlib.sourceforge.net/) is it 
possible to install VISTA/7/8/2008[R2]/2012 directly from the wim file 
(if mount the iso before you may also be able to place the isos in z/os/..)

Here is the part of the Makefile (bootcd) wich builds the wimlib:
$(wimlib)/imagex:
 cd $(wimlib)\
  
PKG_CONFIG_PATH=$(cwd)/stage1/lib/pkgconfig/:$(cwd)/stage1/usr/lib/pkgconfig/ 
\
 CC=$(CC) CFLAGS=$(fakelib_cflags) 
-I$(cwd)/stage1/usr/include -I$(cwd)/stage1/include 
-I$(cwd)/stage1/usr/include/libxml2 LDFLAGS=$(fakelib_cflags) 
-L$(cwd)/stage1/usr/lib/ -lxml2 \
 ./configure \
 --prefix=/usr   \
 --build=i686-linux  \
  $(MAKE)
 [ -e $@ ]
 # CC=$(CC) CFLAGS=$(fakelib_cflags) 
-I$(cwd)/stage1/usr/include -I$(cwd)/stage1/include 
-I$(cwd)/stage1/usr/include/libxml2 \

stage1/usr/bin/imagex: $(wimlib)/imagex
 cd $(wimlib)\
  $(MAKE) DESTDIR=$(cwd)/stage1 install
 [ -e $@ ]

I dont know if this is allways working for this project. You may also 
have to install the libxml2. After you have rebuild the iso you have 
imagex (for Linux!!) on it.

The code to deploy the wim file.
 #fist get the boot partition
 BOOTNUMBER=`${PARTED} /dev/dsk print 2${LOGTTY} | grep boot 
| awk '{print $1}'`
 WIMINDEX=`parse_ini_file /tmp/unattend.txt _meta wim_index`
 if [[ ${WIMINDEX} ==  ]]
 then
 WIMINDEX=1
 fi
 EXTRACTFILE=${OS_DIR}/${FILE}
 if [[ x${ISO} != x ]]
 then
 #mount the iso
 message_start Mounting ${OS_DIR}/${ISO} 
${OS_DIR}/iso
 mount -t ${ISOTYPE} -o ro,loop 
${OS_DIR}/${ISO} ${OS_DIR}/iso  ${LOGTTY} 21
 fi
 #extract it...
 log Extracting ${EXTRACTFILE} to /c.
 imagex apply ${EXTRACTFILE} ${WIMINDEX} /dev/dsk${BOOTNUMBER}  
${LOGTTY} 21
 #mount /c
 mount_c
 #create /c/Boot Directory
 mkdir /c/Boot  ${LOGTTY} 21
 #copy bootmgr to /c
 copy_files /c/Windows/Boot/PCAT/bootmgr /c/ 3 Copy bootmgr.
 umount /c  ${LOGTTY} 21
 #write an disk lable (needed for =win8 and =2012)
 date | md5sum |dd of=/dev/dsk bs=1 count=4 seek=440  
${LOGTTY} 21

After that you can push the unattend.xml to /c/Windows/Panther/. Here 
may be also interesting:
http://technet.microsoft.com/en-us/library/hh824920.aspx#bkmk_4
to add drivers (on the fly) with the help of the audit section.

Hope this gives you an idea to deploy also this stuff in you project.
Feel free to ask if you have questions.

Cheers mario

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Fusioninventory-devel] Urnaos@CeBit

2012-02-16 Thread Mario Gzuk

Hi Gonéri,
I only have a booth from the linux new media ag, I think 1m² ;) a chair 
and a little table. So I think it would be hard to share this ;) But If 
we are able to add some posters there would this be an option for you to 
make some promotion for fusioninventory?


Am 16.02.2012 14:47, schrieb Gonéri Le Bouder:

On Thu, Feb 16, 2012 at 10:32:36AM +0100, Mario Gzuk wrote:

Hi,

Hi Mario,


feel free to join Uranos AT CeBit this year. We are at
  CeBIT Forum Open Source

Oh! Do you have a booth? If so, can you share some square meter
for FusionInventory project?

I submitted a talk abstract but it seems to be rejected.

Best regards,
--
 Gonéri Le Bouder


___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel
___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel

[Unattended-Dev] Urnaos@CeBit

2012-02-16 Thread Mario Gzuk

Hi,
feel free to join Uranos AT CeBit this year. We are at


 CeBIT Forum Open Source

See: http://www.cebit.de/event/cebit-forum-open-source/FOR/47906

Here the german article for the project presentation:
http://www.linux-magazin.de/Themengebiete/Special/Cebit-2012/Projekte/Cebit-Open-Source-2012-Projektpraesentation-Uranos?special=Cebit%202012category=66122

Cheers Mario
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Spending time for generate win-updates

2011-09-01 Thread Mario Gzuk
Hi.
I have writen a script which searches for updates on a windows 
(XP,Vista,7,2003,2008,2008R2) host. It produces an xml which can be easy 
reused to generate the script for unattend:win-updates.bat. It also 
includes the URL to the files for download the upadtes.
You can use it also to search for all possible updates if you remove the 
IsInstalled=0 from the search.
Feel free to use it in the unattend project.
You can find the file here:
http://uranos.svn.sourceforge.net/viewvc/uranos/z/bin/scanwinupdates.js

Feel free to ask if you need help.


Cheers Mario

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [ros-dev] ReactOS unattended.inf

2011-08-30 Thread Mario Gzuk

Hi.

Am 30.08.2011 15:02, schrieb Dmitry Gorbachev:

Mario Gzuk wrote:

Because of uranos does all the parts which is done by the txtinstaller
from ReactOS (partition disk, write mbr, copy files and so on)

Can it create registry hives?


There is also the offline registry editor in the boot env 
(http://pogostick.net/~pnh/ntpasswd/ ) so it should be possible if it is 
needed. (is it?)



I want to know if it is possible to place the
unattended.inf into the filesystem so the ReactOS is read the file in
the first GUI boot.

Seehttp://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/wizard.c?revision=53485view=markup#l_2185.
ReactOS searches unattend.inf on installation CD on the first GUI
boot.



But at this time there is no CD in the drive... In the M$ Windows 
(XP/2003) installation the installer is searching for the winnt.sif 
answer file (for the GUI mode) in $win_nt$.~bt on the hard drive. For 
automated installation it would be helpful to have a possibility to 
place the answer file directly into the InstallDIR (e.g. ReactOS\ or 
ReactOS\system32). What do you think?


Thank you for the fast answer.

Cheers

___
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev


Re: [Fusioninventory-devel] new software deployment module

2011-07-08 Thread Mario Gzuk

Hi Gonéri,
thankz for your answers.
Is the deployment module calling the same URI configured in the agent? I 
am not sure how the agent fetchs the API-REST-Deploy... Is this done by:


jobs request: /deploy?action=getJobsmachineid=$machineid

?

can the /deploy URI be configured to an other path? I dont know how to 
figure out all the stuff... Can you point me to the right docs/sources?


Thank you!

Am 07.07.2011 15:34, schrieb Gonéri Le Bouder:

On Fri, Jul 01, 2011 at 10:59:54AM +0200, Mario Gzuk wrote:

Hi Gonéri,
I want to start the integration of the deployment from
fusioninventory into uranos. I am not sure if I should start write a
new Task like OCSDeploy.pm or if I should transorm the output of the
inventory to match the API-REST-deploy because the scripts which
will be generated by uranos will be allways handle the tasks like
download, checks, logging, installation, update, uninstalltion, ...

you can see an example here:
http://uranos.sourceforge.net/www/external.php?function=install_sw_commandsoftwareversionid=719

I have some question about the agent handles the following tasks:
- Installation in windows 7 if UAC is enabled (will the agent
disable it to suppress the messages?)
- In which context the deployment will be executed?
- what about if the software needs some userinteraction?
- how it will work if the software need that a user is looged in?
(autoit script)

Cheers and a nice weekend!

Hi Mario,

Sorry I missed your mail last week.

OcsDeploy module is only in maintenance mode, we don't plan to improve it
or add new feature. So, yes, API-REST-Deploy module is the best option.
As far as I can see on your example, this can easily get in the JSON
structure.
Regarding your questions:
1) In order to avoid UAC issue, but also X11 session access right on Linux,
we decided to write a little application:
https://github.com/fusinv/fusioninventory-agent-task-deploy-gui
deploy-gui will be launched during the user session start-up and will
poll the agent embedded HTTP server to know if it should display
pop-up to the user.
For the moment nothing is done yet on this side.

2) The deployment will be done with the SYSTEM profile on Windows
or root on UNIX.

3) For the moment we do not plan to accept user interaction except
with the deploy-gui. As far I understand, you need some kind of
runas command to be able to access the user session.

4)  I believe it's the same with 3). We can improve the requirement
if you think we can do some improvement here.

Cheers,

   Gonéri


___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-devel


Re: [Unattended] How to Install Windows 7 over a Network using Linux

2011-04-09 Thread Mario Gzuk
Hi,
uranos supports to install Win7/Vista/W2K8 over network using Linux:
http://sourceforge.net/projects/uranos/

Cheers Mario

On 04/09/11 16:25, Kaushal Shriyan wrote:
 Hi

 How to Install Windows 7 over a Network using Linux? Does unattended
 support installation of Windows 7 via PXE ?

 Thanks

 Kaushal

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Fusioninventory-devel] new software deployment module

2011-03-07 Thread Mario Gzuk
Hi,
nice. I will take a look @ it. In URANOS some things like checks and
files will be done through the install script.
For URANOS it will be needed to transfer the following VARS to the
server before fetching the data:
OS (e.g. win)
OS_VERSION (e.g 5.1)
LANGUAGE (e.g. de, en, fr...)
HOSTNAME

but I think this should be no problem for THE inventory tool.

Cheers

Am 06.03.2011 15:56, schrieb Gonéri Le Bouder:
 Hi Mario and all,
 
 During the last days I worked on a JSON/REST migration for the agent.
 This had just been
 announced on the mailing list.
 I decided to give up with the OCS proprietary protocol because I've
 the felling we were wasting
 our time trying to work around XML format issue just to create
 something even more ugly and
 hard to maintain.
 This is the requirement of a new REST/JSON module designed to do
 software deployment:
 http://forge.fusioninventory.org/projects/fusioninventory-agent/wiki/API-REST-deploy
 
 I already did 60% of the code so far. I think the integration in
 URANOS will be way more simple.
 
 Best regards,

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel


Re: [Fusioninventory-devel] Deployment in unattended-gui (and others)

2010-11-27 Thread Mario Gzuk


On 27.11.2010 20:47, Gonéri Le Bouder wrote:
 On Thu, Nov 11, 2010 at 08:25:38PM +0100, Mario Gzuk wrote:
 To complet my suggestion, we need to had checksum in this FILES section.
 I understand Uranos do that already but if we want to have something generic
 enough we need to be able to retrieve file ourself.

 Regarding this, we already do peer to peer software download for the
 OcsDeploy.pm module. It works great, people are already able to deploy large
 archive on local network quickly. I plan do to the same here.


 Mainly the deployment runs directly from a share. But it is also
 possible to use it via http[s]|ftp to retrieve the software files. I am
 currently dont know what you mean with we need to be able to retrieve
 file ourself...


 Following the http://en.wikipedia.org/wiki/KISS_principle:
 The agent should do only main tasks so that you never have to change it:
 1.) get the script from somewhere (http[s] with or whithout auth) and
 store it local
 Sometime the script need another file. That's why I think
 we should be able to have more than one file.
 2.) run the scritp with the OPTS
 3.) catch the return code and the output from the script and
 4.) send it back to the server
 Actually, there is one case why this won't work. If the agent want to 
 send answer later. For example if the program to launch is a long process
 that need a lot of time.
 
 I suggest send the answer in a new XML message exchange:
 
 
 REQUEST
   ORDERIDaUniqueStringGivenByTheServer/ORDERID
   # We have to specify it in the initial order
   
   RUN_DURATION1234/RUN_DURATION
   # The time used to run the command (optional)
 
   RET_CODE0/RET_CODE
   # (optional)
 
   LOG
balbablabla
blaglablaba
balba
bablabal
/LOG
   # Optional
 
   DEVICEIDtest-deviceid/DEVICEID
   # The machine DeviceID (mandatory)
 
   QUERYRUNCOMMAND/QUERY
   # The XML module in use (mandatory)
 /REQUEST
 
 If you are agree with that, I will start to write the module.
 
 Cheers,
 
  Gonéri

Hi.
Yes that is ok for me. Cheers

___
Fusioninventory-devel mailing list
Fusioninventory-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel


Re: Installing windows 7 from linux

2010-06-07 Thread Mario Gzuk
Hi,
installing with this method leads into an unprotected filesystem. All
folders and files on c:\ are own by everyone and everyone has full
access to this files.
It should be possible to correct this after installing by adding a
security template which corrects this, but I found no default template
for that.
It would nice to hear from you if some one have a solution for that
behaivior.

Cheers mario

Am 31.05.2010 21:12, schrieb Mario Gzuk:
 Hi all!...

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Installing windows 7 from linux

2010-06-01 Thread Mario Gzuk
Hi Juan,
sharing knowledge is essential ;)

Now the tests are done. All seems to work as expected. You can use the
asnwer file which I have posted yesterday. The complete function to
install it via wim can be found here:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/init/profiles/unattended-gui/01install

The relevant parts are:
function copy_install_files_wim()
and
function install_VISTA() (copy BCD, drivers and so on...)

Feel free to ask if you have questions...

Cheers.

Am 01.06.2010 03:30, schrieb Juan Jose Pablos:
 Mario Gzuk escribió:
 Hi all!
 Now its done. I have found a way to install the .wim file directly from
 linux. 
 
 Thanks for share it so much Mario.
 

--

___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended] Installing windows 7 from linux

2010-05-31 Thread Mario Gzuk
Hi all!
Now its done. I have found a way to install the .wim file directly from
linux. Its realy simple, the only need is that you have 7z on the boot
stuff (how can be found in the makefile here:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/bootcd/Makefile?revision=1432view=markup
line 1256).

1.) create a bootable ntfs partition
2.) mount it via ntfs-3g (in this howto to /c)
3.) extract the files via /usr/bin/7z x -o/c /z/os/7/install.wim
4.) Create /c/Boot Directory (mkdir /c/Boot)
5.) Move extracted Files from /c/1 to /c
6.) copy bootmgr to /c (from /c/Windows/Boot/PCAT/bootmgr)
7.) umount /c
8.) replace bootcode for the bootmgr (has to be saved from a
vista/2008/win7 installation)
dd if=/z/etc/binary/bootmgr_boot_code_ntfs_1 of=/dev/dsk${BOOTNUMBER}
bs=1 count=426 seek=84
dd if=/z/etc/binary/bootmgr_boot_code_ntfs_2 of=/dev/dsk${BOOTNUMBER}
bs=1 count=7680 seek=512

you can fetch the bootmgr_boot_code_ntfs_* from:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/binary/

or back up it from a win7/2008/vista installation via:
dd of=/z/etc/binary/bootmgr_boot_code_ntfs_1 if=/dev/dsk${BOOTNUMBER}
bs=1 count=426 skip=84
dd of=/z/etc/binary/bootmgr_boot_code_ntfs_2 if=/dev/dsk${BOOTNUMBER}
bs=1 count=7680 skip=512
9.) Copy the BCD file to /c/Boot/BCD (can be found also here:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/binary/)

From this state the machine is bootable into the setup. After all the
unattend.xml has to be placed in /c/Windows/Panther/unattend.xml to get
proceed. Optional you can copy drivers to the mounted disk and add them
to the DriverPath in the unattend.xml. For more infos feel free to ask.

I am currently testing this, but maybe you have also the time to check
this method. Currently I have no 100% working answer file for this method...

Alternativ to this is the method via a ntfsclone. See more here:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=25#2.2.2.
There is an working answer file for this method. It is nearly the same
as in XP (add drivers to c:\ and answer file on the fly, start install
software after installation is done). An example can be found here:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/unattend.xml.example?revision=1389
(you only have to replace cmd /c cscript /nologo C:\netinst\postinst.js
with the postinst from the unattended project HINT: set autologon in
Vista/2008 and 7 differs to XP!)
Here is described how the ntfsclone windows setup part is working for
this method:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=25#2.2.2.3.

Cheers mario

--

___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[otrs-de] Benachrichtigung aller Queueadmins/agenten

2010-03-29 Thread Mario Gzuk
Hallo.
Wir würden gerne folgende Problematik mit OTRS lösen:
Ticket wird in Queue verschoben und Besitzer wird festgelegt:
- Benachrichtigung aller Queueadmins/agenten über Zuweisung/Übernahme
des Tickets.

Gedanke dahinter ist:
1.) Ticket trifft ein.
2.) Agent übernimmt Ticket und weißt es in die jeweilige Queue ein
3.) andere Agenten der Queues/ bzw. alle Agenten werden über den
Besitzerwechsel informiert damit NICHT jeder im otrs nachsehen muss ob
das Ticket bereits bearbeitet wird. Der Kunde soll darüber allerdings
nicht informiert werden.

Gibt es dafür schon einen Lösungsweg bzw. Auto-Benachrichtigungen?

Vielen Dank!
-- 
--
Mario Gzuk



smime.p7s
Description: S/MIME Cryptographic Signature
-
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

NEU! ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen!
http://www.otrs.com/de/support/enterprise-subscription/

[Unattended] Vmware image for unattended-gui available for download

2010-03-26 Thread Mario Gzuk
Hi,
the ubuntu (8.04 LTS) serverimage is now available for download. Its not
completly ready, but working. If you have questions feel free to ask
over the unattended-gui-us...@lists.sourceforge.net mailing list, or
contact me via ICQ/AIM/Jabber.

Here is the listing on the vmware Virtual Appliance Marketplace:
http://www.vmware.com/appliances/directory/va/479463
Here are the information on the sf.net page:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=1#1.2.2.
This is the direct link for download:
http://www.humyo.com/10263559/unattended-gui-vm-0.7-20100326.tar.bz2

You can access the vm via:
ssh, samba(cifs), http
You can use the root account with password unattended for all. (for the
samba share use the user unattended/unattended)

The machine is configured to use dhcp, so you have to check the IP
manually. The DHCP Server is not running. On the machine there is a
tftp, samba webserver and mysql running. You should use the webserver
only local, because there are no security settings implemented.

There is no docu for this machine, so feel free to ask.

Let me know if you need an image for another hypervisor.

cheers mario

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Creating boot disk for USB

2010-02-17 Thread Mario Gzuk
Hi,
here is a short how to run the linux stuff from an usb-stick or
usb-harddisk:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=4#3.

This should be also work for the unattended project, except all of the
kernel options.

Greetings and have a nice time! Mario

tovis schrieb:
 I1m sorry about messing, but I've got a better idea - after reading Juan's
 response - you can try PXE boot using http://rom-o-matic.net/ for given
 network card with USB image for PXE boot - it wouldn't have the bug.
 
 Hi!
 I'm not sure, but RIP has a good description how to doit.
 http://www.tux.org/pub/people/kent-robotti/looplinux/rip/index.html
 
 Best regards
   tovis





 Hi all,

 I just started testing unattended in the last couple of days.

 I've gone through the step-by-step tutorial which has gotten me up and
 running, which is great.
 I was able to modify the autoexec.bat file from bootdisk directory. I
 did see a makefile on there, so i executed
 # make clean
 # make all

 when it was done, it created a new bootdisk.iso file. I burned it to a
 CD and its working magically. The question is really, how can i put this
 ISO on a usb stick? I've tried
 # dd if=bootdisk.iso of=/dev/device
 # dd if=bootdisk.iso of=/dev/devicepartition

 and those did not work. I know the system can boot from a usb, just not
 this one.
 I do get the following message

 Missing operating system.
 Boot from CD :
 This is not a bootable disk. Please insert a bootable floppy and press
 any key to try again...
 Is booting from USB not supported or possible?

 (i did try the steps suggested in
 http://unattended.sourceforge.net/faq.php#8_2 and i got the same message
 as noted above)
 Thanks,

 Sijis

 _
 Hotmail: Trusted email with powerful SPAM protection.
 http://clk.atdmt.com/GBL/go/201469227/direct/01/--
 SOLARIS 10 is the OS for Data Centers - provides features such as
 DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10
 NOW
 http://p.sf.net/sfu/solaris-dev2dev___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info

 
 
 
 
 
 
 --
 Download Intelreg; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs 
 proactively, and fine-tune applications for parallel performance. 
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info

--
Download Intelreg; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] procedure to keep up to date

2009-11-11 Thread Mario Gzuk
Hi Patrick.
Are you talking about unattended or unattended-gui? unattended-gui has
an internal update mechanism which can be found in the settings section
of the web GUI. Let me know if you need help with this.

greetings mario

Patrick Benton wrote:
 What is the procedure to keep up to date on the latest unattended?
 
 is this the correct command?
 svn co https://unattended-gui.svn.sourceforge.net/svnroot/unattended-gui
 
 would that wipe out all my customizations? or leave files that have a
 different name alone?
 
 I tried looking in the docs but couldn't find anything. Wiki not much
 help either. But I could just be blind...
 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Defining multiple networks in unattended.txt

2009-10-08 Thread Mario Gzuk
Hi again,
I short tested it and it works with :
X.X.16.0/255.255.255.0,X.X.17.0/255.255.255.0,X.X.18.0/24

I dont tested the CIDR, but it should work also.

greetings

Mario Gzuk schrieb:
 Hi Hugo!
 have you try to add quots around the values:
 Addresses = 10.1.2.0/24,10.1.3.0/24,10.1.14.0/24
 
 ???
 
 As in the M$ doc your example should work:
 http://technet.microsoft.com/en-us/library/bb490620.aspx
 
 But it is M$ - so it should work never means that it will work ;)
 
 Have a nice day!
 
 Hugo Monteiro schrieb:
 Hello list,

 I'm having trouble defining multiple authorized networks, for the remote 
 desktop service.

 The relevant part of my unattended.txt file is


 --- snip ---

 [WindowsFirewall.RemoteAssistance]
 Program = %WINDIR%\System32\Sessmgr.exe
 Name = Remote Assistance
 Mode = 1
 Scope = 2
 Addresses = 10.1.2.0/24,10.1.3.0/24,10.1.4.0/24

 [WindowsFirewall.RemoteDesktop]
 Type = 2
 Mode = 1
 Scope = 2
 Addresses = 10.1.2.0/24,10.1.3.0/24,10.1.14.0/24

 --- snip ---


 What happens is that only the first defined network (10.1.2.0/24) is 
 being allowed to connect. It's not a network problem, or any other 
 firewall problem, because if i swap the network definitions, it's always 
 the first defined network that gets allowed to connect.

 I've searched documentation regarding this definition and from what i 
 could find, i should be able to define multiple networks, in CIDR 
 notation, separated by commas.

 Could anyone shed some light over this?

 Thanks in advance,

 Hugo Monteiro.

 
 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay 
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: dosemu

2009-07-09 Thread Mario Gzuk
Hi, quite simple:
There is a file which holds the partion settings in z/etc/

http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/partitionlayout.txt.example

and let the user chooce from one of these options.


This are only few examples, the fdisk to parted was the first thing I
removed ;)

So the best option for you may be to provide the file with both, fdisk
and parted commands, so there will be no need to translate...

e.g:
[1#* (100% C:)]
mklabel msdos;mkpart primary ntfs 0 %;set 1 boot on;
fdisk /pri:100,100;


greetings

 
 How do you solve partition settings?
 I guess the user define them somewhere,
 and linuxboot read them and executes.
 So you must have a way to transfer the from the user into
 the linuxboot.
 
 Im asking because we still use a fdisk to parted command translation.
 I had to look into that today, .. what a pain in the ass..
 
 
 mvh
 Nils Olav


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: dosemu

2009-07-08 Thread Mario Gzuk


 Well, I cant give you any first hand reasons as I have not used dosemu since 
 I 
 posted the very first stumbling nt5x-install patches here.

 To me it seems like the trouble people have with nt5x-install
 is the old bios geometry and limitations in FAT.
 When we throw shaky microsoft and 3rdparty drivers into that mix,
 and we get quite a soup!

 I dont think dosemu can be killed off before we have the tools to install 
 ntfs 
 partitions.
 (a nice sideeffect is that ntfs capability will open up for the newer  OSs 
 from Ms.)

 So, 
 can the ntfs tools be added into the current build environment,
 or is it wise to fix the build system first?
 All the bits needed have stable versions now (I think),
 (and Mario has posted something about that here).
   
Hi,
we also had problems with the disk geometry which leads into a blinking 
coursor. This effect is only if you use the hole hard disk in one 
partition, I have try to find out why. But a simple solution was faster 
then my search. So we create the FAT/NTFS partition 100MB smaller than 
the full size. The ExtendOEMPartition=yes in the answer file will extend 
the partition to the maximum during the installation.
With the file:
https://unattended-gui.svn.sourceforge.net/svnroot/unattended-gui/z/etc/init/profiles/unattended-gui/01install
which was the base for the nt5 install script you can:
- install win NT/XP/W2K/W2K3/Vista/Windows 7
- install NT/XP/W2K/W2K3 on a fat or ntfs partition without the 4GB 
limitation
- install via multicast
- install compressed installation files
- 
See more here:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=25#2.

You can also strip of the main parts of the Makefile from our project to 
bring up your Makefile to the newest versions. I have used the Makefile 
from unattended to build the boot stuff for unattended-gui. So its 
nearly the same. (without the perl stuff)
https://unattended-gui.svn.sourceforge.net/svnroot/unattended-gui/bootcd/Makefile
See also: 
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=4

Maybe we can also do some cooperation ;) with the boot environment...

For all those people who have problems to build the boot stuff. There 
is  a quite simple solution to build it on windows (cygwin) and nearly 
all linux distributions:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=4#4.

See here 4.1, 4.2 and 4.3


If you have questions feel free to ask.

greetings mario


 mvh
 Nils Olav

   


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Install Vista via linuxboot

2009-05-29 Thread Mario Gzuk
Hi,
The script reads an info.txt from each os directory which is explained
here (with examples) and give you some overview about what for features
(like DRIVERDIR) are supported:

http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/os/README.txt

The copy_install_files_ntfsclone is not in the script... But it will
follow (its nearly the same like the dd stuff).

greetings mario

Fabian Seither schrieb:
 Great!
 
 are there any plans to implement copy_install_files_ntfsclone?
 
 NTFS-dumps would be much smaller than sector-based images = would make the
 installation mauch faster.


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Install Vista via linuxboot

2009-05-29 Thread Mario Gzuk
Hi,
I have added the missed copy_install_files_ntfsclone function (untested).

greetings mario

Mario Gzuk schrieb:
 Hi,
 The script reads an info.txt from each os directory which is explained
 here (with examples) and give you some overview about what for features
 (like DRIVERDIR) are supported:
 
 http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/os/README.txt
 
 The copy_install_files_ntfsclone is not in the script... But it will
 follow (its nearly the same like the dd stuff).
 
 greetings mario
 
 Fabian Seither schrieb:
 Great!

 are there any plans to implement copy_install_files_ntfsclone?

 NTFS-dumps would be much smaller than sector-based images = would make the
 installation mauch faster.

 
 --
 Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 is a gathering of tech-side developers  brand creativity professionals. Meet
 the minds behind Google Creative Lab, Visual Complexity, Processing,  
 iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
 Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 ___
 unattended-devel mailing list
 unattended-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-devel

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Install Vista via linuxboot

2009-05-28 Thread Mario Gzuk
Hi,
here is the new script which was the base for your nt5install:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/init/profiles/unattended-gui/01install

Now it can handle also vista/2008/Windows7. Here is an example unattend.xml:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/unattend.xml.example

Here is the description how to prepare vista/2008/Windows7:
http://unattended-gui.sourceforge.net/www/index.php?loadsub=quwikifunc=wikitype=indexshow=25#2.2.2.

At the bottom of 2.2.2 is also a short How it works. If you have
questions feel free to ask.

Hope you can also integrate this into the unattended project.

I have only tested this with vista(x86/x86_64) and windows7(RC), but it
should be the same for 2008.

Greetings mario

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Samba] ntlm hashes..

2009-04-03 Thread Mario Gzuk
Or php class smbHash:
http://www.koders.com/php/fidC803D608E93A9E4FD6F3B4C4270B8A37DFD42261.aspx?s=smtp+server

from LDAP Account Manager (http://www.sourceforge.net/projects/lam)

greetings mario

Peter Rindfuss schrieb:
 On 03.04.2009 10:29, Collen Blijenberg wrote:
 Hello,

 How can i make an lm/ntlm hash from a plain text password ??

 i need a way to generate a ntlm password to put into an external
 database.
 we make the users and there passwords on a machine that is not direct
 connected to the samba domain.
 we can export the database, so the only prob i have left is, how to
 get the samba passwords (lm/nt) in the database.

 
 You could use perl and the Crypt::SMBHash module.
 
 Peter Rindfuss
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Mario Gzuk
Hi,
the best way is to get an fresh and clean i386 environment to build:

debootstrap --variant=buildd --arch i386 intrepid /var/tmp/build-root/ \
 http://archive.ubuntu.com/ubuntu/

After that chroot into this environment:
chroot /var/tmp/build-root/  su -
On 64bit systmes you should:
linux32 chroot /var/tmp/build-root/  su -

I have rebuild the makefile for the use with glibc2.9 and kernel 2.6.29.
But I also removed some stuff because perl is not needed for the
unattended-gui project. So take a look at our Makefile and try to use
the options for glibc-2.9:
http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/bootcd/Makefile?view=markup

For example you have to use this C-flags for glibc:
GLIBCCFLAGS=-O2 -mtune=i686 -pipe -U_FORTIFY_SOURCE -fno-stack-protector

Please post the lines before collect2: ld returned 1 exit status,
because the error is some where before this line

greetings mario

Sven Geipel schrieb:
 Hello,
 
 since two days I unsuccessful try to compile a new kernel. We got some
 new laptops with BCM5761e nics and these are not detected by my old 4.6
 boot kernel.
 
 I tried to compile with ubuntu 8.04, 8.10 and fedora 10 with no success
 at all. Compile always exit with error:
 
 collect2: ld returned 1 exit status
 make[2]: *** [/home/sven/unattended/linuxboot/build-glibc-2.9/libc.so]
 Error 1
 make[2]: Leaving directory '/home/sven/unattended/linuxboot/glibc-2.9'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory
 '/home/sven/unattended/linuxboot/build-glibc-2.9'
 make: *** [build-glibc-2.9/libc.so] Error 2
 (Tried also glibc version 2.6.1 and 2.5 in Makefile)
 
 Has somebody a tftpboot kernel with support for this nic and would it
 share with me, pleae?
 
 And how can I compile a new kernel by myself? My way was:
 - set up new os and patch it
 - install cvs, kernel-headers, bison, flex, gawk, mkisofs
 - cvs checkout unattended
 - make download
 - make tftpboot
 

--
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Mario Gzuk
Hi Sven,

 Hi Mario,
 
 I followed your instructions and got a error message again. Here a
 little bit more text :-) Seems to be something wrong with limits.h:
 
 ../include/limits.h:125:26: error: limits.h: No such file or directory

can you post your section of the Makefile which builds the glibc?

from:
## glibc
build-$(glibc)/libc.s
to:
$(call copy_lib, build-$(glibc)/libc.so, stage1/lib/libc.so)

The limits.h should be taken from: linux-2.6.29/dest/include/linux/limits.h

This part:
--includedir=$(cwd)/$(linux)/dest/include
--with-headers=$(cwd)/$(linux)/dest/include
of ./configure will make use of it.

 
 I changed glibc to version 2.7 in Makefile and try again now.

I have succsefuly build the glibc-2.9, so simple use this version.

 
 Your kernel ua-0.8.8 detects this new network card but it tries to start
 init.sh after boot and there's no perl installed too.
 

Yes... maybe in the future there is a way to combine the Makefile from
booth projects. But at this time I only can try to share my knowledge
and experience with the unattended-project. Maybe the developer of
unattended have an idea how to combine this

greetings mario

--
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Drivers from staging-kernel

2009-03-18 Thread Mario Gzuk
Hi,
only a hint from unattended-gui.sf.net:

Integrate drivers from sf.net/projects/e1000
Simple download and extract the drivers from the sf.net site and copy it
over the kernel tree in the specified directory, e.g.:
cp /usr/src/e1000-8.0.6/src/* /usr/src/linux/drivers/net/e1000/

staging drivers (like et131x):
1.) cd /usr/src
2.) git clone \
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
3.) rm -rf linux-staging
4.) cp -r YOURKERNEL linux-staging
5.) cd linux-staging
6.) QUILT_PATCHES=../staging/ quilt push -a
After that you have the staging drivers available via make menuconfig.

The drivers are integrated in 0.8.7
(https://sourceforge.net/project/showfiles.php?group_id=127437package_id=202131release_id=669160)
of the unattended-gui boot cd, so you can test if the drivers are
working for your hardware.

If you have questions feel free to contact me.

greetings

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended] Integratiobn of BTS driver pack problem

2009-02-11 Thread Mario Gzuk
Hi,
the 8.3 is limited by windows setup. After the setup you can play with
file names longer than 8.3.
One suggestion: Integrate the drivers for mass staroage directly into
the PNPDriverPath, install the driverpacks as first script after the setup.
I have no solution for you because we only work with the PNPDriverPath,
and we have extracted the driverpack stuff into $OEM$. But you should
use an other directory structure for that because the PNPDriverPath is
also limeted ;P

greetings mario

tovis schrieb:
 Seem to be is it the best suggestion what I have from this thread :)
  - In this case please give me some idea, why we need to give a so ugly
argument list for cmd.exe to simopky start the drivers.exe?
  - Why we need to chunk file names to 8.3, I think winnt.exe and setup.exe
can handle long file names, is not it? (I'm using nt5x-install to avoid
these problems)
 About the Drivers.cmd :
  - Why we need Set Current Drive as CD?
 
 tovis
 


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Integratiobn of BTS driver pack problem

2009-02-10 Thread Mario Gzuk
Hi,
sometimes it is better to dont ask why it is not working... Try this:
create a script which does the work you want to do and call this script

You can place it in $OEM$ so it will be on the hard disk after the first 
step of installation.

(my 2 cents)

Greetings mario

tovis schrieb:
 I have decided to debug the situation.
 1. Step
   [GuiUnattended]
  DetachedProgram=cmd.exe
  Arguments=/K echo %SYSTEMROOT%  C:\NETINST\bubu.txt

   It's working, after installation process c:\netinst\bubu.txt is created,
 and
   contain C:\WINDOWS. That means (for me) that cmd.exe was called and
   executed with given arguments.

 2. Step
   [GuiUnattended]
  DetachedProgram=cmd.exe
  Arguments=/Q /C FOR /F %? IN ('FINDSTR/B
dospath=%SYSTEMROOT%\SYSTEM32\$WINNT$.INF') DO
(echo %?  C:\NETINST\bubu.txt)

   I's does not work :( It seem to be FINDSTR /B does not find any appropriate
 for ... ? What for? FINDSTR search for somesing in the $WINNT$.INF ?
 Could some one figure out what expression this exprettion do?
'FINDSTR/B dospath=%SYSTEMROOT%\SYSTEM\$WINNT$.INF'

 tovis




 --
 Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
 software. With Adobe AIR, Ajax developers can use existing skills and code to
 build responsive, highly engaging applications that combine the power of local
 resources and data with the reach of the web. Download the Adobe AIR SDK and
 Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info
   


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] using unattended to install 2k3-srv on VMware ESXi

2009-01-05 Thread Mario Gzuk
Hi,
for that you only have to patch the kernel source:
http://theether.net/kb/100038

greetings mario


Harm schrieb:
 Hi list,
 
 i've been using unattended for quite a while now but installing windows
 2003 on a VMware ESXi host gives a little headache right after
 nt5x-install has completed and the reboot is issued... 
 It appears the linux environment does not support the LSI logic SCSI
 controller that is used in VMware and so everytime i install 2003 server
 i have to use the BusLogic controller for the linux part and change to
 LSI for the windows part or else it will give a bsod in windows setup
 process.
 So, when will the linux env incorporate drivers for the LSI Logic
 controller? Since its usable in other distro's aswell...
 
 Regards
 
 
 --
 ___
 unattended-info mailing list
 unattended-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-info

--
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] image linuxboot to pen drive

2008-12-22 Thread Mario Gzuk
Hi,
this should work also for unattended:
http://unattended-gui.sourceforge.net/index.php?title=Bootcd:USB

greetz and happy x-mas!

Celso Viana schrieb:
 All,

 Someone has already made an image of linuxboot to pen drive?

 Thanks!!

   

--
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: Native NTFS

2008-11-25 Thread Mario Gzuk
Hi,
there are only some little changes, I dont know the modifications in the
nt5 install script so you have to try it by yourself.

use:
mkfs.ntfs -f /dev/hdXX # to create a ntfs file system
ntfs-3g /dev/hdXX /c # to mount the ntfs drive to /c

If the active boot partition is ntfs you have to add the bootloader in
this way:
if [[ ${BOOTPART} == ntfs ]]
then
dd if=/z/etc/binary/ntldr_boot_code_ntfs_1
of=/dev/dsk$BOOTNUMBER bs=1 count=426 seek=84  $LOGTTY 21
dd if=/z/etc/binary/ntldr_boot_code_ntfs_2
of=/dev/dsk$BOOTNUMBER bs=1 count=7680 seek=512  $LOGTTY 21
fi

You can exctract the bootcode from an existing XP Installation in this way:

dd if=/dev/hda1 of=/tmp/ntldr_boot_code_ntfs_1 bs=1 count=426 seek=84
dd if=/dev/hda1 of=/tmp/ntldr_boot_code_ntfs_2 bs=1 count=7680 seek=512

After copy the files to the ntfs partition, I will copy the setupldr to
/c/inldr and set this in the bootsect.dat:

if [[ ${BOOTPART} == ntfs ]]
then
copy_files $OS_DIR/i386/setupldr.bin /c/inldr 3
Copy setupldr.bin.
message_start Creating bootsect.dat
dd if=/dev/dsk$BOOTNUMBER
of=/c/\$win_nt\$.~bt/bootsect.dat bs=8192 count=1  $LOGTTY 21
#replace n.t.l.d.r with i.n.l.d.r
echo -e -n \x49| dd
of=/c/\$win_nt\$.~bt/bootsect.dat bs=1 seek=514 conv=notrunc  $LOGTTY 21
echo -e -n \x4e| dd
of=/c/\$win_nt\$.~bt/bootsect.dat bs=1 seek=516 conv=notrunc  $LOGTTY 21
message_end
fi

The rest is the same as with fat32.

The complete script will be in the unattended-gui svn repository after I
am ready with the vista/2008 installation.


greetings mario

Randy McAnally schrieb:
 Hi Mario,
 
 I'm very interested.  I've got issues with the amount if time Windows takes 
 to install...probably half of it is rebooting several times to convert the 
 FS...ect.  Especially on large drives/arrays...
 
 --
 Randy
 www.FastServ.com
 
 -- Original Message ---
 From: Mario Gzuk [EMAIL PROTECTED]
 To: Randy McAnally [EMAIL PROTECTED]
 Cc: unattended-devel@lists.sourceforge.net
 Sent: Tue, 25 Nov 2008 11:52:22 +0100
 Subject: Re: Native NTFS
 
 Hi,
 I have updated the script (from unattended-gui,  the nt5x-install is 
 based on this one) to use ntfs. But you will need the ntfstools and 
 ntfs-3g installed in the boot-cd. If you are interested I can try to 
 describe  how it works...

 greetings mario

 Randy McAnally schrieb:
 Has anyone tried to modify nt5x-install to create a full sized NTFS 
 partition in the beginning since parted and recent kernels support it 
 (instead of converting fat to ntfs)?  Does it not work for some reason?

 --
 Randy
 www.FastServ.com



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's 
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great 
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the 
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 unattended-devel mailing list
 unattended-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-devel

 --- End of Original Message ---
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Windows 2003 and ICMP Echo

2008-11-10 Thread Mario Gzuk
Hi,
IcmpSettings=WindowsFirewall.EchoRequest has to be placed in the Profile
section WindowsFirewall.EMSUnattended:

[WindowsFirewall.EMSUnattended]
Type = 3
Mode = 1
Exceptions = 1
Services = WindowsFirewall.RemoteDesktop
IcmpSettings=WindowsFirewall.EchoRequest


greetings mario

Am Montag, den 10.11.2008, 10:29 -0500 schrieb Randy McAnally:
 To this date I've never been able to get ICMP echo enabled automatically.  
 The following is my unattend.txt.  Remote desktop is properly enabled and 
 allowed, but I ALWAYS have to manually enable ICMP echo after each 
 installtion.  Any clues?
 
 
 
 [WindowsFirewall]
 Profiles=WindowsFirewall.EMSUnattended
 IcmpSettings=WindowsFirewall.EchoRequest
 
 [WindowsFirewall.EMSUnattended]
 Type = 3
 Mode = 1
 Exceptions = 1
 Services = WindowsFirewall.RemoteDesktop
 
 [WindowsFirewall.RemoteDesktop]
 Type = 2
 Mode = 1
 Scope = 0
 
 [WindowsFirewall.EchoRequest]
 Type = 8
 Mode = 1
 
 --
 Randy
 www.FastServ.com
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 unattended-devel mailing list
 unattended-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/unattended-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended] [Unattended-gui-users] remotely installing Vista

2008-09-04 Thread Mario Gzuk
Hi Florian,
I am currently working on this issue. You can read more here:
http://unattended-gui.sourceforge.net/index.php?title=Win:installation_process_vista

There is also a collection of helpful links at the bottom.

It should also work if you use ntfsclone, but I running into different
errors with this. So I changed to use dd instead.

I am very busy at this time, so I dont know when this will be ready to
use... Feel free to ask if you have questions about the installation
process and if you want to share your experience...

greetings mario

Am Donnerstag, den 04.09.2008, 17:47 +0200 schrieb Florian Effenberger:
 Hello there,
 
 might be a little bit off-topic, but I think we have real experts on
 this list, so I wanted to give it a try. ;-) Does anyone of you know
 how to remotely install Vista from Linux? With XP, I've made great
 experience with the free BINL server from
 http://oss.netfarm.it/guides/pxe.php, but for Vista, I'm out of luck.
 The RIS model changed to WDS, from what I know - I guess something
 like booting the PE image remotely should work. Any pointers you can
 give me would be great!
 
 I want to avoid booting into Linux and then going into Vista, as this
 usually involves fiddling around with hardware support in Linux. Using
 the Windows setup directly (like with the BINL script and TFTP boot)
 works fine, so I'm searching for a method to do so with Vista.
 
 Thanks
 Florian



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


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

2008-04-26 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-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[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


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


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
 [EMAIL PROTECTED]
 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-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


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


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


Re: NTLDRNotFound 4.8 RC2

2008-04-17 Thread Mario Gzuk

Am Donnerstag, den 17.04.2008, 23:42 +0200 schrieb Jens Geile:
 Hi,
 
   Some other output that seemed meaningful:
   Loading sd_mod...
   Driver 'sd' needs updating - please use bus_type methods
   sd 0:0:0:0 [sda] 312581808 512-byte hardware sectors (160042 KB)
  I see these too, probably harmless: http://lkml.org/lkml/2008/1/10/272
 If its harmless, ok.
 
   ...
   Odd. C/H/S does not multiply out to 312581808
   ...
   * We have fix_disk_geo_heads (78), writing into /dev/dsk1
   * We have fix_disk_geo_sectors (60), writing into /dev/dsk1
  ...
   Legacy BIOS says 78 heads and 60 sectors. The hdd is a 160gb sata drive
  Does not look right..
  The only values I can remember that I have seen on a modern system:
  heads: 255 and 240
  sectors: 63
 Googling a bit revealed this: http://www.mail-archive.com/[EMAIL 
 PROTECTED]/msg02058.html
 Maybe Mario can give us some info.
 


Hi,
maybe I can help out with this... I dont read the complete threat so
sorry if I am asking something which seem to be clear

I had this problem whith a Lenovo T60 (as I can remember...). This was
related to parted 1.7.1. You are using 1.8.8? Right? Or are you @
1.6.22? 

The things I suggest (every step try and if error goto next step):
1.) run a bios update
2.) dont fix the heads and sectors (obsolet if already done)
3.) fix the heads and sectors (obsolet if already done)
4.) use parted 1.6.22 without fixing heads and sectors
5.) use parted 1.6.22 with fixing heads and sectors

I think if you use parted 1.6.22 it will work and maybe also you are
successful with the bios update (worked in my case...).

If anything fails:
collect the first 12 sectors of the fat partion from a ntldr not
found... and from a clean windows CD installation. After that try to
compare the bytes you are try to fix... You will see what is correct and
what not.

But some times this can be a little bit confusing if you are search such
simple things. This stange behavior can happen:
first boot: wrong heads/sectors
second boot (after partitioning the drive): correct heads/sectors

This might be also the case on a mail I wrote some time ago in the past
weeks. First installation:  ntldr not found Second installation on
the same machine with the same configuration (but the drive has been one
time partioned in the first installation) - worked fine.
You can controll this by zero out the first Sectors:
dd if=/dev/zero of=/dev/hda bs=1024 count=100
#should be enough (/dev/urandom should also work)
and start the same procedure (...like every year, james...) again.

If you need help on comparing, feel free to send me your differt sectors
from the different installations and I will try to take a [EMAIL PROTECTED],

Here you can find the M$ WhitePaper (in this case it seems to be the
best way to use [!read] it on a t01l3t) about fat32:
http://www.google.com/search?hl=deq=microsoft+whitepaper
+fat32btnG=Google-Suchemeta=

So have a nice day! And keep on your good work!

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


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


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


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: [Samba] Re: Samba/Ldap problems with Versions 3.0.24

2008-03-18 Thread Mario Gzuk
Hi,

Am Montag, den 17.03.2008, 13:41 -0400 schrieb Adam Tauno Williams:
  we have similiar problems with samba+ldap after updating to 3.0.27.
  But in our case, the following ldap-Attributes won't get updated:
  sambaPwdMustChange
  sambaPwdCanChange
  only sambPwdLastSet gets altered.
  in newly created accounts the two Attributes even won't be created !?
  I already checked every log-file i can think of, I played with verbose 
  logging, but I really can't find a solution up to now.
  I also asked about this stuff here in the mailinglist several weeks ago, 
  but no answer til now.
  So what could we do ?
 
 Is there a policy set to affect these attributes?
 
 littleboy:~ # pdbedit -P minimum password age
 account policy value for minimum password age is 86400
 littleboy:~ # pdbedit -P maximum password age
 account policy value for maximum password age is 5184000

We have a policy for the maximum password age (value is: 15552000). But
this doesnt matter. The timestamps in the LDAP get updated correctly,
but the pdbedit -Lv user shows the wrong dates and the functionality is
broken as you may read in my previous mail...

greetings mario gzuk

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Vista joinDomain gdwError = 0x32

2008-03-18 Thread Mario Gzuk
Hi,
the same error is with samba version 3.0.24. Later versions can not be
tested because of the Samba/Ldap problems with Versions  3.0.24.

Nobody knows some thing about this error messages?

greetings mario

Am Montag, den 03.03.2008, 09:45 +0100 schrieb Mario Gzuk:
 Hi,
 I am trying to join MS Vista to a samba (3.0.23) Domain. If I join the
 domain manually all works fine, but when I try the unattended method I
 got the following errors:
 
 2008-03-04 02:58:32, Error[unattendedjoin.exe]
 Unattended Join: NetJoinDomain failed error code is [50]
 2008-03-04 02:58:32, Error[unattendedjoin.exe]
 Unattended Join: Unable to join; gdwError = 0x32
 
 I am searching the samba logs and the Internet, but there is no
 description of this error (also not on microsoft.com). Maybe someone of
 the samba experts know this error code? 
 Let me know if you need more information.
 
 Thank you for any hint.
 
 greetings mario
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Samba/Ldap problems with Versions 3.0.24

2008-03-17 Thread Mario Gzuk
Hi,
we have a samba/ldap domain. After upgrading to versions greater than
3.0.24, there are problems with the timestamps which are correct set in
the LDAP tree.
Here are 2 examples:
---
Example 1: 
Password can change=not empty
LDAP:
sambaPwdLastSet: 1205744729
sambaPwdMustChange: 1307828342
sambaPwdCanChange: 1192276342
sambaKickoffTime: 1228086000

Samba 3.0.24 - correct:
Logon time:   Tue, 06 Feb 2007 16:07:05 CET
Logoff time:  Tue, 10 Feb 2004 09:18:42 CET
Kickoff time: Mon, 01 Dec 2008 00:00:00 CET
Password last set:Mon, 17 Mar 2008 10:05:29 CET
Password can change:  Sat, 13 Oct 2007 13:52:22 CEST
Password must change: Sat, 11 Jun 2011 23:39:02 CEST


Samba 3.0.24 - incorrect:
Logon time:   Tue, 06 Feb 2007 16:07:05 CET
Logoff time:  Tue, 10 Feb 2004 09:18:42 CET
Kickoff time: Mon, 01 Dec 2008 00:00:00 CET
Password last set:Mon, 17 Mar 2008 10:05:29 CET
Password can change:  Mon, 17 Mar 2008 10:05:29 CET
Password must change: Mon, 17 Mar 2008 10:06:59 CET
---
Exapmle 2:
Password can change=empty
LDAP:
sambaPwdLastSet: 1205738745
sambaPwdMustChange: 1208781070
sambaKickoffTime: 1230764400
sambaPwdCanChange - doesnt exist

Samba 3.0.24 - correct:
Logon time:   Wed, 07 Feb 2007 20:00:12 CET
Logoff time:  Thu, 09 Oct 2003 08:04:28 CEST
Kickoff time: Thu, 01 Jan 2009 00:00:00 CET
Password last set:Mon, 17 Mar 2008 08:25:45 CET
Password can change:  0
Password must change: Mon, 21 Apr 2008 14:31:10 CEST

Samba 3.0.24 - incorrect:
Logon time:   Wed, 07 Feb 2007 20:00:12 CET
Logoff time:  Thu, 09 Oct 2003 08:04:28 CEST
Kickoff time: Thu, 01 Jan 2009 00:00:00 CET
Password last set:Mon, 17 Mar 2008 08:25:45 CET
Password can change:  Mon, 17 Mar 2008 08:25:45 CET
Password must change: Mon, 17 Mar 2008 08:27:15 CET
---

The time sets for Password can change: and Password must change: are
incorrect, that leads to that each user has to change his password every
time he want to log in, because the Password must change is 1:30
minute later than Password can change which is the same value like
Password last set. So this bug exists since a half year, so I wonder
that no one other than Tomasz Chmielewski has detect this behavior. See
his unanswered messages here:
http://www.nabble.com/Re%
3A-Strange-NT_STATUS_PASSWORD-errors-after-upgrade-to-3.0.26a-td15847364.html


greetings mario

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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


[Samba] Vista joinDomain gdwError = 0x32

2008-03-03 Thread Mario Gzuk
Hi,
I am trying to join MS Vista to a samba (3.0.23) Domain. If I join the
domain manually all works fine, but when I try the unattended method I
got the following errors:

2008-03-04 02:58:32, Error[unattendedjoin.exe]
Unattended Join: NetJoinDomain failed error code is [50]
2008-03-04 02:58:32, Error[unattendedjoin.exe]
Unattended Join: Unable to join; gdwError = 0x32

I am searching the samba logs and the Internet, but there is no
description of this error (also not on microsoft.com). Maybe someone of
the samba experts know this error code? 
Let me know if you need more information.

Thank you for any hint.

greetings mario

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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: [Openvas-devel] Gentoo: short installation guide ?

2008-02-23 Thread Mario Gzuk
Hi!

Am Samstag, den 23.02.2008, 12:45 +0100 schrieb Hanno Böck:
 Am Samstag 23 Februar 2008 schrieb Jan-Oliver Wagner:
  Hello Marco,
 
  On Tuesday 19 February 2008 09:59, Mario Gzuk wrote:
   Thanks to Hanno Boeck who writes the ebuilds for gentoo. The ebuilds are
   in the gentoo portage. To get the actual packages simple run:
  ...
 
  thanks for your description!
  I have added it to the page
  http://www.openvas.org/openvas-server.html
 
 The guide is fine, beside it referres to esearch, which is no 
 official/default 
 portage-tool. Though people may get confused.
 
 I suggest just delete those two lines, they aren't important anyway:
 
 After that you may list the OpenVAS packages with this command:
 
 #esearch openvas


Or replace it with:

emerge -s openvas

greetz and have a nice weekend!

mario

___
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel


[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


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


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


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


[Samba] Problem with samba 3.0.25b-33

2008-01-07 Thread Mario Gzuk
Hi,

our window file server running 3.0.25b-33 (X64) (Sernet rpm)
on SLES 9 SP3 has been stoped working.
The log file shows nothing new. No error ...
Only the clients can not connect to the server. After a restart
of smbd it seems to work for a while.
Any idea ?

Any help is welcome !!

-The last logline before was 10:39; at10:42 no connection was 
possible-

Jan  7 10:42:30 modena smbd[9266]: nss_ldap: reconnected to LDAP server 
after 1 attempt(s)
Jan  7 10:42:40 modena smbd[9266]: [2008/01/07 10:42:40, 0] 
smbd/service.c:make_connection(1191)
Jan  7 10:42:40 modena smbd[9266]:   namibia (141.5.19.206) couldn't 
find service c-sid
Jan  7 10:42:42 modena smbd[9784]: nss_ldap: reconnecting to LDAP
server...
Jan  7 10:42:42 modena smbd[9784]: nss_ldap: reconnected to LDAP server 
after 1 attempt(s)
Jan  7 10:42:44 modena smbd[24293]: [2008/01/07 10:42:44, 0] 
lib/util_sock.c:get_peer_addr(1232)
Jan  7 10:42:44 modena smbd[24293]:   getpeername failed. Error was 
Transport endpoint is not connected
Jan  7 10:42:44 modena smbd[10567]: [2008/01/07 10:42:44, 0] 
lib/util_sock.c:get_peer_addr(1232)
Jan  7 10:42:44 modena smbd[10567]:   getpeername failed. Error was 
Transport endpoint is not connected
Jan  7 10:42:44 modena smbd[10567]: [2008/01/07 10:42:44, 0] 
lib/util_sock.c:write_data(562)
Jan  7 10:42:44 modena smbd[10567]:   write_data: write failure in 
writing to client 0.0.0.0. Error Connection reset by peer
Jan  7 10:42:44 modena smbd[10567]: [2008/01/07 10:42:44, 0] 
lib/util_sock.c:send_smb(769)
Jan  7 10:42:44 modena smbd[10567]:   Error writing 4 bytes to client. 
-1. (Connection reset by peer)
Jan  7 10:42:46 modena smbd[9266]: [2008/01/07 10:42:46, 0] 
smbd/service.c:make_connection(1191)
Jan  7 10:42:46 modena smbd[9266]:   namibia (141.5.19.206) couldn't 
find service c-sid
Jan  7 10:42:52 modena smbd[10534]: nss_ldap: reconnecting to LDAP
server...
Jan  7 10:42:52 modena smbd[10534]: nss_ldap: reconnected to LDAP
server 
after 1 attempt(s)
Jan  7 10:43:04 modena smbd[10569]: [2008/01/07 10:43:04, 0] 
lib/util_sock.c:write_data(562)
Jan  7 10:43:04 modena smbd[10569]:   write_data: write failure in 
writing to client 141.5.16.46. Error Connection reset by peer
Jan  7 10:43:04 modena smbd[10569]: [2008/01/07 10:43:04, 0] 
lib/util_sock.c:send_smb(769)
Jan  7 10:43:04 modena smbd[10569]:   Error writing 4 bytes to client. 
-1. (Connection reset by peer)
Jan  7 10:43:15 modena smbd[9266]: [2008/01/07 10:43:15, 0] 
lib/util_sock.c:write_data(562)
Jan  7 10:43:15 modena smbd[9266]:   write_data: write failure in 
writing to client 141.5.19.206. Error Connection reset by peer
Jan  7 10:43:15 modena smbd[9266]: [2008/01/07 10:43:15, 0] 
lib/util_sock.c:send_smb(769)
Jan  7 10:43:15 modena smbd[9266]:   Error writing 88 bytes to client. 
-1. (Connection reset by peer)
Jan  7 10:43:15 modena smbd[9266]: [2008/01/07 10:43:15, 0] 
lib/util_sock.c:write_data(562)
Jan  7 10:43:15 modena smbd[9266]:   write_data: write failure in 
writing to client 141.5.19.206. Error Broken pipe
Jan  7 10:43:15 modena smbd[9266]: [2008/01/07 10:43:15, 0] 
lib/util_sock.c:send_smb(769)
Jan  7 10:43:15 modena smbd[9266]:   Error writing 75 bytes to client. 
-1. (Broken pipe)
Jan  7 10:44:20 modena smbd[9566]: nss_ldap: reconnecting to LDAP
server...
Jan  7 10:44:20 modena smbd[9566]: nss_ldap: reconnected to LDAP server 
after 1 attempt(s)
Jan  7 10:44:22 modena sshd[10574]: Accepted publickey for root from 
141.5.16.150 port 55694 ssh2
Jan  7 10:44:30 modena nmbd[10010]: [2008/01/07 10:44:30, 0] 
nmbd/nmbd_namequery.c:query_name_response(109)
Jan  7 10:44:30 modena nmbd[10010]:   query_name_response: Multiple (2) 
responses received for a query on subnet 141.5.16.61 for name BGC1d.
Jan  7 10:44:30 modena nmbd[10010]:   This response was from IP 
141.5.16.29, reporting an IP address of 141.5.16.29.
Jan  7 10:44:33 modena smbd[24293]: [2008/01/07 10:44:33, 0] 
lib/util_sock.c:get_peer_addr(1232)
Jan  7 10:44:33 modena smbd[24293]:   getpeername failed. Error was 
Transport endpoint is not connected
Jan  7 10:44:33 modena smbd[10607]: [2008/01/07 10:44:33, 0] 
lib/util_sock.c:get_peer_addr(1232)
Jan  7 10:44:33 modena smbd[10607]:   getpeername failed. Error was 
Transport endpoint is not connected
Jan  7 10:44:33 modena smbd[10607]: [2008/01/07 10:44:33, 0] 
lib/util_sock.c:write_data(562)
Jan  7 10:44:33 modena smbd[10607]:   write_data: write failure in 
writing to client 0.0.0.0. Error Connection reset by peer
Jan  7 10:44:33 modena smbd[10607]: [2008/01/07 10:44:33, 0] 
lib/util_sock.c:send_smb(769)
Jan  7 10:44:33 modena smbd[10607]:   Error writing 4 bytes to client. 
-1. (Connection reset by peer)
Jan  7 10:45:11 modena smbd[9065]: nss_ldap: reconnecting to LDAP
server...
Jan  7 10:45:11 modena smbd[9065]: nss_ldap: reconnected to LDAP server 
after 1 attempt(s)
Jan  7 10:45:34 modena smbd[10638]: [2008/01/07 10:45:34, 0] 
lib/util_tdb.c:tdb_chainlock_with_timeout_internal(84)
Jan  7 10:45:34 modena 

[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


[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


Re: Antwort: Re: [Unattended] 4.7 Release Candidate2

2007-12-18 Thread Mario Gzuk
Hi,
some hint from me. There are a lot of problems with the kernel e1000
driver (version 7.3.xx). The http://sourceforge.net/projects/e1000
(version 7.6.9) is working better.
Maybe you give that a try

greetings

Am Dienstag, den 18.12.2007, 10:31 +0100 schrieb Juan Jose Pablos:
 Markus Progl escribió:
  Yes, its an e1000 driver.
  
 ok, e1000 is enable already. you may have another problem. what is
 the 
 output of dmesg | grep e1000 


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


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


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: [patch] dosemu alternative (2.01) with disk geometry fixes

2007-12-15 Thread Mario Gzuk
Am Samstag, den 15.12.2007, 16:10 +0100 schrieb Nils Olav Fossum:
 Lørdag 15 desember 2007 09:35, skrev Mario Gzuk:
 
  No problem, it is open source under the GPL. I am happy about that you can
  spend time with the help of this informations.
 
  greetings mario
 
 Very cool!
 
 So to get any confusion out of the way:
 Looking at the unattended license file LICENSE.txt:
 
 All of the source code, text, and HTML documents here were written by
 me.  They are hereby licensed under version 2 of the GNU General
 Public License, available at http://www.gnu.org/copyleft/gpl.html
 and elsewhere.
 -
 (some more about binaries snipped out.)
 
 The file is clearly written by Patrick J. LoPresti.
 This is simply not true anymore and should be updated.
 
 Mario, is GPL v. 2 OK for you?

Hi,
sure. It is.

HAve a nice weekend!
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://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


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] 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 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] 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 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


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


Re: [Samba] OT: Automount, LDAP and AD

2007-11-19 Thread Mario Gzuk
Hi,
http://docs.hp.com/en/J4269-90084/ch04s02.html but untestet. 

greetz mario

Am Montag, den 19.11.2007, 17:20 +0100 schrieb Sebastian Ries:
 Hi
 
 I know this does not directly correspond to Samba but it corresponds to
 the interaction between Windows and Linux.
 
 Is it possible to distribute automount maps via an AD-Server?
 
 I found some hints about adding automount maps into ldap but this does
 not seem to correspond to the AD.
 
 Does anyone of you have links to howtos on this?
 
 Regards
 Sebastian Ries
 
 -- 
 
 DT Netsolution GmbH -  Talaeckerstr. 30 -  D-70437 Stuttgart
 Tel: +49-711-849910-36   Fax: +49-711-849910-936
 WEB: http://www.dtnet.de/ email: [EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


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] 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] 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


[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


  1   2   >