Re: Database performance

2004-04-03 Thread diego
First thing is I have no experience at all with SCSI, so I'll only talk
about IDE.

Hardware raid is 'easier' as you don't have to load any driver in
booting process. Anyway, there are few pure IDE hardware raids (most
need a driver to properly work) and are a bit more expensive than the
others. With a 'not pure' hw raid, configuration will be less easier
than using software raid.

In the other hand, software raid is in general more stable and
configurable as it is being proved by many thousand people as it is open
source. Moreover, the lost of cpu caused by software raid is neglible
with nowadays processors, at least whenenever the number of stripping
hardrives is a power of 2 (in raid 5, would be power of 2 plus 1 drive
for redundancy). This is obvious as in this case it only has to
split/join a chunk of bytes, not cpu intensive at all.

I have a HighPoint hardware raid (not a 'pure' hw raid), so I do prefer
using software raid. I have tested both in raid 0 (stripping), and
notice no difference in perfomance (cpu or memory use and in drive
speed) at all between both.

If you do IDE raid with for example 2 drives, hdparm will show you no
increase in buffered-cache speed as it is limited by your data bus
throughput, but almost double speed in buffered disk access.

Another point is chunk size. As I use raid to speed accessing to
programs and multimedia files, most operations are done to big data
chunks, so it takes half the time than before. When chunks read/writen
to the drive are small, stripping will improve but not that much. This
is the point, you'll have to check  if index processing will make short
or big chunks accesses to the drive (I'm not sure about it).






El dom, 04-04-2004 a las 03:48, Christopher L. Everett escribió:
> Kent West wrote:
> 
> > Christopher L. Everett wrote:
> >
> >> Hi,
> >>
> >> I do a lot of database work.  Sometimes I must do massive batch jobs 
> >> on my box
> >> such as:
> >>
> >>  -- multi-gigabyte database dumps and restores
> >>  -- tests over millions of records, searching for overlooked cases
> >>  -- one-off queries for sales & marketing typs that join 8 or 9 tables
> >>
> >> The problem is that these things often take 10 to 30 minutes to run 
> >> on my box.
> >> When I use the GNU time utility, I see a low PCPU number, typically 
> >> between 15
> >> and 25%.  CPU utilization viewed through top remains at 35% or so, 
> >> and I never
> >> go deeper than a few tens of kilobytes into swap, even though the 1 
> >> minute load
> >> average climbs to 2 and higher (I've seen peak numbers around 6).
> >>
> >> I'm using a single Seagate 40GB ATA-133 as my sole hard drive, and my 
> >> system has
> >> an Athlon 2600 processor and 1 GB of RAM.  Am I correct in thinking 
> >> that the
> >> bottleneck lies in the HD subsystem?
> >>
> > That would be my guess, but I'm no expert. I'd try using "hdparm" to 
> > turn on 32-bit addressing and DMA, to see if that makes a difference.
> >
> Gosh I should have mentioned my hdparm output.  32-bit addressing and
> DMA are already on:
> 
> # hdparm -tT /dev/hda
> /dev/hda:
> Timing buffer-cache reads:   1400 MB in  2.00 seconds = 698.71 MB/sec
> Timing buffered disk reads:  120 MB in  3.01 seconds =  39.93 MB/sec
> # hdparm -tT /dev/hda
> /dev/hda:
> Timing buffer-cache reads:   1396 MB in  2.00 seconds = 697.06 MB/sec
> Timing buffered disk reads:  122 MB in  3.04 seconds =  40.12 MB/sec
> # hdparm -tT /dev/hda
> /dev/hda:
> Timing buffer-cache reads:   1404 MB in  2.01 seconds = 700.01 MB/sec
> Timing buffered disk reads:  120 MB in  3.01 seconds =  39.89 MB/sec
> # hdparm -I /dev/hda
> ATA device, with non-removable media
> Model Number:   ST340016A
> Serial Number:  3HS29P4S
> Firmware Revision:  3.10
> Standards:
> Supported: 5 4 3 2
> Likely used: 6
> Configuration:
> Logicalmaxcurrent
> cylinders1638316383
> heads1616
> sectors/track6363
> --
> CHS current addressable sectors:   16514064
> LBAuser addressable sectors:   78165360
> device size with M = 1024*1024:   38166 MBytes
> device size with M = 1000*1000:   40020 MBytes (40 GB)
> Capabilities:
> LBA, IORDY(can be disabled)
> bytes avail on r/w long: 4Queue depth: 1
> Standby timer values: spec'd by Standard
> R/W multiple sector transfer: Max = 16Current = ?
> Recommended acoustic management value: 128, current value: 0
> DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
>  Cycle time: min=120ns recommended=120ns
> PIO: pio0 pio1 pio2 pio3 pio4
>  Cycle time: no flow control=240ns  IORDY flow control=120ns
> Commands/features:
> EnabledSupported:
>*READ BUFFER cmd
>*WRITE BUFFER cmd
>*Host Protected Area feature set
>*Look-ahead
>*Write cache
>*Power Management feature set
> Security Mode feature set
> 

Re: make debian package of php 4.3.5 for debian woody

2004-04-03 Thread Alain
S.D.A. wrote:
On Sat, Apr 03, 2004 at 06:46:55PM +0300 or thereabouts, Alain wrote:

Hi,
I would like to install php 4.3.5 on my debian woody, (which is not
available from apt-get stable source->) for that it seems that I have to
build my own package, but I am not sure how to do it right:
I have used tar source of php-4.3.5, did apt-get build-dep package and
then tried dpkg-buildpackage ... without success, getting same error
'unable to determine source package'
Please somebody help me!


I have PHP 4.2 installed on Woody from a backport. You might wish to check
backports.org to see if there is a backport available for Woody (PHP 4.3.x). I
doubt it though as 4.3 is relatively fresh. Wasn't it just released?
yep, quite fresh, but.. got it installed! :)
So, people with same kind of problem, one address: apt-get.org
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [newbie] Dependency problems installing libssl0.9.7

2004-04-03 Thread Mark Woon
Adam Aube wrote:

Mark Woon wrote:

> I'm trying to upgrade from libssl0.9.6 that's in stable to libssl0.9.7
> that's in testing.
> Unfortunately, libssl0.9.7 has a dependency on libc6 v2.3.2, and stable
> comes with libc6 v2.2.5.
Why do you need a newer version of libssl?

Trying to compile apache htttpd 2.0.49.

I forgot to mention that I'm not "seeing" libc6 v2.3.2 using dselect.

Of course, once I sent the e-mail, it occured to me to try doing it 
directly via apt-get, which can indeed see the newer libc6.  Problem 
solved, although I don't understand why dselect wasn't picking it up.

Thanks,
-Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Postfix2.0.19-1 fails to install

2004-04-03 Thread jokke heikkila
Lainaus Bob Proulx <[EMAIL PROTECTED]>:

> postfix-2.0.19-1 was uploaded to unstable on April 1st.  It is
> extremely new.  You may have just been lucky enough to find a problem
> with it.  If you had upgraded last week you would have gotten 2.0.18.
> 
>   http://packages.qa.debian.org/p/postfix.html
> 
> It is possible there is a bug in the new package.  I would try
> installing the older but reliable 2.0.18-1.  You can get it from
> snapshot.debian.net.
> 
>   http://snapshot.debian.net/
> 
> Not sure that is really the problem.  Just where I would start.
> 
> Bob

Thanks, I will try this later today.

t. jokke


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: slrn drawing characters problem in Konsole

2004-04-03 Thread Ken Bloom
On Sun, 04 Apr 2004 07:20:06 +0200, Faheem Mitha wrote:

> Dear People,
> 
> I'm running sarge. I recently noticed (I don't reboot my machine very
> often and only discover breakage when I reboot) that the red threading
> in slrn was now replaced by red blocks. I'm not sure what the problem
> is, but it seems likely the problem was with Konsole and/or X 4.3,
> since X 4.3 had just arrived in testing. Or maybe that was just a
> coincidence.
> 
> The problem seems to be visible in most fonts, and is certainly
> present in my usual font, which is the "unicode" option. 
> 
> So, can anyone using slrn reproduce this problem, and more
> importantly, suggest a fix? I'd be inclined to report this as a
> Konsole bug unless I hear something to the contrary.
> 
> Thanks in advance.
> 
>  Faheem.

I think slrn has problems drawing line-drawing characters in unicode
locales. I don't think this is a Konsole bug.

-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.
My key was last signed 10/14/2003. If you use GPG *please* see me about 
signing the key. * My computer can't give you viruses by email. ***


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how does one page down in gv?

2004-04-03 Thread dircha
Dan Jacobson wrote:
The following message is a courtesy copy of an article
that has been posted to comp.lang.postscript as well.
In gv, how does one page down?

Space bar is great, until we dare to choose magnification that put the
edges of the document beyond the window. Upon reaching the bottom of a page
we are then sent to the upper right corner of the same page---we can't
keep the document centered horizontally. No I do not wish to review
the white margins that I missed due to magnifying them out of the window.
PgDown is great, except that it goes from the bottom of one page to
the bottom of the next.
Or did the developers never use 600x800 resolution?

So I must use
DownArrow DownArrow PgDown UpArrow UpArrow
DownArrow DownArrow PgDown UpArrow UpArrow...
My reading is done on the DownArrow portion.
I would like to just hit e.g. space bar to go thru the whole document.
You need to modify the X resources keybindings for gv. On my Debian 
system with gv package version 1:3.5.8-31, the system-wide resource file 
 for gv that includes keybindings is /usr/X11R6/lib/X11/gv/gv_class.ad.

Make a copy of this file in your home directory.
Find the line:
 ~c ~sspace: GV_Page(down,right-top,!page+1,top-leftedge)\n\
Replace it with:
 ~c ~sspace: GV_Page(down,!page+1,top)\n\
Pass gv the -ad option to specify the location of your modified resource 
file. See "man gv".

This should do it.

dircha

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Don't worry, just listen

2004-04-03 Thread Cecilia Shea
Title: wednesday



Re-finance now, even with bad-credit!
*Best Re-finance Rate for credit challenged.
*Best Customer Service
*Lowest Interest-Rates in Years
*SAVE $100-$400 per month
Our easy application only takes 1 minutes.
Visit here for more information
 
 

To opt out from our mailing list, please follow this link.
fermat discretion tennis accusative caloric breech clad minuteman bookshelves emory marsupial fantasia delicti conductor fieldstone belittle cursory dowel assessor cordial maxim theta yucatan bloomfield clamp blake coffee radiotelegraph propose heritage youngish reflect worksheet greta malleable herringbone cabbage airy trojan ok runge coalescent acrimonious consortium bunk singlet naval radial whisk colatitude mouton perfidy williams consultation adler checksummed chug countryman 




Re: Database performance

2004-04-03 Thread Kirk Strauser
At 2004-04-04T05:20:43Z, "Christopher L. Everett" <[EMAIL PROTECTED]> writes:

> substitute raid 0 (striping) for raid 1, and that last makes sense.

Not really.  Concurrent mirrored reads can be significantly faster than
striped reads, since each drive can be servicing a complete read request
simultaneously.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: Database performance

2004-04-03 Thread Adam Aube
Christopher L. Everett wrote:

>>1) Dedicate a second hard drive to the database files

> I'm not sure that would be a huge win, since the performance would just
> be that of another IDE drive.

No, not huge, but it does mean that the rest of the system won't be stealing
disk I/O from your database.

>>3) Some form of RAID (preferably hardware)

> I just read an email of the Linux kernel list saying that Linux software
> RAID kicks the ass of most hardware raid solutions.

Probably depends on who makes the hardware. Given the choice, I would still
prefer hardware RAID - less load on the system, and simpler to manage.

> IIRC, RAID 1 gives the best performance under all conditions :), though
> it's not terribly safe.

I think you have RAID 0 and 1 reversed.

RAID 0: Striping; no redundancy
RAID 1: Mirroring

> So here asre some of the lower cost options I'm considering:

> SCSI: a multichannel (3 or 4) U160 or better host adapter and several
> lightly used 36GB U160 or better drives, software raid 5.

