Hi all,
I am still having problems with my desktop system. Having updated it
from 4 to 5, I now have problems with the logs. Neither boot.log nor
dmesg has any data post the update. syslog appears to be normal in that
it starts when it should but does not show any errors. It looks like
whatever is
On Nov 11, 2007 9:32 AM, Robert Slade <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am still having problems with my desktop system. Having updated it
> from 4 to 5, I now have problems with the logs. Neither boot.log nor
> dmesg has any data post the update. syslog appears to be normal in that
> it s
On Sun, 2007-11-11 at 13:11 +0100, Alain Spineux wrote:
> On Nov 11, 2007 9:32 AM, Robert Slade <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I am still having problems with my desktop system. Having updated it
> > from 4 to 5, I now have problems with the logs. Neither boot.log nor
> > dmesg has
On Sat, 10 Nov 2007, Barry Brimer wrote:
Hi,
I was wondering if anyone knew of a solid, reliable Open Source equivalent
of Cpanel/Plesk that I can run on my CentOS boxes. I've done some
searching
around and find a bunch of them which seem to have stopped or stalled
development, but I am
Robert Slade a écrit :
I have all the data backed up and I could do a fresh install, but I am
trying to avoid this as I would have to spend a lot of time reinstalling
software etc.
Any suggestions?
Yes. IMHO, it always turns out to be less of a hassle to do a fresh
install than trying to jum
"Barry Brimer" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
>> Hi,
>>
>> I was wondering if anyone knew of a solid, reliable Open Source
>> equivalent
>> of Cpanel/Plesk that I can run on my CentOS boxes. I've done some
>> searching
>> around and find a bunch of them which seem t
On Nov 10, 2007 1:48 PM, Ern jura <[EMAIL PROTECTED]> wrote:
> Which is the best laptop to run centos on and where can I buy one
> without Windows Vista pre loaded cause I will uninstall it any way.
> Please tell me the best sites that ship worldwide.
Toshiba P105-S6207
Wireless
---
Intel C
On Sun, Nov 11, 2007 at 01:11:48PM +0100, Alain Spineux alleged:
> On Nov 11, 2007 9:32 AM, Robert Slade <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I am still having problems with my desktop system. Having updated it
> > from 4 to 5, I now have problems with the logs. Neither boot.log nor
> > d
Hello:
I have a server set up a CentOS 5 server for a client
to push files onto using FTP.
I have a cron job to process the files and
move them to another directory.
Sometimes, the cron job executes while the client
is still uploading a file (Some of them can be large)
and I get a partial file.
Timothy Kesten schrieb:
Two questions:
1. for which the fcpci-kernel-modules from atrpm-Repo are useful?
I guess these contain the binary modules from AVM (proprietary). For "plain"
internet access you should be fine with hisax driver integrated in the CentOS
kernel. The proprietary drivers
On Nov 11, 2007 9:29 AM, Eric B. <[EMAIL PROTECTED]> wrote:
> "Barry Brimer" <[EMAIL PROTECTED]> wrote in
> message news:[EMAIL PROTECTED]
> >> Hi,
> >>
> >> I was wondering if anyone knew of a solid, reliable Open Source
> >> equivalent
> >> of Cpanel/Plesk that I can run on my CentOS boxes. I've
> I guess these contain the binary modules from AVM (proprietary). For
> "plain" internet access you should be fine with hisax driver integrated in
> the CentOS kernel. The proprietary drivers may get you into trouble - I
> experienced kernel hangs/panics, filesystem corruption and other nasty
> st
> Is there a way to tell when a file has finished
> uploading?
>
One thought that comes to mind is to upload a file containing the md5sums
of the other files.
Your script would then read the check file and compare the md5sum of each
file with the one recorded in the check file. Good files are
Stephen John Smoogen wrote:
On Nov 11, 2007 9:29 AM, Eric B. <[EMAIL PROTECTED]> wrote:
"Barry Brimer" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
Hi,
I was wondering if anyone knew of a solid, reliable Open Source
equivalent
of Cpanel/Plesk that I can run on my CentOS
Shawn:
Thanks for the tip, but I don't think I can ask the
client to provide md5s of the input files. That
would be too much to ask.
Any other ideas?
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.c
On Sunday 11 November 2007, Neil Aggarwal wrote:
> Shawn:
>
> Thanks for the tip, but I don't think I can ask the
> client to provide md5s of the input files. That
> would be too much to ask.
>
> Any other ideas?
>
> Neil
I assumed the uploads where automated. It would have been simple in
On Sun, 2007-11-11 at 13:20 -0600, Neil Aggarwal wrote:
> ...CentOS 5...
> I have a cron job...
> Is there a way to tell when a file has finished
> uploading?
http://incron.aiken.cz/
--
Ignacio Vazquez-Abrams <[EMAIL PROTECTED]>
PLEASE don't CC me; I'm already subscribed
signature.asc
Descr
Neil Aggarwal wrote:
> Shawn:
>
> Thanks for the tip, but I don't think I can ask the
> client to provide md5s of the input files. That
> would be too much to ask.
>
> Any other ideas?
if you don't need to proces files as soon as possible, you can use a
"two passes" process:
The idea is to cop
If you use proftpd it will upload the file under .in.filename and once the
transfer has completed, the file is renamed to filename
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Nov 11, 2007 3:34 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:
> If you use proftpd it will upload the file under .in.filename and once the
> transfer has completed, the file is renamed to filename
And of course you can ask the client to do this manually if the FTP
server doesn't support doing i
Neil Aggarwal wrote:
Is there a way to tell when a file has finished
uploading?
how about just watching the logfile rather than the file directory ? the
log entry for a file is only written once the file has completed...
since it includes the file size and status of transfer.
- KB
--
Karanb
I used lsof and that is working perfectly.
I called lsof [filename]
and checked if there was any output.
Thanks!
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
> An alternative wou
On Nov 11, 2007 6:07 PM, Garrick Staples <[EMAIL PROTECTED]> wrote:
> On Sun, Nov 11, 2007 at 01:11:48PM +0100, Alain Spineux alleged:
> > On Nov 11, 2007 9:32 AM, Robert Slade <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> > >
> > > I am still having problems with my desktop system. Having updated it
On Nov 12, 2007 1:01 AM, Neil Aggarwal <[EMAIL PROTECTED]> wrote:
> I used lsof and that is working perfectly.
>
> I called lsof [filename]
> and checked if there was any output.
usually we use a lock file :
if [ ! -f /tmp/uploading ] ; then
touch /tmp/uploading
... do your stuff ...
I can not print any document with OpenOffice.Org Writer on CentOS 5.0 x86.
Has anyone encountered this problem?
My printer is HP Deskjet 3745 and apparently uses the hplip and hpijs
packages provided by CentOS.
___
CentOS mailing list
CentOS@centos.o
Do you sometimes find anvil missing? I wonder if you can strace master
and see what it is doing or waiting for...
This happened again this morning. I see the anvil process died -
22815 ? Z 0:13 [anvil]
# strace -p 22799
Process 22799 attached - interrupt to quit
futex(0xb7bc2bec, FUTEX_WAIT
John Thomas wrote:
Paul Norton said the following on 11/07/2007 10:57 AM:
Postfix is dying on one of my servers almost nightly. This system is
running CentOS5 with postfix-2.3.3-2.
I have had a similar problem, but Postfix continues to operate. I am
running CentOS 5.0 with all updates as a
John Thompson wrote:
On 2007-11-09, Christopher Chan <[EMAIL PROTECTED]> wrote:
I don't know...he did say that he restored lilo to get his FC1
installation working again. grub should not have problems picking up its
second stage unless it rests beyond the 1024 cylinder and there is no
LBA sup
Count Of Dracula a écrit :
Wireless
---
Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
Works out-of-box including for WPA/EAP networks.
I have an ASUS laptop with this wireless card. I installed the dkms
package for the ipw3945 module, and it somehow works, although wi
Quoting Niki Kovacs <[EMAIL PROTECTED]>:
Count Of Dracula a écrit :
Wireless
---
Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
Works out-of-box including for WPA/EAP networks.
I have an ASUS laptop with this wireless card. I installed the dkms
package for the ipw394
On Nov 11, 2007 9:19 PM, Niki Kovacs <[EMAIL PROTECTED]> wrote:
> I wonder how I could possibly solve this annoying situation. Merely
> change the order of activation? If so, how do I do this? (I only know
> how to switch services on / off in different runlevels using
> chkconfig... but how do I c
Do you sometimes find anvil missing? I wonder if you can strace master
and see what it is doing or waiting for...
This happened again this morning. I see the anvil process died -
22815 ? Z 0:13 [anvil]
# strace -p 22799
Process 22799 attached - interrupt to quit
futex(0xb7bc2bec, FUTEX_WAIT
Andrew Allen wrote:
> On Fri, 2007-11-09 at 03:47 +0100, Dag Wieers wrote:
>> On Thu, 8 Nov 2007, Andrew Allen wrote:
>>
>>> On Wed, 2007-11-07 at 13:06 -0800, James A. Peltier wrote:
Andrew Allen wrote:
> Having just upgraded my system from CentOS 4.4 to 5.0, I'm a bit
> disappointed
33 matches
Mail list logo