Displaying 20 results from an estimated 55 matches for "sif".
Did you mean:
if
2005 Jan 20
1
Problem adding computer to domain
...can also access shares as user root
This is the ldap logging and I don't see any errors:
Jan 20 12:48:46 localhost slapd[8709]: daemon: conn=97 fd=20 connection from IP=172.16.6.3:52231 (IP=0.0.0.0:389) accepted.
Jan 20 12:48:46 localhost slapd[8709]: conn=97 op=0 BIND dn="CN=MANAGER,DC=SIF-GROUP,DC=NL" method=128
Jan 20 12:48:46 localhost slapd[8709]: conn=97 op=0 RESULT tag=97 err=0 text=
Jan 20 12:48:46 localhost slapd[8709]: conn=97 op=1 SRCH base="dc=sif-group,dc=nl" scope=2 filter="(&(objectClass=sambaDomain)(sambaDomainName=SIF-GROUP))"
Jan 20 12...
2004 Dec 24
1
LDAP problem, with samba and groups
...ccess granted
Dec 24 10:43:45 localhost slapd[3322]: <= test_filter 6
Dec 24 10:43:45 localhost slapd[3322]: => test_filter
Dec 24 10:43:45 localhost slapd[3322]: EQUALITY
Dec 24 10:43:45 localhost slapd[3322]: => access_allowed: search access to "cn=engineering_w,ou=Groups,dc=sif-group,dc=nl" "gidNumber" requested
Dec 24 10:43:45 localhost slapd[3322]: <= root access granted
Dec 24 10:43:45 localhost slapd[3322]: <= test_filter 6
Dec 24 10:43:45 localhost slapd[3322]: <= test_filter_and 6
Dec 24 10:43:45 localhost slapd[3322]: <= test_filter 6...
2006 Mar 07
2
Booting BartPE 3110a
Can someone point me to instructions on booting BartPE with pxelinux.0 over
the network. Thanks.
2006 Mar 19
1
remote boot bartpe
Hi,
I've read in some post in your mailing list there is a special version
of startrom.0 which is possibile to load remote bart oe by xpe. Can you
provide me it or teach me how to create my own one?
Thanks in advance
2005 Aug 23
0
patch: SDI Xpe images support for pxelinux
...help for testing.
>>
>
>Since I don't have either spec nor images I (nor time) I can't do it
>either, obviously.
>
> -hpa
If you want to load SDI images you can use WinPE instead of XPe. You'll
need to patch the ntldr and startrom.com to point to different winnt.sif
files (to load different images) but you can get it to work very nicely.
Plus you don't need to import the ntldr blobs etc. Just need a part/disk
BLOB.
Does this help?
Rob
-default-
default local
timeout 300
prompt 1
display msgs/boot.msg
F1 msgs/help.msg
F2 msgs/boot.msg
F3 msgs/info.msg...
2013 Nov 28
3
[PATCH 1/3] inspect: recognise Debian live images as such
Check for filesystem.squashfs also in /live, since it is where
live-build places it.
---
src/inspect-fs-cd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/inspect-fs-cd.c b/src/inspect-fs-cd.c
index 407e4f8..eaeaa6f 100644
--- a/src/inspect-fs-cd.c
+++ b/src/inspect-fs-cd.c
@@ -429,7 +429,8 @@ guestfs___check_installer_root (guestfs_h *g, struct inspect_fs *fs)
*
2005 Feb 02
0
PXELINUX directory problem
...)
pxelinux.0 gives me a menu:
PROMPT 1
DEFAULT hdd
TIMEOUT 100
DISPLAY PXE.MSG
LABEL hdd
LOCALBOOT 0
LABEL bartpe
KERNEL bartpe/startrom.0
APPEND -
LABEL winpelab
KERNEL winpelab/startrom.0
APPEND -
the startrom.0 in turn tries to start ntldr and ntdetect.com. ntldr
calls winnt.sif. the winnt.sif file contains the location of the ISO
image.
When looking at the tftp log I noticed the startrom.0 is loaded, but
it tries to run all the other files from the tftp root.
The startrom loader does not take options unfortunately so I cannot
specify the location of the sif file, and bec...
2013 Nov 28
3
Re: [PATCH 3/3] inspect: improve detection of FreeBSD install discs
...(g, "/boot/loader.rc") > 0) {
> + if (check_freebsd_installer_root (g, fs) == -1)
> + return -1;
> + }
I think you should just inline this function, makes the code simpler.
> /* Windows 2003 64 bit */
> else if (guestfs_is_file (g, "/amd64/txtsetup.sif") > 0) {
> fs->arch = safe_strdup (g, "x86_64");
> diff --git a/src/inspect-fs.c b/src/inspect-fs.c
> index 0473e92..89c9335 100644
> --- a/src/inspect-fs.c
> +++ b/src/inspect-fs.c
> @@ -320,7 +320,8 @@ check_filesystem (guestfs_h *g, const char *mountab...
2019 Dec 30
2
dovecot cannot drop privileges inside singularity container
...g an issue while running dovecot inside a singularity
(https://sylabs.io/singularity/) container
dovecot version is 2.3.4.1 (configuration below) running on debian
buster, inside a container made with singularity version 3.4.2
unfortunately, when I try to start dovecot, it gives:
Singularity test.sif:~> cat /var/log/mail.log
Dec 30 17:23:38 testnode dovecot: master: Dovecot v2.3.4.1 (f79e8e7e4)
starting up for imap, lmtp, sieve, pop3, submission (core dumps disabled)
Dec 30 17:23:38 testnode dovecot: anvil: Fatal: We couldn't drop root
privileges
Dec 30 17:23:38 testnode dovecot: master:...
2009 Aug 15
5
Incompatibility using pxelinux 3.80 or later and setupldr.exe from windows XP 32 bits
...in your tftp root
use cabextract to get setupldr.exe from your windows source
(/i386/setupldr.ex_). Rename it to ntldr, put it in your tftp root
copy from your windows source ntdetect.com to your tftp root.
Start the client computer the windows textmode setup will fail because
he cannot find winnt.sif. I'm using the french windows source: the error
message is
"Le fichier INF winnt.sif est endommag? ou manquant, statut 21"
The PXE server is working.
Reproducing the bug
=========================
Create in yout tftp root a folder named pxelinux.cfg
Create pxelinux.cfg/default with...
2004 Sep 07
1
Anybody able to pxe boot WINPE ?
Hello syslinux,
Here is a good article http://oss.netfarm.it/guides/pxe.php
I did it all, but when my windows XP is starting UP it asking
txtsetup.sif and cannot find it
If you did it. write me please...
--
Best regards,
Anton mailto:asa at roma.zp.ua
2013 Nov 28
0
[PATCH 3/3] inspect: improve detection of FreeBSD install discs
..., struct inspect_fs *fs)
return -1;
}
+ /* FreeBSD. */
+ else if (guestfs_is_file (g, "/boot/loader.rc") > 0) {
+ if (check_freebsd_installer_root (g, fs) == -1)
+ return -1;
+ }
+
/* Windows 2003 64 bit */
else if (guestfs_is_file (g, "/amd64/txtsetup.sif") > 0) {
fs->arch = safe_strdup (g, "x86_64");
diff --git a/src/inspect-fs.c b/src/inspect-fs.c
index 0473e92..89c9335 100644
--- a/src/inspect-fs.c
+++ b/src/inspect-fs.c
@@ -320,7 +320,8 @@ check_filesystem (guestfs_h *g, const char *mountable,
guestfs_is_fi...
2013 Nov 28
0
[PATCH 3/3, v2] inspect: improve detection of FreeBSD install discs
...(guestfs_h *g, struct inspect_fs *fs)
return -1;
}
+ /* FreeBSD with /boot/loader.rc. */
+ else if (guestfs_is_file (g, "/boot/loader.rc") > 0) {
+ fs->type = OS_TYPE_FREEBSD;
+ }
+
/* Windows 2003 64 bit */
else if (guestfs_is_file (g, "/amd64/txtsetup.sif") > 0) {
fs->arch = safe_strdup (g, "x86_64");
diff --git a/src/inspect-fs.c b/src/inspect-fs.c
index 0473e92..89c9335 100644
--- a/src/inspect-fs.c
+++ b/src/inspect-fs.c
@@ -320,7 +320,8 @@ check_filesystem (guestfs_h *g, const char *mountable,
guestfs_is_fi...
2006 Aug 22
4
How to enable F12 key to start PXE boot?
I researched on Archive, but the instruction says to copy startrom.com to
startrom.0,
so I changed boot program to startrom.0 instead of pxelinux.0, it gives
me a TFTP error saying file not found.
then I keep startrom.0, change boot program back to pxelinux.0, then I do
not see F12 key and boot directly to PXE.
then I change the boot program to startrom.com it asked me to press F12,
but can
2010 Aug 19
2
Windows Recovery console FAILS to boot with Syslinux-4.02
...inux -d syslinux o:
C:\Unzipped\syslinux-4.02\DOS>
---------------------------------------------------------------------
(2)
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>cd c:\
C:\>xcopy /e /h cmdcons o:\cmdcons\
...
TFFSPORT.SY_
TOSIDE.SY_
TXTSETUP.SIF
ULTRA.SY_
USBCCGP.SY_
USBD.SY_
USBHUB.SY_
USBOHCI.SY_
USBPORT.SY_
USBSTOR.SY_
USBUHCI.SY_
VGA.SY_
VGAOEM.FO_
VIAIDE.SY_
VIDEOPRT.SY_
WINNT.SIF
WMILIB.SY_
SYSTEM32\NTDLL.DLL
SYSTEM32\SMSS.EXE
179 File(s) copied
C:\>copy cmldr o:\
1 file(s) copied
C:\>
------------------------------------...
2005 Apr 21
0
BartPE over PXE
Turns out that I did not have a corrupted ISO file and tftp-hpa is not
at fault. I had saved the winnt.sif file in a unix format and for
reasons that are not clear this was producing the error message telling
me txtsetup.sif is missing or corrupt. One would think the parsing of
the file would cause the inability to locate the ISO file to be
downloaded since that information is the last line in the file....
2008 Nov 10
2
PXE booting BartPE ISO file to Eee Pc
...disk.inf replaced (sys file in
i386\System32\Drivers inf in i386\INF) from an extracted Server 2003 SP1
download (used 7zip to extract)
I've copied setupldr.exe into the root of my TFTP server and renamed it
ntldr. I also put startrom.com in there (renamed startrom.bs), ntdetect.com,
and winnt.sif.
My winnt.sif file:
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd
/rdpath=pebuilder.iso"
My pxelinux menu to boot startrom.bs:
label bartacronis
MENU LABEL ^BartPE w/ Acronis
kernel...
2000 Sep 07
9
Video codec
.... Smaller resolutions
have less bps of course.
One of the many tasks is going to be to work around the existing patents but
if the audio guys can do it, the video guys should be able to as well. Not
everything has been discovered or patented for video compression.
I suggest to focus on "SIF", quarter-screen video (352x240 for NSTC
rectangular, TV, pixels and 320x240 for square, computer, pixels). For
nomenclature purposes full screen is "VGA" is 640x480p progressive and "D1"
is 720x480i interlaced (some people also use "Half D1" 360x480i for some...
2020 Jan 02
0
dovecot cannot drop privileges inside singularity container
...an issue while running dovecot inside a singularity
(https://sylabs.io/singularity/) container
dovecot version is 2.3.4.1 (configuration below) running on debian
buster, inside a container made with singularity version 3.4.2
unfortunately, when I try to start dovecot, it gives:
Singularity test.sif:~> cat /var/log/mail.log Dec 30 17:23:38 testnode
dovecot: master: Dovecot v2.3.4.1 (f79e8e7e4) starting up for imap,
lmtp, sieve, pop3, submission (core dumps disabled) Dec 30 17:23:38
testnode dovecot: anvil: Fatal: We couldn't drop root privileges Dec 30
17:23:38 testnode dovecot: mas...
2006 Feb 07
0
Booting centos from a windows ris server - SOLVED
...skboot.img'
into the templates folder.
Rename 'syslinux.cfg' to 'default' and move to
..\templates\pxelinux.cfg\
(edit the default file to include your site configuration/ks file)
Copy /usr/lib/syslinux/pxelinux.0 from Centos 4.2 and move to
..\templates\
Create 'pxelinux.sif' in ..\templates\
Example 'pxelinux.sif' below:
-----------
[OSChooser]
Description="Linux Install - Centos 4"
Help="Automatically installs Centos 4."
LaunchFile = "Setup\English\Tools\PXELinux\i386\templates\pxelinux.0"
ImageType =Flat
Version="5.2 (...