> SATA: a 3Ware SATA controller, and several SATA drives in a hardware RAID
> 5 configuration.

> I suspect the first option would run a touch faster.

I concur.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Database performance

2004-04-03 Thread Christopher L. Everett
Christopher L. Everett wrote:


IIRC, RAID 1 gives the best performance under all conditions :), 
though it's
not terribly safe.
substitute raid 0 (striping) for raid 1, and that last makes sense.

--
Christopher L. Everett
Chief Technology Officer   www.medbanner.com
MedBanner, Inc.  www.physemp.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



slrn drawing characters problem in Konsole

2004-04-03 Thread Faheem Mitha
Dear People,

I'm running sarge. I recently noticed (I don't reboot my machine very
often and only discover breakage when I reboot) that the red threading
in slrn was now replaced by red blocks. I'm not sure what the problem
is, but it seems likely the problem was with Konsole and/or X 4.3,
since X 4.3 had just arrived in testing. Or maybe that was just a
coincidence.

The problem seems to be visible in most fonts, and is certainly
present in my usual font, which is the "unicode" option. 

So, can anyone using slrn reproduce this problem, and more
importantly, suggest a fix? I'd be inclined to report this as a
Konsole bug unless I hear something to the contrary.

Thanks in advance.

 Faheem.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Fwd: Re: ext3 journal problem]

2004-04-03 Thread Marvin Stodolsky
 Thanks all

After turning off the journal with
  tune2fs -O ^has_journal /dev/sda2
e2fsck reported bad superblocks
Fortunately, all important Data is copied elsewhere,
So I'll just remake the partition and copy over Debian from this laptop.
Incidentally, there are now available palm sized inclosures for laptop 
drives,
which USB connect to other PCs.  I have found mine handy for such transfers
or just storage, if one swapped out a smaller drive for a larger one.

MarvS

On Sat, Apr 03, 2004 at 03:00:53PM -0500, Marvin Stodolsky wrote:
There is a faulty ext3  journal on my Debian desktop system (currently 
on laptop),
blocking booting or e2fsck.
The precipating event may have been the copying of a tarball to /root/ 
which exceeded Root's reserve space.
The shut down appeared normal, but the reboot failed.

I have an alternate RedHat partition for developement purpuses.
When I try to fsck  the Debian /dev/sda2 therefrom,
there is a complaint about the Journal and fsck quits.
How could I disable the ext3 Journal, so that the file system could be 
more directly FSCKed?
tune2fs -O ^has_journal

If it complains add the -f option.

This stands a chance of screwing up your filesystem badly, though, so
make a backup somewhere (eg. with dd) first!
...see man tune2fs

--
Pigeon
Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F



file:///tmp/nsmail.tmp
Description: PGP signature


Visor & Pilot-xfer - Not synching up regularly

2004-04-03 Thread Jon Hughes
I'm attempting to get my Handspring Visor to work with
 Debian stable and I'm running into some errors that
for the life of me I can't figure out.
(somewhat lengthy post but I want to make sure I give
as much data as possible)

Some info:
Kernel: 2.4.25
Debian 3.0 (stable)
All kernel configurations according to the HOWTO at
Linuxpda.com have been completed. The USB devices work
(I can verify if via 'usbview').

My issue is strange in that the visor works once in a
while, but when it does and how and why seem to be
completly random. For example, this morning I pushed
the hotsynch button and typed in pilot-xfer -p
/dev/ttyUSB1 -l and I got a listing of the files.  A
few minutes later, I repeated it and got the same
result.  I then managed to do a KPilot backup, no
problem.

However, about ten minutes after that, I attempted to
synch up again and it failed.  I had made no changes
whatsoever to the system.  I double checked to make
sure I'd killed the Kpilot daemon in case it was
confusing things.  No go.  I rebooted the computer to
get to the 'clean' state that I had the first time I
tried to synch up.  No go.

The system recognizes the visor as seen in 'usbview'
(shows my scanner, printer, and visor).  It doesnt see
it until I press the hotsynch button and it 'creates'
the device, but I understand that's normal.

When I do a pilot-xfer -p /dev/ttyUSB1 -l I get the
following responses:

$ pilot-xfer -p /dev/ttyUSB1 -l

   Listening to port: /dev/ttyUSB1

   Please press the HotSync button now...
   Error accepting data on /dev/ttyUSB1

/var/log/messages

Apr  3 23:39:45 dragon kernel: hub.c: new USB device
00:02.0-2.1, assigned address 6
Apr  3 23:39:45 dragon kernel: usbserial.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x converter detected
Apr  3 23:39:45 dragon kernel: visor.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x: Number of ports: 2
Apr  3 23:39:45 dragon kernel: visor.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x: port 1, is for
Generic use and is bound to ttyUSB0
Apr  3 23:39:45 dragon kernel: visor.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x: port 2, is for
HotSync use and is bound to ttyUSB1
Apr  3 23:39:45 dragon kernel: usbserial.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x converter now
attached to ttyUSB0 (or usb/tts/0 for devfs)
Apr  3 23:39:45 dragon kernel: usbserial.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x converter now
attached to ttyUSB1 (or usb/tts/1 for devfs)
Apr  3 23:40:16 dragon kernel: visor.c: Bytes In = 276
 Bytes Out = 0
