why jdk1.3 fail?

2007-10-14 Thread Serena Cantor
On sarge I install jdk1.3 from sun, and get error below when running it:

/usr/local/jdk1.3.1_20/bin/i386/native_threads/java: error while loading shared 
libraries:
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or 
directory


On sarge I have installed jdk1.2 and 1.4 from sun and they all work well. I 
wonder why jdk1.3
fails.
Which package should I install? 


  

Check out the hottest 2008 models today at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html


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



Re: offline news reader

2007-10-14 Thread Mumia W..

On 10/14/2007 09:38 PM, Kamaraju Kusumanchi wrote:

With Pan, it's only the stable branch (0.14.x) that does OLR.  The
development branch (currently 0.132, IIRC) won't.

In any event, the dev branch isn't fully featured yet, which is 
something that Kamaraju specified, albeit indirectly.



Pan 0.132 does do offline news reading. It's called "article caching" in 
the new pan.


What do you mean by "isn't fully featured"?



I decided to try out pan 0.132 in Debian Sid. How do I activate/ 
deactivate "article caching" feature? Also where do I set the cache size 
for "article caching"?


thanks
raju


When you view an article, it's automatically cached. Other articles can 
be cached using "Article/Cache article."


There doesn't seem to be a way to set the cache size. Perhaps this is 
one of things that the other poster was referring to when he wrote 
"isn't fully featured." ;-)


And, of course, after several years and many many versions, Pan still 
has no manual, so if the maximal cache size is statically set, I can't 
find out what that size is without e-mailing the authors. And I've 
already tried that; they never answer.



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




Re: New error with backslashes in filenames

2007-10-14 Thread Dal

Hi, this is probably not a error.

You can see it in md5sum.c in coreutils (I have 5.97):

== md5sum.c ==
638   /* Output a leading backslash if the file name contains
639  a newline or backslash.  */
640   if (strchr (file, '\n') || strchr (file, '\\'))
641 putchar ('\\');


Maybe that's because it wants you to remind you have the backslash there :)


   DH.

Marty wrote:

I get the following new error on my recently upgraded Etch system:

$ touch "test\file"
$ md5sum "test\file"
\d41d8cd98f00b204e9800998ecf8427e  test\\file

Note the leading backslash.  This is some thing I haven't seen before, 
and it breaks some of my maintenance scripts which don't have control 
over input, including backslashes in filenames.  I reproduced it on 
another etch system, which tends to eliminate my configuration but not 
completely, since my machines tend to be clones of each other.


I don't know when it appeared, or whether it's Etch-related, and I 
have no idea how to track it down.  Any help is appreciated.  If it's 
a bug, then some information about how or where to report it is also 
appreciated.







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




New error with backslashes in filenames

2007-10-14 Thread Marty

I get the following new error on my recently upgraded Etch system:

$ touch "test\file"
$ md5sum "test\file"
\d41d8cd98f00b204e9800998ecf8427e  test\\file

Note the leading backslash.  This is some thing I haven't seen before, and it 
breaks some of my maintenance scripts which don't have control over input, 
including backslashes in filenames.  I reproduced it on another etch system, 
which tends to eliminate my configuration but not completely, since my machines 
tend to be clones of each other.


I don't know when it appeared, or whether it's Etch-related, and I have no idea 
how to track it down.  Any help is appreciated.  If it's a bug, then some 
information about how or where to report it is also appreciated.



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




Migrating raid5 to raid 1

2007-10-14 Thread Alex Samad
Hi

I have a system with 3 x 200G setup as a raid 5 config, I have just purchased 
to 750g drives with the thought of using raid1.

I could remove one of the 200G drive - run the raid5 in degraded mode and 
create a raid1 in degraded mode.

I also use lvm2, so moving most of it should be easy ?

I don't have any media to do a backup and restore to (although I do have an 
external usb HD case ?)

Are there any other options ?

Alex


signature.asc
Description: Digital signature


Re: offline news reader

2007-10-14 Thread Kamaraju Kusumanchi
>> With Pan, it's only the stable branch (0.14.x) that does OLR.  The
>> development branch (currently 0.132, IIRC) won't.
>> 
>> In any event, the dev branch isn't fully featured yet, which is
>> something that Kamaraju specified, albeit indirectly.
>> 
>> 
> Pan 0.132 does do offline news reading. It's called "article caching" in
> the new pan.
> 
> What do you mean by "isn't fully featured"?


I decided to try out pan 0.132 in Debian Sid. How do I activate/
deactivate "article caching" feature? Also where do I set the cache size 
for "article caching"?

thanks
raju
-- 
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


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



Re: password protect file befor emailing

2007-10-14 Thread Jude DaShiell
use zip on the file and set a password on the zip file that gets made. 
So long as the user either has winzip or izr they'll beprompted for a 
password when they open the zip file.  If they don't have an unzip program 
I'd recommend izr since its price can't be beat.





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




Re: Default Gnome2 Font

2007-10-14 Thread cga2000
On Sun, Oct 14, 2007 at 04:12:34PM EDT, Mirco Piccin wrote:
>Hi!
> 
>>> ...fonts on gnome 2 is now strange: seems big and bold (seems to use
>>> "magnify" :-)).
>>
>>Check if the output of
>>
>>xdpyinfo | egrep 'dimens|resol'
>>
>>matches the actual dimensions of your monitor.
> 
>thanks for the suggest, but output about screen resolution is correct:
> 
># xdpyinfo | egrep 'dimens|resol'
>  dimensions:1400x1050 pixels (286x214 millimeters)<- that is my 
> screen resolution..
>  resolution:124x125 dots per inch
> 
>For now i modify manually the fonts and fonts size from "Appereance" menu, 
>  but is not enought.
>I'd like to know which is the "mint" fonts config
> 
>Thanks for any advice!

$ apt-get gtk-theme-switch

followed by:

$ man switch

Helped me a lot with mozilla, gimp .. etc.

HTH
cga


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



Re: offline news reader

2007-10-14 Thread Steve Lamb

Mumia W.. wrote:

On 10/14/2007 03:25 AM, Brad Rogers wrote:
With Pan, it's only the stable branch (0.14.x) that does OLR.  The 
development branch (currently 0.132, IIRC) won't.


Pan 0.132 does do offline news reading. It's called "article caching" in 
the new pan.


Not only that but Pan has done offline caching of articles for years.  I 
remember having to wrangle with it to turn it off back when I was still 
decoding binaries about, uhm 4 years ago?  So not quite sure where Brad's 
coming from on that front.  :)


--
 Steve C. Lamb | But who decides what they dream?
   PGP Key: 1FC01004   |   And dream I do...
---+-


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




Re: offline news reader

2007-10-14 Thread Mumia W..

On 10/14/2007 03:25 AM, Brad Rogers wrote:

On Sun, 14 Oct 2007 02:42:21 -0500
"Mumia W.." <[EMAIL PROTECTED]> wrote:

Hello Mumia,


I forgot to mention slrn (with slrnpull) and pan. They also do


With Pan, it's only the stable branch (0.14.x) that does OLR.  The 
development branch (currently 0.132, IIRC) won't.


In any event, the dev branch isn't fully featured yet, which is 
something that Kamaraju specified, albeit indirectly.




Pan 0.132 does do offline news reading. It's called "article caching" in 
the new pan.


What do you mean by "isn't fully featured"?



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




Re: dialup

2007-10-14 Thread Mumia W..

On 10/14/2007 02:09 PM, Mark Grieveson wrote:

Hello.  I have dialup access to the internet.  I'm currently using
gnome-ppp (a front-end for wvdial).  I'm wondering if it is possible to
set it up so that it automatically connects to the internet when I open
the browser, [...]



You can configure pppd to use demand-dailing. Read "man pppd" and "man 
pppconfig." Install pppconfig if you have to. Good luck.





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




Re: Default Gnome2 Font

2007-10-14 Thread Mirco Piccin
Hi!

>> ...fonts on gnome 2 is now strange: seems big and bold (seems to use
>> "magnify" :-)).
>
>Check if the output of
>
>xdpyinfo | egrep 'dimens|resol'
>
>matches the actual dimensions of your monitor.


thanks for the suggest, but output about screen resolution is correct:

# xdpyinfo | egrep 'dimens|resol'
  dimensions:1400x1050 pixels (286x214 millimeters)<- that is my
screen resolution..
  resolution:124x125 dots per inch


For now i modify manually the fonts and fonts size from "Appereance" menu,
but is not enought.
I'd like to know which is the "mint" fonts config

Thanks for any advice!


Re: Missing Symbol g_once_init_enter_impl (solved)

2007-10-14 Thread David Baron
>There is still a lot of this going around on Sid:
>... symbol lookup error: ... undefined symbol: g_once_init_enter_impl

>Called from x stuff, pango stuff, etc. Disable numerous programs from Mozilla 
>to Lilypond. A real pain.

