Displaying 20 results from an estimated 800 matches similar to: "[Bug 1409] New: nft manpage makes confusing reference to logical operators"
2011 Mar 14
4
Problems with usbhid-ups and CyberPower CP1500 on 2.6.0
I've been running the Debian packaged 2.4.3 for a while, working find. When
2.6.0-1 just pushed through to debian, things have stopped working :(
I checked what had been the usual suspects in past problems, namely
permissions problems in /dev/bus/usb, but all seems in order:
$ lsusb
...
Bus 009 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
$ ls -l /dev/bus/usb/009/002
2003 Aug 27
8
DDoS attacks, what can be done?
Hi,
I run two live c-class subnets on the internet. Last
Sunday morning I was hit with a DDoS attack and it
hasn''t stopped.
I made modifications on my shorewall firewall during
Sunday to lesson the impact, as they were hammering me
with 180k/5sec traffic both ways (inbound and
outbound).
One of the primary things which helped reduce their
DDoS was enabling "norfc1918" on the
2013 Oct 28
1
How winbindd is working on DC/member? It ignores rfc2703 on DC, and not showing all users on member server... Where is a error?
Hi all,
Still looking for the best way to achieve consistent GID/UID mapping
on Linux servers/clients, in heterogeneous environment (Linux,
Windows, CIFS, NFS).
Current problems with UID/GID resolution prevents from using Samba4 in
environment with backups (where data may be restored on another
server) and mixed Linux/Windows workstations.
Just recently installed fresh Samba 4.1.0 on the server
2007 May 10
2
building cobbler on centos
Is it difficult to build cobbler on Centos or should I just go with
Fedora on this one?
Basically, if you have experience succeeeding at this, can you drop me a
link to a Howto or describe the issues?
I am only writing this because I tried, and ran into quite a few
dependency issues with upstream/downstream packages, and would rather
concentrate on just getting a nice working Cobbler (and
2016 Jul 26
2
CentOS 6 and an SAS drive, hardware
This is... odd. Got a 6.8 box, a Dell R320 lspci tells me
01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2008
[Falcon] (rev 03)
so it *should* accept an SAS drive. I've got a Cheetah that's a few years
old, and having pulled it out of another server (in the datecenter), I put
it in this box to zero it out for reuse... and the box refuses to see the
drive. *Nothing* in
2012 Jul 04
8
Howto add another disk storage
Hi all
What is the best strategy to add another storage to an existing virtual
mail system ?
Move some domains to the new storage and create symlinks ?
Switch to dovecot hashing ? But in this case what is the easy-east way
to migrate ?
Thanks for any suggestions or tips !
2017 Nov 02
1
low end file server with h/w RAID - recommendations
John R Pierce wrote:
> On 11/2/2017 2:18 PM, m.roth at 5-cent.us wrote:
>> We have a fair number of SAS 3.5" drives, and yes, 10k or 15k speeds.
>
> those are internally 2.5" disks in a 3.5" frame.?? you can't spin a 3.5"
> disk much faster than 7200 rpm without it coming apart.
>
Sorry, that's incorrect. I have, sitting here in front of me, a
2016 Jul 26
2
CentOS 6 and an SAS drive, hardware
On 7/26/2016 2:38 PM, Peter wrote:
> On 27/07/16 09:11,m.roth at 5-cent.us wrote:
>> >This is... odd. Got a 6.8 box, a Dell R320 lspci tells me
>> >01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2008
>> >[Falcon] (rev 03)
>> >so it*should* accept an SAS drive. I've got a Cheetah that's a few years
>> >old, and having
2007 Sep 19
1
building a package - shared library loading problem
Dear All,
I am trying to write my first R package and I bump into loading shared
library problem( working on Mac OS X 10.4.10 as well as Linux Ubuntu).
I want to makes use of (incorporate) a shared library matchinglib.so in
the package. Library was created via R CMD -SHLIB.
Following 'Writing R Extensions' I place matchinglib.so in the 'libs'
directory and use NAMESPACE file
2003 Jul 26
2
Dump Card State Begins ...
Hi ...
Can someone tell me whether or not this is indicative of a hardware, or
software, problem? It happened a few times today, on two different
drives, and it seem to "self-recover", since the server is still purring
along without any noticeable problems:
neptune# grep "timed out" /var/log/messages
Jul 25 03:52:51 neptune /kernel: (da2:ahd1:0:2:0): SCB 0x40 - timed out
2007 Jan 26
5
Samba Server Specifications
Has anyone posted an up to date hardware review lately?
It seems clear that a RAID6 server with 300GB CHEETAH 15K.5 SAS drives will
trump a P3 with a 30GB IDE drive, however, not everyone will spend the money
required for the high end unit, I'm looking to build a new server & trying
to make best use of funds (aren't we all).
TIA
2007 Mar 21
1
EXT2 vs. EXT3: mount w/sync or fdatasync
My application always needs to sync file data after writing. I don't want anything handing around in the kernel buffers. I am wondering what is the best method to accomplish this.
1. Do I use EXT2 and use fdatasync() or fsync()?
2. Do I use EXT2 and mount with the "sync" option?
3. Do I use EXT2 and use the O_DIRECT flag on open()?
4. Do I use EXT3 in full journaled mode,
2007 Aug 01
2
--append option description in manpage confusing
[ see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426191 ]
The text in the description of the --append option may lead one to
believe that files that are shorter on the receiving side won't be
updated, due to the following text:
...
Only files on the receiving side that are shorter than the
corresponding file on the sending side (as well as new files)
are sent. ...
IMHO
2004 Sep 02
2
error on 3ware controller
Hi all,
after an uprade to new kernel 2.4.21-15.0.4.EL on my server appears
a lot of these messages:
EXT3-fs error (device sd(8,17)): ext3_free_blocks: bit already cleared for
block 19268224
EXT3-fs error (device sd(8,17)): ext3_free_blocks: bit already cleared for
block 19268225
EXT3-fs error (device sd(8,17)): ext3_free_blocks: bit already cleared for
block 19268226
I try to rebuild array but
2017 Nov 02
2
low end file server with h/w RAID - recommendations
John R Pierce wrote:
> On 11/2/2017 9:21 AM, hw wrote:
>> Richard Zimmerman wrote:
>>> hw wrote:
>>>> Next question: you want RAID, how much storage do you need? Will 4
>>>> or 8 3.5" drives be enough (DO NOT GET crappy 2.5" drives - they're
>>>> *much* more expensive than the 3.5" drives, and >smaller disk space.
2009 Apr 16
3
Presenting R Results in Webpages
I apologize in advance that this question is not specific to R, but I thought some R users may be using this in their work process flow.
I would like to be able to have a tool (prefer "scriptable") that will take two images and some pre-written text and put it on an simple webpage.
That is, it would look something like the following:
|---------------------------------------------|
2001 Jan 22
3
Possible funny with /sbin/fsck
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Content-Type: text/plain; charset=us-ascii
Howdy - we have a bunch of dual processor Compaqs with 180GB RAID
partitions for email, running with ext2 for the last year or so. I
thought I'd try out ext3 (on our development machine :-) to see
whether it was a practical proposition for this kind of thing yet.
Appears to be working so far, with a
2017 Sep 27
1
anaconda not installing to sda?
I'm having what appears at first glance to be a kickstart+anaconda issue on CentOS 7.4.
As near as I can tell in the program.log in the anaconda environment, the partitioning instructions downloaded with the kickstart from cobbler appear to simply not be applied. Then /mnt/sysimage is not mounted, the logs are not copied to /mnt/sysimage/root and the installation stalls due to the anamon
1998 Nov 11
3
domain controller parameter
>From the <samba>/var/log/<client>.log file:
doing parameter domain controller = AZPHXNT01
Unknown parameter encountered: "domain controller"
Ignoring unknown parameter "domain controller"
>From the smb.conf file:
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use
2018 Jul 03
2
LVM problems
On Mon, Jul 2, 2018 at 7:53 PM, Ulf Volmer <u.volmer at u-v.de> wrote:
> On 02.07.2018 18:23, Thomas Schweikle wrote:
>
>> System boots into emergency mode because it does not find any of the
>> logical volumes defined, because it does not enable the LVM volume
>> group.
>>
>> Giving "lvm", then "vgchange -a y", followed by CTRL-D