^[`Apr  3 23:40:38 dragon kernel: usb.c: USB
disconnect on device 00:02.0-2.1 address 6
Apr  3 23:40:38 dragon kernel: usbserial.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x converter now
disconnected from ttyUSB0
Apr  3 23:40:38 dragon kernel: usbserial.c: Handspring
Visor / Treo / Palm 4.0 / Clié 4.x converter now
disconnected from ttyUSB1

Modules are installed (lsmod)
Module  Size  Used byTainted: P
nvidia   1964192   6  (autoclean)
visor  10560   0
usbserial  16160   0  [visor]
usb-ohci   16192   0  (unused)
usbcore54944   1  [visor usbserial
usb-ohci]
emu10k151360   0
ac97_codec 12032   0  [emu10k1]
8139too11744   1
mii 2384   0  [8139too]
crc32   2832   0  [8139too]


Here's a confusing thing to throw in: I have attempted
this on two computers with the same kernel. I get the
same issues on both machines.  That partially leads me
to think that something is up with the Visor itself,
but it HAS synched on a handful of occasions, and it
always synchs on my Windows OS, so I'm hesitant to say
that somethings up with the Visor itself.

For the record I have used /dev/ttyUSB0, /dev/pilot,
/dev/visor, etc.

I'm sort of lost as to where to go from here, thus any
advice people can give would be greatly appreciated.

Thanks
H



__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



how does one page down in gv?

2004-04-03 Thread Dan Jacobson
The following message is a courtesy copy of an article
that has been posted to comp.lang.postscript as well.

In gv, how does one page down?

Space bar is great, until we dare to choose magnification that put the
edges of the document beyond the window. Upon reaching the bottom of a page
we are then sent to the upper right corner of the same page---we can't
keep the document centered horizontally. No I do not wish to review
the white margins that I missed due to magnifying them out of the window.

PgDown is great, except that it goes from the bottom of one page to
the bottom of the next.

Or did the developers never use 600x800 resolution?

So I must use
DownArrow DownArrow PgDown UpArrow UpArrow
DownArrow DownArrow PgDown UpArrow UpArrow...
My reading is done on the DownArrow portion.
I would like to just hit e.g. space bar to go thru the whole document.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Database performance

2004-04-03 Thread Christopher L. Everett
Adam Aube wrote:

Christopher L. Everett wrote:

So, what kind of hard drive subsystem can I run that would get me
3 to 4 times the performance that wouldn't break the bank?
   

Define "break the bank". The more money you're willing to sink into this,
the better performance you can get. A few options you can try:
1) Dedicate a second hard drive to the database files
 

I'm not sure that would be a huge win, since the performance would just
be that of another IDE drive.
2) Move from IDE disks to SCSI disks
 

The wins there would come from tagged command queing and multiple
SCSI channels on one adapter, and software raid
3) Some form of RAID (preferably hardware)
 

I just read an email of the Linux kernel list saying that Linux software 
RAID
kicks the ass of most hardware raid solutions.

Regarding RAID, I believe 0+1 gives the best performance, but it requires 4
disks. RAID 5 and 0 also will give a performance boost, and require at
least 3 and 2 disks, respectively.
 

IIRC, RAID 1 gives the best performance under all conditions :), though it's
not terribly safe.
You can price out the various options and see at what point it breaks the
bank for you.
 

There's always Ebay.  But the issue is more one of compatibility.  The Mylex
DAC960 driver recently got orphaned, for example, and AFAIK that was one
of the better solutions out there.
So here asre some of the lower cost options I'm considering:

SCSI: a multichannel (3 or 4) U160 or better host adapter and several 
lightly
used 36GB U160 or better drives, software raid 5.

SATA: a 3Ware SATA controller, and several SATA drives in a hardware RAID 5
configuration.
I suspect the first option would run a touch faster.

--
Christopher L. Everett
Chief Technology Officer   www.medbanner.com
MedBanner, Inc.  www.physemp.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get kde 3.2 problem with testing

2004-04-03 Thread Dale Kemp
Hi Sidhu,

KDE 3.2 is part of KDE unstable and I use sarge/testing with 'pinning' 
to allow
for some unstable packages while keeping most of the system based around 
sarge.

# more /etc/apt/preferences
Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 900
Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 600
Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 300
Edit your apt sources then do apt-get update, and apt-get install on 
just the kde packages you want.
Or you could simply wait for KDE 3.2 to enter testing.

Regards,

Dale.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ext3 journal problem

2004-04-03 Thread Paul Johnson
Marvin Stodolsky <[EMAIL PROTECTED]> writes:

> How could I disable the ext3 Journal, so that the file system could be
> more directly FSCKed?

Have you tried mounting them as ext2?  It's an outside shot if it
wasn't cleanly unmounted last time but worth a try.

-- 
Paul Johnson
<[EMAIL PROTECTED]>


pgp0.pgp
Description: PGP signature


Re: need tool to configure network

2004-04-03 Thread Paul Johnson
Christian Eyrich <[EMAIL PROTECTED]> writes:

> I know how to do this manually (using route). But after rebooting I've
> the old address again.
> I know I can edit /etc/network/interfaces by hand, but there's this
> warning "etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT
> BEFORE IT" in it.

That's mostly a warning to make you double check what you're doing
(since there is apparently some debconf ability to edit that config,
but what package I do not know).  Just go ahead and edit that puppy.
I do, and I'm online...

-- 
Paul Johnson
<[EMAIL PROTECTED]>


pgp0.pgp
Description: PGP signature


Unsubscription Confirmation

2004-04-03 Thread webmaster
Thank you for subscribing. You have now unsubscribed and no more messages will be sent.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Accessing MySQL across private network

2004-04-03 Thread Mark Gillingham
On Saturday, April 3, 2004, at 06:22 PM, Enrique Samson Jr. wrote:

Mark Gillingham wrote:
In terms of mysql commands, I cannot do the follow mysql command from 
server2:
mysql -hserver1 -umyuser -p
can you do that from server1?
No. S.D.A. had the solution. Neither MySQL was configured to accept 
network connections. "skip-network" in my.cnf.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [newbie] Dependency problems installing libssl0.9.7

2004-04-03 Thread Adam Aube
Mark Woon wrote:

> I'm trying to upgrade from libssl0.9.6 that's in stable to libssl0.9.7
> that's in testing.

> Unfortunately, libssl0.9.7 has a dependency on libc6 v2.3.2, and stable
> comes with libc6 v2.2.5.

Why do you need a newer version of libssl?

Have you checked backports.org?

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: netstat -nr shows all interfaces but lo... is this normal ?

2004-04-03 Thread Bill Marcum
On Fri, Apr 02, 2004 at 07:38:35AM -0700, John Kennedy wrote:
> I just dual booted a Redhat 9.0 machine with Knoppix/Debian
> and when doing netstat -nr
> I can see all interfaces represented except lo/127.0.0.0 
> Is this normal in Debian?
> should I add lo with the route command?
> Thanks in adavance
> John Kennedy

Everything is normal if you can ping 127.0.0.1 or localhost.


-- 
Nothing is illegal if one hundred businessmen decide to do it.
-- Andrew Young


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



does highlight package support fortran 90?

2004-04-03 Thread Kamaraju Kusumanchi
Hi
  I am looking for a package which will enable me to include a fortran 
90 source code file into a latex file with syntax highlighting. From 
apt-cache I found that higlight package has this ability. But I would 
like to know, if it supports Fortran 90 language. The manual mentions 
Fortran, but does not specify which version of Fortran 77/90/...

Any ideas on how to get it work with fortran 90?

When I tried highlight -s vim -v -L -i evaluate.f90 -o evaluate.tex

I am getting evaluate.dvi. The indentation is working nicely but there 
is no syntax highlighting. Any work arounds?

thanks
raju
--
Home page: http://www.people.cornell.edu/pages/kk288/
Fluid's group: http://groups.yahoo.com/group/flumech/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Database performance

2004-04-03 Thread Adam Aube
Christopher L. Everett wrote:

>>>Am I correct in thinking that the bottleneck lies in the HD subsystem?

>>Yes.

> So, what kind of hard drive subsystem can I run that would get me
> 3 to 4 times the performance that wouldn't break the bank?

Define "break the bank". The more money you're willing to sink into this,
the better performance you can get. A few options you can try:

1) Dedicate a second hard drive to the database files
2) Move from IDE disks to SCSI disks
3) Some form of RAID (preferably hardware)

Regarding RAID, I believe 0+1 gives the best performance, but it requires 4
disks. RAID 5 and 0 also will give a performance boost, and require at
least 3 and 2 disks, respectively.

You can price out the various options and see at what point it breaks the
bank for you.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Preventing default route being wrongly attached

2004-04-03 Thread Bill Marcum
On Fri, Apr 02, 2004 at 02:35:19AM +0100, robert fernando wrote:
> Hi all,
> Q1 How do I reconfigure a Debian 3.x system 2.2.20-idepci so that the 
> default route is not tied to the sl0 / slip device.
> eth0 is setup to be connected to a 3c509 ethernert card.
> 
> Why do I need to do this.
> It appears that having sl0 atached to the default route before doing a 
> dial up which uses ppp cause ppp to login correctly, but then fail on 
> sending of packet data / ping data nothing is sent.
> 
The sl0 interface is probably created by diald.  Diald is a package which
controls demand dialing, but nowadays most users prefer the demand 
dialing which is built into pppd.  You might want to uninstall diald, or
study the man page and the /usr/share/doc/diald files to see how it 
works.

-- 
Nothing is illegal if one hundred businessmen decide to do it.
-- Andrew Young


signature.asc
Description: Digital signature


Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread Marvin Stodolsky
Check for new drivers at the nvidia.com

Thomas Beresford wrote:



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Database performance

2004-04-03 Thread Christopher L. Everett
Adam Aube wrote:

Christopher L. Everett wrote:
 



The problem is that these things often take 10 to 30 minutes to run on
my box. When I use the GNU time utility, I see a low PCPU number,
typically between 15 and 25%.  CPU utilization viewed through top remains
at 35% or so, and I never go deeper than a few tens of kilobytes into
swap, even though the 1 minute load average climbs to 2 and higher (I've
seen peak numbers around 6).
   

Am I correct in thinking that the bottleneck lies in the HD subsystem?
   

Yes.

So, what kind of hard drive subsystem can I run that would get me
3 to 4 times the performance that wouldn't break the bank?
--
Christopher L. Everett
Chief Technology Officer   www.medbanner.com
MedBanner, Inc.  www.physemp.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Database performance

2004-04-03 Thread Christopher L. Everett
Kent West wrote:

Christopher L. Everett wrote:

Hi,

I do a lot of database work.  Sometimes I must do massive batch jobs 
on my box
such as:

 -- multi-gigabyte database dumps and restores
 -- tests over millions of records, searching for overlooked cases
 -- one-off queries for sales & marketing typs that join 8 or 9 tables
The problem is that these things often take 10 to 30 minutes to run 
on my box.
When I use the GNU time utility, I see a low PCPU number, typically 
between 15
and 25%.  CPU utilization viewed through top remains at 35% or so, 
and I never
go deeper than a few tens of kilobytes into swap, even though the 1 
minute load
average climbs to 2 and higher (I've seen peak numbers around 6).

I'm using a single Seagate 40GB ATA-133 as my sole hard drive, and my 
system has
an Athlon 2600 processor and 1 GB of RAM.  Am I correct in thinking 
that the
bottleneck lies in the HD subsystem?

That would be my guess, but I'm no expert. I'd try using "hdparm" to 
turn on 32-bit addressing and DMA, to see if that makes a difference.

Gosh I should have mentioned my hdparm output.  32-bit addressing and
DMA are already on:
# hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads:   1400 MB in  2.00 seconds = 698.71 MB/sec
Timing buffered disk reads:  120 MB in  3.01 seconds =  39.93 MB/sec
# hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads:   1396 MB in  2.00 seconds = 697.06 MB/sec
Timing buffered disk reads:  122 MB in  3.04 seconds =  40.12 MB/sec
# hdparm -tT /dev/hda
/dev/hda:
Timing buffer-cache reads:   1404 MB in  2.01 seconds = 700.01 MB/sec
Timing buffered disk reads:  120 MB in  3.01 seconds =  39.89 MB/sec
# hdparm -I /dev/hda
ATA device, with non-removable media
   Model Number:   ST340016A
   Serial Number:  3HS29P4S
   Firmware Revision:  3.10
Standards:
   Supported: 5 4 3 2
   Likely used: 6
Configuration:
   Logicalmaxcurrent
   cylinders1638316383
   heads1616
   sectors/track6363
   --
   CHS current addressable sectors:   16514064
   LBAuser addressable sectors:   78165360
   device size with M = 1024*1024:   38166 MBytes
   device size with M = 1000*1000:   40020 MBytes (40 GB)
Capabilities:
   LBA, IORDY(can be disabled)
   bytes avail on r/w long: 4Queue depth: 1
   Standby timer values: spec'd by Standard
   R/W multiple sector transfer: Max = 16Current = ?
   Recommended acoustic management value: 128, current value: 0
   DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
Cycle time: min=120ns recommended=120ns
   PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=240ns  IORDY flow control=120ns
Commands/features:
   EnabledSupported:
  *READ BUFFER cmd
  *WRITE BUFFER cmd
  *Host Protected Area feature set
  *Look-ahead
  *Write cache
  *Power Management feature set
   Security Mode feature set
   SMART feature set
   Device Configuration Overlay feature set
   Automatic Acoustic Management feature set
   SET MAX security extension
  *DOWNLOAD MICROCODE cmd
Security:
   Master password revision code = 65534
   supported
   notenabled
   notlocked
   notfrozen
   notexpired: security count
   notsupported: enhanced erase
HW reset results:
   CBLID- above Vih
   Device num = 1
Checksum: correct
As far as I can tell, I need buffered disk read numbers about 2.5 to 3
times to take full advantage of my processor.  If I were to up my
processor to a Athlon 3400, I would need to add another 35% of
disk throughput.
What kind of rig would people suggest, that wouldn't break the bank?

--
Christopher L. Everett
Chief Technology Officer   www.medbanner.com
MedBanner, Inc.  www.physemp.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Database performance

2004-04-03 Thread Adam Aube
Christopher L. Everett wrote:

> I do a lot of database work.  Sometimes I must do massive batch jobs on
> my box

> The problem is that these things often take 10 to 30 minutes to run on
> my box. When I use the GNU time utility, I see a low PCPU number,
> typically between 15 and 25%.  CPU utilization viewed through top remains
> at 35% or so, and I never go deeper than a few tens of kilobytes into
> swap, even though the 1 minute load average climbs to 2 and higher (I've
> seen peak numbers around 6).

> Am I correct in thinking that the bottleneck lies in the HD subsystem?

Yes.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mc with ext2undel on sarge?

2004-04-03 Thread Adam Aube
hugo vanwoerkom wrote:

> Perusing the choices for ext2 undelete programs, it appears that
> midnight commander is by far the best.

> But :-( it does not compile (mc-4.6.0) under the latest sarge.

Midnight Commander 4.6.0 is packaged under Sarge. If you need to build from
source, just download the source .deb and use that.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Postfix2.0.19-1 fails to install

2004-04-03 Thread Bob Proulx
jokke heikkila wrote:
> Going up from stable to unstable and did a apt-get dist-upgrade
> after changing the appropiete sources. All went ok, except Postfix's
> postinst script fails with newaliases command

postfix-2.0.19-1 was uploaded to unstable on April 1st.  It is
extremely new.  You may have just been lucky enough to find a problem
with it.  If you had upgraded last week you would have gotten 2.0.18.

  http://packages.qa.debian.org/p/postfix.html

It is possible there is a bug in the new package.  I would try
installing the older but reliable 2.0.18-1.  You can get it from
snapshot.debian.net.

  http://snapshot.debian.net/

Not sure that is really the problem.  Just where I would start.

Bob


pgp0.pgp
Description: PGP signature


Re: Database performance

2004-04-03 Thread Kent West
Christopher L. Everett wrote:

Hi,

I do a lot of database work.  Sometimes I must do massive batch jobs 
on my box
such as:

 -- multi-gigabyte database dumps and restores
 -- tests over millions of records, searching for overlooked cases
 -- one-off queries for sales & marketing typs that join 8 or 9 tables
The problem is that these things often take 10 to 30 minutes to run on 
my box.
When I use the GNU time utility, I see a low PCPU number, typically 
between 15
and 25%.  CPU utilization viewed through top remains at 35% or so, and 
I never
go deeper than a few tens of kilobytes into swap, even though the 1 
minute load
average climbs to 2 and higher (I've seen peak numbers around 6).

I'm using a single Seagate 40GB ATA-133 as my sole hard drive, and my 
system has
an Athlon 2600 processor and 1 GB of RAM.  Am I correct in thinking 
that the
bottleneck lies in the HD subsystem?

That would be my guess, but I'm no expert. I'd try using "hdparm" to 
turn on 32-bit addressing and DMA, to see if that makes a difference.

--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get kde 3.2 problem with testing

2004-04-03 Thread Bob Proulx
Bokeron wrote:

Please don't top post.

> BTW, I updated to KDE 3.2 with sid sources, does really Sarge have KDE 3.2?

No.  The original poster said he was installing from a contributed
source from http://www.debian-desktop.org.

> Regards
> 
> El Sábado, 3 de Abril de 2004 22:11, Reetinder P. S. Sidhu escribió:
> > I'm trying to upgrade from kde 3.1.5 to 3.2 by adding
> > deb http://www.debian-desktop.org/pub/linux/debian/kde3.2 sarge main

Instead of doing that I recommend using this instead.

deb http://download.kde.org/stable/3.2/Debian stable main

> > While "apt-cache show kdebase" finds 2 packages with above version
> > numbers, apt-get install kde/kdebase/kde-core insists that the newset
> > version is installed.

You are seeing a duplication of packages between debian.org and
debian-desktop.org.  Try using apt-cache policy and seeing what it
tells you.  It should show you the paths.

  apt-cache policy kdebase

Bob


pgp0.pgp
Description: PGP signature


Database performance

2004-04-03 Thread Christopher L. Everett
Hi,

I do a lot of database work.  Sometimes I must do massive batch jobs on 
my box
such as:

 -- multi-gigabyte database dumps and restores
 -- tests over millions of records, searching for overlooked cases
 -- one-off queries for sales & marketing typs that join 8 or 9 tables
The problem is that these things often take 10 to 30 minutes to run on 
my box.
When I use the GNU time utility, I see a low PCPU number, typically 
between 15
and 25%.  CPU utilization viewed through top remains at 35% or so, and I 
never
go deeper than a few tens of kilobytes into swap, even though the 1 
minute load
average climbs to 2 and higher (I've seen peak numbers around 6).

I'm using a single Seagate 40GB ATA-133 as my sole hard drive, and my 
system has
an Athlon 2600 processor and 1 GB of RAM.  Am I correct in thinking that 
the
bottleneck lies in the HD subsystem?

--
Christopher L. Everett
Chief Technology Officer   www.medbanner.com
MedBanner, Inc.  www.physemp.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Re: Re: resolv.conf file

2004-04-03 Thread Bob Proulx
Matthew Cross wrote:
> This problem can also be resolved using dhclient by putting the following
> into your /etc/dhclient.conf file
> 
> supersede domain-name "[yourdomain.com]"
> 
> You then can run dhclient again to renew your lease and you will see the
> trailing /000 disappear from your /etc/resolv.conf file.

I missed the original post.  But that problem can also be resolved by
upgrading from the old dhcp version 2 to the newer dhcp version 3.

  apt-get install dhcp3-client

Bob


pgp0.pgp
Description: PGP signature


Re: need tool to configure network

2004-04-03 Thread Sridhar M.A.
On Sat, Apr 03, 2004 at 12:03:51PM -0800, mike wrote:
   > On Sat, 03 Apr 2004 21:15:02 +0200, Christian Eyrich wrote
   > > 
   > > I know how to do this manually (using route). But after rebooting 
   > > I've the old address again. I know I can edit 
   > > /etc/network/interfaces by hand, but there's this warning "etherconf 
   > > DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT" in it.
   > > 
   > > So there must be a tool to do this - YaST does this in SUSE. I 
   > > already installed etherconf but don't know how to use it (can't even 
   > > start it), same with debconf.
   > 
   > Nah, Go ahead and edit /etc/network/interfaces
   > Then, just restart the networking daemon.
   > I've always done it this way. but I've never seen warning signs like you 
   > mentioned.
   > 
It is put by the package etherconf. Run etherconf as root and it will
put the proper entries in /etc/network/interfaces.

Regards,

-- 
Sridhar M.A.   GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

What I need is a MATURE RELATIONSHIP with a FLOPPY DISK ...


signature.asc
Description: Digital signature


[newbie] Dependency problems installing libssl0.9.7

2004-04-03 Thread Mark Woon
Hi all.

I'm new to Debian, so if I'm asking any questions that's covered in the 
docs just point me in the right direction.

I'm trying to upgrade from libssl0.9.6 that's in stable to libssl0.9.7 
that's in testing.  To do so, I added the followinglines to 
/etc/apt/sources.list:

deb http://ftp.us.debian.org/debian/ testing 
main   

deb-src http://ftp.us.debian.org/debian/ testing 
main   

deb http://non-us.debian.org/debian-non-US testing/non-US 
main 
deb-src http://non-us.debian.org/debian-non-US testing/non-US 
main 

Unfortunately, libssl0.9.7 has a dependency on libc6 v2.3.2, and stable 
comes with libc6 v2.2.5.  The problem is that libc6 v2.3.2 doesn't seem 
to be in the package listings.

Then I decided to try getting the source and building the .deb myself.  
When I tried that, I get informed that I need a newer version of debconf 
or some such.  Tracking down the dependencies for debconf also leads me 
back to a dependency on libc6 v.2.3.2.  Aargh!

Am I missing something?  Do I have to add something else to sources.list 
to pick up libc6 v2.3.2?

Thanks,
-Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Accessing MySQL across private network

2004-04-03 Thread Enrique Samson Jr.
Mark Gillingham wrote:
In terms of mysql commands, I cannot do the follow mysql command from 
server2:

mysql -hserver1 -umyuser -p
can you do that from server1?

I get the error: ERROR 2003: Can't connect to MySQL server on 
'192.168.1.3' (111)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



mc with ext2undel on sarge?

2004-04-03 Thread hugo vanwoerkom
Hi Debian!

Perusing the choices for ext2 undelete programs, it appears that 
midnight commander is by far the best.

But :-( it does not compile (mc-4.6.0) under the latest sarge. You 
install e2fslibs-dev and ./configure --with-ext2undel and you get weird 
errors. First he cannot find some machine specs headers, if you symlink 
those, there are just plain errors because the includes are all wrong.

This used to work on Sarge last november, but no longer.

Anyone been successful getting mc to work with the undelete function on 
sarge? It compiles on woody.

As things stand now to undelete I would have to reboot immediately, 
restore woody elsewhere and use mc from there...

Thanks.

Hugo

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread Marvin Stodolsky
Which driver does your modem use?
Are you sure you actually CONNECT to the ISP
Compare:
#  ping 30.57.4.70
64 bytes from 130.57.4.70: icmp_seq=0 ttl=48 time=239.2 ms
64 bytes from 130.57.4.70: icmp_seq=1 ttl=48 time=240.0 ms
64 bytes from 130.57.4.70: icmp_seq=2 ttl=48 time=230.0 ms
64 bytes from 130.57.4.70: icmp_seq=3 ttl=48 time=230.0 ms
with the named address
# ping  novell.com
If the numerical address works but not the named address,
Then it is only a DNS problem.
You may need some PPP support files from the testing distribution for 
DNS to work
Try rebooting under your old kernel.
Within /etc/apt/sources.list, make a duplicate of all lines.
Within the 2nd set, replace "stable" with "testing", for example
deb http://ftp.lug.udel.edu/debian/ stable main  non-free contrib
goes to  
   deb http://ftp.lug.udel.edu/debian/ testing main  non-free contrib
Then
   apt-get update
   apt-get -s install ppp
(where -s is stimulate)
If nothing dangerous is shown
  apt-get install ppp

MarvS





Thomas Beresford wrote:

Hello fellas,

I upgraded my debian system kernel from 2.4 stable to 2.6 testing. But now my dialup connection doesn't work anymore! I get to connect to my ISP, but i can't navigate. Could someone help me, please?

 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bad Request

2004-04-03 Thread list

Thanks for writing to COG1.
This is an automatically generated email so please don't respond to it.
Sorry we can't respond to it personally but there's just too much email!

We want to help anwswer any questions your asking so read below and take the 
appropriate steps.


GETTING OFF A LIST
1. If you are trying to get off an email list please send an email to [EMAIL 
PROTECTED] If at all possible forward the original email you received.

Also, please note that on every email there is an unsubscribe button OR a line of text 
that looks like this:

[EMAIL PROTECTED]

If you click one of these options and send a blank email you will be automatically 
removed from the list. It doesn't matter what email address you send this from, you 
will still be removed.


QUESTIONS
2. If you are having problems registering for a sweepstakes or have questions about an 
event or email, please send an email to [EMAIL PROTECTED]

In your email state:
a)The Event, Nightclub, and/or Promotion you have a question about.
B)The nature of your question or problem including your full name and the email 
address we should use to get back to you.

CONTACT US VIA MAIL or PHONE
3. Finally if you want to speak to someone, please call or write the
COG1 office.
2525 Van Ness Ave #212
San Francisco, CA 94109
415-441-8060


Thanks again and I hope this has answered your questions.
- The Team at COG1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Webmin install problem might be openssl or hostname

2004-04-03 Thread Jaldhar H. Vyas
On Sat, 3 Apr 2004 [EMAIL PROTECTED] wrote:

> Hello
>
> I have posted this problem to the debian user list because I
> suspect that
> this is a system rather than a webmin problem.
>

It is.

> In order to remotely administer this server I have been
> trying to install
> webmin (via aptitude) but unfortunately I have been getting
> the following
> error message:
>
> Setting up webmin (1.130-1) ...
> miniserv.pem: No such file or directory
> hostname: Unknown host
>
> I understand that openssl generates the 'miniserv.pem' and
> as far as I can
> tell it is installed and working fine. Also when I run the
> hostname command
> I get:
>
> chopin
>
> which is the hostname I gave the computer during initial
> set-up.
>

What is the output of hostname --fqdn?

You need to have a fully-qualified domain name set up for the certificate
generation code to work.  If you don't have a domain name of your own
(i.e soon.co.uk) or one setup by your ISP, set it to localdomain (which would
make your FQDN chopin.localdomain) If you want to remotely administer your
server you want a real domain name though.

-- 
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: need advice Iptables/2.4.25

2004-04-03 Thread David Clymer
On Sat, 2004-04-03 at 03:55, Thierry wrote:
> Hi,
> I have got a little problem with iptables 1.2.9-6 running on laptop
> debian SID/kernel 2.4.25 ...
> 
> /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o:
> /lib/modules/2.4.25/k
> ernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol
> nf_unregister_sockopt
> /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o:
> /lib/modules/2.4.25/k
> ernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol
> nf_register_sockopt
> /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o: insmod
> /lib/modules/2
> .4.25/kernel/net/ipv4/netfilter/ip_tables.o failed
> /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o: insmod
> ip_tables fail
> ed
> iptables v1.2.9: can't initialize iptables table `filter': iptables who?
> (do you
>  need to insmod?)
>  Perhaps iptables or your kernel needs to be upgraded.
>  /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o:
>  /lib/modules/2.4.25/k
>  ernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol
>  nf_unregister_sockopt
>  /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o:
>  /lib/modules/2.4.25/k
>  ernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol
>  nf_register_sockopt
>  /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o: insmod
>  /lib/modules/2
>  .4.25/kernel/net/ipv4/netfilter/ip_tables.o failed
>  /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o: insmod
>  ip_tables fail
>  ed
>  iptables v1.2.9: can't initialize iptables table `filter': iptables
>  who? (do you
>   need to insmod?)
>   Perhaps iptables or your kernel needs to be upgraded.
>   /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o:
>   /lib/modules/2.4.25/k
>   ernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol
>   nf_unregister_sockopt
>   /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o:
>   /lib/modules/2.4.25/k
>   ernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol
>   nf_register_sockopt
>   /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o: insmod
>   /lib/modules/2
>   .4.25/kernel/net/ipv4/netfilter/ip_tables.o failed
>   /lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_tables.o: insmod
>   ip_tables fail
>   ed
>   iptables v1.2.9: can't initialize iptables table `filter': iptables
>   who? (do you
>need to insmod?)
>Perhaps iptables or your kernel needs to be upgraded.
>cat: /proc/net/ip_tables_names: No such file or directory
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o:
>/lib/modules/2.4.2
>5/kernel/net/ipv4/netfilter/ip_conntrack.o: unresolved symbol
>nf_unregister_hook
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o:
>/lib/modules/2.4.2
>5/kernel/net/ipv4/netfilter/ip_conntrack.o: unresolved symbol
>nf_unregister_sock
>opt
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o:
>/lib/modules/2.4.2
>5/kernel/net/ipv4/netfilter/ip_conntrack.o: unresolved symbol
>ip_ct_attach
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o:
>/lib/modules/2.4.2
>5/kernel/net/ipv4/netfilter/ip_conntrack.o: unresolved symbol
>nf_register_hook
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o:
>/lib/modules/2.4.2
>5/kernel/net/ipv4/netfilter/ip_conntrack.o: unresolved symbol
>nf_register_sockop
>t
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o: insmod
>/lib/module
>s/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o failed
>/lib/modules/2.4.25/kernel/net/ipv4/netfilter/ip_conntrack.o: insmod
>ip_conntrac
>k_ftp failed
> 

I'm assuming that you rolled your own kernel, since the kernel-release
name is just the plain version number. 

Did you compile "network packet filtering" support into the kernel, or
as a module (thats under "networking options" in menuconfig)? 

Verify that the iptables kernel module exists in that path:

ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter/ip_tables.o

Have you rebooted since you compiled/installed your kernel+modules?

>Is that kernel bug or me or iptables ?
>Should i send a bug report ?
> 

If you've done nothing more than attempt to run iptables, then its a bit
soon to submit a bug report. 

Just a tip: Its generally a good idea to provide a list of the steps you
have already taken in your investigation of the problem. Otherwise, it
seems as if you are just asking others to do all the work of problem
solving. Most likely you've already tried a bunch of things, but we cant
tell from the info you provided :)