>Any fix?

A hint was found in other "bug" lists such as from ubuntu, etc. Duplicate 
libglib's around. Mine was in $KDEDIR/lib. I move them out of the way 
(hopefully KDE will still work--KDE apps should not be using this stuff, 
usually referenced in gtk and pango apps).

I have previously had such stuff and requested that KDE builds not replace or 
duplicate libs on the distro. I guess to little avail.


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



Re: weird samba error

2007-10-14 Thread Michael Marsh
On 10/14/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 14, 2007 at 01:14:41PM -0400, Michael Marsh wrote:
> > //Iomega-XX/NetHDD /mnt/storagesmbfs   noauto,password=""  0
> >   0
> >
> > This morning, it failed.  When I try to mount /mnt/storage, I get a
> > bizarre failure where samba is trying to connect to 66.150.2.134,
> > which is vznassist.infospace.com.  If I specify the IP address
> > (192.168.1.101, via DHCP), it works.
>
> are you running local DNS? sounds to me like its trying to resolve
> //Iomega-XX to some location outside your lan.

Nope.  My configuration today should be identical to what it was a
week ago, aside from aptitude updates.  I don't see anything recent
that looks like it'd have affected samba, either (in
/var/cache/apt/archives).

Is it possible that there's bad state from some transient error that
needs to be cleared out?  I have no idea what samba caches, and where.

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
http://mamarsh.blogspot.com
http://36pints.blogspot.com


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



Re: xorg: where to find this info?

2007-10-14 Thread Andrew Sackville-West
On Sun, Oct 14, 2007 at 01:04:50PM -0500, Jude DaShiell wrote:
> One of the problems I encountered over here was with xserver-xorg-core not 
> installing /etc/X11/xserver/SecurityPolicy.  This wouldn't even work on a 
> package reinstallation.  So, dpkg-deb to the rescue. I made a scratch 
> directory off of root and extracted xserver-xorg-core into it and copied 
> the SecurityPolicy file to the correct location on this system from the 
> directory tree created under scratch.  Then I wiped the scratch directory. 
> It will be interesting to find out what happens when I do the next reboot.

It would probably be wise for you to determine *why* this is. It may
point to other problems. Having to manually install a file from a .deb
is a problem that can only get worse over time.

A


signature.asc
Description: Digital signature


Re: weird samba error

2007-10-14 Thread Andrew Sackville-West
On Sun, Oct 14, 2007 at 01:14:41PM -0400, Michael Marsh wrote:
> Hi all.
> 
> Running sid, 2.6.22-2-686 #1 SMP, i686, updated daily.
> 
> The following worked for me last week as part of my anacron-launched backup:
> [/etc/fstab]
> //Iomega-XX/NetHDD /mnt/storagesmbfs   noauto,password=""  0  > 0
> 
> This morning, it failed.  When I try to mount /mnt/storage, I get a
> bizarre failure where samba is trying to connect to 66.150.2.134,
> which is vznassist.infospace.com.  If I specify the IP address
> (192.168.1.101, via DHCP), it works.

are you running local DNS? sounds to me like its trying to resolve
//Iomega-XX to some location outside your lan.

just a guess.

A


signature.asc
Description: Digital signature


Re: dialup

2007-10-14 Thread John Hasler
Mark Grieveson writes:
> I have dialup access to the internet.  I'm currently using gnome-ppp (a
> front-end for wvdial).  I'm wondering if it is possible to set it up so
> that it automatically connects to the internet when I open the browser,
> as opposed to me having to open the gnome-ppp program manually.

Install pppconfig and run it as root.  Answer the questions.  In
"Properties" select "Advanced" and then "Demand".  Follow instructions.
-- 
John Hasler


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



Re: Many problems.......

2007-10-14 Thread Andrew Sackville-West
On Sun, Oct 14, 2007 at 03:28:21PM -0400, [EMAIL PROTECTED] wrote:
> Dear all,
> 
> Forgive me for my ignorance because I'm a newbie to Debian world. I
> recently installed Debian Eatch and I'm getting following problems-

I know you are frustrated and unsure of what you are doing, but
really, please, pay attention to what you have already posted.


...

> 
> 2. From boot-up-manager, i'm not able to run apache server and whenever
> I'm trying to start the service its showing error.

We are already discussing how to resolve your apache problem in
another email. The apache failure is what is causing your problems
with apt and dpkg. Asking about it again is just rude and repetitive. 

> 
> What to do

follow the instructions in the other thread and it will all get sorted
out. 

A


signature.asc
Description: Digital signature


Re: Mysql Database installation problem

2007-10-14 Thread Andrew Sackville-West
three things:

1) don't cc: me, I subscribe to the list and will read your mail
   there.
2) please try to read and actually follow the instructions from
   others. you are wasting all of our time by ignoring the advice of
   others as we now have to repeat instructions.
3) please don't top-post and please do trim out extraneous
   information. It just get's in the way.


On Sun, Oct 14, 2007 at 03:18:49PM -0400, [EMAIL PROTECTED] wrote:
> Thanx for your help,
> 
> According to the instructions given my Adrian, i tried to remove
> php-sqlite but it throwing the following errors-

you need to read Florian Kuzler's mail and follow his advice. He knows
what he's talking about and will systematically help you clean up this
situation. 

What he is trying to do is figure out why apache isn't
restarting. This is because apache is throwing errors that are causing
dpkg to fail. You cannot do *anything* else with dpkg or the apt
system until you fix this because it will keep trying to finish the
installation of php-sqlite before it moves on to other things. 

As I said before:


> > this is the killer here. With `invoke-rc.d apache2 restart` failing,
> > you're not going to get anywhere. Find out why apache2 won't restart,
> > fix that problem and then this should all clear out.

That is what Florian is attempting to get you to do, so follow his
advice.

Don't do other things as they will only complicate the situation. 

just in case you need it, here is the link to what you need to do:

http://lists.debian.org/debian-user/2007/10/msg00876.html

follow those instructions and post the results to the list.

A


signature.asc
Description: Digital signature


Re: export config in proc for the debian kernels

2007-10-14 Thread Florian Kulzer
On Sun, Oct 14, 2007 at 21:11:24 +0530, Bhasker C V wrote:
> Hi all,
> 
>  I was thinking why not the kernel which is packaged with the debian
> can export /proc/config.gz so that the config can be used to setup 
> new kernels by the newbies and learners ?

The configs for all your installed Debian kernels can be found in
/boot/config-*.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: 64bit and flash video

2007-10-14 Thread Florian Kulzer
On Sun, Oct 14, 2007 at 12:59:06 +0100, Alan Chandler wrote:
> Even though this didn't work on Konqueror, I could play you tube videos 
> using Iceweasel.
> 
> This has stopped working (in Sid) recently.
> 
> Any ideas why and how to get it going again

Which versions of the flash-plugin and its dependencies do you use?
Here is what works for me at the moment, with iceweasel 2.0.0.7-2:

$ aptitude -F '%p%v#' search '~i~R^flashplugin-nonfree|flashplugin-nonfree' | 
column -t
debconf  1.5.14
flashplugin-nonfree  9.0.48.0.2
fontconfig   2.4.2-1.2
gnupg1.4.6-2
ia32-libs-gtk2.0
lib32z1  1:1.2.3.3.dfsg-6
nspluginwrapper  0.9.91.5-1
wget 1.10.2-3

$ nspluginwrapper -l
/usr/lib/mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/lib/flashplugin-nonfree/libflashplayer.so
  Wrapper version string: 0.9.91.5
/usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/lib/flashplugin-nonfree/libflashplayer.so
  Wrapper version string: 0.9.91.5
/usr/lib/firefox/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/lib/flashplugin-nonfree/libflashplayer.so
  Wrapper version string: 0.9.91.5
/usr/lib64/firefox/plugins/npwrapper.libflashplayer.so
  Original plugin: /usr/lib/flashplugin-nonfree/libflashplayer.so
  Wrapper version string: 0.9.91.5

$ uname -a
Linux pc0197 2.6.22-flo #1 SMP PREEMPT Mon Sep 17 22:57:48 CEST 2007 x86_64 
GNU/Linux

(The kernel is compiled from linux-source-2.6.22, version 2.6.22-4.)

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: k3b crashing when track added for audio cd

2007-10-14 Thread Nick Lidakis

H.S. wrote:



I did run it from the command line to see what was going wrong. Didn't
get much info through. The debug errors within k3b say something about
no permission to use the device.

Can any ones else using Testing confirm that he can make an audio cd
from a flac file on a fully updated system?

->HS


I'm having the same exact trouble with Sid. I can make and audio cd from 
MP3s though.



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




dialup

