Displaying 20 results from an estimated 3000 matches similar to: "Too Much Traffic"
2009 Sep 02
6
SXCE 121 Kernel Panic while installing NetBSD 5.0.1 PVM DomU
Hi all!
I am running SXCE 121 on a dual quad-core X2200M2 (64 bit of course).
During an installation of a NetBSD 5.0.1 PVM domU, the entire machine
crashed with a kernel panic. Here''s what I managed to salvage from
the LOM console of the machine:
Sep 2 18:55:19 glaurung genunix: /xpvd/xdb@41,51712 (xdb5) offline
Sep 2 18:55:19 glaurung genunix: /xpvd/xdb@41,51728 (xdb6) offline
2015 Jul 08
2
UPS integration into NUT
Dear ladies and gentlemen,
we are developer and producer of UPS devices. Now we would like to integrate a small UPS via USB connection to NAS systems. We heart from third party that we need a special driver for NAS systems to work fine and to display also the company name and UPS device name in the web page / software of NAS.
Currently we have a UPS with USB and our own VID (0x2B2D) and PID
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
On Fri, Aug 11, 2023, at 2:58 PM, Rowland Penny via samba wrote:
> On Fri, 11 Aug 2023 14:03:01 +0200
> Kasper Brandt via samba <samba at lists.samba.org> wrote:
>
> > Hello
> > I was directed to discuss this issue here. As I understand the issue
> > with using the unquoted variable is that it expand globs unless
> > noglob is set. E.g.
> >
> >
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
On Fri, 11 Aug 2023 14:03:01 +0200
Kasper Brandt via samba <samba at lists.samba.org> wrote:
> Hello
> I was directed to discuss this issue here. As I understand the issue
> with using the unquoted variable is that it expand globs unless
> noglob is set. E.g.
>
> root at dy3:/# test="b*"
> root at dy3:/# a=($test)
> root at dy3:/# echo ${a[0]}
> bin
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
Hello
I was directed to discuss this issue here. As I understand the issue with using the unquoted variable is that it expand globs unless noglob is set. E.g.
root at dy3:/# test="b*"
root at dy3:/# a=($test)
root at dy3:/# echo ${a[0]}
bin
It does seem a bit hypothetical that the output of sambatool dns query ... for an A record should contain a glob, but for the sake of robustness it
2005 May 27
6
Newbie here. Tips on setting up 100 phones wanted.
I'm looking at setting up Asterisk for a completely IP environment.
All intercompany calls.
I work for a ski area. I currently use a 3Com Superstack for in our
office. And an old small town phone system for up at the mountain. The
phone system is dying and I'm hoping to bring IP to replace the old
phones. It will be about 100 phones at about 20 locations all within
about 4 miles of each
2001 Jan 31
2
OpenSSH on PalmOS possible?
A thought has been bugging me for a month or so, but I don't know where to
look for the answer. Would it be possible to port the OpenSSH ssh client to
PalmOS and other handheld OS'es like Symbian (EPOC) or PocketPC?
Is the processor on PDA's fast enough? Would many libraries have to be
ported aswell? I know that PalmOS and EPOC has an IP stack implemented..
Since the development
2011 May 26
2
libvirt boots from Knoppix-CD but not Debian-CD
Debian Squeeze, libvirt 0.8.3, qemu-kvm 0.15.5
After configuring the cd image the bios screen shows:
(tested with virsh, virt-install and virt-manager)
Starting SeaBIOS (version 0.5.1-20110523_174945-brahms)
Booting from CD-Rom
65MB medium found (bzw. whatever size)
Boot failed: Could not read from CDROM (code 000c)
...
the cd images (debian6-cd1, debian6-netinst, debian6-buisnesscard) have
2010 Mar 09
2
fstab Pass Column and forced disk checks
If I have the 6th column in fstab (the pass column) set to 0, does that mean
disk checks will never be forced at boot regardless of anything like File
System State, Mount Count, and Check Interval on the file system itself, or
are there exceptions to this?
I know `man fstab` says:
If the sixth field is not present or zero, a value of zero is returned and
fsck will assume that the filesystem does
2011 Jan 30
5
How to relocate $HOME directory
Hi there,
As you know, $HOME is generally located at "/home/$username" by default.
I would like to re-locate all users' $HOME directories to something like
"/export/home/$username" without having a hassle/trouble.
Initially, I've thought of just copying them to the new directory (under
/export/home/xxx), but guessed it might trouble for the normal use (I'm
pretty
2011 Feb 22
1
How much maximum memory will CentOS 5 support? I know it's not 16 GB!
How much maximum memory will CentOS 5 support, please?
The product info page at http://www.centos.org/product.html
says 16GB, but I am running 80 GB RAM right now and seeing
80 GB in top.
I see the same 16 GB limit on the RHEL page:
http://www.redhat.com/rhel/compare/#note_4
The server hardware is capable of 192 GB RAM and I want to
add memory, but want to be sure the OS will support it.
Is
2005 Nov 14
2
Coercion of percentages by as.numeric
Hi
Given that things like the following work
> a <- c("-.1"," 2.7 ","B")
> a
[1] "-.1" " 2.7 " "B"
> as.numeric(a)
[1] -0.1 2.7 NA
Warning message:
NAs introduced by coercion
>
I naively expected that the following would behave differently.
> b <- c('10%', '-20%', '30.0%',
2005 May 27
1
Fwd: Newbie here. Tips on setting up 100 phones wanted.
So in order to answer the background and backbone questions here is
the system as it is. I hope this isn't too much for the list but I'll
post it in response to a few inquiries.
The current system is quite interesting.
We have an office in a town that is about 50 miles from
the ski area. The ski area is powered 100% of of generators and the
telephone access and internet access goes from
2005 Jan 03
1
library(gee)
Hello,
R exits every time I want to fit a GEE with AR-1 correlation
structure. It just closes itself without any error.
My Data has about 3300 observation (using the big data with
about 20 000 observation it doesn't work at all). I'm a
Windows 2000 User of R 2.0.1 but it was the same problem on
a MacOSX.
Is it my fault?
Thank you for your help!
Johanna Brandt
2008 Apr 11
1
ov_read() returns OV_EINVAL (-131)
Hi,
I'm new to mailing lists, so don't argue if I do sth wrong...
I'm coding on a C++ game with Vorbis- and 5.1-Surround-compatibily. For
two channels (stereo), everything's fine, but when I try to read a
6-channel-ogg, ov_read returns -131 (OV_EINVAL). That's strange, because
as the specification says, it only returns OV_HOLE or OV_EBADLINK as
errors [1].
Have I missed
2005 Nov 14
2
[<- and indexing for zoo objects
Hi
I've been greatly enjoying the functionality the zoo package offers.
However I've hit a snag with the following code
> a <- zoo(matrix(1:10,5,2), 2001:2005)
> a
2001 1 6
2002 2 7
2003 3 8
2004 4 9
2005 5 10
> a[I(2003), 2]
2003 8
> a[I(2003), 2] <- NA
Error: subscript out of bounds
>
I've also tried
> coredata(a[I(2003), 2])
2009 Jun 14
6
which programming language for server-side admin tasks
Hi,
I would like to spend some time learning a new coding language, but
specifically for server side admin stuff, i.e. setting up users / databases
/ FTP accounts / virtual domains on Apache, etc.
I already know PHP, but realize it's not quite suited for this kind of
admin, and I suppose I need to look @ PERL / Python / C++ / Ruby? / others?
Can someone give me some pointers on this?
I
2006 Jul 03
1
rownames, colnames, and date and time
Hi all
I was wondering whether there has ever been an update on the rownames and
colnames behaviour as described by Eric below?
I still get the same behaviour, exactly as described by Eric, on my WinXP
installation of R-2.3.0. I also posted a message to r-help on Friday but
looking through the online archives it seems to have not made it to the
list. I would agree with Eric that a consistent
2009 Jun 22
7
SPARC SATA, please.
Is there a card for OpenSolaris 2009.06 SPARC that will do SATA correctly yet? Need it for a super cheapie, low expectations, SunBlade 100 filer, so I think it has to be notched for 5v PCI slot, iirc. I''m OK with slow -- main goals here are power saving (sleep all 4 disks) and 1TB+ space. Oh, and I hate to be an old head, but I don''t want a peecee. They still scare me :)
2006 Apr 07
1
rownames for as.matrix.zoo
On Fri, 7 Apr 2006 16:09:53 +0200 Brandt, T. (Tobias) wrote:
> Hi
>
> Is there a reason why as.matrix.zoo doesn't set the rownames to the
> index like as.data.frame.zoo does?
Yes, oversight, I think ;-)
Added to the devel-version of zoo. I'll try to get it out to CRAN in
the next days.
Z
> Thanks
>
> Tobias
>
>
> > library(zoo)
> > x.Date