Displaying 20 results from an estimated 20000 matches similar to: "More Samba Questions"
2009 Jan 05
3
Log File Reviewing
I need to review a logfile with Sed and cut out all the lines that start with a certain word, problem
is this word begins after some amount of whitespace and unless I search for whitespace at the
beginning followed by "word" I may encounter "word" somewhere legitimately hence why
I don't just search for "word" only...
Anyone know how to make sed accomplish this?
2008 Jan 07
3
Log Monitoring Recomendation
Given my experience in Linux is limited currently, what do you guys use to monitor logs such as 'messages' on your centos servers? I had a hardware failure that happened in between me manually looking (of course...). I would hope it might have a some features to email critical issues etc...
Thanks!
jlc
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Aug 05
3
OT: Programming Need
Hey guys,
Where is a good place people here have used with luck to find devs interested in work?
I have a simple need involving an Axis M1031-W Camera I need an interface programmed
for...
Thanks!
jlc
2009 May 01
2
Inotify or equivalent
I installed inotify and incrond to watch a directory and set the
job as '/mnt/dir IN_ATTRIB chmod 0660 $@/$#' which worked very well
except that as expected, IN_ATTRIB is to broad of a watch class as it
caused an enormous amount of contention with the filemonitor and/or
db server and the client side app was less than happy. Not to mention
top showed it working away like mad...
Is there
2010 Jan 13
6
unison versus rsync
Anyone got any actual comparisons between unison and rsync specifically related
to the performance of synchronization of large data sets over slow links?
I have a huge tree to start replication of Friday and know that if I sync the root
paths it will take ages and with the lack of any overall state of progress this won't
be optimal as its likely to fail for whatever reason before it can
2009 Feb 26
6
HylaFax and Com Ports
I need to setup HylaFax which leads to my first question, anyone
got an opinion on whether or not to use HylaFax or HylaFax+?
Also, I have to setup a Digi serial port server for an external fax modem.
Any reco''s on a robust unit that won''t need to be reset often?
Thanks!
jlc
2009 Apr 29
2
Directory and File Perms
I have a directory shared out via Samba for Quickbooks and seem
to have some issues with permissions. The directory being shared
is a subdirectory in an ext3 partition being mounted with the acl
option.
It has been setup as follows:
chown root:DOMAIN\AD_Group /mnt/Intuit_Data/
chmod 2770 /mnt/Intuit_Data/
And the Samba share config is has:
create mask = 0660
directory mask =
2009 Dec 08
1
openpkg
Anyone here using openpkg? Any thoughts about it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091208/db87fa65/attachment.html>
2008 Feb 15
4
About postgresql tcpip connection
hello everybody
i?m trying to connect to my postgresql via tcpip and it thow an error is not accepting tcp-ip connections
I ask to google but i dont find the solution, people said about the prostgresql.conf enable tcpip, I try but when i start the service it thow an error.
Other thing is add the option i to postmaster.opt but when i start the service this file is redefined
anybody can helpme
2010 Oct 12
2
using Linux as a front-end controller for a SAN?
Hi all,
I hope someone can shed some light on this for me. Has anyone tried,
or have experience with, setting up a Linux server to manage a few NAS
devices and thus make them all visible to the clients as one large
SAN?
Basically, I'm thinking it would be a good idea to combine the current
NAS's we have into one large system (typically a SAN?) and then let
the clients all connect to one
1998 Sep 09
3
HELP : Samba is very slow
I have an Access application that work with some shared database file. The file is ~ 3 Mb.
Since I have a Linux system with Samba, this application work very slow.
I have multiple user with win95 on this file. Is there an option for allowing multiple access without cache ?
any other idea ?
Thanks.
___________________________________________________________
S?bastien HEITZMANN
2008 Dec 12
2
OT: Need some riser card advice...
Fellow server-builders out there, this is for you. :) I was trying to
build a cheap JBOD type storage solution running CentOS. Ended up
snagging a Supermicro SC826TQ-R800LPB 2U case (12 drives slots) and a
Supermicro X7DBE-O motherboard. Unfortunately, without thinking I
snagged a 3ware 9650SE-12ML SATA RAID card which is a full height card
and thus does not fit in my case.
I have a few
2010 Jan 24
1
iPod Touch/iPhone VPNs with CentOS.
I am looking at options for VPN connections from iPhones and iPod
Touches to CentOS systems. We use OpenVPN for connections with
Windows, Mac OS X, and other Linux systems, but there don't
appear to be any OpenVPN clients for iPhones (presumably because
there are no tun/tap interfaces available yet).
My experiences getting IPsec running on CentOS systems with OpenVPN
have not been pretty.
2009 Nov 05
5
Long tar -x: Box Shuts Down
My Centos 5.2 box shuts itself down during a
long tar -x. There is plenty of disk available.
This is new; it worked in the past.
Any suggestions?
Thanks,
Mike.
2009 Feb 23
7
Recover rpm DB corrupted by disk failure?
Over the weekend my workstation (still on CentOS 3) started showing
SMART errors, so we shut it down and moved everything onto a new
drive. On reboot, the RPM database reports as corrupted and "rpm
--rebuilddb" segmentation faults.
Is there any reasonable way to recover from this, short of a complete
reinstall? The machine is otherwise up though it''s quite likely some
files
2010 Mar 20
2
Ignore files gone missing.
Is there a way to have rsync not treat files that have gone
missing (e.g. Maildir messages that have been removed) as errors
while indicating I/O errors and such?
Bill
--
INTERNET: bill at celestial.com Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way
Voice: (206) 236-1676 Mercer Island, WA 98040-0820
Fax: (206) 232-9186
2009 Jan 19
2
Help with a good recovery plan.. Linux rescue?
Hello All,
I have a machine that crashed. Some part of the motherboard (power
supply-related) went south.
The motherboard, CPU and memory have been replaced with a much newer
architecture. The OS and data are intact on two SATA drives that were
RAID1 with LVM.
I am going to use 'linux rescue' to recover the LVM backup so I can
mount the RAIDs (there were two) in a new CentOS
2008 Jan 28
5
question on "cp -f" on centos 5.1
When I issue the command cp -af --reply=yes * ../other
it tells me --reply is deprecated and use -i or -f.
when I remove the --reply=yes I have to indicate 'y' to every
file being copied.
I just want to copy every file in my current directory to another
directory and overwrite any file that is there.
What is the correct way to do that?
Jerry
2012 Sep 28
1
centos 5.8 libvirt disk options
I am attempting to use libvirtd/kvm on CentOS 5.latest to migrate a SCO
OpenServer 5.0.6a VM from the old VMware server.
I have converted the multiple vmdk disk files to a single file, then used
qemu-img convert to create files for libvirtd, both qcow2 and raw formats.
After many attempts to get this working I'm up against what appears to be a
brick wall.
+ The VMware VMs are using
2008 Jan 03
7
Mail server setup for small ISP
Hi,
I will probably have to design an e-mail (and other components)
infrastructure for a small ISP soon (WISP).
I'm doing some research to determine which components would be best to
offer e-mail services to their client and allow the staff to manage
accounts easily.
I usually use virtual machines a lot for isolation and easy backups and
migration (when a hardware node is