2007-10-14 Thread Mark Grieveson
Hello.  I have dialup access to the internet.  I'm currently using
gnome-ppp (a front-end for wvdial).  I'm wondering if it is possible to
set it up so that it automatically connects to the internet when I open
the browser, as opposed to me having to open the gnome-ppp program
manually.  I use the Toronto Freenet, which has time limits.  Once the
time limit has expired for the day, it will allow unlimited reconnects
for a couple of minutes.  So, if I'm reading a news site, I'm hoping to
be able to load the site, and, if it disconnects, to be able to simply
click on the link to the next page, and have it reconnect.  Currently, I
have to open gnome-ppp, reconnect, and then, the links don't work
unless I reload the page a few times.  It's irritating.  On Windows
machines, it just reconnects automatically without the fuss when I
press a link.

Thanks,

Mark


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



Xorg.0.log snippet question

2007-10-14 Thread Jude DaShiell
I have a gateway ev910 monitor horizontal display is 360MM and vertical 
display length is 270MM.  I'm trying to get the G.U.I. environment up so I 
can test gnome-orca a bit and use that part of the system.  I need the 
speech not magnification or braille.  I installed the desktop environment 
with tasksel and also installed gnome-orca and its dependencies.  I tried 
to get the system up and going after that.  The screen pops 6 times on the 
way in three sets of two pops and then the xserver errors out.  I have the 
fixed font on this system too in /usr/share/consolefonts.



Fatal server error:
could not open default font 'fixed'

What could be going on here and what could be done to work around this?


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




Re: k3b crashing when track added for audio cd

2007-10-14 Thread H.S.
Jonathan Kaye wrote:
> H.S. wrote:
> 
>> Hello,
>>
>> Looks like the last upgrade broke something in k3b in Debian Testing. If
>> I start an audio cd project, k3b crashes the moment I add a flac file to
>> the project. This has happened on two different machines I run with
>> Debian Testing. Both are using different kernels. This one, the one I am
>> using currently (making the audio CD using gnomebaker now) has:
>> $> dpkg -l *k3b* | grep ^i
>> ii  k3b 1.0.3-2
>>  A sophisticated KDE CD burning application
>> ii  libk3b3 1.0.3-2
>>  The KDE cd burning application library - run
>>
>>
>> and is running
>> $> uname -r
>> 2.6.21-2-686
>>
>>
>> Anybody know what is going on? BTW, the audio track has titles in
>> unicode, if this matters. This has never been a problem before.
>>
>> thanks,
>> ->HS
> Try running k3b from a console and look at the messages when it crashes.
> This may give you enough information to solve the problem. If it just
> says "segfault", then you may want to run it with a debugger, gdb for
> example.
> cheers,
> Jonathan

I did run it from the command line to see what was going wrong. Didn't
get much info through. The debug errors within k3b say something about
no permission to use the device.

Can any ones else using Testing confirm that he can make an audio cd
from a flac file on a fully updated system?

->HS



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



Re: Bcc header in mails sent with mutt trough exim4 doesn't get striped

2007-10-14 Thread Florian Kulzer
On Fri, Oct 12, 2007 at 22:10:03 +0200, Salvatore Bonaccorso wrote:
> Hi 
> 
> I use on my laptop exim4 in combination with mutt. The versions are
> the following:
> ---(snip: dpkg --list exim4 mutt)---
> ii  exim4  4.68-1 meta-package to ease Exim MTA (v4) 
> installation
> ii  mutt   1.5.16-3   text-based mailreader supporting 
> MIME, GPG, PGP and 
> ---(snap)---
> 
> Now my problem is: If I use some adress in the Bcc header, they does
> not get striped when exim4 send's them. In the NEWS.Debian.gz of mutt
> I read:
> 
> ---(snip: README.Debian.gz)---
> We no longer unset write_bcc in /etc/Muttrc. If your MTA does not strip Bcc:
> headers, edit /etc/Muttrc. (exim4 and postfix strip them, exim(3) does not.)
> We also no longer unset use_from and use_domain. Mutt will use the contents
> of /etc/mailname to determine the domain part of the From: header.
> ---(snap)-
> 
> I configured my exim4 to send mails via a smarthost, and retrieving
> mails via fetchmail.
> 
> When I set write_bcc="no" in my mutt configuration files, then it
> work's fine, but then the problem is, that in my sent-folder I get lost
> the bcc-headers.

This is a snippet from my ~/.muttrc:

set write_bcc
# create /etc/exim4/exim.filter with the line
# headers remove "Bcc"
# edit /etc/exim4/exim4.conf.template to add, early on, the line
# system_filter=/etc/exim4/exim.filter
# run "update-exim4.conf" and restart exim4

The comments describe what I used to do to make exim4 remove the bcc
headers. (I found these instructions on some website, I think.) However,
I do not know if this still works on Debian, because for some time now I
have been using mutt's built-in smtp engine to contact the smarthost
directly, bypassing exim4. This works very well, the bcc headers are
saved locally but are not transmitted to any of the recipients. The
syntax is very simple:

set smtp[s]://[user[:[EMAIL PROTECTED]:port]/

(see file:///usr/share/doc/mutt/html/reference.html#smtp-url)

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: Default Gnome2 Font

2007-10-14 Thread Florian Kulzer
On Fri, Oct 12, 2007 at 17:36:32 +0200, Mirco Piccin wrote:
> Hi all.
> Few days ago it's arrived my new laptop :-D
> I install on it the debian lenny via netinstall.
> This time i choose "Desktop Environment" from the installer cd (usually
> start with "base system" and then upgrade with window manager packages - of
> course, only on user laptop :-D).
> 
> All work good.
> On my display (14.1 inches at 1400x1050) gnome 2 is fantastic.
> Then, i choose to modify my /etc/apt/source.list changing "lenny" to
> "testing".
> And upgrade all upgradable.
> 
> All work good again.
> But...fonts on gnome 2 is now strange: seems big and bold (seems to use
> "magnify" :-)).

Check if the output of

xdpyinfo | egrep 'dimens|resol'

matches the actual dimensions of your monitor.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: Save sms messages from mobile phone

2007-10-14 Thread Rodolfo Medina
On Sun, 14 Oct 2007 14:09:27 +0200
Rodolfo Medina <[EMAIL PROTECTED]> wrote:

>> It seems that I managed successfully to `sync' Contacts, Calendar and
>> Notes between the PC and my Nokia 6630, via usb cable, using
>> opensync, but unfortunately didn't manage to read and save sms
>> messages from phone to PC.  I couldn't imagine it was such a hard
>> matter.
>> 
>> Please, if someone from this list has a *direct* experience about
>> that, i.e. managed him/herself to save sms messages (and in cases
>> also pictures and movies) from phone to PC, please be so kind to
>> report its direct experience.
>> 
>> 
>> On Sun, 22 Jul 2007 Nyizsnyik Ferenc <[EMAIL PROTECTED]> wrote:
>> 
>> > I use wammu in Etch. It's able to retrieve messages (I haven't tried
>> > sending yet) and manage contacts. I have a Sony Ericsson D750i if
>> > that matters.
>> 
>> 
>> I installed wammu in my Etch system but absolutely *nothing* happened.
>> Please, Nyizsnyik, be so kind as to tell how you managed to retrieve
>> messages.




Nyizsnyik Ferenc <[EMAIL PROTECTED]> writes:

> Connect the phone and start wammu. Choose Phone -> Connect. You should
> now see the specs of your phone. Now you can Retrieve -> Messages, then
> Backup -> Save messages.
> If you have a lot of them (several hundred), wammu will be irresponsive
> for a few minutes, don't be scared. :)
> Hope this helps.



With my phone it does not work.  I did as you said:

 Phone -> Connect -> Retrieve -> Messages

, but for ten minutes nothing happened.  Then `Backup -> Save messages'
produced an empty file.  Meanwhile wammu would respond to other commands.
When I tried to retrieve contacts, I got error message:

Error while communicating with phone

Description: Unknown error.
Function: GetNextMemory
Error code: 27


Did you perhaps need any special configuration with your Sony Ericsson?

Thanks, anyway
Rodolfo


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



Re: RFH: rt2400 -- RT2400 wireless network drivers

2007-10-14 Thread Ben Hutchings
There is no-one on the Ralink driver packaging team who owns any rt2400
hardware.  There are no new cards with this chipset in them, and I have
been unable to buy a second-hand card.

The "legacy" rt2x00 drivers are nearly dead upstream.  Unless someone
can offer to provide us with such a card, or to test pre-release
packages against it, we cannot support this driver in any meaningful
way.

Ben.

-- 
Ben Hutchings
Lowery's Law:
 If it jams, force it. If it breaks, it needed replacing anyway.


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


Re: xorg: where to find this info?

2007-10-14 Thread Jude DaShiell
One of the problems I encountered over here was with xserver-xorg-core not 
installing /etc/X11/xserver/SecurityPolicy.  This wouldn't even work on a 
package reinstallation.  So, dpkg-deb to the rescue. I made a scratch 
directory off of root and extracted xserver-xorg-core into it and copied 
the SecurityPolicy file to the correct location on this system from the 
directory tree created under scratch.  Then I wiped the scratch directory. 
It will be interesting to find out what happens when I do the next reboot.




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