hope that helps

-davidc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread John Hasler
Thomas Beresford writes:
> There´s no error message in the dialup connection neither, it connects
> normally to the ISP but I can´t navigate.

What do you mean by "can't navigate"?  Please be specific.
-- 
John Hasler   You may treat this work as if it 
[EMAIL PROTECTED]   were in the public domain.
Dancing Horse HillI waive all rights.
Elmwood, Wisconsin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread Thomas Beresford
- Original Message -
From: ray <[EMAIL PROTECTED]>
Date: Sat, 03 Apr 2004 23:38:39 +0200
To: Thomas Beresford <[EMAIL PROTECTED]>
Subject: Re: Dial up problems when upgrading 2.4 to 2.6 kernel
Thomas,
what is the error message you receive?
Raymond
Thomas Beresford wrote:

Hello fellas,

I upgraded my debian system kernel from 2.4 stable to 2.6 testing. But now my dialup >connection doesn't work anymore! I get to connect to my ISP, but i can't navigate. >Could someone help me, please?

The old kernel version was the default one that comes with debian installarion. I upgraded it to 2.6.3-1-k7 because I have an AMD Athlon processor. 
>Also, I have a Nvidia Geforce 4 MX 440 video card and I´ve just figured out that the X is not working and I´ve tried to use the latest driver from Nvidia. Please, someone help me!!!
>  
>


