Displaying 20 results from an estimated 400 matches similar to: "Hint to Windoze users"
2008 May 05
2
COM32 and network access
Hi!
i'm kinda investigating the possibility of using COM32 to manage an
in-house installation method.
For this to work, we need to have network access (HTTP preferred)
from within COM32 itself. That or any kind of query/response type
of network access.
This is an example of what we could use:
GET /somewhere/blah.asp?MACHINE=THIS
and parse the response from the server.
We're completely
2004 Aug 20
0
Syslinux 2.10 does not load initrd anymore
Hi!
As for this matter, it got solved in 2.11, as I tested it yesterday.
Sorry about the delay, but vacation got in the way ;)
Cheers!
Luis Correia
Bering uClibc Team Member
PGP Fingerprint: BC44 D7DA 5A17 F92A CA21 9ABE DFF0 3540 2322 21F6
Key Server: http://pgp.mit.edu
> -----Original Message-----
> From: Luis.F.Correia [mailto:Luis.F.Correia at seg-social.pt]
> Sent:
2005 Aug 09
8
SYSLINUX 3.10-pre* testing
Hi!
as i know that you like test reports, here are some...
Testing environment:
CompactFlash card, connected with an USB adapter to a Compaq Evo D310
frontal USB port.
This machine boots via USB quite well with syslinux.
3.09 boots ok, no problem
3.10-pre2 does not boot
3.10-pre3 does not boot
3.10-pre4 does not boot
3.10-pre5 locks up pc
3.10-pre6 locks up pc
3.10-pre7 writes
2003 Jan 06
8
PXE booting
Hi!
I have been using pxelinux with memdisk to boot our workstations with
our custom floppy, which is a MSDOS boot disk (actually it is win98)
On one of the PC's I'm testing, a Fujitsu-Siemens which has an AMDtek
based on-board network card and when PXE is activated,
it gets an IP from the DHCP, then it finds the TFTP server, downloads
pxelinux.0, executes it which causes the floppy to
2004 Sep 14
4
Message File to serial console
Hello,
I am using syslinux to boot a Soekris net4801 into LRP/Lince 1.2 linux. Net4801 has
no video card - it has only a serial port. During bootstrap syslinux writes the text file
syslinux.dpy to the serial port but it breaks the line every 15th character. I tried
syslinux versions 1.66 and 2.11 with same results.
In the Archives from June 3, 2002 , there is a message on this subject
2005 Jan 07
9
syslinux vs grub
Okay, I'm going to ask the gajillion-dollar question...
I've been doing syslinux for 11 years now. From a very limited scope it
has since grown and is now a very advanced boot loader.
Unfortunately, it's not clear to me anymore to what extent the work I'm
doing is useful.
I personally dislike grub because of its monolithic design, and because
the grub people have
2007 May 30
2
Centos 5 OpenVPN / SElinux
Hi,
I'm running Centos 5 32bit and installed openvpn-2.0.9-1.el5.rf from
Dag Wieers Repo. When OpenVPN is started during boot-up it just shows
an SElinux related error message. When I start OpenVPN manually after
the system has come up completely it works fine.
Here are all the messages from /var/log/messages that are SElinux related:
May 28 21:39:15 srsblnfw01 kernel:
2014 Aug 28
14
[PATCH 00/13] code refactorings for tools
Hi,
this series does a couple of code reorganizations/refactoring in code
used by tools: the windows path handling code, and the two types of
file editing (using editor, and using perl expression).
There's still a code duplication between the two variants of file
editing, but it is just within a single source, and can be easily
solved now (planning as next step).
Pino Toscano (13):
edit:
2015 Mar 26
0
error code 1 while using syslinux
>
> syslinux4.exe -maf G:
> Return code : 1
> Output :
> Error : Could not write the whole boot sector
>
In addition to my comments in my prior email in this same email thread,
(FWIW and for other readers) I should add that for latest version 4.xx
and onwards, a more-adequate command should had been:
syslinux[64].exe -mai <drive_letter>:
and reflecting the original
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
Package: klibc-utils
Version: 1.5.15-1
Hello!
I'm trying to boot Debian from a different nic than the first one.
After some digging into klibc and initramfs, it seems like DEVICE=all
in /etc/initramfs-tools/initramfs.conf is near a solution
(I cannot reliable tell, which name the nic has, it may be eth0, eth1,
eth2, eth3, ...; as I've machines with one to four nics).
/scripts/functions
2007 Aug 20
1
Using --link-dest= multiple times - performance?
Hello guys!
I'm thinking about using rsync with multiple times --link-dest= specified in
ccollect [0].
Now I'm wondering about the performance and memory usage:
- How much more memory will rsync use for every --link-dest= parameter?
- How heavy do you expect it to influence performance with every
additional --link-dest= parameter?
In general I think that rsync could either
- use
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys!
I'm doing a middle scale backup job using ccollect [0], which uses
rsyn, with about 50 servers, each about 1-10 GiB changes per day and have
some problems, that servers do not finish their backup completly:
[host1.backup] Read from remote host host1.backup: Connection reset by peer
[host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2007 Feb 19
2
ntlogon.conf
Hey Everyone...
I'm hoping this is an easy one. I am using the ntlogon scripts that
come with the samba examples (ntlogon.py and ntlogon.conf). It's working
fine, except for one thing. I'm trying to set entries up for the groups
"Domain Admins" or other groups with spaces in the name.
The example that comes with it shows ...
[Group-admins]
I tried the following...
2016 Sep 08
4
[PATCH 0/3] Use gnulib's getprogname
Hi,
this series update libguestfs to a recent gnulib version, so that we
can use its new getprogname module, and solve altogether one of the
porting issues (the need for 'program_name' by the error module of
gnulib), and have a single way to get the name of the current program.
A number of changes in tools mostly, although mechanical.
Thanks,
Pino Toscano (3):
Update gnulib to latest
2017 Jul 31
0
[PATCH v11 09/10] daemon: Implement inspection of Windows.
Mostly a line-for-line translation of the C inspection code.
---
daemon/Makefile.am | 2 +
daemon/inspect_fs.ml | 6 +
daemon/inspect_fs_windows.ml | 491 ++++++++++++++++++++++++++++++++++++++++++
daemon/inspect_fs_windows.mli | 24 +++
4 files changed, 523 insertions(+)
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index a4657ed86..80314a524 100644
---
2015 Mar 26
5
error code 1 while using syslinux
Hi,
I am trying to create a bootable linux usb drive using syslinux command as given below but I am getting error as given below
syslinux4.exe -maf G:
Return code : 1
Output :
Error : Could not write the whole boot sector
I have tried to do this with syslinux4, syslinux5, syslinux6 with the same error message. The usb drive is formatted to FAT32 drive system and has a capacity of 4GB. The OS
2001 Feb 01
1
printer vendors' windoze 3.1x drivers
Hi,
I'm wondering if I could (ab)use wine for
transparently printing from linux via the
vendors' win 3.1x printer drivers. I'll need
that for a proslide 35 film recorder and an
epson 980 inkjet with the best (photo) output
quality available with windoze (from 3.1x)
drivers only.
There is, of course a hardware solution using
ghostscript's mswinpr2 (windoze GDI) and a
physical
2004 Aug 29
0
Asterisk Assistants for Linux or Windoze???
RE: [Asterisk-Users] Are there any graphic designers on
this list?
Mark Paterson wrote:
>Is there an Asterisk Assistant for linux or windows?
It wouldn't make sense to create Asterisk Assistants for
Windoze (it'd probably be called Asterisk Wizards, btw)
because Asterisk doesn't run on Windoze.
As for Linux, we are currently looking into that.
The Assistants are built using the
2015 Jul 14
0
Backups solution from WinDoze to linux
On Tue, Jul 14, 2015 at 9:17 AM, <m.roth at 5-cent.us> wrote:
> My manager just tasked me at looking at this, for one team we're
> supporting. Now, he'd been thinking of bacula, but I see their Windows
> binaries are now not-free, so I'm looking around. IIRC, Les thinks highly
> of backuppc; comments on that, or other packaged solutions?
>
> mark
>
>
2015 Jul 14
0
Backups solution from WinDoze to linux
Am 14.07.2015 um 16:17 schrieb m.roth at 5-cent.us:
> My manager just tasked me at looking at this, for one team we're
> supporting. Now, he'd been thinking of bacula, but I see their Windows
> binaries are now not-free, so I'm looking around. IIRC, Les thinks highly
> of backuppc; comments on that, or other packaged solutions?
<snip>
This will continue to be the