Re: offline news reader

2007-10-14 Thread Brad Rogers
On Sun, 14 Oct 2007 19:27:00 +0200
Sjoerd Hiemstra <[EMAIL PROTECTED]> wrote:

Hello Sjoerd,

> Well, d-u *is* gated to a newsgroup:  linux.debian.user
 
I was unaware of that fact.  I sit corrected.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"

If a thought came in your head it would die of loneliness
I Don't Like You - Stiff Little Fingers


signature.asc
Description: PGP signature


Re: offline news reader

2007-10-14 Thread Sjoerd Hiemstra
On Sun, 14 Oct 2007 15:22:09 +0100 Brad Rogers wrote:
> On Sun, 14 Oct 2007 11:46:03 +0200 Pál Csányi wrote:
> > Could somebody explain how can I read debian-user list with pan?
> 
> Pan is a news reader.  It can't receive email, except where email is
> gated to a newsgroup.

Well, d-u *is* gated to a newsgroup:  linux.debian.user


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



weird samba error

2007-10-14 Thread Michael Marsh
Hi all.

Running sid, 2.6.22-2-686 #1 SMP, i686, updated daily.

The following worked for me last week as part of my anacron-launched backup:
[/etc/fstab]
//Iomega-XX/NetHDD /mnt/storagesmbfs   noauto,password=""  0  0

This morning, it failed.  When I try to mount /mnt/storage, I get a
bizarre failure where samba is trying to connect to 66.150.2.134,
which is vznassist.infospace.com.  If I specify the IP address
(192.168.1.101, via DHCP), it works.

If I try to use smbclient, or mount.smbfs, directly, I get similar
behavior, though not the same IP address.  I haven't seen anything in
the strace from mount that seems to be of any help:
readlink("/Iomega-XX", 0xbfe1b8fb, 4096) = -1 ENOENT (No such file
or directory)
stat64("/sbin/mount.smbfs", {st_mode=S_IFREG|0755, st_size=884820, ...}) = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0xb7d4e6f8) = 29709
wait4(-1, Error connecting to 63.251.179.13 (Connection refused)
29709: Connection to Iomega-XX failed
SMB connection failed

Also,
# strace mount.smbfs //Iomega-00E2C5/NetHDD /mnt/storage
[snip]
stat64("/var/run/samba", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/run/samba/gencache.tdb", O_RDWR|O_CREAT|O_LARGEFILE, 0644) = 3
fcntl64(3, F_SETLKW64, {type=F_WRLCK, whence=SEEK_SET, start=0,
len=1}, 0xbfc41404) = 0
read(3, "TDB file\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 168) = 168
fstat64(3, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0xb7f5
fcntl64(3, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=0,
len=1}, 0xbfc41404) = 0
fcntl64(3, F_SETLKW64, {type=F_RDLCK, whence=SEEK_SET, start=468,
len=1}, 0xbfc41424) = 0
fcntl64(3, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=468,
len=1}, 0xbfc41424) = 0
fcntl64(3, F_SETLKW64, {type=F_RDLCK, whence=SEEK_SET, start=504,
len=1}, 0xbfc40ac4) = 0
fcntl64(3, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=504,
len=1}, 0xbfc40ae4) = 0
time(NULL)  = 1192381887
futex(0xb7dcea5c, FUTEX_WAKE, 2147483647) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
connect(4, {sa_family=AF_INET, sin_port=htons(445),
sin_addr=inet_addr("63.251.179.13")}, 16) = -1 EINPROGRESS (Operation
now in progress)

Any ideas?

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
http://mamarsh.blogspot.com
http://36pints.blogspot.com


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



Re: How to install Adobe Acrobat Reader?

2007-10-14 Thread Alan Ianson
On Sun October 14 2007 09:02, Douglas A. Tutty wrote:

> I'm not sure what acroread will do that the free xpdf readers won't,
> since I've never used it.  So before you assume that you need acroread,
> try one of the others.

I need to use acroread to enter data in forms only available as pdf files. 
ATM, acroread is the only software able to do this. The next version of 
evince (and the others too likely at some point) will be able to do this, but 
for now acroread is needed. There is no 64 bit version of acroread so I am 
very much looking forward to having that support in evince.. :)


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



Re: How to install Adobe Acrobat Reader?

2007-10-14 Thread Douglas A. Tutty
On Sun, Oct 14, 2007 at 04:33:35PM +0100, Pantor wrote:
> Mathias Brodala wrote:
> >Hi Pantor.
> >
> >Pantor, 14.10.2007 17:17:
> >>Would you be able, please, to advice how to install Adobe Acrobat Reader?
> >
> >Add the repository from debian-multimedia.org to your sources.list (mirrors
> >preferred) and install "acroread".
> >
> >But why do you need it? Why not "xpdf", "evince" or "kpdf"?

Don't top post.
 
> That is a good question! Because I nobody know about these.

Acroread is a propriatary program and as such it can't be included in
the base debian repository.  I'm not sure why it's not in non-free but
it probably has something to do with the licence.

I'm not sure what acroread will do that the free xpdf readers won't,
since I've never used it.  So before you assume that you need acroread,
try one of the others.

Xpdf is a generally good pdf reader although the user interface is, by
now, unique.  If you use Gnome, then use Evince (a gnome-based pdf
reader) or if you use KDE, then use Kpdf (a KDE-based pdf reader).  

Of course, you can use any of them but if you don't already have the
gnome or KDE libraries installed, it will be a bigger download.

My _personal_ experience is that I like the KDE user interface better
than the Gnome one and I've had stability problems with Gnome apps.
However, I don't use either desktop environment, instead using either
icewm (on my small box) or Xfce (on my big box).  

Doug.


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



Re: postgresql 7.4 won't start after sarge -> etch upgrade

2007-10-14 Thread Mitchell Laks
On 09:49 Sun 14 Oct , Pál Csányi wrote:
> 
> > How should I rectify the problem?
> 
> I would reinstall postgresq-7.4 :
> aptitude reinstall postgresql-7.4

Thank you Pál,

I had already tried that:
 
apt-get install --reinstall postgresql-7.4
and it did not help :(

Any other ideas?
what is really annoying is that
I don't really see how to troubleshoot the problem, as there is no output from 
the
initscripts that come with the debian package, and no errors in the log
sections to  to help me troubleshoot where the init script is going wrong.
also the debian supplied initscipts source a secondary initscript file
and they appear to be identical  (visually :)) on this server to similar other
servers that I had updated.

very puzzling  

Mitchell

> 
> -- 
> Regards, Paul Csanyi
> http://www.freewebs.com/csanyi-pal/index.htm
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


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



export config in proc for the debian kernels

2007-10-14 Thread Bhasker C V
Hi all,

 I was thinking why not the kernel which is packaged with the debian
can export /proc/config.gz so that the config can be used to setup 
new kernels by the newbies and learners ?


-- 
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
The box said "Requires Windows 95, NT, or better", so I installed Linux.


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



Re: DHCP & apache errors. [was: Many problems.......]

2007-10-14 Thread s. keeling
[EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> 
>  recently installed Debian Eatch and I'm getting following problems-
> 
>  1. Some times my IP number is getting changed to some unknown IP
>  numbers and after that I'm not able to connect to Internet. (we are
>  having DHCP)

Where is the dhcp server?  Is that on your router or at your ISP?  If
your router, it's misconfigured so fix it.  If ISP, complain to ISP.
Whatever do you mean by "some unknown IP numbers"?  "... connect to
Internet" with what?  A router, or from your desktop behind a router?

>  2. From boot-up-manager, i'm not able to run apache server and
>  whenever I'm trying to start the service its showing error.

And the the error is ... what?  What do you mean by "boot-up-manager"?


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


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



Re: How to install Adobe Acrobat Reader?

2007-10-14 Thread Pantor

That is a good question! Because I nobody know about these.

Mathias Brodala wrote:

Hi Pantor.

Pantor, 14.10.2007 17:17:

Would you be able, please, to advice how to install Adobe Acrobat Reader?


Add the repository from debian-multimedia.org to your sources.list (mirrors
preferred) and install "acroread".

But why do you need it? Why not "xpdf", "evince" or "kpdf"?


Regards, Mathias




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




Re: How to install Adobe Acrobat Reader?

2007-10-14 Thread Gregory Seidman
On Sun, Oct 14, 2007 at 04:17:15PM +0100, Pantor wrote:
> Lads,
>
> Would you be able, please, to advice how to install Adobe Acrobat Reader?

You need Christian Marillat's unofficial repository. See
http://www.debian-multimedia.org/ for instructions.

> Many thanks,
> Andrius
--Greg


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