Well, there´s no error message.  When the system boots it tries to start the X server, I get to see the Nvidia´s logo, then it blinks a few times and then it goes back to the terminal prompt without any error messages. There´s no error message in the dialup connection neither, it connects normally to the ISP but I can´t navigate.
--
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ext3 journal problem

2004-04-03 Thread Adam Aube
Marvin Stodolsky wrote:

> There is a faulty ext3  journal on my Debian desktop system (currently
> on laptop), blocking booting or e2fsck.

> I have an alternate RedHat partition for developement purpuses.
> When I try to fsck  the Debian /dev/sda2 therefrom,
> there is a complaint about the Journal and fsck quits.

> How could I disable the ext3 Journal, so that the file system could be
> more directly FSCKed?

You could mount it as ext2.

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ext3 journal problem

2004-04-03 Thread Pigeon
On Sat, Apr 03, 2004 at 03:00:53PM -0500, Marvin Stodolsky wrote:
> There is a faulty ext3  journal on my Debian desktop system (currently 
> on laptop),
> blocking booting or e2fsck.
> The precipating event may have been the copying of a tarball to /root/ 
> which exceeded Root's reserve space.
> The shut down appeared normal, but the reboot failed.
> 
> I have an alternate RedHat partition for developement purpuses.
> When I try to fsck  the Debian /dev/sda2 therefrom,
> there is a complaint about the Journal and fsck quits.
> 
> How could I disable the ext3 Journal, so that the file system could be 
> more directly FSCKed?

tune2fs -O ^has_journal

If it complains add the -f option.

This stands a chance of screwing up your filesystem badly, though, so
make a backup somewhere (eg. with dd) first!

...see man tune2fs

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Qt-3.3.1

2004-04-03 Thread Pigeon
On Sat, Apr 03, 2004 at 08:28:31AM -0600, hugo vanwoerkom wrote:
> I wanted to find out what planet was 
> close to the moon yesterday and it is jupiter...

Earth is closer. :-)

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Perl Help

2004-04-03 Thread David Clymer
On Sat, 2004-04-03 at 13:23, David Clymer wrote:
> Well, first off, you might want to make sure that your LibXML pm is
> where you think it is relatively, 

not sure what I meant there...disregard it :(

-davidc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Accessing MySQL across private network

2004-04-03 Thread Mark Gillingham
On Saturday, April 3, 2004, at 11:35 AM, S.D.A. wrote:

In your mysql.conf do you have networking enabled?

Nope!  Thanks. I never would have figured this out without help.

For others in this boat, the line "skip-networking" must be commented 
out in my.cnf. The caution is that you will want to study carefully how 
users and host are created not that networking is on.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to mount NFS system behind DSL routers

2004-04-03 Thread Raúl Alexis Betancort Santana

 Hi all, I have the folowing scenario.

NET A Router A  Router BNET B
192.168.0.x  ->> DSL Router --->>> iNet <<<--- DSL Router <<- 192.168.0.x

 I know, I know, the two networks are overlapped, but that's not a
problem, they do not see each other.

 On Router A I have all port redirected to machineA inside Network A,
and the same on Router B, I'm trying to mount a NFS directory from
machineB into machineA, but I'm getting error messages telling me
"Permission denied", permissions are ok, and on machineB syslog apears
messages as " invalid port 12481 ...", I have follow some docs I
have found searching on google that show me how to setup all daemons
to work on knows ports instead of radom ones given by portmaper.
 Any hint or suggestion? mounting a IPSec tunnel is not an option, or
any other tunnel technologie, I have no full control over the
systems, so I can not install new kernels with that functions enabled.

 There is any way to let the NFS server to run under this conditions.

 Best regards
 
-- 
   _   _
  // Raúl A. Betancort Santana/> A Dream is an answer to  __   \\   
 // <[EMAIL PROTECTED]> // question that we don't know  (oo)   \\  
// Dimensión Virtual S.L.   //  how to ask. / \/ \  //  
\> A Linux Solution Provider   

Webmin install problem might be openssl or hostname

2004-04-03 Thread james
Hello

I have posted this problem to the debian user list because I
suspect that
this is a system rather than a webmin problem.

Currently I am trying to install Debian (Testing) on a
Compaq Professional
Workstation 5000 (P-Pro SMP) the goal being to set it up as
a headless print
server for a home network.

In order to remotely administer this server I have been
trying to install
webmin (via aptitude) but unfortunately I have been getting
the following
error message:

Setting up webmin (1.130-1) ...
miniserv.pem: No such file or directory
hostname: Unknown host

I understand that openssl generates the 'miniserv.pem' and
as far as I can
tell it is installed and working fine. Also when I run the
hostname command
I get:

chopin

which is the hostname I gave the computer during initial
set-up.

It would be great if some knowledgeable person please point
out the
blindingly obvious error I am making here.

Any useful pointers gratefully received.

James


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get install hangs while unpacking

2004-04-03 Thread David
The problem is most likely to occur on large deb files.  Small one are
much more likely to install OK.  The problem is not limited to any one
particular file.  Also, dpkg -i is more likely to work than apt-get.

Somewhere someone said that it may be a corrupt library.  I reinstalled
lots of packages and that didn't fix the problem.  I just went through the
painful process (many, many hangs requiring repeat runs!!) of upgrading to
testing to see if that fixed the problem.  I don't think it did.  Right
now I am really questioning my decision to switch from Redhat over to
debian.  The main draw for me was the power of apt-get, but it is more
problem than solution.  Arg!  I wish there was someone with a fix for
this.

David


Kevin Mark said:
> On Fri, Apr 02, 2004 at 01:02:28PM -0500, David wrote:
>> When I ran the apt-get inside strace, it was killed by SIGSEGV and left
>> the three dpkg-deb processes orphans.  Those three processes seem to be
>> trying to unpack the same file.  Why am I getting three processes?  I
>> tried to capture the unpacking on another debian computer and it only
>> seems to have one.
>>
>> David
>>
> Hi David,
> sounds like you need to dig a bit deeper into the pre- & post- stage of
> package installation.
> In  /var/lib/dpkg/info/{pkgname}.* there are scripts -- most in bourne
> shell, so they are imposible to follow. See if you can see what is
> happening there
> -Kev
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread ray
Thomas,
what is the error message you receive?
Raymond
Thomas Beresford wrote:

I forgot to tell you.. The old kernel version was the default one that comes with debian installarion. I upgraded it to 2.6.3-1-k7 because I have an AMD Athlon processor. 
Also, I have a Nvidia Geforce 4 MX 440 video card and I´ve just figured out that the X is not working and I´ve tried to use the latest driver from Nvidia. Please, someone help me!!!
 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What's Wrong With My Perl Install?

2004-04-03 Thread Brian Brazil
On Sat, Apr 03, 2004 at 09:03:14AM -0500, Robert Tilley wrote:
> Attempting to execute a perl script, I received errors the meaning of which I 
> need explained.
> 
>   debian-rtg:/home/tilleyrw# ./scrape_test.pl 'Demolition Man'
>   Can't locate XML/LibXML.pm in @INC (@INC   
>   contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 
> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
> /usr/local/lib/site_perl .) 
>   at ./scrape_test.pl line 37.
>   BEGIN failed--compilation aborted at ./scrape_test.pl line 37.

You need the perl XML modules. Either pull them from cpan or install the
relavent package. There appear to be a pile of 'limxml-*-perl'
available so you'll have to find out which you need.

Brian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread Thomas Beresford
I forgot to tell you.. The old kernel version was the default one that comes with 
debian installarion. I upgraded it to 2.6.3-1-k7 because I have an AMD Athlon 
processor. 
Also, I have a Nvidia Geforce 4 MX 440 video card and I´ve just figured out that the X 
is not working and I´ve tried to use the latest driver from Nvidia. Please, someone 
help me!!!
-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help! update - upgrade Problem

2004-04-03 Thread Ollie Acheson
> > I had the exact problem with this upgrade upgrade.
> >
> > What I did was to move Xft.h out of the way.
> >
> > Try this;
> > cd /usr/X11R6/include/X11/Xft/
> > mv Xft.h Xft.hbak
> >
> > Then do;
> >
> > apt-get -f install
> > dpkg --configure -a
> >
> > That solved it for me.
> >
> > --
> > Paddy
> 

Thanks, Paddy, that did it for me, too. Out of curiosity (as a Debian
newbie) what had gone wrong with the package upgrade?

Ollie


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



<20040403201137.7B34D23AB1@ws5-3.us4.outblaze.com>&Subject=Re: Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread Thomas Beresford
I forgot to tell you.. The old kernel version was the default one that comes with 
debian installarion. I upgraded it to 2.6.3-1-k7 because I have an AMD Athlon 
processor. 
Also, I have a Nvidia Geforce 4 MX 440 video card and I´ve just figured out that the X 
is not working and I´ve tried to use the latest driver from Nvidia. Please, someone 
help me!!!


-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get kde 3.2 problem with testing

2004-04-03 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 03 April 2004 11:11 am, Reetinder P. S. Sidhu wrote:
> Hi
>
> I'm trying to upgrade from kde 3.1.5 to 3.2 by adding
> deb http://www.debian-desktop.org/pub/linux/debian/kde3.2 sarge main
>
> While "apt-cache show kdebase" finds 2 packages with above version
> numbers, apt-get install kde/kdebase/kde-core insists that the newset
> version is installed.
>
> Any help wiil be appreciated.
>
>   Regards
>   Sidhu


It looks like that source does not have the meta-packages you are trying 
to install. You would have to install each package separately. 
- -- 
Greg Madden
Debian GNU/Linux user
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAbyEok7rtxKWZzGsRAiM2AKCrOq+yPbRJRhA87qGE9z9AdGdYKwCg2M1h
5Hpzjm9iT0ZkNJoejlBGkKk=
=Z8Il
-END PGP SIGNATURE-



Re: ext3 journal problem

2004-04-03 Thread dircha
Marvin Stodolsky wrote:
There is a faulty ext3  journal on my Debian desktop system (currently 
on laptop),
blocking booting or e2fsck.
The precipating event may have been the copying of a tarball to /root/ 
which exceeded Root's reserve space.
The shut down appeared normal, but the reboot failed.

I have an alternate RedHat partition for developement purpuses.
When I try to fsck  the Debian /dev/sda2 therefrom,
there is a complaint about the Journal and fsck quits.
How could I disable the ext3 Journal, so that the file system could be 
more directly FSCKed?
I believe this would be tune2fs. The -0 option should allow you to clear 
the has_journal option of the filesystem. According to the man page, it 
appears that prefixing the option with '^' will clean the option 
(whereas '+' will set the option). On my reading of the man page, 
"tune2fs -O ^has_journal /dev/sda2" might be what you want.

But I can't recommend this as I have never encountered your problem 
myself. See whether something along these lines isn't what seems to you 
to be what you need.

It sounds like an unappealing situation either way.

dircha

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get kde 3.2 problem with testing

2004-04-03 Thread Bokeron
You can try apt-get install kde=3.2.1-whatever

'=' allows you to specify version number.

