Displaying 20 results from an estimated 3000 matches similar to: "rsync & SSL 'for real'"
2007 Mar 01
4
memdisk from 3.36 crashing on Dell PowerEdge 1955
Hello list,
I had to boot a Dell Diagnostic Disk today, and tried doing this via
memdisk - which was when I noticed memdisk isn't working for me at all,
neither from pxelinux nor syslinux.
After trying around with 'raw', 'bigraw' and the like I noticed it
doesn't even do anything when just using:
LABEL diag
KERNEL memdisk
.. when I try that:
boot: diag
nothing
2007 Jan 12
2
syslinux et al misbehave severely when BOOT_IMAGE= is present on append-line already
Hello!
SSIA - when syslinux sees 'BOOT_IMAGE=' on the append line, something
seems to go terribly wrong (didn't investigate in detail). You don't
even get to see a boot-prompt, even if you try to force it.
pxelinux shows the same problem, so I figure it's something generic in
the config parser ...
Best regards,
Andreas
P.S: and thanks for this software ;)
--
"The
2007 Jan 13
1
tftp-hpa standalone in foreground
Hello,
I would like to use in.tftpd in standalone mode, but without having it
forking off in the background (I'm using inittab) .. can you add a
foreground-option?
Thanks in advance!
Andreas
--
"The problem is not how to wipe out all differences, but how to unite with all
differences intact" -- Tagore
"God is a comedian playing to an audience too afraid to laugh."
2007 Jan 16
1
ONERROR not triggered in PXELINUX 3.31 when ramdisk missing
Hello,
I tested some things, and found the following:
when the kernel image file is present, but the initrd image is not,
ONERROR is not called, and PXELINUX stays in the prompt forever ...
Other error scenarios tested okay, a down/unresponding TFTP server can
lead to 15-20 minutes delay until all tried filenames timeout out ...
Just to let you know :)
Andreas
--
"The problem is not
2007 Jan 26
4
SYSLINUX 3.35-pre5 released -- release candidate
Hi all,
I have released SYSLINUX 3.35-pre5 to the Testing directory; this is a
release candidate and I intend to release this as 3.35 early next week
unless I hear of any showstopper bugs, so please, pretty please, try it out.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
kernel.org has been overloaded lately, so it might take a while to show up.
Changes in 3.35:
*
2008 Mar 13
3
newbie question: pxelinux.cfg/default question
Hello all,
I understand that during PXE boot, it goes into the pxelinux.cfg and it states:
1. "it will search for the config file using its own IP address in
upper case hexadecimal, e.g. 192.0.2.91 -> C000025B (you can use the
included progam "gethostip" to compute the hexadecimal IP address for
any host.) If that file is not found, it will remove one hex digit and
try
2004 Jan 09
1
Using variables with pdbedit
I am trying to set up roaming profiles and I got it working. Could someone
confirm if Samba variables work or do not work in the user database. If I do
the following option:
pdbedit -s -u username -p "\\\\servername\\sharename\\profilename" my
roaming profiles work fine but I have to direclty specify the server name
and username. If I do not double up all the "\" it does not
2007 Jan 17
1
2 Questions: Answer with music don't work and Voicemail direct access ?
Hi
I have two small question, if you can help me ;=)
Problems with Answer+Music
my extension:
[Cal-In]
exten => _811XXXX20,1,Goto(C-Internal,100,1)
exten => _811XXXX21,1,Goto(C-Internal,200,1)
[C-Phibee]
exten => 100,1,Ringing
exten => 100,2,Wait,1
exten => 100,3,Answer
exten => 100,4,Dial(SIP/201&SIP/200,30)
exten => 100,5,Hangup
exten =>
2008 Apr 21
5
Documentation General Comments
I realize the R developers are probably overwhelmed and have little time
for this, but the documentation really needs some serious reorganizaton.
A good through description of basic variable types would help a lot,
e.g. the difference between lists, arrays, matrices and frames. And, it
appears there is some object-orientation to R, but it is not complete. I
can't, for instance find a
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all,
I need to use BCB6 with Wine to develop a software that uses two ocxs
built with MS Visual C++.
I set ole32, oleaut, typelib to native for bcb, else it doesn't start
correclty. After that, BCB start up, I can design the forms, write the
code, but I have two problems that block me:
a) when I press the Execute button, the units are compiled, but the
linker hangs up with all the cpu used
2008 May 31
3
Interest in NTFS
I have gotten a couple of probes about NTFS support for Syslinux, and I
would like to gauge how serious it is. I'm considering using it as a
pilot project for writing Syslinux filesystem modules in C.
However, an installer, or more realistically two (one for Win32, one for
Linux) have to be written, so it's still a real time commitment.
-hpa
2007 Jul 20
1
Linux kernel + initrd in one file
Hello,
I know this might be slightly off-topic, but I know at least hpa has an
intimate knowledge of the linux boot process - and I would want to use
it with syslinux/pxelinux, so I figure it might not hurt too much to
ask:
Is it possible to embedd the initrd with the linux kernel in a way
similiar to how it works on some embedded systems? There, you provide an
object file with the filesystem,
2007 Oct 07
2
extlinux support for root= ext2 label and/or uuid
Is it possible to specify the root device in extlinux.conf by an ext2
label or uuid? How difficult is it to add this support if it is not
there? I am in a situation where this is needed and my fstab is
configured appropriately, but extlinux.conf still needs to be manually
updated when the root drive changes to a different scsi device (due to
the number of drives on the bus and the order of the
2008 Feb 21
2
keeppxe and using a linux vmlinuz/initrd
Hello,
Has anyone thought about how one could use the "keeppxe" option with a vmlinuz/initrd?
It would allow one to boot this combination, and if possible the linux kernel/initrd (assuming we have busybox in there) would not have to run udhcp and instead leverage what pxe stack information is loaded. The problem is I don't know of any PXE/UNDI linux utilities to look at the pxe
2008 Jun 18
2
mysteries of memdisk code
Hello,
I was browsing the code for memdisk (I want to adjust it to my hardware)
and noticed a couple of things that I am struggling to understand. I
would appreciate if someone could clarify the following mysteries to me:
1) _binary_memdisk_bin_start[], _binary_memdisk_bin_end[] and
_binary_memdisk_bin_size[]; These variables are declared (as extern
const chat in 'setup.c')
2012 Apr 22
0
[LLVMdev] Problem about the type of Function's arguement in llvm
hi
On Sun, Apr 22, 2012 at 8:36 PM, Jianfei Hu <hujianfei258 at gmail.com> wrote:
> in the tutorial of official llvm doc, chapter 3, it deals with arguement of
> function as follow:
>
> for (Function::arg_iterator AI = F->arg_begin(); Idx != Args.size();
> ++AI, ++Idx) {
> AI->setName(Args[Idx]);
>
> // NamedValues is map<string, Value*>
2007 Sep 30
1
more on firmware loading need
Axel and everyone
Your questions are valid. I had similar question when I bought these
cards. These cards in particular have no rom chip on the pci card. If
you plug these into a computer they do nothing until you load them with
there firmware. When vt6410 are used on motherboards not as stand alone
cards the bios has this firmware and loads it into the chip set on boot
making them show up
2007 Oct 02
3
Booting ISO images over PXE
Hi,
I looked through the documentation and the mailing list archives but
could not yet find out whether this could be made to work.
The task I want to use that feature for is being able to collect
firmware updates for servers and their components and boot those
updates from a notebook with DHCP/TFTP-Server. That would greatly
reduce setup time for new server installations.
The problem is that
2009 Dec 17
1
Question about nv40_draw_array
Hi,
My name is Krzysztof and currently I'm working on porting nouveau
(gallium3d driver + libdrm + drm) to AROS Research OS
(http://www.aros.org). I completed a quite successful port of "old" drm
(one from libdrm git - now removed) and currently I'm working on drm
port from the nouveau kernel tree git.
Right now I'm faced with rather peculiar memory allocation/access
2012 Apr 23
1
[LLVMdev] Problem about the type of Function's arguement in llvm
I read the tutorial doc and some info of SSA, finally understand it. Thanks
for your help.
And the segmentation error of loading arguementation occurs, (gdb error
info)
Program received signal SIGSEGV, Segmentation fault.
0x0855bb68 in llvm::LoadInst::LoadInst(llvm::Value*, char const*, bool,
llvm::Instruction*) ()
code is like follows:
//#include necessary header files
int main(){