Displaying 16 results from an estimated 16 matches for "tindall".
2008 May 05
2
locate and omega: how to index file names?
hallo,
I'm indexing a filesystem using omindex, and users can query the
database via omega: everything works fine
now I'd like to add an option like "search files by name" and I'm
wondering how to do this
can omega search files by name directly? how should I build the query?
could I use scriptindex to index, eg., the locate database? how?
should I index file names
2015 Feb 08
3
Nvidia Mod Update
On 08/02/15 05:09, S.Tindall wrote:
> On Sat, 2015-02-07 at 23:06 -0500, Mark LaPierre wrote:
>> Hey all,
>>
>> On my X86-64 CentOS 6.6 machine I just ran yum update. In the update
>> was an upgrade from the 340.XX Nvidia package to the 346.XX package.
>> Hrmmm? I'm thinking this is not a...
2009 Feb 03
2
Info related to the use of trademarks in documentation
There was an interesting note in a recent fedoraproject.org newsletter
regarding Redhat's legal views on referring to others' trademarks. Since
the comments are lengthy, they are not reproduced here and are available
at the links below.
FWN/Issue161: http://fedoraproject.org/wiki/FWN/Issue161#Legal
Callaway note:
2015 Mar 17
3
unable to recover software raid1 install
Hello All,
on a Centos5 system installed with software raid I'm getting:
raid1: raid set md127 active with 2 out of 2 mirrors
md:.... autorun DONE
md: Autodetecting RAID arrays
md: autorun.....
md : autorun DONE
trying to resume form /dev/md1
creating root device
mounting root device
mounting root filesystem
ext3-fs : unable to read superblock
mount :
1999 Nov 04
2
Problems with multiple samba servers on subnets
...password server = ATLED
passwd program = /usr/local/samba/bin/smbpasswd
username map = /usr/local/samba/lib/users.map
read size = 8192
socket options = TCP_NODELAY
lm announce = True
local master = No
browse list = No
wins server = 193.128.218.153
unix realname = Yes
admin users = root mtindall sburch mwaller
hosts allow = 194.202.25. 193.128.218. 10.1.1. 10.1.4.
queuepause command = enable %p
short preserve case = No
[homes]
comment = Home directories
username = %S
read only = No
[printers]
comment = Shared Printers
path = /var/spool/samba
create mask = 0600
print ok = Yes...
2015 Feb 08
0
Nvidia Mod Update
On 02/08/15 06:12, Ned Slider wrote:
>
> On 08/02/15 05:09, S.Tindall wrote:
> Yes, just to reiterate:
>
> yum erase kmod-nvidia
> yum install kmod-nvidia-340xx
> reboot
>
> You will then be on the correct driver branch and will get the
> appropriate driver updates going forwards, no changes to yum necessary.
>
> ________________________...
2008 Apr 18
1
create raid /dev/md2
Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2
new disks, fdisked , created 2 primary partitions with type fd (linux raid
autodetect)
Now i want to create raid from them
root at vmhost1 ~]# mdadm --create --verbose /dev/md2 --level=1 /dev/sdc1
/dev/sdd1
mdadm: error opening /dev/md2: No such file or directory
will return that error, what shouldi do?
Thanks!
2008 Apr 02
1
How to create LVM after Centos installation
Hello all,
I wanted to create a Raid0 partition using LVM based on 2 LUNs
available; I was unable to find an LVM GUI selection in the
System->Adminsitration selection in the gui .... system-config-lvm is
not available.
What am I missing during the installation?
thanks in advance,
--
best,
Vince
2015 Feb 08
2
Nvidia Mod Update
On 08/02/15 12:33, Pete Geenhuizen wrote:
>
> On 02/08/15 06:12, Ned Slider wrote:
>>
>> On 08/02/15 05:09, S.Tindall wrote:
>> Yes, just to reiterate:
>>
>> yum erase kmod-nvidia
>> yum install kmod-nvidia-340xx
>> reboot
>>
>> You will then be on the correct driver branch and will get the
>> appropriate driver updates going forwards, no changes to yum necessary.
&g...
2009 May 10
3
Missing Dependency: /usr/share/magic.mime
Can someone help me figure out what I have to do about to get update to
work with this happening:
Resolving Dependencies
--> Running transaction check
---> Package kexec-tools.i386 0:1.102pre-56.el5_3.2 set to be updated
---> Package file.i386 0:4.17-15.el5_3.1 set to be updated
---> Package pango.i386 0:1.14.9-5.el5.centos set to be updated
---> Package pango-devel.i386
2015 Jul 15
5
Still considering backup utilities
I hear that backuppc does *not* have a native *Doze client. On the other
hand, I know amanda's been around a long time, and it does. Opinions on
amanda, folks?
mark
2015 Feb 08
5
Nvidia Mod Update
Hey all,
On my X86-64 CentOS 6.6 machine I just ran yum update. In the update
was an upgrade from the 340.XX Nvidia package to the 346.XX package.
Hrmmm? I'm thinking this is not a good idea but, since this is just a
test system any way, I let it run. Sure enough I was right. Dmesg says
that my video is supported by the 340.XX driver, not the 346.XX driver.
It's not happy cause it
2011 Jun 20
3
[LLVMdev] C struct as function argument
I've been working on a wrapper for LLVM's C++ API to use from Objective-C for a scripting language I'm working on. I currently have an issue with passing arguments to a function that takes a struct argument.
typedef struct _test_struct {
int x;
int y;
} test_struct;
id testLLVMStructFuncCall(test_struct x) {
NSLog(@"%d %d",x.x,x.y);
return N(x.x + x.y);
}
2015 Feb 08
0
Nvidia Mod Update
On Sat, 2015-02-07 at 23:06 -0500, Mark LaPierre wrote:
> Hey all,
>
> On my X86-64 CentOS 6.6 machine I just ran yum update. In the update
> was an upgrade from the 340.XX Nvidia package to the 346.XX package.
> Hrmmm? I'm thinking this is not a good idea but, since this is just a
> test system any way, I let it run. Sure enough I was right. Dmesg says
> that my
2015 Mar 18
0
unable to recover software raid1 install
On Tue, 2015-03-17 at 23:28 +0100, johan.vermeulen7 at telenet.be wrote:
>
> on a Centos5 system installed with software raid I'm getting:
>
> raid1: raid set md127 active with 2 out of 2 mirrors
>
> md:.... autorun DONE
>
> md: Autodetecting RAID arrays
>
> md: autorun.....
>
> md : autorun DONE
>
> trying to resume form /dev/md1
Hi
2015 Jul 15
0
Still considering backup utilities
On Wed, 2015-07-15 at 16:29 -0400, m.roth at 5-cent.us wrote:
> I hear that backuppc does *not* have a native *Doze client...
It is simple to set up a rsyncd server under Cygwin / WinX to feed
BackupPC. I normally install "full" cygwin to access rsyncd, but there
is a limited client available.
http://sourceforge.net/projects/backuppc/files/cygwin-rsyncd/3.0.9.0/
>From the