Re: How to install Adobe Acrobat Reader?

2007-10-14 Thread Mathias Brodala
Hi Pantor.

Pantor, 14.10.2007 17:17:
> Would you be able, please, to advice how to install Adobe Acrobat Reader?

Add the repository from debian-multimedia.org to your sources.list (mirrors
preferred) and install "acroread".

But why do you need it? Why not "xpdf", "evince" or "kpdf"?


Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature


Re: Regarding tar and split

2007-10-14 Thread s. keeling
Sean Zimmermann <[EMAIL PROTECTED]>:
>  Paul E Condon  mesanetworks.net> writes:
> > 
> > The difference is that afio compresses each input file individually, so
> > if there is a read/write error, only one file is lost from the archive.
> 
>  I have one final question: some people have brought up the strength of 
>  programs like afio that compress files individually to protect against 
>  corruption. Most of the things I archive are large image or movie files
>  (which typically don't compress well). I read through most of both
>  tar's and afio's man pages, and afio seems to have some interesting
>  features (like the ability to seek to blocks in an archive). If I 
>  am not compressing the archive, does afio and/or cpio still have 
>  benefits that make it more appealing than tar?

afio does notice that certain file types are already compressed and
doesn't bother trying to compress them again.  You can also choose a
minimum file size to compress (if little will be gained from
compressing it).  And, -P lets you choose the compression program.  I
use bzip2.  I've seen others pipe it through gpg for encryption.

I've been using afio for close to a decade and never lost anything,
but I'm sure others can say the same for tar.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://blinkynet.net/comp/uip5.html  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.


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



How to install Adobe Acrobat Reader?

2007-10-14 Thread Pantor

Lads,

Would you be able, please, to advice how to install Adobe Acrobat Reader?

Many thanks,
Andrius


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




FIXED Re: MySql will not restart

2007-10-14 Thread harland christofferson
Out of desperation, I apt-get(ted) the latest stable mysql-server.

The only thing I can think of is that an upgrade of a package earlier in the 
week caused problems when logs were rotated this a.m.





- Original Message 
From: harland christofferson <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Sent: Sunday, October 14, 2007 8:43:50 AM
Subject: MySql will not restart

running 2.4.27-2-k7

For years, MySql was running fine.

This a.m., webpages were not being served.

I thought that it was MySql.

I tried this:

#/etc/init.d/mysql restart

I received this:

Starting MySQL database server: mysqld...failed.
Please take a look at the syslog.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' 
exists!

I followed instructions:

#grep mysql /var/log/syslog

Yields:

 /etc/init.d/mysql[14242]: 0 processes alive and '/usr/bin/mysqladmin
 --defaults-file=/etc/mysql/debian.cnf ping' resulted in
/etc/init.d/mysql[14242]: ^G/usr/bin/mysqladmin: connect to server at 
'localhost' failed
/etc/init.d/mysql[14242]: error: 'Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2)'
/etc/init.d/mysql[14242]: Check that mysqld is running and that the socket: 
'/var/run/mysqld/mysqld.sock' exists!

There is no /var/run/mysqld/mysqld.sock file 

My /etc/mysql/debian.cnf is:

# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
password = bnL0UFfwUuSv6Mb3
socket   = /var/run/mysqld/mysqld.sock

I can ping my localhost.

#ping localhost
PING localhost.gateway.2wire.net (127.0.0.1) 56(84) bytes of data.
64 bytes from www.audubonstrings.com
 (127.0.0.1): icmp_seq=1 ttl=64 time=0.106 ms
64 bytes from www.audubonstrings.com (127.0.0.1): icmp_seq=2 ttl=64 time=0.118 
ms

The only think I can think of is that this is somehow resolving to my ISP?

It has been a long time since I have pinged the localhost so I cannot recall if 
it used to be my domain or if it was always my ISP gateway.

If this is the problem, does anyone have a suggestion on how to repair?

 










Re: offline news reader

2007-10-14 Thread Brad Rogers
On Sun, 14 Oct 2007 11:46:03 +0200
"Pál Csányi" <[EMAIL PROTECTED]> wrote:

Hello Pál,

Answer re-directed back to list as I suspect this wasn't meant to
come directly to me.

> Could somebody explain how can I read debian-user list with pan?

Pan is a news reader.  It can't receive email, except where email is
gated to a newsgroup.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"

Never much liked playing there anyway
Banned From The Roxy - Crass



Re: not prettey! Display problem

2007-10-14 Thread Chris
On Saturday 13 October 2007, Chris wrote:
> On Wednesday 10 October 2007, Andrew Sackville-West wrote:
> > On Tue, Oct 09, 2007 at 04:57:36PM +0200, Chris wrote:
> > > oh I'm using an ati driver.  It happens in XFCE too, not just KDE.
> > >
> > > Say, doesn't that suggest that its not the hardware or even the
> > > driver??
> >
> > nope. It suggests its not in some layer higher up than xorg. So it
> > could be in xorg or its drivers or below (hardware).
> >
> > try booting a live-cd with (hopefully) a differnt version of xorg and
> > see what happens. If the problem persists, then its likely hardware,
> > because the live-cd will almost surely eliminate *all* the other
> > variables (kernel, xorg version, wm version etc).
> >
> > A
>
> very good idea, I'll try that!
>
> C
>
> --
> C. Hurschler

No problems with a boot from a live CD.

I noticed that it already appeared in kdm on boot, i.e. before logging into a 
desktop.  I then installed gdm, upon which the problem dissapeared, even 
after a dpkg-reconfigure kdm back to kdm.

I'm just glad it's gone!

Chris
-- 
C. Hurschler


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



Re: offline news reader

2007-10-14 Thread John W. Foster
On Saturday 13 October 2007 16:45, Kamaraju S Kusumanchi wrote:
> Hi
>
> I normally use knode for reading debian mailing lists via gmane.
> However there is one feature missing in this - reading the news offline.
> Normally this is not a problem. However recently my net speed has reduced
> to couple of kB and it is difficult to wait for 5 seconds for each message
> to load. So is there any way to overcome this problem in knode? If not, is
> there any news reader which offers offline functionality and works well
> with KDE? I don't have particular preference for graphical or commandline.
> It is fine if it consumes quite a bit of memory. I am looking for something
> which has lots of features and at the same time gives finer control over
> them. Any ideas?
>
> thanks
> raju
> --
> Kamaraju S Kusumanchi
> http://www.people.cornell.edu/pages/kk288/
> http://malayamaarutham.blogspot.com/
I use KDE and I prefer pan to all others. It has a lot of features incl 
offline mode. I use etch version.
-- 
John W. Foster


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



Re: (mod-) ssl for apache 2.2.x

2007-10-14 Thread Michael Shuler
On 10/14/2007 06:34 AM, Georgi Alexandrov wrote:
> Michael Shuler wrote:
>> The package is libapache-mod-ssl - install that, then run 'a2enmod ssl'
>> to enable the module in your apache configuration.
> 
> That's wrong. ssl is included in the apache2 packages for Debian etch.
> You don't need a separate package for that as it was with apache 1.3.
> You just need to enable the module.

You are absolutely correct with regards to libapache-mod-ssl - my error.
 I just happened to have it installed alongside apache2.2 and made an
assumption.  Looks like all one needs to do is enable the module.

-- 
Kind Regards,
Michael Shuler


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



Re: Save sms messages from mobile phone

2007-10-14 Thread Nyizsnyik Ferenc
On Sun, 14 Oct 2007 14:09:27 +0200
Rodolfo Medina <[EMAIL PROTECTED]> wrote:

> It seems that I managed successfully to `sync' Contacts, Calendar and
> Notes between the PC and my Nokia 6630, via usb cable, using
> opensync, but unfortunately didn't manage to read and save sms
> messages from phone to PC.  I couldn't imagine it was such a hard
> matter.
> 
> Please, if someone from this list has a *direct* experience about
> that, i.e. managed him/herself to save sms messages (and in cases
> also pictures and movies) from phone to PC, please be so kind to
> report its direct experience.
> 
> 
> On Sun, 22 Jul 2007 Nyizsnyik Ferenc <[EMAIL PROTECTED]> wrote:
> 
> > I use wammu in Etch. It's able to retrieve messages (I haven't tried
> > sending yet) and manage contacts. I have a Sony Ericsson D750i if
> > that matters.
> 
> 
> I installed wammu in my Etch system but absolutely *nothing* happened.
> Please, Nyizsnyik, be so kind as to tell how you managed to retrieve
> messages.
> 
> Thanks indeed for any help,
> Rodolfo
> 
> 

Connect the phone and start wammu. Choose Phone -> Connect. You should
now see the specs of your phone. Now you can Retrieve -> Messages, then
Backup -> Save messages.
If you have a lot of them (several hundred), wammu will be irresponsive
for a few minutes, don't be scared. :)
Hope this helps.

-- 
Szia:
Nyizsa.

--
Get a free email account with anti spam protection.
http://www.bluebottle.com/tag/2


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



Re: xorg: where to find this info?

2007-10-14 Thread Florian Kulzer
On Sun, Oct 14, 2007 at 05:03:15 -0500, Jude DaShiell wrote:
> The xserver isn't properly configured here so cannot start.  The 
> /etc/X11/xserver/securitypolicy does not exist what do I need to read to 
> find out about that?

This file is part of the xserver-xorg-core package; maybe you need to
reinstall it.

Generally you can use the "apt-file" package to find out to which
package a certain file belongs. After installing it you can run

apt-file update

to update the database. (This can take several minutes during which
there is no output indicating progress.) Then you can run

apt-file search /etc/X11/xserver/SecurityPolicy

> There are several expected keysym, errors with 
> numbers after them too.

I am not sure what this means; are those messages classified as warnings
(WW) or errors (EE)?

> Finally font "fixed" cannot be used.  Could be the 
> last two problems are related but maybe not.

I think the font problem is what keeps X from starting; it is probably
not related to the keysym issue. I have the following xfonts packages
installed:

xfonts-100dpi
xfonts-75dpi
xfonts-base
xfonts-encodings
xfonts-scalable
xfonts-utils

Which ones do you have?

> I needed to dpkg-reconfigure 
> x11-common earlier and got that done.  xwindows though isn't honoring my 
> nice value and running at negative 1 when I chose zero when I did that 
> step.  At least it's new and different problems I'm running into over here. 
>  Oh the monitor is a gateway ev910 and I got an nv geforce 6500 video card.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



MySql will not restart

2007-10-14 Thread harland christofferson
running 2.4.27-2-k7

For years, MySql was running fine.

This a.m., webpages were not being served.

I thought that it was MySql.

I tried this:

#/etc/init.d/mysql restart

I received this:

Starting MySQL database server: mysqld...failed.
Please take a look at the syslog.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' 
exists!

I followed instructions:

#grep mysql /var/log/syslog

Yields:

 /etc/init.d/mysql[14242]: 0 processes alive and '/usr/bin/mysqladmin 
--defaults-file=/etc/mysql/debian.cnf ping' resulted in
/etc/init.d/mysql[14242]: ^G/usr/bin/mysqladmin: connect to server at 
'localhost' failed
/etc/init.d/mysql[14242]: error: 'Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2)'
/etc/init.d/mysql[14242]: Check that mysqld is running and that the socket: 
'/var/run/mysqld/mysqld.sock' exists!

There is no /var/run/mysqld/mysqld.sock file 

My /etc/mysql/debian.cnf is:

# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
password = bnL0UFfwUuSv6Mb3
socket   = /var/run/mysqld/mysqld.sock

I can ping my localhost.

#ping localhost
PING localhost.gateway.2wire.net (127.0.0.1) 56(84) bytes of data.
64 bytes from www.audubonstrings.com (127.0.0.1): icmp_seq=1 ttl=64 time=0.106 
ms
64 bytes from www.audubonstrings.com (127.0.0.1): icmp_seq=2 ttl=64 time=0.118 
ms

The only think I can think of is that this is somehow resolving to my ISP?

It has been a long time since I have pinged the localhost so I cannot recall if 
it used to be my domain or if it was always my ISP gateway.

If this is the problem, does anyone have a suggestion on how to repair?

 






Unidentified subject!

2007-10-14 Thread Don Cooley





-- 
Donald Cooley
Registered Linux user 444909
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
--
A Quotable Quote:
"[Thomas ]Huxley's notion that monkeys typing at random long enough
will eventually produce literature ("the works of Shakespeare") has
been tested at Plymouth University, England: over time, the monkeys (1)
attacked their computer,(2) urinated on it, and (3) failed to produce a
single word (AP dispatch, 9 May 2003). Cf. Angus Menuge, Agents Under
Fire." p 120 Tractatus Logico-Theologicus, Dr. John Warwick Montgomery.


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



Wiki page automation (POST method with urlencode)

2007-10-14 Thread Osamu Aoki
Hi folks,

I am looking for tool to create application/x-www-form-urlencoded data.

Here is the background.

As I use wiki.debian.org sometime but I was tired of slow response.  So
I now use local wiki to edit text fist and cut-and-pase to
wiki.debian.org.  

Then I was wondering how to do this more efficiently

I know I can get raw text page quickly from wiki using w3m command.  I
can use vim to edit it.  

I should be able to post data with w3m using POST method.  But the data
needs to be encoded etc.  which makes it a bit cumbersome.  Is there any
tool set or script example to upload page to wiki.


Osamu


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



Save sms messages from mobile phone

2007-10-14 Thread Rodolfo Medina
It seems that I managed successfully to `sync' Contacts, Calendar and Notes
between the PC and my Nokia 6630, via usb cable, using opensync, but
unfortunately didn't manage to read and save sms messages from phone to PC.  I
couldn't imagine it was such a hard matter.

Please, if someone from this list has a *direct* experience about that,
i.e. managed him/herself to save sms messages (and in cases also pictures and
movies) from phone to PC, please be so kind to report its direct experience.


On Sun, 22 Jul 2007 Nyizsnyik Ferenc <[EMAIL PROTECTED]> wrote:

> I use wammu in Etch. It's able to retrieve messages (I haven't tried
> sending yet) and manage contacts. I have a Sony Ericsson D750i if that
> matters.


I installed wammu in my Etch system but absolutely *nothing* happened.
Please, Nyizsnyik, be so kind as to tell how you managed to retrieve messages.

Thanks indeed for any help,
Rodolfo


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



Re: (mod-) ssl for apache 2.2.x

2007-10-14 Thread Kumar Appaiah
On Sun, Oct 14, 2007 at 02:34:40PM +0300, Georgi Alexandrov wrote:
> > The package is libapache-mod-ssl - install that, then run 'a2enmod ssl'
> > to enable the module in your apache configuration.
> > 
> 
> That's wrong. ssl is included in the apache2 packages for Debian etch.
> You don't need a separate package for that as it was with apache 1.3.
> You just need to enable the module.

Moreover, libapache-mod-* packages are for Apache 1.x. One should
always look for libapache2-mod-* for the current apache2.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


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



64bit and flash video

2007-10-14 Thread Alan Chandler
Even though this didn't work on Konqueror, I could play you tube videos 
using Iceweasel.

This has stopped working (in Sid) recently.

Any ideas why and how to get it going again
-- 
Alan Chandler
http://www.chandlerfamily.org.uk


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



Re: (mod-) ssl for apache 2.2.x

2007-10-14 Thread Georgi Alexandrov
Michael Shuler wrote:
> On 10/11/2007 02:30 PM, Robert Cates wrote:
>> Hi all,
>>
>> am I wrong - there's no (mod-) ssl package for the etch apache 2.2
>> server?  I can I get my apache 2.2 server ssl enabled?  Or do I need to
>> install/use the apache 1.3 package for ssl support?
> 
> The package is libapache-mod-ssl - install that, then run 'a2enmod ssl'
> to enable the module in your apache configuration.
> 

That's wrong. ssl is included in the apache2 packages for Debian etch.
You don't need a separate package for that as it was with apache 1.3.
You just need to enable the module.

-- 
regards,
Georgi Alexandrov

key server - pgp.mit.edu :: key id - 0x37B4B3EE
Key fingerprint = E429 BF93 FA67 44E9 B7D4  F89E F990 01C1 37B4 B3EE



signature.asc
Description: OpenPGP digital signature


lmsensors on Dell PowerEdge 830

2007-10-14 Thread Greg Vickers

Hi,

I've installed and configured lmsensors on a Dell PowerEdge 830 server 
and when I run 'sensors' I get the following output:

# sensors
lm85-i2c-0-2e
Adapter: SMBus I801 adapter at 08c0
V1.5:   +0.00 V  (min =  +0.00 V, max =  +3.32 V)
VCore:  +0.00 V  (min =  +0.00 V, max =  +2.99 V)
V3.3:   +0.00 V  (min =  +0.00 V, max =  +4.38 V)
V5:+0.00 V  (min =  +0.00 V, max =  +6.64 V)
V12:   +0.00 V  (min =  +0.00 V, max = +15.94 V)
CPU_Fan:  0 RPM  (min =0 RPM) ALARM
fan2: 0 RPM  (min =0 RPM) ALARM
fan3: 0 RPM  (min =0 RPM) ALARM
fan4: 0 RPM  (min =0 RPM) ALARM
CPU Temp: +0 C  (low  =  -127 C, high =  +127 C)
Board Temp:
  +0 C  (low  =  -127 C, high =  +127 C)
Remote Temp:
  +0 C  (low  =  -127 C, high =  +127 C)
CPU_PWM:   255
Fan2_PWM:  255
Fan3_PWM:  255
vid:  +1.088 V  (VRM Version 10.0)

