Displaying 20 results from an estimated 120 matches similar to: "ISDN CARD"
2011 Jul 01
2
SNOW libraries/functions, rGenoud
Dear group,
does anybody know how to export libraries/functions to all nodes when
launching snow? I want to use a function from fBasics (dstable) for a
rGenoud optimization routine, but I fail "making the function
accessible" to the nodes created. I know how it works for variables, I
know how it works in snowfall(which cant be used in that case), but I
dont know how it culd work in
2010 Nov 20
1
R-.12.0 atlas lapack
Greetings,
I last built R-2.11.1 a few months ago. The computer was equipped with
these:-
---cpu amd64 2 cores
---o/s cblfs 64-bit only linux kernel-2.6.32 gcc-4.4.2 jdk(1.5)-6U20?
---bls atlas3.9.26 lapacck-3.2.1
I obtained an installed directory of ~58Mbytes and in the ~/lib directory
was libR.so (~7.8Mbytes in size) as well as libRblas.so and libRlapack.so
(~2.9Mbytes).
I have
2015 Nov 30
1
Re: "Failed to start domain..."
> This means there was an error (some function returned -1), but the
> error message was not set. Could you capture the backtrace when this
> happens? It's hard to find the exact point, but going function and
> checking what returns -1 should do.
Assuming by "backtrace" you mean the strace output, I went to the end of
the file, and then did a reverse search for -1; here
1997 Nov 07
0
Perl script to locate F0 0F C7 C8 bombs
There is no known fix to the F0 0F C7 C8 bug at this time. What can be
done, however, is run a program, such as the script after my signature, to
locate any and all such programs. This script can be used in single
user mode after a mysterious lockup on a multiuser Pentium system.
I hope it is possible to come up with a software fix for this problem.
- Sam
"You can...turn sadness into
2006 Feb 10
0
OLE error
Hello,
I managed to install a crystallographic datbase program called FindIt
but it crashes with the following message:
wine c:\\Program\ Files\\NIST\\FindIt\\FindIt > ole.txt
fixme:ole:CoRegisterMessageFilter stub
err:ole:CoGetClassObject class {00000100-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000100-0000-0010-8000-00aa006d2ea4} not registered
2014 Apr 22
9
[Bug 916] New: Build failure on Slackware 14.1 (./configure rejects libreadline.so)
https://bugzilla.netfilter.org/show_bug.cgi?id=916
Summary: Build failure on Slackware 14.1 (./configure rejects
libreadline.so)
Product: nftables
Version: unspecified
Platform: i386
OS/Version: other
Status: NEW
Severity: major
Priority: P5
Component: nft
AssignedTo: pablo at
2015 Nov 25
2
"Failed to start domain..."
Sadly, I'm back with another issue. I can do a "system list --all" just
fine; however, if I attempt to start the machines, I get back:
maas@Bill-MAAS-cc:~$ strace -s 1024 -f -o /tmp/asdfasdf.log virsh -c
vbox+ssh://gbadmin@10.20.0.1/system start PXE-client-07
error: Failed to start domain PXE-client-07
error: An error occurred, but the cause is unknown
Log files on both client
2006 Apr 29
2
SUSE 9.1 wine 0.9.12 problem
I upgraded my wine version from 0.9.5 to the newest 0.9.12
and I can't get wine to run.
when I start wine my system hangs,
an wine binary "wine-preloader" eats up all my reasources and just
hangs!
I used the official 9.1 binary rpm from sourcefordge.net
and a build from the wine source but the resoult is the same
wine-preloader just hangs.
The strangest thing is that when I start
2015 Nov 27
0
Re: "Failed to start domain..."
On Wed, Nov 25, 2015 at 04:17:47PM -0500, Ken D'Ambrosio wrote:
>Sadly, I'm back with another issue. I can do a "system list --all"
>just fine; however, if I attempt to start the machines, I get back:
>
>maas@Bill-MAAS-cc:~$ strace -s 1024 -f -o /tmp/asdfasdf.log virsh -c
>vbox+ssh://gbadmin@10.20.0.1/system start PXE-client-07
>error: Failed to start domain
2006 Aug 18
1
User and sessions
When tracking a user is it correct to use the session user and id ?
In other words if a user logs in and wants to display all of their
records would one of the find conditions be session[id] ?
TIA
Stuart
2020 Sep 16
3
how to restore deleted directory/files
Hi,
I remove one directory by running rm -fr ./some-dir. How to restore the directory and its files in the directory?
Thanks!
Regards
Andrew
2011 Aug 14
2
difference between samba and smbclient
Hi list.
I am wondering if I am running the right software to get my windows 7
shares mounted.
could someone please tell me, what is the difference between samba, and
smbclient?
at the moment, I have samba and smbclient installed.
I also have smbfs installed, though I understand this is deprecated, I
just thought I might be able to get smbfs to work whereas I can't get
samba, smbclient and
2004 Aug 01
2
tables and default
I already setup several 2 gateways boxes, with rules too decide which lan
should use which gateway.
Now I''m stuck with a simpler problem. At home I was just making some
experimental setup:
* 1 adsl (ppp0)
* 1 more tables in rt_tables (200 ping) called "bluff"
* table ''bluff *has not* a default route
root@fw-eden root # ip ro li table bluff
2009 Jan 07
13
HTTP parse error due to an extra percent sign
If you append an extra percent sign to a URL that gets passed to
mongrel, it will return a Bad Request error. Kind of odd that
"http://localhost/%" causes a "Bad Request" instead of a "Not Found"
error.
Here is the error from the mongrel log:
HTTP parse error, malformed request (127.0.0.1):
#<Mongrel::HttpParserError: Invalid HTTP format, parsing fails.>
2015 Aug 21
2
Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
Control: tag -1 +moreinfo
Hello,
It seems this was incorrectly closed as xend only since this code can
be used on upgrade (as part of rebooting from xend into a new system).
I don't have any systems to test but I think the fix is trivially the
following:
@@ -51,7 +51,7 @@ class DataJSON(Data):
class DataSXP(Data):
def __init__(self, p):
- s = SXPParser()(p)
+ s =
2015 Aug 22
2
Bug#763102: Bug#763102: xen-utils-common: xen-init-list fails to parse xm output -> cannot shutdown domains with service xendomains
On Sat, 2015-08-22 at 00:24 +0200, Volker Klasen wrote:
> Hi Ian,
>
> you can use the patch I posted in the original report,
Uh, how on earth did I miss it!
> there are two
> places that need to be fixed. I'm using it since November.
Thanks. Since loads is a classmethod I think the right fix for that
issue is to s/self/cls/ in the body rather than s/cls/self/ in the
2004 Oct 31
1
Problem with folder not showing content
Hi,
I'm having some problems with one of my IMAP folders in thunderbird.
When creating a new account in thunderbird and importing from my dovecot
test51 installation, using maildir - all folders work fine, except one
which does not list it's content when I click it
When I look on the server, I see all the mails inside the folder, but
once I click the folder and ask thunderbird to
2004 Nov 01
2
GNUTLS bug?
We recently received a bug report about a compiler issue when using
GNUTLS: http://bugs.gentoo.org/show_bug.cgi?id=67628. I can confirm the
same bug using 0.99.11. Help?
Thanks,
g2boojum
--
Grant Goodyear
Gentoo Developer
g2boojum at gentoo.org
http://www.gentoo.org/~g2boojum
GPG Fingerprint: D706 9802 1663 DEF5 81B0 9573 A6DC 7152 E0F6 5B76
-------------- next part --------------
A non-text
2006 Apr 17
6
Re:Problems in Dead Gateway Detection / Failover - MultipleISP Links
Hi There,
I am also trying to do the same for my network.
I have two links from different ISPs and I want to configure a failover and
load balancing Linux router.
I am facing same problem here, that how to detect link failure and let Linux
box switch the gateway.
I know it works when the first gateway is physically down and not reachable.
But what to do if my link is up but there is problem
2015 Aug 13
0
Error when reading attachment - one byte overhead?
After converting maildir to mdbox mail periodically obtained these messages:
Aug 13 11:22:27 mailsrv dovecot: imap(user-aaa): Error:
read(/usr/share/smbusers/user-aaa/mail/attachments/a0/8e/a08e3e63e11aae3f37020bdca0da7d-7b39ab07ea73ba559d450000dec08558[base64:18
b/l]) failed: Stream is larger than expected (434427 > 434426, eof=1)
Aug 13 11:22:27 mailsrv dovecot: imap(user-aaa): Error: