Displaying 20 results from an estimated 1000 matches similar to: "pxelinux gets stuck after loading configuration file"
2005 Apr 11
1
Problem with accouting SW and Samba/NFS
Hi List
I got following problem:
I have an old accounting software. It runs at the moment on a NT4.0 System
which access the program itself on a samba share.
I tried to get this application running under Linux with wine.
When I copy the whole folder from the file server to the local filesystem
(ext2), it works well with wine (tested with 20050111 and 20050310). But
when I mount the share into my
2005 Apr 08
0
pxelinux gets stuck after loading configuration file (solved)
sorry,
looks like i fooled myself.
pxelinux didn't continue because the terminal connection from my
SUN workstation was closed (watched the normal screen) and SERIAL
is set in the configuration file.
as soon as i started the terminal emulation it continued with the
download of the kernel etc.
maybe someone could add this doc-files ? ;-)
cheers
> Hi,
> i got some strange behavior of
2005 Jul 22
1
Graphic Display Problems with V3.09
I just upgraded from v3.07 to v3.09. After completing the
upgrade my graphic (logo) no longer displays. It worked
when I was running v3.07. Is this a known bug in v3.09?
If not, any ideas why it stopped working in v3.09 but
worked in v3.07?
Thanks for all the help in advance.
Sean
2013 Mar 14
1
error: object of type 'closure' is not subsettable
Hi all,
when i run this script:
>read.table("Angelika.txt",header=T,sep="\t")
>mytable=read.table("Angelika.txt",header=T,sep="\t")
>for ( dye in c("A","B","C","F","G","K","L","M"))
+ {
+ for (cond in 1:8)
+ {
+ measurement =
2005 Jul 22
0
Display Problems with PXELINUX 3.09
I've just updated from v3.07 to v3.09. After completing
the upgrade my graphic (logo) no longer displays. It did
work while running V3.07. Is this a known bug? All
replies would be greatly appreciated.
Sean
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
Hi,
I would like to share my experimental LLVM API Python bindings with the LLVM
enthusiasts. I have created Boost.Python wrappers largely for the VMCore
interface and other selected interfaces (e.g. ExecutionEngine). The
bindings provide direct runtime access to the LLVM bytecode and JIT
execution features from Python.
The bindings are complete enough so that one can e.g. run the Fibonacci
2005 Feb 24
0
[LLVMdev] Python bindings for LLVM API
Jarno,
This looks like it could be very valuable - thanks for making it
available. Just out of curiosity, do you have any specific uses in
mind for which you created these bindings?
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Feb 23, 2005, at 5:21 PM, Jarno Seppänen wrote:
> Hi,
>
> I would like to share my experimental LLVM API Python bindings with
>
2013 Feb 25
1
Tipp-lite SU1500XL
Hello,
I have a Tipp-lite SU1500XL which isn't in your list of supported
devices but it seems to work with the usbhid-ups driver but not the
tripplite_usb driver.
However, I set this up years ago and I used to get a full list of
variables and I could send all sorts of commands that would work.
Now, after some upgrade which I can't identify because it's not
something I look at except
2002 Jul 14
1
rsync from linux client to windows server
hello,
I've tried to get a backup cron-Job running, that backup up the files from the windows PC to a backup directory on the linux pc.
Linux is client with ssh and rsync 2.5.5.
Windows 2000 is server with openssh.34p1.
I've copied additional some windows ported rsync files to c:\programme\networksimplicity\ssh\.
typing "rsync -e ssh server:/ -rv client::backup" the linux
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
Dear developers of OpenSSH,
first of all I want to thank you for your excellent work on OpenSSH!
I have compiled OpenSSH 2.5.2p2 on Sun Solaris 2.6 and Sun Solaris 8
and discovered some problems.
The first is that OpenSSH doesn't evaluate the file /etc/default/login
which contains some flags and parameters for the login process.
On important parameter is the default value for PATH.
As we
2005 Jan 31
4
Outlook 2000 & attachments
Hi, I'm using Outlook 2000 under Wine 20050111. Generally things work great,
apart from one very annoying problem - whenever I try to open a message with
an attachment, Outlook crashes. I'm connecting via exchange and it doesn't
seem to matter what sort of attachment it is - it simply crashes as soon as
I click on the message.
Anyone had any similar problems and know a workaround?
2005 Jun 23
2
hanging pxelinux.0 and menu.c32 on Dell 1850
Hello all.
I've got this weird problem. If I try to boot a simple menu using
syslinux's (v 3.09) pxelinux.0 and menu.c32 -files my Dell 1850 loses
the keyboard / hangs straight after loading menu.c32. The machine has to
be powered off completely.
I did some research and got it working by using menu.c32 v3.09 and
pxelinux.0 v3.07 -combo.
It seems that from version 3.08 on something has
2008 Feb 25
1
NoMethodError: undefined method `<=>' for :zip:Symbol
Long time programmer, but I just started learning RoR last week. I am
going through some examples in the book "Ruby on Rails: Up and
Running".
The example I am on had me add a table to the database that looks like
so:
CREATE TABLE people (
`id` int(11) NOT NULL auto_increment,
`type` varchar(20) default NULL,
`name` varchar(20) default NULL,
`email` varchar(30) default NULL,
2016 Apr 21
2
Sernet Packages - configure Options
Hello Rowland,
thanks for your tipp. the last time i tried this (was fairly samba 4.0),
transferring fsmo roles ended up in corruption. is this now a safe
feature? i found out, that the build options are nearly the same, just
modules dir differs. so replace the binaries would make it? remove
sernet packages and install my own
Am 20.04.2016 um 22:15 schrieb Rowland penny:
> On 20/04/16
2009 Dec 22
1
gluster storage platform on citrix xenserver
Dear list,
im searching for a gluster storage platform installation howto as a
guest of citrix xenserver.
the documentation is not ready yet, but does anybody have an idea of
useing the img file as an "iso"?
http://gluster.com/community/documentation/index.php/Gluster_Storage_Pla
tform#Download_Gluster_Storage_Platform_3.0
regards from austria
josy
gugler* Weihnachtskarten-Tipp:
2008 Aug 30
1
strsplit and regexp
Dear list,
I am trying to split a string using regexp:
x <- "2 Value 34 a-c 45 t"
strsplit(x, "[0-9]")
[[1]]
[1] "" " Value " "" " a-c " "" " t"
But I don't want to lose the digits (pattern), the result
should be:
[[1]]
[1] "2" " Value " "34" " a-c "
2005 Jan 27
2
Results of MCD estimators in MASS and rrcov
Hi!
I tested two different implementations of the robust MCD estimator:
cov.mcd from the MASS package and
covMcd from the rrcov package.
Tests were done on the hbk dataset included in the rrcov package.
Unfortunately I get quite differing results -- so the question is whether
this differences are justified or an error on my side or a bug?
Here is, what I did:
> require(MASS)
>
2006 Sep 02
3
Dividing objects in classes using function sample()
Hello everyone,
I've a problem and dont know how to solve. This is my first posting and it would be fantastic if you could help me.
I want to divide n objects in k classes and need an output with all (n+1)(n+2)/2 possibilities.
For example n=4, k=3:
That would be:
4 0 0
3 1 0
3 0 1
2 2 0
2 1 1
2 0 2
1 3 0
1 2 1
1 1 2
1 0 3
0 3 1
0 2 2
0 1 3
2007 Mar 22
1
Mailing list beserk - next thing
Hi there!
As there seems to be a problem with mailman, I unsubscribed yesterday
evening. But I still get Mail - this morning about 700!!! Is there anything I
can do about this? I don? t want to get flooded anymore. I sure will
resubscribe as soon as the problem is fixed, but as for now, this is not
acceptable!!!
Greets,
Dennis
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
2006 Mar 22
1
calculate difference of consecutive cells in vector
Hi
in dataframe I want to subtract the "next" value in the list from the former
one to get this:
name var1 output
a 9 506
b 515 512
c 1027 453
so I subtract: table$var1[2]-table$var1[1] and write it into table$output[1]
etc..
I did this with:
for (i in 1:(length(table$var1)){
table$output[i] <- table$var1[i+1]-table$var1[i] }
it works