BTW, I updated to KDE 3.2 with sid sources, does really Sarge have KDE 3.2?

Regards

El Sábado, 3 de Abril de 2004 22:11, Reetinder P. S. Sidhu escribió:
> Hi
>
> I'm trying to upgrade from kde 3.1.5 to 3.2 by adding
> deb http://www.debian-desktop.org/pub/linux/debian/kde3.2 sarge main
>
> While "apt-cache show kdebase" finds 2 packages with above version
> numbers, apt-get install kde/kdebase/kde-core insists that the newset
> version is installed.
>
> Any help wiil be appreciated.
>
>   Regards
>   Sidhu



apt-get kde 3.2 problem with testing

2004-04-03 Thread Reetinder P. S. Sidhu
Hi

I'm trying to upgrade from kde 3.1.5 to 3.2 by adding
deb http://www.debian-desktop.org/pub/linux/debian/kde3.2 sarge main

While "apt-cache show kdebase" finds 2 packages with above version
numbers, apt-get install kde/kdebase/kde-core insists that the newset
version is installed.

Any help wiil be appreciated.

Regards
Sidhu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Dial up problems when upgrading 2.4 to 2.6 kernel

2004-04-03 Thread Thomas Beresford
Hello fellas,

I upgraded my debian system kernel from 2.4 stable to 2.6 testing. But now my dialup 
connection doesn't work anymore! I get to connect to my ISP, but i can't navigate. 
Could someone help me, please?


-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Postfix2.0.19-1 fails install

2004-04-03 Thread Jokke Heikkilä
Going up from stable to unstable and did a apt-get dist-upgrade after 
changing the appropiete sources. All went ok, except Postfix's postinst 
script fails with newaliases command

Running newaliases
postalias: relocation error: /usr/lib/libpostfix-util.so.1: undefined 
symbol: db_version_4001
dpkg: error processing postfix (--configure):
 subprocess post-installation script returned error exit status 127

Don't now exactly where to look? Below is what strace newaliases spits 
out if that helps any, I don't have a clue to interpret those strace 
barfs...

jokke h.

---
tahko:~# strace newaliases
execve("/usr/bin/newaliases", ["newaliases"], [/* 14 vars */]) = 0
uname({sys="Linux", node="tahko", ...}) = 0
brk(0)  = 0x804b400
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0x40017000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or 
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=18764, ...}) = 0
old_mmap(NULL, 18764, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/usr/lib/libpostfix-global.so.1", O_RDONLY) = 3
read(3, "[EMAIL PROTECTED]"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=121088, ...}) = 0
old_mmap(NULL, 120752, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x4001d000
old_mmap(0x40039000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x1c000) = 0x40039000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/usr/lib/libpostfix-util.so.1", O_RDONLY) = 3
read(3, "[EMAIL PROTECTED]"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=118320, ...}) = 0
old_mmap(NULL, 122376, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x4003b000
old_mmap(0x40057000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x1c000) = 0x40057000
old_mmap(0x40058000, 3592, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40058000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/usr/local/bdb/lib/libdb-4.1.so", O_RDONLY) = 3
read(3, "[EMAIL PROTECTED]"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=703387, ...}) = 0
old_mmap(NULL, 641072, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x40059000
old_mmap(0x400f4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x9a000) = 0x400f4000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/libnsl.so.1", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\<\0\000"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=73484, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0x400f6000
old_mmap(NULL, 84896, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x400f7000
old_mmap(0x40109000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x11000) = 0x40109000
old_mmap(0x4010a000, 7072, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4010a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/libresolv.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240)\0"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=64844, ...}) = 0
old_mmap(NULL, 73640, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x4010c000
old_mmap(0x4011b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0xf000) = 0x4011b000
old_mmap(0x4011c000, 8104, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4011c000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/usr/lib/libgdbm_compat.so.3", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\v\0"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=6668, ...}) = 0
old_mmap(NULL, 9728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x4011e000
old_mmap(0x4012, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x1000) = 0x4012
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200^\1"..., 
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1244004, ...}) = 0
old_mmap(NULL, 1254244, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x40121000
old_mmap(0x40249000, 32768, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED, 3, 0x127000) = 0x40249000
old_mmap(0x40251000, 9060, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_AN

Postfix2.0.19-1 fails to install

2004-04-03 Thread jokke heikkila

Going up from stable to unstable and did a apt-get dist-upgrade after changing
the appropiete sources. All went ok, except Postfix's postinst script fails with
newaliases command

Running newaliases
postalias: relocation error: /usr/lib/libpostfix-util.so.1: undefined symbol:
db_version_4001
dpkg: error processing postfix (--configure):
 subprocess post-installation script returned error exit status 127


Don't now exactly where to look? Below is what strace newaliases spits out if
that helps any, I don't have a clue to interpret those strace barfs...

jokke h.


---
tahko:~# strace newaliases
execve("/usr/bin/newaliases", ["newaliases"], [/* 14 vars */]) = 0
uname({sys="Linux", node="tahko", ...}) = 0
brk(0)  = 0x804b400
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40017000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=18764, ...}) = 0
old_mmap(NULL, 18764, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostfix-global.so.1", O_RDONLY) = 3
read(3, "[EMAIL PROTECTED]"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=121088, ...}) = 0
old_mmap(NULL, 120752, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001d000
old_mmap(0x40039000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x1c000) = 0x40039000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostfix-util.so.1", O_RDONLY) = 3
read(3, "[EMAIL PROTECTED]"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=118320, ...}) = 0
old_mmap(NULL, 122376, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4003b000
old_mmap(0x40057000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x1c000) = 0x40057000
old_mmap(0x40058000, 3592, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40058000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/local/bdb/lib/libdb-4.1.so", O_RDONLY) = 3
read(3, "[EMAIL PROTECTED]"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=703387, ...}) = 0
old_mmap(NULL, 641072, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40059000
old_mmap(0x400f4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x9a000) = 0x400f4000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libnsl.so.1", O_RDONLY)  = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\<\0\000"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=73484, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x400f6000
old_mmap(NULL, 84896, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400f7000
old_mmap(0x40109000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x11000) = 0x40109000
old_mmap(0x4010a000, 7072, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4010a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libresolv.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240)\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=64844, ...}) = 0
old_mmap(NULL, 73640, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4010c000
old_mmap(0x4011b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0xf000) = 0x4011b000
old_mmap(0x4011c000, 8104, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4011c000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libgdbm_compat.so.3", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\v\0"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=6668, ...}) = 0
old_mmap(NULL, 9728, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4011e000
old_mmap(0x4012, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x1000) = 0x4012
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200^\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1244004, ...}) = 0
old_mmap(NULL, 1254244, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40121000
old_mmap(0x40249000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x127000) = 0x40249000
old_mmap(0x40251000, 9060, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40251000
close(3) 

Re: need tool to configure network

2004-04-03 Thread mike
On Sat, 03 Apr 2004 21:15:02 +0200, Christian Eyrich wrote
> Hi,
> 
> my Debian system ran for months without problems. Now the address for
> the router to the internet changed and I don't know how to tell the
> system this permanently.
> 
> I know how to do this manually (using route). But after rebooting 
> I've the old address again. I know I can edit 
> /etc/network/interfaces by hand, but there's this warning "etherconf 
> DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT" in it.
> 
> So there must be a tool to do this - YaST does this in SUSE. I 
> already installed etherconf but don't know how to use it (can't even 
> start it), same with debconf.

Nah, Go ahead and edit /etc/network/interfaces
Then, just restart the networking daemon.
I've always done it this way. but I've never seen warning signs like you 
mentioned.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Squidguard vs Dansguardian

2004-04-03 Thread Pete Clarke
> Hmm.. Ok... Are you sure your squidGuard ACLs are set correctly and that
in
> squid.conf squidGuard is using the correct config file?
> >From my squid.conf:
> redirect_program /usr/bin/squidGuard -c
> /etc/chastity/squidGuard-chastity.conf

>From mine :

redirect_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf

> Initially installed chastity as a starting point for our blocklists.

I have modified the conf file to have acl's dependant on user.
There were some issue with it, but the log file reports errors until you fix
them :-)

Here is a snippit from my squidGuard.conf file...

#---
# access lists
#
acl {
grownups {
# allow everything except adverts...
pass !ads all
}

kids {
# block inappropriate sites
pass !porn !adult !drugs !gambling !violence !dialers all
}

default {
# block access to all unknown users
pass none
 redirect XXX
}
}



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



ext3 journal problem

2004-04-03 Thread Marvin Stodolsky
There is a faulty ext3  journal on my Debian desktop system (currently 
on laptop),
blocking booting or e2fsck.
The precipating event may have been the copying of a tarball to /root/ 
which exceeded Root's reserve space.
The shut down appeared normal, but the reboot failed.

I have an alternate RedHat partition for developement purpuses.
When I try to fsck  the Debian /dev/sda2 therefrom,
there is a complaint about the Journal and fsck quits.
How could I disable the ext3 Journal, so that the file system could be 
more directly FSCKed?

MarvS



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Perl Help

2004-04-03 Thread David
On Sat, Apr 03, 2004 at 01:41:12PM -0500, Robert Tilley wrote:
> How do I install the Perl XML libraries to prevent the following errors?
 
> debian-rtg:/home/tilleyrw# ./scrape_test.pl
> Can't locate XML/LibXML.pm in @INC (@INC 
> contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 
> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
> /usr/local/lib/site_perl .) 

Do you have libxml-libxml-perl installed?  This is the package that
contains the file:   /usr/lib/perl5/XML/LibXML.pm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: keep users alert to packages deleted from debian

2004-04-03 Thread dircha
Derrick 'dman' Hudson wrote:
I'm sure this list isn't exhaustive, but it gives an idea why it is
recommended to use a program intended for end-user (admin) use such as
aptitude instead of a development proof-of-concept program (which is
what 'apt-get' and 'apt-cache' are).
And to anyone who hasn't tried aptitude, don't be put off by its 
description as a "a curses-based apt frontend". You can use it right 
from the command line just like you would apt-get for most everything 
you are probably now doing with apt-get and apt-cache: "aptitude 
install", "aptitude update", "aptitude dist-upgrade", "aptitude search", 
"aptitude show", "aptitude purge".

See the man page. Oh, and be sure to check 
/usr/doc/share/aptitude/README. It will explain its powerful searching 
and regular expression package selection capabilities (again, all from 
the command line). You don't ever have to use the curses GUI if you 
don't want to - I don't.

dircha

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Useful new package management tool

2004-04-03 Thread dircha
Alex Malinovich wrote:
On Wed, 2004-03-31 at 13:35, Matthew T. Atkinson wrote:

'ellow,

On Wed, 2004-03-31 at 20:02, Alex Malinovich wrote:

It's always good to see more new tools for Debian. But have you checked
out deborphan at all? It does pretty much the same thing that your
script does. If your script has advantages over the functions provided
by deborphan, I'd be very interested to hear them. If you're just
re-inventing the wheel for your own amusement, then kudos to you. :) I
did the same thing when I wrote a debian mirroring script that basically
does the same thing as debmirror only using rsync. :)
Well... ours /does/ take up less disk space :-).

I had no idea about deborphan before; will have to investigate it more
fully.  It seems very useful, though.  Thanks for letting me know about
it.
There is another debian-related script at my site.  It simply looks for
packages you've removed but not purged and gives you the chance to purge
them.  OK; I'm going to brace myself for the news that this has been
done before too :-).


Well, if it HAS already been done I don't know about it. It wouldn't be
hard to do it just from a command line, but a script to handle it would
be nice IMO. Just make sure it shows which packages would be purged and
asks for confirmation BEFORE it actually purges them... :)
I used to use a combination of apt and deborphan to keep my primary 
workstation lean (I try out software as it strikes me). In the past week 
I've discovered (rediscovered) aptitude. I had thought it was only an 
uninteresting (to me) interactive/GUI installer. Not so. Use it from the 
command line just like you would apt-get or dpkg.

It tracks packages installed automatically as dependencies, and will 
prompt you to remove them if as a result of a later operation they are 
no longer needed. This eliminates (for me) the need for deborphan.

