RE: Apache access problem

2005-08-02 Thread Karasik, Vitaly
> > Can you please re-check (DocumentRoot in httpd.conf) that Apache is 
> > looking under /var/www/html for docs? BTW, there is some 
> problem with 
> > server-status too. Where is your Apache ServerRoot? What about 
> > permissions for this dir?
> 
> I had already checked these, but here's the info. I don't see 
> a problem - do you?
> 
> [EMAIL PROTECTED] solomon]$ cat /etc/httpd/conf/httpd.conf | 
> more ### Main Configuration Section ### You really shouldn't 
> change these settings unless you're a guru ### ServerType 
> standalone ServerRoot /etc/httpd #ServerName localhost 
> #LockFile /etc/httpd/httpd.lock PidFile /var/run/httpd.pid 
> ScoreBoardFile /etc/httpd/httpd.scoreboard ErrorLog 
> logs/error_log LogLevel warn ResourceConfig /dev/null 
> AccessConfig /dev/null DocumentRoot /var/www/html
> 
> [EMAIL PROTECTED] solomon]$ ls -lad /etc
> drwxr-xr-x  187 root root 14112 Aug  1 05:49 /etc/
> [EMAIL PROTECTED] solomon]$ ls -lad /etc/httpd drwxr-xr-x  6 
> root root 232 Jun 17  2004 /etc/httpd/

It seems to be OK.
The last thing - can you run "rpm -V apache" in order to verify that
all files from "apache" package have original ownership/permission?
***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: low-level formatting?

2005-08-02 Thread Amos Shapira
On 8/2/05, Yedidyah Bar-David
<[EMAIL PROTECTED]> wrote:
> I would still be interested in an answer to your question.
> I know (and used) such tools for SCSI disks, not IDE.

Found it at grc.com.
See the reply to the question titled "Can SpinRite low-level format my
IDE, EIDE, or SCSI drive?" at http://grc.com/sr/faq.htm:

"No software of any sort can truly low-level format today's modern
drives. The ability to low-level format hard drives was lost back in
the early 1990's..."

They take 89$US for a copy of Spinrite. I suspect I'll buy this
after I recover from the recent unplanned purchases...

Cheers,

--Amos

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: low-level formatting?

2005-08-02 Thread Geoffrey S. Mendelson
On Tue, Aug 02, 2005 at 07:23:28PM +1000, Amos Shapira wrote:
> Found it at grc.com.
> See the reply to the question titled "Can SpinRite low-level format my
> IDE, EIDE, or SCSI drive?" at http://grc.com/sr/faq.htm:

I recently had a similar problem with an IDE drive from Seagate.
It had one bad sector on it. I was running Solaris on the machine in
question, so I did not want a DOS or Windows based program. 

I found that they had a disk tools bootable CD rom image on their
web site. Among other things it will find bad sectors and replace them
with alternates, at a firmware level. I believe the other manufatures
also have similar programs.

BTW, it was free.

Geoff.

-- 
Geoffrey S. Mendelson, Jerusalem, Israel [EMAIL PROTECTED]  N3OWJ/4X1GM
IL Voice: (077)-424-1667  IL Fax: 972-2-648-1443 U.S. Voice: 1-215-821-1838 
VoN  Skype: mendelsonfamily. Looking for work as a CTO or consultant in 
handheld gaming, large systems development, handheld device construction, etc.
Support amateur (ham) radio, boycott Google!!!

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: low-level formatting?

2005-08-02 Thread Yedidyah Bar-David
On Tue, Aug 02, 2005 at 07:23:28PM +1000, Amos Shapira wrote:
> On 8/2/05, Yedidyah Bar-David
> <[EMAIL PROTECTED]> wrote:
> > I would still be interested in an answer to your question.
> > I know (and used) such tools for SCSI disks, not IDE.
> 
> Found it at grc.com.
> See the reply to the question titled "Can SpinRite low-level format my
> IDE, EIDE, or SCSI drive?" at http://grc.com/sr/faq.htm:
> 
> "No software of any sort can truly low-level format today's modern
> drives. The ability to low-level format hard drives was lost back in
> the early 1990's..."
> 
> They take 89$US for a copy of Spinrite. I suspect I'll buy this
> after I recover from the recent unplanned purchases...

