search for: sieber

Displaying 5 results from an estimated 5 matches for "sieber".

Did you mean: rieber
2002 May 28
0
isolinux/memdisk with harddisk image.
...se the created harddisk image with memdisk. I'l receive error Message as follows. <<screen.jpg>> This is my Config-File. <<isolinux.cfg>> Memdisk works great. I want to use it. Have you any suggestions what's going wrong. Best regards and thanks a lot. Helmut Sieber Doppelmayr Seilbahnen GmbH Rickenbacherstr. 8-10 Postfach 20 A-6961 Wolfurt / Austria Tel. (+43) 05574 / 604-282 Fax (+43) 05574 / 75590 Handy: (+43) 699 11128712 Mailto:helmut.sieber at doppelmayr.com Internet <http://www.doppelmayr.com/> -------------- next part -------------- A non...
2009 Sep 14
2
Timezone problem
Hello people! I'm having trouble while try to run our app in wine. The error is: Warning: could not find DOS drive for current working directory '/home/eduardo', starting in the Windows directory. fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/02/2009, dlt (d/m/y): 18/10/2009 I Have Installed: user at Desk177:~$
2003 Jun 20
4
PXELINUX keeppxe mem footprint
Hi, I want to use PXELINUX to load a DOS disk image which I currently use for Win2K/XP unattended installs. I want to move away from reliance on specific NDIS2 drivers and use the 3Com UNDIS3C driver instead. I have used this successfully to start the MSClient, but the problem is that the UNDI and PXE layer take about 90K of base memory, which means that WINNT.EXE has insufficent memory to run
2001 Jun 15
1
Can I encode now?
I saw the news about release 1.0 coming up this weekend, but was wondering if there is any reason not to encode now with the pre-release software I have. I want to use CDex with its Ogg support ("Ogg Vorbis DLL Encoder version 1.04, engine 1.04) to replace my MP3 files with Ogg -- and would like to start this weekend while I have the time. Any advice or suggestions appreciated... -- dave
2012 Dec 20
4
Memory filling up while looping
Hey, I have an double loop like this: chunk <- list(1:10, 11:20, 21:30) for(k in 1:length(chunk)){ print(chunk[k]) DummyCatcher <- NULL for(i in chunk[k]){ print("i load something") dummy <- 1 print("i do something") dummy <- dummy + 1 print("i do put it together") DummyCatcher = rbind(DummyCatcher, dummy) } print("i save a chunk