I've had a bit of a google around but haven't been able to find anything 
except someone posting on lm-sensors.org with a trouble ticket that is 
the same as above (http://www.lm-sensors.org/ticket/2182), which hasn't 
been replied to.


Does anyone have any pointers or tips or even a solution?

Thanks,
Greg


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




Re: Mysql Database installation problem

2007-10-14 Thread Florian Kulzer
On Sun, Oct 14, 2007 at 15:18:49 -0400, anand AT drtc DOT isibang DOT ac DOT in 
wrote:
> Thanx for your help,
> 
> According to the instructions given my Adrian, i tried to remove
> php-sqlite but it throwing the following errors-
> 
> localhost:~# apt-get remove -f php-sqlite3

[...]

> (98)Address already in use: make_sock: could not bind to address [::]:80
> (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
>  failed!
> invoke-rc.d: initscript apache2, action "restart" failed.
> dpkg: error processing php-sqlite3 (--remove):
>  subprocess pre-removal script returned error exit status 1
> Forcing reload of web server (apache2)...apache2: Could not reliably
> determine the server's fully qualified domain name, using 127.0.0.1 for
> ServerName
> httpd (no pid file) not running
> apache2: Could not reliably determine the server's fully qualified domain
> name, using 127.0.0.1 for ServerName
> (98)Address already in use: make_sock: could not bind to address [::]:80
> (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> 
> And also, I checked from synaptic manager that there is only one version
> of apache, i.e. 2.2 is installed on my system.

Let's try this one more time:

http://lists.debian.org/debian-user/2007/10/msg00876.html

Also, please read section 5 of this document:

http://people.cornell.edu/pages/kk288/du-guidelines.html

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



re: can't access dvd

2007-10-14 Thread Jude DaShiell
Plese aptitude install disktype and then run disktype /dev/hdc on that DVD 
you can't access.  disktype will if it can identify the disk format 
actually used and you could have the correct disk format you're using but 
be missing a needed compression utility.  If you download any missing 
compression utilities found in the disktype man page your access problem 
may get solved.  hth.




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




Re: how can I see version changes using aptitude?

2007-10-14 Thread Osamu Aoki
On Sat, Oct 13, 2007 at 09:36:27PM +0300, Giorgos Pallas wrote:
> Kelly Clowers wrote:
> > On 10/13/07, Giorgos Pallas <[EMAIL PROTECTED]> wrote:
> >   
> >> Hello to everybody!
> >>
> >> When I was using synaptic, I remember that it showed the version changes
> >> for every packet that was to be upgraded.
> >>
> >> Where exactly is this information hidden? How can I see it using
> >> aptitude, or maybe another command-line tool? I searched the internet
> >> but I can't seem to find something...
> >> 
> >
> > Do you want to see the current version number of the packages and the
> > new version number? You can see that by using aptitude in interactive
> > mode (invoke "aptitude" instead of "aptitude upgrade").
> >
> > If you mean you want to see what changes have been made to the
> > packages, check out apt-listchanges.
> OK, apt-listchanges was the answer. Thanks!

FYI: You should also consider apt-listbugs 

Why install very buggy package either in command line or interactive
mode:-)

Osamu


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



xorg: where to find this info?

2007-10-14 Thread Jude DaShiell
The xserver isn't properly configured here so cannot start.  The 
/etc/X11/xserver/securitypolicy does not exist what do I need to read to 
find out about that?  There are several expected keysym, errors with 
numbers after them too.  Finally font "fixed" cannot be used.  Could be 
the last two problems are related but maybe not.  I needed to 
dpkg-reconfigure x11-common earlier and got that done.  xwindows though 
isn't honoring my nice value and running at negative 1 when I chose zero 
when I did that step.  At least it's new and different problems I'm 
running into over here.  Oh the monitor is a gateway ev910 and I got an nv 
geforce 6500 video card.




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




Many problems.......

2007-10-14 Thread anand
Dear all,

Forgive me for my ignorance because I'm a newbie to Debian world. I
recently installed Debian Eatch and I'm getting following problems-

1. Some times my IP number is getting changed to some unknown IP numbers
and after that I'm not able to connect to Internet. (we are having DHCP)

2. From boot-up-manager, i'm not able to run apache server and whenever
I'm trying to start the service its showing error.

What to do


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



Re: Mysql Database installation problem

2007-10-14 Thread anand
Thanx for your help,

According to the instructions given my Adrian, i tried to remove
php-sqlite but it throwing the following errors-

localhost:~# apt-get remove -f php-sqlite3
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
  php-sqlite3
0 upgraded, 0 newly installed, 1 to remove and 150 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 69.6kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 204026 files and directories currently installed.)
Removing php-sqlite3 ...
Forcing reload of web server (apache2)...apache2: Could not reliably
determine the server's fully qualified domain name, using 127.0.0.1 for
ServerName
httpd (no pid file) not running
apache2: Could not reliably determine the server's fully qualified domain
name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
 failed!
invoke-rc.d: initscript apache2, action "restart" failed.
dpkg: error processing php-sqlite3 (--remove):
 subprocess pre-removal script returned error exit status 1
Forcing reload of web server (apache2)...apache2: Could not reliably
determine the server's fully qualified domain name, using 127.0.0.1 for
ServerName
httpd (no pid file) not running
apache2: Could not reliably determine the server's fully qualified domain
name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down

And also, I checked from synaptic manager that there is only one version
of apache, i.e. 2.2 is installed on my system.

One more thing: Now if am trying to remove any program using apt-get its
showing the same php-sqlite error.




> On Sat, Oct 13, 2007 at 05:03:48PM +1000, Adrian Levi wrote:
>> On 14/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>> wrote:
>> >
>> > I tried to install mysql-server-5.0 using apt-get and I got the
>> following
>> > error-
>>
>> Comments inline.
>
> some more detail on this otherwise good reponse.
>
>>
>> > The following NEW packages will be installed:
>> >   mysql-server-5.0
>>
>> Your installing one package here.
>>
>> > 0 upgraded, 1 newly installed, 0 to remove and 150 not upgraded.
>> > 1 not fully installed or removed.
>> > Need to get 0B/25.8MB of archives.
>> > After unpacking 71.1MB of additional disk space will be used.
>> > Preconfiguring packages ...
>> > Selecting previously deselected package mysql-server-5.0.
>> > (Reading database ... 202487 files and directories currently
>> installed.)
>> > Unpacking mysql-server-5.0 (from
>> > .../mysql-server-5.0_5.0.32-7etch1_amd64.deb) ...
>> > Setting up php-sqlite3 (0.4-4) ...
>>
>> But here dpkg has detected packages on your system in an unconfigured
>> state. possibly you previously tried to install something that
>> required this package but it was left unconfigured.
>>
>> > Forcing reload of web server (apache2)...apache2: Could not reliably
>> > determine the server's fully qualified domain name, using 127.0.0.1
>> for
>> > ServerName
>> > httpd (no pid file) not running
>> > apache2: Could not reliably determine the server's fully qualified
>> domain
>> > name, using 127.0.0.1 for ServerName
>> > (98)Address already in use: make_sock: could not bind to address
>> [::]:80
>> > (98)Address already in use: make_sock: could not bind to address
>> 0.0.0.0:80
>> > no listening sockets available, shutting down
>>
>> This looks to me like you are running 2 instances of apache, perhaps
>> apache and apache2?
>
> probably he is running an apache that was started manually. hence the
> start-stop script is unable to find it. or maybe he is running
> someother web server ?
>
>
>>
>> > Unable to open logs
>> >  failed!
>> > invoke-rc.d: initscript apache2, action "restart" failed.
>> > dpkg: error processing php-sqlite3 (--configure):
>
> this is the killer here. With `invoke-rc.d apache2 restart` failing,
> you're not going to get anywhere. Find out why apache2 won't restart,
> fix that problem and then this should all clear out.
>
>
>> >  subprocess post-installation script returned error exit status 1
>> > Setting up mysql-server-5.0 (5.0.32-7etch1) ...
>> > Stopping MySQL database server: mysqld.
>> >
>> > Errors were encountered while processing:
>> >  php-sqlite3
>> > E: Sub-process /usr/bin/dpkg returned an error code (1)
>>
>> dpkg is unable to configure the packages so it's dying - this AFAIK
>> has nothing to do with mysql not installing properly it looks to be
>> due to previous packages in an unconfigured state.
>>
>> > What to do???Whats the problem??
>>
>> try running
>> sudo dpkg --configure -a
>> to configure packages first before installing mysql.
>>
>> If you do

Re: k3b crashing when track added for audio cd

2007-10-14 Thread Jonathan Kaye
H.S. wrote:

> 
> Hello,
> 
> Looks like the last upgrade broke something in k3b in Debian Testing. If
> I start an audio cd project, k3b crashes the moment I add a flac file to
> the project. This has happened on two different machines I run with
> Debian Testing. Both are using different kernels. This one, the one I am
> using currently (making the audio CD using gnomebaker now) has:
> $> dpkg -l *k3b* | grep ^i
> ii  k3b 1.0.3-2
>  A sophisticated KDE CD burning application
> ii  libk3b3 1.0.3-2
>  The KDE cd burning application library - run
> 
> 
> and is running
> $> uname -r
> 2.6.21-2-686
> 
> 
> Anybody know what is going on? BTW, the audio track has titles in
> unicode, if this matters. This has never been a problem before.
> 
> thanks,
> ->HS
Try running k3b from a console and look at the messages when it crashes.
This may give you enough information to solve the problem. If it just
says "segfault", then you may want to run it with a debugger, gdb for
example.
cheers,
Jonathan
-- 
Registerd Linux user #445917 at http://counter.li.org/


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



Re: ALSA problems after kernel update

2007-10-14 Thread Jonathan Kaye
Sean Zimmermann wrote:

> Hello everyone.
> 
> I have a question regarding ALSA and the kernel. I recently updated my
> Debian system's kernel from 2.6.18.4 to 2.6.22.2. When I began using my
> new kernel, I noticed that anything that worked with ALSA locked up
> (mplayer, gnome sound, etc). I used module-assistant to build new alsa
> modules (from alsa-source) for my new kernel, and after the new package
> was installed, sound began working again.
> 
> However, after rebooting, I had the same problem I did before:
> everything that used alsa had problems. If I ran
> "/etc/init.d/alsa reload" (or force-reload), then sound worked again.
> I think the system might be trying to load the old modules at startup.
> Is there a way to fix this?
> 
> Regards,
> Sean
Hi Sean,
You might try running lsmod both when alsa is working and when it isn't.
That should answer your question about loading the wrong module. I'm also
using alsa on a 2.6.22 kernel with no problems and the alsa module came
with the kernel. I didn't need to compile it. If memory serves me, this has
been true for some time possibly starting with the change from the 2.4 to
the 2.6 kernel.
Cheers,
Jonathan
-- 
Registerd Linux user #445917 at http://counter.li.org/


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



Re: libdvdcss installation

2007-10-14 Thread Brad Rogers
On Sat, 13 Oct 2007 18:57:20 -0500
Nate Bargmann <[EMAIL PROTECTED]> wrote:

Hello Nate,

> What good is a secret if you can't tell someone?  ;-)

My wife tells me that only telling one person at a time is keeping a
secret.  So, as long as you don't tell two or more people at the same
time, you're "safe"(0).

(0) For a given value of "safe".

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"

Your father was a megalomaniac, you've got an insane brother
Pure Mania - The Vibrators


signature.asc
Description: PGP signature


Re: offline news reader

2007-10-14 Thread Brad Rogers
On Sun, 14 Oct 2007 02:42:21 -0500
"Mumia W.." <[EMAIL PROTECTED]> wrote:

Hello Mumia,

> I forgot to mention slrn (with slrnpull) and pan. They also do

With Pan, it's only the stable branch (0.14.x) that does OLR.  The
development branch (currently 0.132, IIRC) won't.

In any event, the dev branch isn't fully featured yet, which is
something that Kamaraju specified, albeit indirectly.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"

Two sides to every story
Public Image - Public Image Ltd


signature.asc
Description: PGP signature


Re: offline news reader

2007-10-14 Thread Sven Joachim
Kamaraju S Kusumanchi <[EMAIL PROTECTED]> writes:

> Russell L. Harris wrote:
>> 
>> gnus
>
> Does it come with any documentation at all? The /usr/share/doc/gnus seems to
> be pretty useless for setting this up.

See [1], which is apparently not going to be fixed; the Debian Gnus
maintainer does not seem to care much about his package.  If you want
to give Gnus a try, I suggest that you use either the one that comes
with Emacs 22 (install the emacs22-common-non-dfsg package from
non-free to get the documentation) or the stable Gnus 5.10.8, available
at http://gnus.org/dist/gnus-5.10.8.tar.gz, if you are using Etch and
Emacs 21.

> apt-cache search gnus documentation
>
> does not yield any relevant hits. I could go to google and try to look for
> some tutorial but if every Debian user has to go through this convoluted
> route, then it does not make any sense. Am I missing something obvious
> here?

Well, if you depend on getting documentation along with the software,
Debian probably is the wrong operating system for you ([1], [2], [3],
[4]).  Don't expect to be able to use it without googling around and
finding the docs missing from Debian.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401154
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394275
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428339
[4] http://packages.qa.debian.org/w/w3-el-e21/news/20060611T233237Z.html


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



Re: postgresql 7.4 won't start after sarge -> etch upgrade

2007-10-14 Thread Pál Csányi
2007/10/14, Mitchell Laks <[EMAIL PROTECTED]>:

> I just upgraded an old Sarge server to Etch.
>
> After the upgrade, I notice that the postgresq-7.4 server is not working.

> How should I rectify the problem?

I would reinstall postgresq-7.4 :
aptitude reinstall postgresql-7.4

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


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



Re: offline news reader

2007-10-14 Thread Mumia W..

On 10/13/2007 04:45 PM, Kamaraju S Kusumanchi wrote:

Hi

I normally use knode for reading debian mailing lists via gmane. However 
there is one feature missing in this - reading the news offline. 
[...]


I forgot to mention slrn (with slrnpull) and pan. They also do offline 
news reading.




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




Re: Proxy settings not released

2007-10-14 Thread Adrian Levi
On 14/10/2007, jekillen <[EMAIL PROTECTED]> wrote:
> Hello:
> I had set up a web proxy for my Debian installation and have
> tried to undo the setup. But the proxy, a Mac OSX machine,
> is still used by the Debian installation, in this manner:
> I have Apache2 installed and have set up a localhost index
> page. It has a link to the Apache server on the Mac OSX
> machine. The link goes like this:
>
> (Mac OSX server)
> The persistent problem is that the local href http://192.168.1.4/content
> is getting rewritten to http://127.0.0.1/content and the request
> fails. This happens in every browser I have installed on the Debian
> system: Konqueror, Galeon, Iceweasel, Epiphany.
> ( I do web design and development and want to test the content in as
> many
> browsers as I can have access to)

If you have tried this with so many different browsers and removed the
proxy configuration logic didctates that the problem may be elsewhere.

Personally i'd be looking at the configuration of the apache web server.

More details about your setup are required. Please provide an nmap for
each computer, which computer has the apache server installed and a
copy of its /etc/apache2/sites-enabled/* files please.



Adrian
-- 
24x7x365 != 24x7x52 Stupid or bad maths?
 hm. I've lost a machine.. literally _lost_. it responds to
ping, it works completely, I just can't figure out where in my
apartment it is.


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



postgresql 7.4 won't start after sarge -> etch upgrade

2007-10-14 Thread Mitchell Laks
Dear Debian experts,


I just upgraded an old Sarge server to Etch.

After the upgrade, I notice that the postgresq-7.4 server is not working.
 
ie : the postgreql process wont start by itself on system boot up

I dont know why the postgreql process wont start by itself - when I
did 

/etc/init.d/postgresql-7.4 start
as superuser the postgresql server  did not start.


so I  replaced the system supplied file 


/etc/init.d/postgresql-7.4

with the following file

[EMAIL PROTECTED]:~$ cat /etc/init.d/postgresql-7.4

#!/bin/bash

case "$1" in
start)
echo "Starting PostgreSQL daemon..."

su - postgres -c '/usr/lib/postgresql/7.4/bin/postmaster -D \
/var/lib/postgresql/7.4/main  > /dev/null  2>&1 &'

;;

stop)
echo "Stopping PostgreSQL daemon..."
   su - postgres -c  '/usr/lib/postgresql/7.4/bin/pg_ctl  \
 stop -m smart -D /var/lib/postgresql/7.4/main '
;;

restart)
$0 stop
sleep 1
$0 start
;;

status)
 su - postgres -c   '/usr/lib/postgresql/7.4/bin/pg_ctl status -D  \
 /var/lib/postgresql/7.4/main   '
;;

*)
echo "Usage: $0 {start|stop|restart|status}"
exit 1
;;
esac

**

now all works.

Questions

1) I dont know what went wrong with the  upgrade... I did not make any changes 
to postgresql.

This may have something to do with the new 7.4 / 8.1 split, but 

1. I did not install 8.1 
2. I have upgraded other servers before and dont remember this problem.

3. I also notice that  now the postgres user can no longer use 

pg_ctl status - It says that pg_ctl is not found.


ie her ( :) ) PATH does not include 
/usr/lib/postgresql/7.4/bin/, which may be part or all of the problem.


1. How should the sytem be working now? 
2. has any one else had this problem?

How should I rectify the problem?

Mitchell


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