Displaying 20 results from an estimated 2000 matches similar to: "Raid1 --> Raid5"
2008 Dec 23
4
tripwire on centos 5
Does anybody use tripwire on centos 5? Has anybody checked that: http://www.linickx.com/archives/281/tripwire-2411-rpm-for-centos-redhat-rhel-4 on centos5?
M.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Dec 28
1
aide and changes in system
I've checked my system by aide and i've received information:
changed: /bin
changed: /bin/tar
changed: /bin/mv
changed: /bin/cp
changed: /bin/ls
changed: /bin/vi
i don't remember that I changed those commands, what does it mean? Somebody broken in? or those commands are changed normally?
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
2010 Sep 16
1
[LLVMdev] Linking shared library
Hi,
I have conventional directory structure for a pass taken from project examples.
I want to build a tool which makes usage of a shared library which is included in the project.
This means that I have library here:
# lib/foo/*.cc
and after compilation the library is placed here
# Debug/lib/libfoo.so
My tool is located here:
# tool/test_foo
# cat tool/Makefile
LEVEL = ../
TOOLNAME=test_foo
2010 Mar 05
1
[LLVMdev] How to increase the size of a basic block?
Hi,
I am working on Instruction Set Extensions and I am looking for a way to increase the sizes of a basic block.
Besides the loop-unrollers is there any code laying around which could be used to that purpose (like superblock formation, hyperblocks, predicate execution ..)?
Best regards, Mariusz.
--
Mariusz Grad
2010 Dec 04
4
LVM change disk
Dear all,
I have a 4,1TB Logical volume consist of four disks with size of 2TB,
1TB, 1TB, and 500GB. The LV currently full. I plan to change the 1Tb
disks and 500Gb disks. I plan to remove one 1TB disk or the 500GB so
that I can replace it with 2TB disk. most LVM tutorial ask to use
pvmove to move phisical extent to the new disk. The problem is that I
have no SATA port left so that I can't
2002 Jul 23
1
[BUG] libvorbisfile ov_test() ?
The folowing code donst work:
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
#include <stdlib.h>
#include <stdio.h>
int main()
{
FILE *stdfile;
OggVorbis_File vf;
int tmp;
stdfile=fopen("./test.ogg","r");
if( ov_test(stdfile, &vf, NULL, 0) ==0)
{
tmp = ov_test_open(&vf);
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote
> On Tue, 5 Dec 2017 10:37:02 -0700 (MST)
> Mariusz80 via samba <
> samba at .samba
> > wrote:
>
>> Hi
>> I have a strange problem with Shared folders in MMC. While I try to
>> connect to linux machine and list Open files or Sessions I got a
>> message "You do not have permission to view the list of
2017 Dec 05
2
MMC issue
Hi
I have a strange problem with Shared folders in MMC. While I try to connect
to linux machine and list Open files or Sessions I got a message "You do not
have permission to view the list of sessions from Windows clients".
The problem exists only if I try to connect to linux machines (Windows
Server is ok),
and only for Administrator account. From other accounts with Administrator
2011 Jan 20
2
useless tools - tunefs.ocfs2,fsck.ocfs2
One of ocfs2 filesystem has some errors.
1. fsck.ocfs2 informs me that : "I/O error on channel while reading
.. " It was NOT TRUE - I was able to read and write entire storage over
the network multiple times.
2. becouse of CRC errors and suggestion to disable metaecc I run
tunefs.ocfs2 --fs-features=nometaecc /dev/xxx
funefs allocate 9,89 GB of virtual memory and 95% of
2010 Sep 15
2
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
Hi,
I wrote tiny ModulePass which iterates over functions and then uses getAnalysis<LoopInfo> in order to get informations about the loop.
It compiles smoothly, but whenever I try to run it I got error like this:
opt: .. PassAnalysisSupport.h:203: AnalysisType& llvm::Pass::getAnalysisID(const llvm::PassInfo*) const [with AnalysisType = llvm::LoopInfo]: Assertion `ResultPass &&
2010 Oct 25
2
disk performance on server migrated
hi.
i was migrated an old woody samba server to a new lenny samba
virtualized server.
That server is a PDC with random profiles and file server.
Some users are reporting me bad performance in the app shared (all
developed on MS-ACCESS). the memory and cpu reports in the domU show
all fine, but i have some doubts in the disk performance. The dom0 is
a Dell PowerEdge T610 (2 cpu Intel Xeon, 8GB
2010 Sep 15
0
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
hi,
On Wed, Sep 15, 2010 at 8:21 PM, Mariusz Grad <mariusz.grad at gmail.com> wrote:
> Hi,
>
> I wrote tiny ModulePass which iterates over functions and then uses getAnalysis<LoopInfo> in order to get informations about the loop.
> It compiles smoothly, but whenever I try to run it I got error like this:
> opt: .. PassAnalysisSupport.h:203: AnalysisType&
2015 Apr 02
2
SMBC_LINK directory entity type
Hello,
I'm trying to write a smb client using the libsmbclient library but I
don't know how to handle the SMBC_LINK type of smbc_dirent, which is
defined in libsmbclient.h.
I've grepped through the samba source code and it doesn't seem to appear
anywhere except the mentioned header and examples.
Can I safely assume there are no files/directories of such a type?
Thanks,
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote
> On Tue, 5 Dec 2017 11:11:33 -0700 (MST)
> Mariusz80 via samba <
> samba at .samba
> > wrote:
>
>> Samba - General mailing list wrote
>> > On Tue, 5 Dec 2017 10:37:02 -0700 (MST)
>> > Mariusz80 via samba <
>>
>> > samba at .samba
>>
>> > > wrote:
>> >
2011 May 19
1
[Bug 652] pcap plugin problem
http://bugzilla.netfilter.org/show_bug.cgi?id=652
Mariusz Kielpinski <kielpi at poczta.onet.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kielpi at poczta.onet.pl
Status|ASSIGNED |NEW
--- Comment #3 from
2008 May 08
1
[LLVMdev] PPC Isel complex patterns
Hi all,
I have problem with specifying complex patterns in PPC Isel backend.
I would like to fetch few instructions into one like that:
def MatchPAT1 : Pat<(or
(or
(shl GPRC:$rA, (i32 imm:$imm24)),
(and (shl GPRC:$rA, (i32 imm:$imm8)), 0xFF0000)
),
(or
(srl GPRC:$rA, (i32 imm:$imm24)),
(and (shl GPRC:$rA, (i32 imm:$imm8)),0xFF00)
)), (myinstr GPRC:$rA)>;
That pattern
2017 Mar 29
2
[PATCH xf86-video-nouveau] Do not register hotplug without RandR
When using Xinerama, RandR is automatically disabled, and calling RR
routines will trigger an assert() because the RR keys/resources are
not set, leading to an Xserver abort.
Hotplug makes little sense without RandR, so no need to install a
udev monitor if RandR is not available.
Ported from intel driver, original work by:
Chris Wilson <chris at chris-wilson.co.uk>
Bugzilla:
2006 Oct 18
2
Need new way to improve SMP scalability for network router
Hi,
Currently I use dual cpu xeon server x86-64 with hp enabled
two intel Gbit Nics 82547
I have assigned every NIC irq to one phisical procesor but the two
virtual procesors stay idle
and are not used for ether routeing or shaping
Is there a way to split work from two NICs on 4 CPUs ?
2009 May 19
1
xen and company os (winxp)
Hi
I would like to use xen on my company laptop (DELL Latitude D830 with dual
core intel cpu + 2 GB RAM) but first have to unclear some doubts about xen
hypervisor.
So, my company provided winxp preinstaled with some special software for my
job. In addition I made dual boot with linux or opensolaris.
Now I would like to be on my linux all the time with ability of using winxp
all the time. :-)
2005 Oct 19
1
DNS params on ifcfg-eth files
Hi all,
i am using a laptop for my work. When i need to go to some customers
I need to change my tcp/ip configuration every time (phisical
interface and wirelss interface). Most of them do not have a dhcpd
server on their networks, and i need to this changes by hand. For this
pourpose i make some scripts to do this changes automatically.
All works ok, But i have problems with