Like I say, I've only been using it for about a week, but following are 
a few examples that seem relevant to what you are asking here. Use the 
-s option to only simulate the operation.

# aptitude purge ~c
purges files that are removed but still have config files installed 
("rc" in "dpkg -l")

# aptitude search ~r~i
equivalent to "deborphan -a". any package which no other lists as an 
important dependency, and which is installed. Maybe add '!~E' to not 
include essential priority packages, and '!~sbase' to not include 
packages in base section. '!' is the negation operator.

Be sure to read /usr/share/doc/aptitude/README for the more complete 
documentation if you install it.

Its tracking of automatically installed dependencies works best of 
course if you use aptitude right from the base install, but I've managed 
to get it set fairly well on my long-in-use system with a bit of tinkering.

Part of doing this for you might be, as described in an example in the 
man page:
# aptitude markauto ~slibs
will start you off by marking all installed packages in your libs 
section as having been automatically installed, which is usually  correct.

dircha

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



2.6.4 initrd umount problem workaround (resend)

2004-04-03 Thread David Baron
I am sending this again for the benefit of others seeing this problem:

It is apparently a timing problem for whatever reason.

I changed /etc/rcS.d/S05initrd-tools.sh to do a "lazy" umount and it seems OK. 
After bootup, there is no /initrd in /etc/mtab.

The line will read, for now:
umount -l /initrd || exit


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



need tool to configure network

2004-04-03 Thread Christian Eyrich
Hi,

my Debian system ran for months without problems. Now the address for
the router to the internet changed and I don't know how to tell the
system this permanently.

I know how to do this manually (using route). But after rebooting I've
the old address again.
I know I can edit /etc/network/interfaces by hand, but there's this
warning "etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT
BEFORE IT" in it.

So there must be a tool to do this - YaST does this in SUSE. I already
installed etherconf but don't know how to use it (can't even start it),
same with debconf.

Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Useful new package management tool

2004-04-03 Thread Tom Badran
On Sat, 2004-04-03 at 12:20 -0600, Alex Malinovich wrote:
> > There is another debian-related script at my site.  It simply looks for
> > packages you've removed but not purged and gives you the chance to purge
> > them.  OK; I'm going to brace myself for the news that this has been
> > done before too :-).
> 
> Well, if it HAS already been done I don't know about it. It wouldn't be
> hard to do it just from a command line, but a script to handle it would
> be nice IMO. Just make sure it shows which packages would be purged and
> asks for confirmation BEFORE it actually purges them... :)

Synaptic already can do it ;)

Tom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Upgrade loses network card

2004-04-03 Thread Derrick 'dman' Hudson
On Sat, Apr 03, 2004 at 06:58:17AM -0300, Philip Pinkerton wrote:
| Now that worked! great! thanks Derrick

Good.  You're welcome.

As a general rule it is almost never -necessary- to reinstall a debian
system.  However, fixing or changing something that is normally
initialized by the installer requires some knowledge and understanding
of what the installer does.

-D

-- 
Q:  What's the difference between a computer salesman and a used car salesman?
A:  A used car salesman knows when he's lying.
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: keep users alert to packages deleted from debian

2004-04-03 Thread Derrick 'dman' Hudson
On Sat, Apr 03, 2004 at 12:52:44PM +0200, Martin Kuball wrote:
| Am Friday 02 April 2004 22:46 schrieb Osamu Aoki:
| > 
| > Don't use apt-get for serious administration;
| > apt-get install is useful, but for the rest you should use
| > real front-ends such as dselect and
| > aptitude.
| 
| Would you like to explain this a little bit? What exactly is the 
| advantage of using a front end over plain apt-get. At least I did not 
| encounter any problems using the apt-get aproach.

'apt-get {install,upgrade,dist-upgrade}' works as intended.  However,
it has the following limitations :
.   no notification is a package becomes 'obsolete' (removed from
the package repository)
.   no way to trace dependencies to resolve any
installation/upgrade issues
.   no way to track what packages are automatically installed
solely to meet a dependency (and therefore no way to
automatically remove them if the package depending on it
is removed)
.   no way to install and remove packages simultaneously  (you
must run apt-get at least twice)
.   no way to browse what packages are available or installed
.   no way to show details for just a specific version of a
package ('apt-cache show' gives details for all available
versions)

I'm sure this list isn't exhaustive, but it gives an idea why it is
recommended to use a program intended for end-user (admin) use such as
aptitude instead of a development proof-of-concept program (which is
what 'apt-get' and 'apt-cache' are).

-D

-- 
He who finds a wife finds what is good
and receives favor from the Lord.
Proverbs 18:22
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Perl Help

2004-04-03 Thread David Clymer
On Sat, 2004-04-03 at 13:41, Robert Tilley wrote:
> How do I install the Perl XML libraries to prevent the following errors?
> 
> debian-rtg:/home/tilleyrw# ./scrape_test.pl
> Can't locate XML/LibXML.pm in @INC (@INC 
> contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 
> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
> /usr/local/lib/site_perl .) 
> at ./scrape_test.pl line 37.
> BEGIN failed--compilation aborted at ./scrape_test.pl line 37.
> debian-rtg:/home/tilleyrw#
> -- 
> Comments are appreciated,
> 
> Bob
> 

Well, first off, you might want to make sure that your LibXML pm is
where you think it is relatively, first off make sure that really is not
in perl's include path, if it is then make sure its not blah/LibXML.pm
rather than XML/LibXML.pm or some such.

You could always push the path containing the module onto Perl's @INC
array (I think, I've not used perl for a while). If all else fails, just
use the -I switch on the commandline.

-davidc





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mp3's play too slowly

2004-04-03 Thread stan
On Sat, Apr 03, 2004 at 06:05:36PM +0100, Ken Gilmour wrote:
> On Sat, 2004-04-03 at 18:01, stan wrote:
> > Now that I've replaced the CPU, all works better, except that MP3's
> > play too slowly. 
> > 
> > How can I fix this?
> 
> How many Hard drives does the PC have? If there are two hard drives on
> the same IDE controller, Operating system on one part of the cable and
> MP3s on the other part of the cable it will cause them to run very
> slowly because the IDE controller can only use one device at a time.

3 + a DVD. 1 40G root disk, and a 70G + 120G as one LVM partiton.
And the mp3's are actually NFS mounted.

Having said all of thta. They played just fine before I swaped the CPU.
So I suspect that this is the cause of the problem.



-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Useful new package management tool

2004-04-03 Thread Alex Malinovich
On Wed, 2004-03-31 at 13:35, Matthew T. Atkinson wrote:
> 'ellow,
> 
> On Wed, 2004-03-31 at 20:02, Alex Malinovich wrote:
> > It's always good to see more new tools for Debian. But have you checked
> > out deborphan at all? It does pretty much the same thing that your
> > script does. If your script has advantages over the functions provided
> > by deborphan, I'd be very interested to hear them. If you're just
> > re-inventing the wheel for your own amusement, then kudos to you. :) I
> > did the same thing when I wrote a debian mirroring script that basically
> > does the same thing as debmirror only using rsync. :)
> 
> Well... ours /does/ take up less disk space :-).
> 
> I had no idea about deborphan before; will have to investigate it more
> fully.  It seems very useful, though.  Thanks for letting me know about
> it.
> 
> There is another debian-related script at my site.  It simply looks for
> packages you've removed but not purged and gives you the chance to purge
> them.  OK; I'm going to brace myself for the news that this has been
> done before too :-).

Well, if it HAS already been done I don't know about it. It wouldn't be
hard to do it just from a command line, but a script to handle it would
be nice IMO. Just make sure it shows which packages would be purged and
asks for confirmation BEFORE it actually purges them... :)

-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: Squidguard vs Dansguardian

2004-04-03 Thread Mark McRitchie
> Well, I compiled the .db files using squidGuard -C all and 
> everything runs
> *much* quicker now - no slowdowns at all, and system load is 
> negligable -

Excellent :-)

> trouble is, nothing gets blocked!
> Any further ideas?? possibly something I've missed?

Hmm.. Ok... Are you sure your squidGuard ACLs are set correctly and that in
squid.conf squidGuard is using the correct config file?

>From my squid.conf:
redirect_program /usr/bin/squidGuard -c
/etc/chastity/squidGuard-chastity.conf

Initially installed chastity as a starting point for our blocklists.

IIRC the default squidGuard conf might pass everything by default...
Heres a snippet from ours:
Acl {
default {
pass !adult !audio-video !forums !hacking !redirector !warez
!ad
s !aggressive !drugs !gambling !violence all
redirect
http://127.0.0.1/cgi-bin/squidGuard.cgi?clientaddr=%a&s
rcclass=%s&clientuser=%i&clientname=%n&clientgroup=%s&targetclass=%t&targetg
roup
=%t&url=%u

}
}

HTH!
Mark.


Salamis Group of Companies -  WWW.SALAMISGROUP.COM

This communication contains information which is confidential and may 
also be privileged. It is for the exclusive use of the intended 
recipient(s). If you are not the intended recipient(s) be advised 
that any form of distribution, copying or use of this communication 
or the information it contains is strictly prohibited and may be 
unlawful. We apologise if you have received this communication in 
error. Please return it to the sender immediately, delete this 
communication from your computer and destroy any copies of it. Any 
views/opinions expressed in this email are that of the author and may 
not reflect the views of Salamis (M&I)Ltd. 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Perl Help

2004-04-03 Thread Robert Tilley
How do I install the Perl XML libraries to prevent the following errors?

debian-rtg:/home/tilleyrw# ./scrape_test.pl
Can't locate XML/LibXML.pm in @INC (@INC 
contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
/usr/local/lib/site_perl .) 
at ./scrape_test.pl line 37.
BEGIN failed--compilation aborted at ./scrape_test.pl line 37.
debian-rtg:/home/tilleyrw#
-- 
Comments are appreciated,

Bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: permissions for /var/mail/.fetchmail-UIDL-cache

2004-04-03 Thread Christopher Richard Nelson
On Sat, 3 Apr 2004, Antonio Rodriguez wrote:

> Can someone check permissions for /var/mail/.fetchmail-UIDL-cache ?
> An upgrade (sid) is aborting because of permissions.
> In my system I have
> [EMAIL PROTECTED]:~$ ls -l /var/mail/.fetchmail-UIDL-cache
> -rw-r--r--  1 fetchmail mail 0 2004-04-03 06:12 /var/mail/.fetchmail-UIDL-cache
>
> The upgrade script wants them to be 0710, but the way they are seem ok
> to me. But I am not an expert.

