Displaying 20 results from an estimated 4000 matches similar to: "pxelinux 4.03 taking forever to find .../pxelinux.cfg/default"
2010 Nov 16
2
pxelinux 4.03 taking forever to find ..../pxelinux.cfg/default
Hi,
Is there anything that controls the speed with which pxelinux.0 (4.03)
enumerates the files in .../pxelinux.cfg before it reaches the
.../pxelinux.cfg/default file ?
pxelinux.cfg/01-00-50-56-ba-48-0e
pxelinux.cfg/AC12B2D9
pxelinux.cfg/AC12B2D
pxelinux.cfg/AC12B2
pxelinux.cfg/AC12B
pxelinux.cfg/AC12
pxelinux.cfg/AC1
pxelinux.cfg/AC
2008 Sep 03
4
gpxelinux feature request
Hi All,
A while back there was some mention that gpxe may acquire the
ability to receive command-line parameters. I'd dearly love if
this could become a reality.
It would be fantastic if we could have a pxelinux menu config
as follows:
KERNEL gpxelinux.0
APPEND config http://someserver.net/gpxe-for-this-box.cfg
This would solve a huge number of our problems since we
don't have the
2007 Oct 12
1
Passing commands from pxelinux to gpxe ?
Hi All,
Sorry if this is a stupid question, but I've managed to get
pxelinux to load gpxe and then manually load linux by
using the gpxe command line and HTTP for the kernel and
initial ram disk.
My question is whether it is possible to somehow pass
gpxe commands through some mechanism other than
the DHCP filename response. Since I don't have control
over our DHCP infrastructure, but do
2007 May 01
1
Using pxelinux mboot.c32 to multiboot Solaris
Hi All,
Now that we have multiboot capable pxelinux, thanks to mboot.c32,
I decided to try and remove pxegrub from my x86 jumpstart infrastructure
since, in theory, pxelinux can now do it all.
The problem I'm having is I'm not very sure I'm following Tim's documentation
correctly... I'm not 100% what comes after the --- and whether the Sun kernel
needs it's arguments
2006 Aug 28
2
Extending dmitest to check for Long Mode (aka 64 versus 32 bit)
Hi Erwan,
First off, many thanks for your wonderful addition to syslinux:
dmitest.c32 and another thankyou to hpa for it's inclusion.
I need to ask if you are missing a couple of definitions in
dmi_processor.h, specifically, the "long mode" flag. I
need to use this flag to determine whether a machine is
64-bit capable or not.
There is a great web page explaining the "long
2015 Jan 20
2
smbclient using SMB2+ against NetApp OnTap 8.2 anyone ?
So I just spent a frustrating day trying to
get smbclient from 4.2.x and master connecting
to a NetApp 8.2 box using SMB2 or SMB3 with
NTLM auth.
Short answer - it doesn't work :-(. Longer
answer - the NetApp is choking on something
inside the SPNEGO NTLMSSP packets we're sending
it - giving the error that it couldn't parse
the SPNEGO packet.
Unfortunately (and knowing bugger-all
2005 May 17
6
Samba compatibility with NetAPP filers.
We are running scripts using smbclient to get some data of NetAPP filer and we run into the output below. After doing some digging, I found that there
is a incompatibility between NetAPP Data ONTAP OS and samba. Is this still the case or there is a fix for it. We are running 3.0.10
Any ideas would be great
George
Client started (version 3.0.10).
Connecting to 169.177.18.109 at port 445
2009 Sep 24
5
OT: What's wrong with RAID5
Hi all,
Sorry for the OT.
I've got an IBM N3300-A10 NAS. It runs Data Ontap 7.2.5.1.
The problem is, from the docs it says that it only supports either
RAID-DP or RAID4.
What I want to achieve is Max Storage Capacity, so I change it from
RAID-DP to RAID4, but with RAID4, the maximum disk in a RAID Group
decrease from 14 to 7. In the end, either using RAID-DP or RAID4, the
capacity is the same.
2016 May 25
2
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
Hello:
Platform: CentOS 6.7 x86-64
$ rpm -qa | grep samba
samba-common-3.6.23-30.el6_7.x86_64
samba4-libs-4.2.10-6.el6_7.x86_64
ie-samba-utils-3.6.13-7.x86_64
samba-winbind-3.6.23-30.el6_7.x86_64
samba-client-3.6.23-30.el6_7.x86_64
samba-winbind-clients-3.6.23-30.el6_7.i686
samba-winbind-clients-3.6.23-30.el6_7.x86_64
Problems began after requiring SMB signing (I forgot the specifics but
it was
2005 Aug 01
1
smb_lookup error=-13
I am experiencing an odd problem while attempting to mount and access a directory with smbfs. smbclient does not exhibit the same behavior.
I have created a directory /mnt/smb-test and am attempting to mount a volume from a NetApp Filer running OnTap 7 with NTFS security mode. An Active Directory DC handles security for the share. The Linux machine shows as registered in AD and I can use
2019 Oct 22
2
smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
If a file is stored directly on a DFS enabled share, renaming fails with
NT_STATUS_OBJECT_PATH_NOT_FOUND.
The usecase may sound unusual, but a customer is using NetApp ONTAP 9,
which by default advertises DFS capabilities for all shares, and he
cannot disable it for policy reasons.
I can also reproduce the issue with smbd and Windows Server 2012 R2
(haven't checked with other versions).
2015 Jan 23
1
smbclient using SMB2+ against NetApp OnTap 8.2 anyone ?
Jeremy Allison wrote on 1/22/15 11:01 AM:
> On Tue, Jan 20, 2015 at 03:40:48PM -0800, Jeremy Allison wrote:
>> So I just spent a frustrating day trying to
>> get smbclient from 4.2.x and master connecting
>> to a NetApp 8.2 box using SMB2 or SMB3 with
>> NTLM auth.
>>
>> Short answer - it doesn't work :-(. Longer
>> answer - the NetApp is choking on
2008 Apr 28
8
NetApp vfiler example scripts
Hi,
For anyone who is interested; I created some basic scripts based on my
current iSCSI block script.
http://kinkrsoftware.nl/contrib/xen/block-netapp
http://kinkrsoftware.nl/contrib/xen/netapp-lun.py
Basically these two scripts allow you to start a vfiler with a qtree of
customers. You log in the NetApp upon boot, and can use:
netapp://customer1/disk1
It is work in progress... because I
2008 Apr 28
8
NetApp vfiler example scripts
Hi,
For anyone who is interested; I created some basic scripts based on my
current iSCSI block script.
http://kinkrsoftware.nl/contrib/xen/block-netapp
http://kinkrsoftware.nl/contrib/xen/netapp-lun.py
Basically these two scripts allow you to start a vfiler with a qtree of
customers. You log in the NetApp upon boot, and can use:
netapp://customer1/disk1
It is work in progress... because I
2012 Nov 18
6
Xen + IPv6 + Netapp = NFS read problem
Hello
Maybe someone could direct us to right solution with the problem
descibed below. We tried different trick bo no success stories.
We have a development cluster based on Dell R815 servers (+-30) and
a storage server - Netapp FAS 3240 runnig Data Ontap 8.1p2.
We have some 100 virtual servers - we use Xen 4.1 for virtualisation.
A basics OS is Debian Squeeze with some backports packages
2015 Oct 24
4
Confusion on lpxelinux vs. gpxelinux vs. ipxe vs gpxe.
Hi All,
I've been trying to understand how to use pxechn.c32 to chain a local
pxelinux menu item to a remote server which has it's own pxelinux hierarchy
served via TFTP and HTTP.
We have no control over DHCP next-server and filename fields so I wanted to
exploit the "prefix" -p option that pxechn.c32 accepts.
I spent a long time hitting my head against a brick wall until I
2004 Aug 12
3
Compatibility with NetApp DataONTAP filers?
Good ${time of the day}
I have just been wondering if anyone would know if Samba is compatible with the CIFS implementation of the Network Appliance DataONTAP filers?
http://www.netapp.com/products/filer/ontap.html
I have so far unable to connect to any shared folder on the NetApp filer that require authentication. An attempt to access or list shared resources on the NetApp filer fails with the
2011 Nov 11
0
mc.cores and computer settings on osx and linux
for the googleable r-help archives, I thought I would post what I
wrote into my .Rprofile to automatically set some system information.
the most relevant aspect is the determination of mc.cores. this is
useful when users want to use the parallel package
options(uname= system("uname", intern=TRUE))
options(os= if (getOption("uname")=="Darwin") "osx"
2005 Sep 10
4
Samba compatibility with NetAPP filers.
Jeremy
There is NetApp simulator that may help you !
Check now.netapp.com
-- Yair
2017 Oct 24
2
Samba 4.6.7 AD, Netapp CDOT 9.2 and missing "Domain Users" membership
On 10/23/2017 10:26 AM, Rowland Penny via samba wrote:
> OK, have you tried asking the Netapp company, 'how do I use this with
> Active Directory' ?
In this specific case no, but I already tried to open CIFS support cases
but at the end they tell me that It works as expected with a MS DC and
that Samba DC is not supported by them.
I cannot omit that I use Samba because they always