Well, you've pushed it enough to cause me to read parts of its site.
It does seem like a nice tool. Not sure it's worth $89, though.
All it seems to do is use brute-force and do very simple things.
Many times that's all you want/need.

I am yet to see any tool (or even documentation) that uses e.g.
"IDE Taskfile Access" (IDE_TASK_IOCTL in linux). The only thing I
know about it is what's written in the help for kernel config -
google does not say much more, last time I asked.

Not as a replacement (and even not very much related), you might want
to look at dd_rescue and dd_rhelp.

Also, reading spinrite's docs, a poor man's replacement might be to
put in your crontab
dd if=/dev/hda of=/dev/null bs=1024k
to run every month or so, to let SMART replace bad sectors.
-- 
Didi


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: low-level formatting?

2005-08-02 Thread amos
On 8/1/05, Ilya Konstantinov
<[EMAIL PROTECTED]> wrote:
> Shouldn't modern drives do it automatically? From what I read, every
> modern drive comes with some spare sectors to allow migrating data from
> damaged sectors. There's also a S.M.A.R.T statistics value (check with
> your 'smartctl' utility) indicating how many sectors were moved.

Thanks for the reminder about SMART (also goes to Peter).

I'll check and see what SMART says.

Already have a 200Gb disk waiting at home (didn't have any smaller
parallel IDE disk at the store).

Cheers,

--Amos

(It's funny the "recovery environment" I have today - a simple live
Ubuntu CD, including complete and automatic network access,
automatic removable device detection (I use the 16Mb
CompactFlash disk which came with my digital camera as a
temporary backup device for crucial stuff) etc. My wife though I
fixed the computer this morning and startted looking for Skype,
compare this to the days of "wow! we have 8 virtual consoles!" :-)

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: low-level formatting?

2005-08-02 Thread Oron Peled
On Tuesday 02 August 2005 12:48, Geoffrey S. Mendelson wrote:
> I found that they had a disk tools...
> BTW, it was free

Free of charge... (or did it had the source with some FOSS license :-)

-- 
Oron Peled Voice/Fax: +972-4-8228492
[EMAIL PROTECTED]  http://www.actcom.co.il/~oron
ICQ UIN: 16527398

Code Red, Blue or Green there all a symptom of a far more pervasive
and insidious virus, it costs around $200.
-anonymous

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Apache access problem

2005-08-02 Thread Shlomo Solomon
On Tuesday 02 August 2005 10:58, Karasik, Vitaly wrote:

> The last thing - can you run "rpm -V apache" in order to verify that
> all files from "apache" package have original ownership/permission?

Here's somethig strange (although I don't think it's connected to my problem). 
I ran rpm -V apache and got no output. I assumed that meant everything is OK, 
but decided to try rpm -V -vv apache. This time I got lots of output, but 
none of it seems to have anything to do with ownership/permission. It's all 
info about dependencies and signatures. What's going on here?