This has been reported as a bug (#241649).  I had success doing a
'chmod 0710' but, being relatively inexperienced, I have no idea is
that's good/bad/acceptable/whatever--a better solution would probably
be to put the package on hold until this is resolved.

-- 
Christopher Nelson  - crnels2 AT uky DOT edu
This signature would be six words long were it six words shorter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: make debian package of php 4.3.5 for debian woody

2004-04-03 Thread S.D.A.
On Sat, Apr 03, 2004 at 06:46:55PM +0300 or thereabouts, Alain wrote:
> Hi,
> I would like to install php 4.3.5 on my debian woody, (which is not
> available from apt-get stable source->) for that it seems that I have to
> build my own package, but I am not sure how to do it right:
> I have used tar source of php-4.3.5, did apt-get build-dep package and
> then tried dpkg-buildpackage ... without success, getting same error
> 'unable to determine source package'
> Please somebody help me!

I have PHP 4.2 installed on Woody from a backport. You might wish to check
backports.org to see if there is a backport available for Woody (PHP 4.3.x). I
doubt it though as 4.3 is relatively fresh. Wasn't it just released?

-- 
Steve
+
  Saturday Apr 03 2004 12:36:01 PM EST
+
QOTD:
"Of course it's the murder weapon.  Who would frame someone with
a fake?"


pgp0.pgp
Description: PGP signature


Re: Accessing MySQL across private network

2004-04-03 Thread S.D.A.
On Sat, Apr 03, 2004 at 09:23:21AM -0600 or thereabouts, Mark Gillingham wrote:
> I suppose the answer to my question is obvious, but I don't see it. I have two
> nearly identical Woody servers set up for LAMP on a private network. I want to
> access MySQL on server2 (192.168.1.4) from server1 (192.168.1.3). The user and
> host settings for MySQL work from either server as long as the host is
> localhost or the same IP or domain name.  For instance, Apache/PHP on server1
> can access MySQL on server1 and likewise on server2. I am wondering of
> hosts.allow is set incorrectly (ALL:  192.168.1.*:   ALLOW) or if there is
> another default protection that disallows network MySQL access.



> I hope this makes sense to someone. Thanks.

In your mysql.conf do you have networking enabled?

-- 
Steve
+
  Saturday Apr 03 2004 12:31:01 PM EST
+
Calling you stupid is an insult to stupid people!
-- Wanda, "A Fish Called Wanda"


pgp0.pgp
Description: PGP signature


Re: keep users alert to packages deleted from debian

2004-04-03 Thread Travis Crump
Brian Nelson wrote:
I would venture to say that only 'apt-get source' is useful.  
Don't forget 'apt-get build-dep' and 'apt-get moo'...


signature.asc
Description: OpenPGP digital signature


Soundblaster 16 pnp

2004-04-03 Thread Christopher J. Noyes



I finally got alsa installed and the sound card  
configured. isapnp recognizes the card. It fails in insmod because the 8 bit DMA 
buffer size is wrong. Does anyone know what the correct setting for the 8 bit 
DMA buffer size? I read somewhere that there are issues with these cards with 8 
bit DMA, can I turn the 8 bit DMA off by not giving an answer to the 8 bit DMA 
channel and not giving an answer to the 8 bit DMA buffer size?
Christopher J. Noyes


Re: mp3's play too slowly

2004-04-03 Thread Ken Gilmour
On Sat, 2004-04-03 at 18:01, stan wrote:
> Now that I've replaced the CPU, all works better, except that MP3's
> play too slowly. 
> 
> How can I fix this?

How many Hard drives does the PC have? If there are two hard drives on
the same IDE controller, Operating system on one part of the cable and
MP3s on the other part of the cable it will cause them to run very
slowly because the IDE controller can only use one device at a time.


signature.asc
Description: This is a digitally signed message part


mp3's play too slowly

2004-04-03 Thread stan
I've got a Debian machine Built on an ASUS A7V133 motherboard
that a firend gave me. I misunderstood what CPU's this board
took, and originaly installed witha Athalon 2400+ in it. 

Once I figured this out I traded the 2400+ for a Athalon 2000+/

Now that I've replaced the CPU, all works better, except that MP3's
play too slowly. 

How can I fix this?

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Boot stuck when network is down

2004-04-03 Thread Jani Uusitalo
> >> So here's the question: is it normal and/or acceptable for
> >> network-depending processes to stall the whole boot process when
>
> Yes, this is normal.  The usual one people complain about is
> Sendmail.  The trick is to go into your configuration and make it such
> that network configuration (or configuration of apps that depend on
> it) happens after boot.
Then, what would be the proper ('Debian'?) way to do such configuration? 
Are you referring to individual apps' configurations, their init.d 
scripts or is there any one centralized place where I can achieve such 
behaviour for all the apps I choose?

What you're describing sounds just like something I'm after; though it's 
not often I need to reboot Debian (and these network-related problems 
during boot are even fewer), it's annoying having to wait seemingly 
indefinitely for something I know isn't going to work. I'd like the 
system to be just as smart about it, identifying tasks it can leave 
behind or to be performed later in the background, not keeping me 
waiting for it.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



installing X

2004-04-03 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matic Ivanovski <[EMAIL PROTECTED]> writes:

>   Hi,
> I downloaded the latest stable version of debia 3.o-r2 and installed
> it on my i386 architecture.
> But when boot it from the disk it starts as a console. I wonder how to
> get in the windows like invironment.

apt-get install kde kdm xserver-xfree86

- -- 
Paul Johnson
<[EMAIL PROTECTED]>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAbudMUzgNqloQMwcRAjMVAJ9DhUuXCKhrDtRZt9xc6KFmeXFuHwCfdNBe
5SkHyAcAWriHMhNxJMVFXLw=
=RF0r
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Boot stuck when network is down

2004-04-03 Thread Jani Uusitalo






  
> Firstly, a question about questions; is it ok to ask although I'm
> reading the digest? Should I be subscribing to the actual list instead?

  
  
Don't see what this is a problem - you just won't see the reply until
you get 
your digest

Okay, I just ran into one problem; I can't reply properly, and so I have to do quoting manually. I'll try my best but it'll look ugly, sorry about that.


> So here's the question: is it
normal and/or acceptable for
  > network-depending
processes to stall the whole boot process when they're
  > unable to access the
network - I mean, is there maybe some sort of
  
AFAIK - the only hold up in the process will be the network script 
in /etc/init.d trying to bring the network up with (probably) dhclient.
On 
my (unstable) system it tries at several intervals - increasingly
longer 
delays until it gives up. I think the delay is a couple of minutes -
but 
after that it continues as normal.
  
I agree its annoying - but I haven't ever had to interfere manually as
long as 
I leave it long enough


So I take it it's normal then and I was just being too impatient. I'll try keeping my hands off the keyboard (and the reset button) the next time this happens - luckily downtime hasn't been a major problem in our network (at least up to now) so it may be a while until I get to test this.

Thanks for the quick reply!







-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How can I halt the PC during boot if CPU is running too fast?

2004-04-03 Thread William Ballard
I can O/C my computer stable to 230mhz FSB in Windows but it's not 
stable in Linux -- I get ReiserFS corruption.  Up to 220mhz is stable 
everywhere.  (Actually I can push it farther but don't want too much 
heat).

I'd like  to check /proc/cpuinfo early in the runlevel init 
scripts, preferably before the root is mounted, and halt if the MHz 
number is too high.  However since 'sed', 'cut', 'bash', and 'halt' are 
only available on the filesystem, I'd either need a special tool like 
busybox available somewhere or else I have to compile this into the 
kernel itself.

(1) How can I stop the computer from booting during boot process, based 
on detecting the CPU MHz?

(2) How can I run code before the root volume is mounted?

(3) Is this only possible during the Kernel itself and therefore I need 
to ask on a kernel mailing list?

Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Vielen Dank für Ihr Interesse an unserem Unternehmen!

2004-04-03 Thread sale 4u
Vielen Dank für Ihr Interesse an unserem Unternehmen!

Bitte gehen Sie auf http://www.sale4u.cc/bewerbung.php und schicken Sie uns Ihren 
Fragebogen. Sie werden dann umgehend von uns kontaktiert!

Mit freundlichen Grüssen,
Ihr sale4U-Team


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



make debian package of php 4.3.5 for debian woody

2004-04-03 Thread Alain
Hi,
I would like to install php 4.3.5 on my debian woody, (which is not
available from apt-get stable source->) for that it seems that I have to
build my own package, but I am not sure how to do it right:
I have used tar source of php-4.3.5, did apt-get build-dep package and
then tried dpkg-buildpackage ... without success, getting same error
'unable to determine source package'
Please somebody help me!
-Alain-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: No GUI after Woody install (was: Unidentified subject)

2004-04-03 Thread Adam Aube
Matic Ivanovski wrote:

> I downloaded the latest stable version of debia 3.o-r2 and installed it on
> my i386 architecture.

> But when boot it from the disk it starts as a console. I wonder how to get
> in the windows like invironment.

Try logging in at the console and running "startx". If the GUI environment
is installed, this will start it up.

If that doesn't work, then you didn't install the GUI. To install a minimal
GUI, log in as root and run:

apt-get install x-window-system

You may also want to install the KDE or Gnome desktops (or both). The
commands for those are:

apt-get install kde
apt-get install gnome

Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Accessing MySQL across private network

2004-04-03 Thread Mark Gillingham
I suppose the answer to my question is obvious, but I don't see it. I 
have two nearly identical Woody servers set up for LAMP on a private 
network. I want to access MySQL on server2 (192.168.1.4) from server1 
(192.168.1.3). The user and host settings for MySQL work from either 
server as long as the host is localhost or the same IP or domain name. 
For instance, Apache/PHP on server1 can access MySQL on server1 and 
likewise on server2. I am wondering of hosts.allow is set incorrectly 
(ALL:	192.168.1.*:   ALLOW) or if there is another default protection 
that disallows network MySQL access.

In terms of mysql commands, I cannot do the follow mysql command from 
server2:

mysql -hserver1 -umyuser -p

I get the error: ERROR 2003: Can't connect to MySQL server on 
'192.168.1.3' (111)

I can do the following from server2:

mysql -hserver2 -umyuser -p

or

mysql -hlocalhost -umyuser -p

or

mysql -h192.168.1.4 -umyuser -p

I hope this makes sense to someone. Thanks.

Mark

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Unidentified subject!

2004-04-03 Thread Kent West
Matic Ivanovski wrote:

Hi,
I downloaded the latest stable version of debia 3.o-r2 and installed 
it on my i386 architecture.
But when boot it from the disk it starts as a console. I wonder how to 
get in the windows like invironment.

 Thx for help.

  newbie:   matoos


"apt-get install x-window-system kde icewm"

is one method that should work.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with SiS7012 solved

2004-04-03 Thread Carlos Garcia Argos
El Domingo, 4 de Abril de 2004 16:15, Rodrigo Agerri escribió:
> [sorry for the poor quoting of my previous message]
>
>  > I wrote a couple of weeks ago about a problem with a SiS7012 and ALSA.
>  > The problem was that the volume was too low and the sound was not good
>  > even amplifying it. So, after trying Knoppix, Fedora Core 1, Mandrake
>  > 9.1 and Mandrake 10, I reinstalled Woody, upgraded to Sid and, after
>  > some time fighting against ALSA and OSS modules, I verified that ALSA
>  > modules do not work properly with my soundcard, but OSS do.
>
>  hi,
>
>  this problem has been in the lists quite a few times.

I think I made a search, maybe I didn't use the correct terms, sorry

> http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=SiS&card
>=&chip=ad1816a&module=intel8x0

I also asked in alsa-user list but got no response, that's why I came here.

>  Install alsa-modules-kernel-version and use alsaconf. You need to load the
>  snd-intel8x0 module.

Yes, but the volume now is low, too low, and it wasn't the first time I used 
it. Reason unknown

>  P.S. For a screenshot of alsamixer for this card, go to
>  http://www.soi.city.ac.uk/~au700/alsamixer.png

Well, my both master were 100%, PCM 100% and no sound for the speakers, very 
low sound for the earphones.

BTW, now it's working alright :-)

Thanks anyway.



Re: Qt-3.3.1

2004-04-03 Thread hugo vanwoerkom
hugo vanwoerkom wrote:
Hi Debian:

A month ago Trolltech released Qt-3.3.1. Because I have problems 
printing from the Sarge Qt 3.2 I installed the X11 version.

If you install it with Xft enabled you get super-looking graphics.

The only thing is I could not find an easy way to do an incremental 
install, i.e. w/o examples of tutorials, so it runs for 2+ hours.

But a very nice package.

Hugo.


I, of course :-( found out my print problems were my own: I was doing a 
setWindow and setViewport BEFORE allocating the painter. Now it works as 
advertized...

jpeg output can be viewed at http colon slash slash esquipulas dot 
homeunix dot com slash aa2 dot jpeg

This program graphs anything, this is just a particular example graphing 
an astrology program I wrote and I wanted to find out what planet was 
close to the moon yesterday and it is jupiter...

Hugo

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Root1

2004-04-03 Thread smurfd
Hey there!

Ive recently installed Sarge/Testing. Everything went fine.
Love the new installer.. Smth.
Autodetected all my hardware on the laptop of mine :)

BUT, after some usage i found a file called /1 wich contained something
about /etc/emacs and /2 
and i dont use emacs. Though in /etc/emacs there was some that could
have been installed by devhelp. 

My question is, has anyone else had this /1 file? was i rooted? is it a
known bug?
Anyway i had to wipe my drive, so i cant paste the exact containment in
the /1 file.

can anyone shed some light to me?

Best regards
/smurfd aka. Nicklas Boman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   >