[EMAIL PROTECTED] tmp]$ rpm -V -vv apache
D: opening  db environment /var/lib/rpm/Packages create:cdb:mpool:private
D: opening  db index   /var/lib/rpm/Packages rdonly mode=0x0
D: locked   db index   /var/lib/rpm/Packages
D: opening  db index   /var/lib/rpm/Name rdonly mode=0x0
D:  read h#3649 Header SHA1 digest: OK 
(90f964725f4a93b89dc1fbc43e4cc14cffd18796)
D: == +++ apache-1.3.31-7.1.101mdk i586/linux 0x0
D: opening  db index   /var/lib/rpm/Depends create mode=0x0
D:  Requires: rpmlib(VersionedDependencies) <= 3.0.3-1  YES (rpmlib 
provides)
D: opening  db index   /var/lib/rpm/Providename rdonly mode=0x0
D:  read h#1798 Header SHA1 digest: OK 
(90f0aa94ae10568f6ca34bda51eae2b012d289b0)
D:  Requires: apache-modules >= 1.3.31-7.1.101mdk   YES (db provides)
D: opening  db index   /var/lib/rpm/Pubkeys rdonly mode=0x0
D:  read h#3667 Header sanity check: OK
D: == DSA pubkey id e7898ae070771ff3
D:  read h#3454 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: apache-conf >= 1.3.31 YES (db provides)
D:  read h#2754 Header SHA1 digest: OK 
(54c34d4776fb44ef2c61b3eaafb67c0318b511c8)
D:  Requires: apache-common >= 1.3.31-7.1.101mdkYES (db provides)
D:  read h# 155 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: rpm-helperYES (db provides)
D:  read h#4271 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: mm = 1.3.0YES (db provides)
D: opening  db index   /var/lib/rpm/Basenames rdonly mode=0x0
D:  read h#4082 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: /bin/sh   YES (db files)
D:  Requires: /bin/sh   YES (cached)
D:  Requires: /bin/sh   YES (cached)
D:  Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1   YES (rpmlib 
provides)
D:  Requires: rpmlib(CompressedFileNames) <= 3.0.4-1YES (rpmlib 
provides)
D:  read h#3276 Header SHA1 digest: OK 
(3eb84f46e1890f947ca7e44fdf0a358d4b9e9def)
D:  Requires: libcrypt.so.1 YES (db provides)
D:  Requires: libc.so.6 YES (db provides)
D:  Requires: libc.so.6(GLIBC_2.0)  YES (db provides)
D:  Requires: libc.so.6(GLIBC_2.3)  YES (db provides)
D:  read h#3849 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: libdb-3.3.so  YES (db provides)
D:  Requires: libdl.so.2YES (db provides)
D:  read h# 469 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: libgdbm.so.2  YES (db provides)
D:  Requires: libmm.so.1YES (db provides)
D:  Requires: libm.so.6 YES (db provides)
D:  Requires: libm.so.6(GLIBC_2.0)  YES (db provides)
D:  read h#3062 Header V3 DSA signature: OK, key ID 70771ff3
D:  Requires: libpthread.so.0   YES (db provides)
D: opening  db index   /var/lib/rpm/Conflictname rdonly mode=0x0
D: closed   db index   /var/lib/rpm/Depends
D: closed   db index   /var/lib/rpm/Pubkeys
D: closed   db index   /var/lib/rpm/Conflictname
D: closed   db index   /var/lib/rpm/Providename
D: closed   db index   /var/lib/rpm/Basenames
D: closed   db index   /var/lib/rpm/Name
D: closed   db index   /var/lib/rpm/Packages
D: closed   db environment /var/lib/rpm/Packages


-- 
Shlomo Solomon
http://the-solomons.net
Sent by KMail 1.7.1 (KDE 3.2.3) on LINUX Mandrake 10.1


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: low-level formatting?

2005-08-02 Thread Geoffrey S. Mendelson
On Tue, Aug 02, 2005 at 09:03:07PM +0300, Oron Peled wrote:
> On Tuesday 02 August 2005 12:48, Geoffrey S. Mendelson wrote:
> > I found that they had a disk tools...
> > BTW, it was free
> 
> Free of charge... (or did it had the source with some FOSS license :-)

Free of change as in not $89.

Geoff.

-- 
Geoffrey S. Mendelson, Jerusalem, Israel [EMAIL PROTECTED]  N3OWJ/4X1GM
IL Voice: (077)-424-1667  IL Fax: 972-2-648-1443 U.S. Voice: 1-215-821-1838 
VoN  Skype: mendelsonfamily. 
Want to elimnate amateur (ham) radio? Use Google.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Oops, I forgot the Penguin at home!

2005-08-02 Thread Orna Agmon
This Thursday at 08:30, August Penguin 4 will open at Gany Hata'arucha,
Tel Aviv.

For a list of things you might want to bring, see:
http://linmagazine.co.il/node/view/10452

For the conference site, please see http://august.penguin.org.il/

See you there,
Orna.
--
Orna Agmon http://ladypine.org/  http://haifux.org/~ladypine/
ICQ: 348759096


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: Apache access problem

2005-08-02 Thread Karasik, Vitaly
> Here's somethig strange (although I don't think it's 
> connected to my problem). 
> I ran rpm -V apache and got no output. I assumed that meant 
> everything is OK, but decided to try rpm -V -vv apache. This 
> time I got lots of output, but none of it seems to have 
> anything to do with ownership/permission. It's all info about 
> dependencies and signatures. What's going on here?

AFAIK, rpm doesn't show problems here.
Can you  send me by private email access_log & error_log?

Rgds,
Vitaly 
***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]