Re: Dynamic DNS Setup

2004-05-19 Thread dircha
Paul Johnson wrote:
Support <[EMAIL PROTECTED]> writes:
Can debian support dynamic dns ? Where can I find the info and how
to configure it ?
If we're talking about dyndns.org's services, I would suggest 
http://www.dyndns.org/ or nntp://news.dyndns.org/dyndns.general for 
more information.
Right.
As I recall I used the ddclient package when I needed to use dyndns.org 
for a while. There were no problems.

The help links from your dyndns.org account page will get you to the 
configuration help. I don't have an account any longer I'd have a better 
link for you.

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



Re: Dynamic DNS Setup

2004-05-19 Thread Paul Johnson
Support <[EMAIL PROTECTED]> writes:

> Can debian support dynamic dns ? Where can I find the info and how to
> configure it ?

If we're talking about dyndns.org's services, I would suggest
http://www.dyndns.org/ or nntp://news.dyndns.org/dyndns.general for
more information.

Does this help?

-- 
Paul Johnson
<[EMAIL PROTECTED]>
Linux.  You can find a worse OS, but it costs more.


pgpGBes0hUXPm.pgp
Description: PGP signature


Re: Copy Linux Filesystem/Check/Compare Filesystems

2004-05-19 Thread Paul Johnson
"Doug MacFarlane" <[EMAIL PROTECTED]> writes:

> Any suggestions?  Just exactly how would one tar one filesystem to another,
> without the intermediate tar file?

Copying a filesystem is a fairly time consuming task, but only
initially complex.  Fortunately, there is a HOWTO.

http://ursine.ca/cgi-bin/dwww?type=file&location=/usr/share/doc/HOWTO/en-html/HOWTO-INDEX/../Hard-Disk-Upgrade/index.html

Does this help?

-- 
Paul Johnson
<[EMAIL PROTECTED]>
Linux.  You can find a worse OS, but it costs more.


pgpQPdle3AdAg.pgp
Description: PGP signature


Re: Massive Printer Problems

2004-05-19 Thread Katipo
Clyde Wilson wrote:
I have installed Woody rev 1 and have not been able to setup my Epson 
C42UX.  I've read the Debian reference manual and How-to's until I 
think I'm going blind.  Do you have any suggestions?


Hope this helps:-
http://linuxprinting.org/printer_list.cgi
Regards,
David.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



how to update to kernel 2.6.6?

2004-05-19 Thread cwinl
what's the standard?

--

P4/2.4B
ELSA 528/128
512MB DDR333
240GB
MSI 845PE
BenQ FP557s
Pioneer DVD-120A
LG GCE-8320B

Re: Linksys Wireless Router Setup Problem

2004-05-19 Thread Bob Proulx
Emily Dryden wrote:
> I purchased a new Linksys Wireless Router, BEFW11S4 to replace an 

Was it new?  Or used?  Thinking it might have old configuration data
in it.  You might want to do a full reset following the instructions
and clear everything back to known factory settings.

> earlier model which was damaged by a lightning caused power surge.  The 
> ethernet connections to the router work perfectly but the web based 
> setup program to configure the wireless connections wont download.  The 
> instructions say enter http://192.168.1.1 in the browser but when I do 
> so it either times out or say connecton refused.  I used this address to 
> configure the old router with no difficulty.

I have that exact model of device and it all works fine for me.

> Is it possible that debian upgrades have added protections that prevent 
> reaching this site?  The system I am using is testing with a 2.4.22 
> kernel and Mozilla 1.6-5.

No, I don't think so.

Do you have a firewall configured?

How is your machine obtaining an IP address?  The easiest thing is to
configure DHCP.  I suspect that you have configured a static IP which
is not compatible.  The easiest thing is to use DHCP.  At least to
bootstrap yourself and get running initially.

Check /etc/network/interfaces.

  auto eth0
  iface eth0 inet dhcp

Check /etc/resolv.conf.  It should have a good search and IP address
for your domain and your DNS server.  The IP address will not be the
IP of the router but the IP of the DNS server upstream of it.

The following should restart networking and dhcp a new address.  You
don't need to reboot.

  /etc/init.d/networking restart

Or just:

  dhclient eth0

Bob


pgptgkgzsyTdE.pgp
Description: PGP signature


Re: problems with debootstrap and stable or sarge

2004-05-19 Thread Bob Proulx
Hi David!

I know that Colin Watson gave you expert advice and it seems like you
are now moving forward.  But I wanted to shift gears and ask a
different question.

David T-G wrote:
> I have a trash-able SuSE system I want to use to do a chroot install
> of Debian before trying it on my LFS-based server.  I have extracted
> the debootstrap package contents, have /mnt/suse81 ready to catch the
> install, and have downloaded files to a handy /mnt/empty.
> 
> For my first try, I pulled down 'stable' to the tune of about 1.5G and
> tried

Oh wow.  1.5GB!  Do I understand that you downloaded the entire depot?
Since you downloaded the files to the machine you are going to install
upon I know that you have networking.  Which means you can do a
network install instead and only download what you need.  You can do
this in a chroot and I think avoid that painful download of things
that you won't be using.

Usually I do a debootstrap using the live network and it only needs
about 107MB to install a basic system.  Then whatever else is whatever
else and a basic x86 server runs in the neighborhood of 500MB in a
practical configuration.

The debian.org docs on this (this section written by the other Collin,
Collin Walters, IIRC) are quite good.

  http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s-chroot

Additionally Karsten Self wrote a nice howto of related information.

  http://twiki.iwethey.org/Main/DebianChrootInstall

Some time ago Guillem Jover wrote:

I've made now publicly available the script[1] I've been working on
to substitute in runtime any distribution to Debian. It does not
convert in the sense of mapping all previous installed packages to
the Debian counterparts, but installs a base system or tarball and
cleans traces from previous distribution, from there you are in a
purified environment. =P

  http://lists.debian.org/debian-devel/2004/01/msg00313.html
  http://www.hadrons.org/~guillem/debian/debtakeover/

I will note that I have never used debtakeover myself.  One of these
days I need to give it a try.  :-)

Another very similar application is pbuilder.  It uses the
bootstrapping tools to build a minimal environment for building
packages.  That allows the dependencies to be completely known and
controlled.  I routinely rebuild those and they only take a few
minutes.  The resulting small image is around 110MB.

> Going back again, I downloaded about 700M in sarge and tried

700MB!  Oh, gosh, that just seems so painful!

Bob

P.S. Welcome to Debian!


pgprN8YYtKpsc.pgp
Description: PGP signature


Re: after dist-upgrade mutt in reverse video

2004-05-19 Thread s. keeling
Incoming from Ric Otte:
> 
> I am running a testing machine and just did a dist-upgrade.  This time
> when I start Mutt from the menus, it shows up in reverse video.
> Before it looked as if it was being run from rxvt, which is not in
> reverse video. Now it looks as if it is being run in xterm, which also
> starts in reverse video from the pulldown menu.  I have looked around

What do you mean by "reverse video?"  Having come from the old days,
blak on white is reverse for me.  ymmv.

As mutt colors are somewhat controlled by s-lang, you can also fiddle
with the environment variable COLORFGBG (as in:

   export COLORFGBG='lightgray\;black'

(or whatever you prefer) in your ~/.bash_profile.

Assuming mutt starts up in the same way as an xterm starts up, you
likely need to tweak your Xresources for Xterm, however be advised
that any menu command that explicitly sets foreground and background
colors will override resource settings.  Here's a few you can play
with:

*Rxvt*background:   black
*Rxvt*cursorColor:  green
Rxvt.font:  fixed
*Rxvt*foreground:   wheat
Rxvt.geometry:  97x43
*Rxvt*loginShell:   true
*Rxvt*saveLines:2000
Rxvt.scrollBar_right:   false
*Rxvt*scrollBar:true
*Rxvt*visualBell:   true
Rxvt.geometry:  97x43

XTerm*geometry: 97x43
xterm*background:   black
XTerm*font: fixed
xterm*SaveLines: 2000
xterm*VisualBell: true
XTerm*VT100*background: black
XTerm*VT100*cursorColor:green
XTerm*VT100*font:   fixed
XTerm*VT100*foreground: wheat
XTerm*VT100*loginShell: true
XTerm*VT100*visualBell: true


When you change them, do an "xrdb -merge .Xdefaults" then run
rxvt/xterm.  Some applications are case sensitive wrt resources,
though I'm not sure that applies to rxvt & xterm.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


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



Re: Question re Debian versions

2004-05-19 Thread Paul Johnson
Kenneth Jacker <[EMAIL PROTECTED]> writes:

>   myh> On 2004-03-19, Monique Y. Herman wrote:
>   myh>
>   myh>   Also, look at security updates.  Updates are provided for
>   myh>   stable and unstable almost immediately.  Then those using
>   myh>   testing distributions must wait the allotted amount of time
>   myh>   before receiving the unstable update in testing.
>
> How long of a wait?
>
> If I understand this correctly, users of 'testing' (currently 'sarge')
> can do *nothing* when new security problems arise?  They must wait for
> the fix in 'unstable' to make it into testing.

Well, that's because you're not running (possibly nonfunctional) sid
or safe-and-maintained stable.  You knew going in that the only "safe"
path is stable, you were warned!

-- 
Paul Johnson
<[EMAIL PROTECTED]>
Linux.  You can find a worse OS, but it costs more.


pgptbokrkKEHX.pgp
Description: PGP signature


Version specific notes for debs

2004-05-19 Thread Keith Nasman
I primarily use the aptitude curses interface when updating my
boxes. I run it, update the package list, then shift-u and 'g' to see
what needs to be upgraded. In scrolling down the list as each package
is highlighted the info section below shows me " being upgraded
from version blah to version blah2".

I was thinking it would be really nice if it also showed some package
notes for this particular build. This would be of particular interest
for security patches. i.e. "This build incorporates bigfixes fixing
vulnerability blah. See  for more info". Or,
it could even list out the fixes incorporated from the BTS. In a
desktop setting I could see having a bug watchlist and then if
aptitude could check that, it could bring it to the users attention.

This probably isn't a new idea, but a cursory search of the archives
didn't find anything.

Keith


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



after dist-upgrade mutt in reverse video

2004-05-19 Thread Ric Otte
Hi,
I am running a testing machine and just did a dist-upgrade.  This time
when I start Mutt from the menus, it shows up in reverse video.
Before it looked as if it was being run from rxvt, which is not in
reverse video. Now it looks as if it is being run in xterm, which also
starts in reverse video from the pulldown menu.  I have looked around
trying to find where the xterm defaults are, but haven't had much
luck.  

I looked at /usr/lib/menu/mutt and see that it "needs'text'", and I'm
wondering if there is a text setting.

Mutt works fine if I start it in an rxvt window, but I'd like to be
able to start it from the pulldown menu.

I don't have a .XDefaults file.

Any suggestions would be appreciated; I've never had this happen
before.

Thanks,

Ric


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



Re: Getting wide ``dpkg -l'' output in scripts and pipes.

2004-05-19 Thread Bob Proulx
Adam Funk wrote:
> On Tuesday 18 May 2004 10:40, Bob Proulx wrote:
> 
> > I would backup /var/backups.  That directory includes a copy of the
> 
> I already back up /etc.  Where do the /var/backups/dpkg.status.* files
> come from?

The come from:

  /var/lib/dpkg/status

> > dpkg status file and a few other tidbits from the system.  From that
> > you can recreate your system.  I use my own script to parse the data.
> > I can post that if there is interest.
> 
> Yes, I'm interested.

It is a simple little ruby script from before I learned about
dpkg-ruby or any of the other parsing routines.  The copyright
statement is bigger than the entire code.  It is really a trivial
little script.  But in any case it should give you a hint of what is
possible.

Bob

#!/usr/bin/env ruby
#
# Process a Debian status file and print out installed package names.
#
# Examples:
#   dpkg.status.print-installed /var/lib/dpkg/status
#   dpkg.status.print-installed /var/backups/dpkg.status.0
#   zcat /var/backups/dpkg.status.1.gz | dpkg.status.print-installed
#   dpkg.status.print-installed <(zcat /var/backups/dpkg.status.1.gz)
#
# The one-liner which is way too long but very useful.
#
# diff <(dpkg.status.print-installed /var/lib/dpkg/status | sort) \
#   <(dpkg.status.print-installed <(zcat /var/backups/dpkg.status.1.gz) | sort)
#

#
# Copyright (C) 2003 Bob Proulx <[EMAIL PROTECTED]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#


# Lines look like this:
#   Package: telnet
#   Status: install ok installed
#   Package: wdiff
#   Status: purge ok not-installed

packagename = ""

ARGF.each do |line|  # Walk each line of all input files.

  line.chomp!  # Remove the newline from the end of the line.

  if line =~ /^Package: +/
# Keep track of the current package name.
packagename = line.sub(/^Package: +/,'')
  end

  if line =~ /^Status: /

# Remove the header.  Split the line into the three fields.
desired, status, state = line.sub(/^Status: +/,'').split

if status == "ok" && state == "installed"
  # If the pkg was okay and installed then print the package name.
  puts packagename
end

  end

end


pgpp3ncSvlU03.pgp
Description: PGP signature


re: a6957f

2004-05-19 Thread Maxine Montgomery
Hi again, 

I sent an email 2 days ago and I want to confirm everything now. 
Please read the info below and let me know if you have any questions. 
We are accepting your mo rtgage qualifications.
If you have bad cr.edit, that's ok.
You can get a $200,000 loa n for only $350/month.
Appr oval process will take 1 minute.
Just visit the link below and fill out the short form.

A really great opportunity !


 

Thank You 

Best Regards, 
Maxine Montgomery
0505800772333


Re: printer icon

2004-05-19 Thread CAMORATA


install printer icon
 


Re: USB card readers that work?

2004-05-19 Thread Colin
Walter Tautz wrote:
I would imagine almost anything would work but I'd like
a list of models people have used with debian and which
they may have also used with their digital cameras. My intent
is not to worry about whether the cameras is supported but
rather if the card reader is. I have an older IBM laptop
A20m model circa 2000 which may well have older 1.1 USB. Not
really sure. So the card reader must be backward compatible
I suppose USB 2.0 is backward compatible by design so perhaps
it's automatic.
I have a Lexar USB 2.0 Multi-Card reader which works fine.  The only gripe 
is that it lists all its drives as STORAGE DEVICE.  You can probably get 
yours at Future Shop near Fairview Park Mall.

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



Re: problems with debootstrap and stable or sarge

2004-05-19 Thread Colin Watson
On Wed, May 19, 2004 at 08:56:37PM -0400, David T-G wrote:
> ...and then Colin Watson said...
> % On Wed, May 19, 2004 at 05:24:24PM -0400, David T-G wrote:
> % > Aha!  I don't have any such pool/ directory.  I'll go and download that
> % > now.
> % 
> % Right, you need the .debs to be in the same layout as on Debian mirrors.
> 
> What's the minimum set that I need for, say, sarge?  I don't want to have
> to download 8G of mirror just to use 1/3 of it.

You can probably use debootstrap --download-only from a real mirror to
find out.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: USB card readers that work?

2004-05-19 Thread Andrew Perrin
I have a lexar media 8-in-1 that works fine.

--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu


On Wed, 19 May 2004, Walter Tautz wrote:

> I would imagine almost anything would work but I'd like
> a list of models people have used with debian and which
> they may have also used with their digital cameras. My intent
> is not to worry about whether the cameras is supported but
> rather if the card reader is. I have an older IBM laptop
> A20m model circa 2000 which may well have older 1.1 USB. Not
> really sure. So the card reader must be backward compatible
> I suppose USB 2.0 is backward compatible by design so perhaps
> it's automatic.
>
> walter
>
>
> --
> 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]



Gnome mime (?) problem (zxpdf): gnome.url_show (url)

2004-05-19 Thread Johannes Graumann
Hello,

I'm running sid and ion as a WM. I am very fond of pybliographic and use
it extensively for my paper collection. I link archived pdfs through an
URL type field in my data base entry like this:
file:///location/paper:year.pdf

which is pretty nifty, since I can press a button behind the entry and
the paper comes up in xpdf.
I have howerver taken the habit of storing pdfs as *.pdf.bz2 and this is
where I run into trouble - the button click leaves me with this error:
Traceback (most recent call last):
  File "/usr/share/pybliographer/Pyblio/GnomeUI/Entry.py", line 104, in
url_opengnome.url_show (url)
gobject.GError: There is no default action associated with this
location.

I interpret this as some gnome component being unable to identify the
file type, which is presumable easily fixable if one knows where. I
played around with the gnome control center - to no end.

Please let me know if you have any thoughts on this.

Joh


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



Re: Linksys Router Setup Failure

2004-05-19 Thread Paul E Condon
On Wed, May 19, 2004 at 08:54:07PM -0400, Emily Dryden wrote:
> As previously posted, I purchased a Linksys Wireless Router, Model 
> BEFW11S4, to replace an earlier model damaged by a lightning caused 
> power surge.  The Ethernet connections work perfectly but I have been 
> utterly unable to setup the wireless feature.  I needed to do this as 
> other computers on our lan were set to a different SSID and channel when 
> the original router was set up.
> 
> In desperation I borrowed a laptop running Windows XP Pro and spent the 
> afternoon struggling with the router installation cd and then with 
> Linksys technical support.  The web based setup program was supposed to 
> be reached at 192.168.1.1 all attempts to connect to this IP failed.  I 
> had thought that perhaps security updates had blocked this address but 
> even when I shut down the lan and its firewall and connected the laptop 
> directly to the DSL modem or through the router to the DSL modem the IP 
> was unreachable.
> 
> I'm not sure what to try next - return the router, if CompUSA will take 

My experience with CompUSA is that they _do_ take it back. Be sure to 
explain to them that it _doesn't_ work, else they might repack it and 
attempt to sell it to someone else.

> it back, for a replacement and try again?  Return the router, scrap the 
> expensive Linksys signal booster which I added last year and start over 
> from scratch with some other company's products?
> 
> 

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: Exim4 Woes

2004-05-19 Thread Wayne Topa
David([EMAIL PROTECTED]) is reported to have said:
> On Wed, May 19, 2004 at 09:07:25AM -0400, Wayne Topa wrote:
> > David([EMAIL PROTECTED]) is reported to have said:
> > > On Tue, May 18, 2004 at 11:07:01AM -0400, Wayne Topa wrote:
>   
> 
> I don't hae a smarthost_defer router.  Here's the snippet where that
> entry occurs:
> 
> --- cut --
> .ifdef DCconfig_smarthost DCconfig_satellite
> # configtype=smarthost or configtype=satellite
> #
> # Send all non-local mail to a single other machine (smarthost).
> #
> # This is ugly but we need to split off mails with env-from in
> # +local_domains - we may rewrite only the envelope-from of these.
> smarthost_rewrite:
>   debug_print = "R: smarthost_rewrite for [EMAIL PROTECTED]"
>   driver = manualroute
>   domains = ! +local_domains
>   transport = remote_smtp_rewrite
>   route_list = * DCsmarthost
>   host_find_failed = defer
>   same_domain_copy_routing = yes
>   senders = [EMAIL PROTECTED]
>   no_more
> 
> smarthost:
>   debug_print = "R: smarthost for [EMAIL PROTECTED]"
>   driver = manualroute
>   domains = ! +local_domains
>   transport = remote_smtp
>   route_list = * DCsmarthost
>   host_find_failed = defer
>   same_domain_copy_routing = yes
>   no_more
> 
> .endif
> -- cut --
> >Are you using
> > the single file or the split up files in conf.d?
> 
> I'm using the single file.  I have a bunch of files in the the conf.d
> directory, but don't use them.  I started out with a single file, and
> that's the way I prefer it.
>  
> > > > Thats it for now.  Hope this gets through.  I keep getting erros
> > > > when using mutt on outgoing mail so had to download opera.
> > > 
> > > What kind of errors?  If it's your SMTP host rejecting your mails
> > > because of unresolvable sender address, you need to do header rewriting
> > > in Exim.
> > 
> > well I fixed some by reconfiguring until they quit.  
> > 
> > R=smarthost_rewrite defer (-30): transport "remote_smtp_rewrite" not
> > found in smarthost_rewrite router
> > &
> > I must have tried every option. twice, before I got it to accept mail
> > for sending via mutt.  Fixed now, thank GOD!
> 
> Under my remote_smtp_rewrite: rule, I have these two lines
>   headers_rewrite = [EMAIL PROTECTED] [EMAIL PROTECTED] f
>   return_path = [EMAIL PROTECTED]
> 
> Of course, I'm the only user here.  If you have several, you would need
> to do a lookup in a file.
>  
> > I think the only problem now is the 
> > no immediate delivery: more than 10 messages received in one
> > connection
> > 
> > Which is why I am trying to find where to put the
> > smtp_accept_queues_per_connection = 0  directive.
> 
> I think it's a matter of removing the plural queue..
> 
> > Thanks for the try David.  I will keep plugging away at it.  Man I
> > thought the docs for Qmail were obtuse.  exim4 is a bear.  Lots of
> > info but confusing as heck.
> 
> Yes, it's quite involved.  There are _so_ many capabilities.  I think
> it's just a matter of sorting out what you need and using them and
> forgetting about the stuff you don't need.  Of course, sometimes it's a
> bit tough finding what you _do_ need.

I couldn't get any mail sent out so had to revert to exim 3.  I have
saved the above info and will try it again this weekend.  I did find
the 'host_find_failed = defer' in both of the smarthost sections you
have so don't think that is the problem., but will try it out.

The other problem was that I couldn't get the procmail section to work
(maybe a .forward file change required) and the old exim3 .forward
file wasn't working right.  Then I discovered yet another doc on
filters that seems to say that the exim4 format is slightly differedt
then exim3.  Oh well  I really just need a simple MTA and exim 3
is doing what I want.  Don't need all the spam filtering as mailfilter
removes 99.9% of all the spam I get.

Thanks for the replies David.  I appreciate you taking the time to
reply.  Will let you know how it goes.

Cheers

Wayne

-- 
No matter how much data you add to your laptop, it will not get
heavier.
___


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



Re: Linksys Router Setup Failure

2004-05-19 Thread Patrick Wiseman
On Wed, 19 May 2004, Carl Fink wrote:

:It's quite possible the thing is defective.  I've had very, very bad
:luck with Linksys products and won't be buying any more.  Motorola,
:FWIW, explicitly supports Linux.

Since we're indulging this ridiculously OT discussion, my experience with
Linksys products, both wired and wireless, with Linux has been nothing but
positive.  Cisco, which has recently acquired Linksys, is very Linux
friendly, and the latest software updates have worked seamlessly for me.

Patrick


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



Dynamic DNS Setup

2004-05-19 Thread Support
Hi!
Can debian support dynamic dns ? Where can I find the info and how to 
configure it ?


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



Re: Linksys Router Setup Failure

2004-05-19 Thread Carl Fink
On Wed, May 19, 2004 at 08:54:07PM -0400, Emily Dryden wrote:
> As previously posted, I purchased a Linksys Wireless Router, Model 
> BEFW11S4, to replace an earlier model damaged by a lightning caused 
> power surge.  The Ethernet connections work perfectly ...

> In desperation I borrowed a laptop running Windows XP Pro and spent the 
> afternoon struggling with the router installation cd and then with 
> Linksys technical support.  The web based setup program was supposed to 
> be reached at 192.168.1.1 all attempts to connect to this IP failed.  I 
> had thought that perhaps security updates had blocked this address but 
> even when I shut down the lan and its firewall and connected the laptop 
> directly to the DSL modem or through the router to the DSL modem the IP 
> was unreachable.

That won't work.  The other side of the DSL modem is not on the
192.168.1 subnet.  Apparently you don't realize:  192.168.1.1 IS the
IP address of the router itself.  If you're plugged into the router
and can't see that address, something is seriously wrong.
 
Have you tried hooking a computer to the router via Ethernet (rather
than WiFi), setting it to use DHCP, and rebooting it?  (On a Debian
box, of course, you can just restart the DHCP client daemon instead
of rebooting.)  As i remember, the Linksys box is a DHCP server and
should assign a valid IP address to the computer in this situation.

It's quite possible the thing is defective.  I've had very, very bad
luck with Linksys products and won't be buying any more.  Motorola,
FWIW, explicitly supports Linux.
-- 
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Marc Shapiro
Colin Watson <[EMAIL PROTECTED]> wrote:
On Wed, May 19, 2004 at 10:19:29AM -0500, Michael Kahle wrote:
 

Wednesday, May 19, 2004 5:14 AM Colin Watson wrote:
   

I *strongly* recommend against upgrading by cron job. Just don't do 
it; there are lots of ways it can break.
 

I have heard this mentioned before.  Could you elaborate?  Why is this a
problem?  Please excuse my inexperience here.
   

Upgrades require interaction from time to time, such as conffile merges.
Even with packages that use debconf, the defaults you get with the
noninteractive frontend aren't always what you want.
 

I use cron-apt to do downloads *ONLY* of updated packages overnight.  
Then, the next day, I do and 'apt-get -u upgrade'.  This allows me to 
see what is going to be upgraded and say 'no' if I don't want to 
complete the upgrade.  This also means that I am present to answer any 
required questions during the actual update.

This worked great until I was forced to switch ISP and I now get almost 
nightly disconnects in the middle of the download.  I wish there was a 
decent ISP in my area, but that's what I get for living in the mountains 
of West Virginia.

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



Linksys Router Setup Failure

2004-05-19 Thread Emily Dryden
As previously posted, I purchased a Linksys Wireless Router, Model 
BEFW11S4, to replace an earlier model damaged by a lightning caused 
power surge.  The Ethernet connections work perfectly but I have been 
utterly unable to setup the wireless feature.  I needed to do this as 
other computers on our lan were set to a different SSID and channel when 
the original router was set up.

In desperation I borrowed a laptop running Windows XP Pro and spent the 
afternoon struggling with the router installation cd and then with 
Linksys technical support.  The web based setup program was supposed to 
be reached at 192.168.1.1 all attempts to connect to this IP failed.  I 
had thought that perhaps security updates had blocked this address but 
even when I shut down the lan and its firewall and connected the laptop 
directly to the DSL modem or through the router to the DSL modem the IP 
was unreachable.

I'm not sure what to try next - return the router, if CompUSA will take 
it back, for a replacement and try again?  Return the router, scrap the 
expensive Linksys signal booster which I added last year and start over 
from scratch with some other company's products?

If anyone knows a surefire solution, please let me know.
Tom George
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: problems with debootstrap and stable or sarge

2004-05-19 Thread David T-G
Colin, et al --

...and then Colin Watson said...
% 
% On Wed, May 19, 2004 at 05:24:24PM -0400, David T-G wrote:
% > 
% > Aha!  I don't have any such pool/ directory.  I'll go and download that
% > now.
% 
% Right, you need the .debs to be in the same layout as on Debian mirrors.

What's the minimum set that I need for, say, sarge?  I don't want to have
to download 8G of mirror just to use 1/3 of it.


% 
% > % Also, make sure you have wget installed.
% > 
% > Will I need wget on a file:/// install?
% 
% Sorry, brainfart there; no, you don't.

*whew* :-)


% 
% Cheers,
% 
% -- 
% Colin Watson  [EMAIL PROTECTED]


Thanks & HAND

:-D
-- 
David T-G
[EMAIL PROTECTED]
http://justpickone.org/davidtg/  Shpx gur Pbzzhavpngvbaf Qrprapl Npg!



pgpCfmT0dC1ss.pgp
Description: PGP signature


Re: Massive Printer Problems

2004-05-19 Thread Kent West
Clyde Wilson wrote:
I have installed Woody rev 1 and have not been able to setup my Epson 
C42UX.  I've read the Debian reference manual and How-to's until I 
think I'm going blind.  Do you have any suggestions?


This might give you a starting place: 
http://www.linuxprinting.org/pipermail/epson-list/2002q4/002181.html

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



unsubscribe

2004-05-19 Thread Zack Brown

-- 
Zack Brown


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



Re: Copy Linux Filesystem/Check/Compare Filesystems

2004-05-19 Thread Cameron Hutchison
Once upon a time Doug MacFarlane said...
> 
> I will shortly need to copy about 100 gb of data from one filesystem to
> another.  [...]
> 
> Any suggestions?  Just exactly how would one tar one filesystem to another,
> without the intermediate tar file?

I've done it using cpio(1), since tar didn't like the unix domain
sockets in /var/spool/postfix/private.

I've attached the script I now use to copy all my filesystems or trees
around the place. The script does not cross filesystem boundaries, but
it is easily modified to do that.

> Also, once the copy is complete, I'd love a tool that would compare the two
> filesystems, including crc or md5 checksums on each file, to make sure that
> they are, in fact, identical.

Can't help here, sorry.

#!/bin/bash

if [ $# -ne 2 ] ; then
  echo "Usage: $0  " >&2
  echo "eg: \"$0 /var /mnt\" will create /mnt/var"
  echo "eg: \"$0 /var/spool /mnt\" will create /mnt/spool"
  echo "eg: \"$0 /var/spool /mnt/var\" will create /mnt/var/spool"
  echo "eg: \"$0 / /mnt\" will copy the root fs to /mnt"
  exit 1
fi

if [ \! -d "$2" ] ; then
  echo "$2 is not a directory" >&2
  exit 2
fi

dir_source=$(dirname "$1")
base_source=$(basename "$1")
(
  cd "$dir_source"
  find "$base_source" -xdev \! -name lost+found |
cpio --create \
  --reset-access-time \
  --quiet \
  --format=newc
) | (
  cd "$2"
  cpio --extract \
--preserve-modification-time \
--no-absolute-filenames \
--quiet 
)



Re: [OT] Yahoo's Antispam proposal

2004-05-19 Thread Steve Lamb
Bojan Baros wrote:
> Link: http://antispam.yahoo.com/domainkeys

> So, what's everyone take on this?

How would it be any better than this?

SPF. http://spf.pobox.com/


-- 
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
   PGP Key: 8B6E99C5   | main connection to the switchboard of souls.
---+-


signature.asc
Description: OpenPGP digital signature


Re: remote font server for X won't work, can't connect.

2004-05-19 Thread Pigeon
On Wed, May 19, 2004 at 02:48:05PM +0100, Lugo Teehalt wrote:
> Have a simple, 2 computer, home network. Am trying to
> get font, say xfstt, server on the remote box to give
> true type fonts from the remote box.
> 
> If I do something like:
> 
> xset fp+ unix:/7101
> 
> It gives a 4 or 5 line error message, sorry have not
> got it.
> 
> Another error message in the tty X was started from is
> something like:
> 
> _X_font_Somethingorother can't connect. errornum 111.
> 
> The 111 is correct.
> 
> Have been trying to fix this for a month. Got nowhere.
> 
> (*If* its something to do with the Debian default
> -nolisten, how do I switch this off?:-))

I don't think so, xfstt isn't "part of X". (doesn't have any
dependencies on X.)

111 is "connection refused". Maybe xfstt isn't actually running, or
maybe your /etc/hosts.{allow|deny} aren't allowing the connection.

-- 
Pigeon

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


pgpgufNPSlM31.pgp
Description: PGP signature


Massive Printer Problems

2004-05-19 Thread Clyde Wilson
I have installed Woody rev 1 and have not been able to setup my Epson 
C42UX.  I've read the Debian reference manual and How-to's until I think 
I'm going blind.  Do you have any suggestions?

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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread David Gaudine
> and if ththeresroblem with MTMTApgrade ?:)

True, now and then I have to count the subject lines to make sure all
systems are accounted for.  But it's still better than logging in to all the
systems every day.  I've been doing it on about 10 systems for about 2
years, and haven't had a lot of trouble; indeed once my mail servers went
down for a few hours for that reason, but my mail servers are always looking
for an excuse to go down.

David


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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Ping Wing
--- David GaGaudinedadavidmemclaboconcordiaa> wrote:
> > I know that this is not recommended. But I often
> set up DeDebianachines
> > for "friends" who have virtually no clue
> whatsoever and no intentions
> > of changing this. The machines are obviously not
> very important but I
> > want to provide at least a minimal level of
> security because if I do not
> > it will be sooner that I have to spend time and
> efforts in fixing their
> > broken-into boxes.
> 
> I do it too, but I set it up to mail the output to
> me so I can check that
> there were no errors.
> David

and if ththeresroblem with MTMTApgrade ?:)

cheers,
hthttp/wxaxeltabsom/

__
axaxel




__
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 


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



Copy Linux Filesystem/Check/Compare Filesystems

2004-05-19 Thread Doug MacFarlane

Team:

I will shortly need to copy about 100 gb of data from one filesystem to
another.  While cp would probably do fine, others have suggested using tar
or some other tool that is more robust for performing the copy.

Any suggestions?  Just exactly how would one tar one filesystem to another,
without the intermediate tar file?

Also, once the copy is complete, I'd love a tool that would compare the two
filesystems, including crc or md5 checksums on each file, to make sure that
they are, in fact, identical.

TIA

madmac




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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread David Gaudine
> I know that this is not recommended. But I often set up Debian machines
> for "friends" who have virtually no clue whatsoever and no intentions
> of changing this. The machines are obviously not very important but I
> want to provide at least a minimal level of security because if I do not
> it will be sooner that I have to spend time and efforts in fixing their
> broken-into boxes.

I do it too, but I set it up to mail the output to me so I can check that
there were no errors.
David


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



Escputil --raw-device and CUPS

2004-05-19 Thread Nick Croft
Hello,

I've got the new Epson Color Stylus C83 printing OK with CUPS via the
router.

Everything available with CUPS admininstration seems to be working fine.
However, I want to check the ink level, and for this I need to use a command
line tool, escputil.

The output for

$ escuptil -i -r /dev/lp0  is
'Cannot parse output from printer'.

I've got the two-way option assigned in the kernel. Also quite liberal
permissions for access in the /etc/cups/cups.conf.

Strangely, 

$ escputil -d -r /dev/lp0   gives an answer:

@BDC ST
ST:04;

which I hope refers to STylus.

I suspect that there is something needed in the cups.conf file relating
to groups and possibly passwords, but I can't make head or tail of it.

Alternatively, I could get my wife's Windows Laptop to plug in to the
printer, install the Epson software, and check the ink-level there,
without any rigmarole. Defeatist though.

Is the access to the raw device deliberately difficult, or is this
something being worked on, or wished-for?

Thanks,
Nick


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



Re: deb package for Mplayer?

2004-05-19 Thread Katipo
Colin Watson wrote:
On Thu, May 20, 2004 at 06:08:56AM +0800, Katipo wrote:
 

Ishwar Rattan wrote:
   

Where can I find the .deb package for mplayer?
 

In unstable.
   

mplayer isn't in unstable (yet, at least).
 

Sorry, got confused with regard to the facts done on a search I did 
yesterday.
Mozilla-mplayer is just the browser plugin.
Regards,

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



Re: Exim4 Woes

2004-05-19 Thread David
On Wed, May 19, 2004 at 09:07:25AM -0400, Wayne Topa wrote:
> David([EMAIL PROTECTED]) is reported to have said:
> > On Tue, May 18, 2004 at 11:07:01AM -0400, Wayne Topa wrote:
  
> > > like wher in the singlefile config to I put
> > > smtp_accept_queues_per_connection = 0  ? as it is now all but 10
> > > messages are queued.
> > 
> > Mine's in the first (general, I suppose) section.  I don't think order
> > matters here, but FWIW, mine comes just after "gecos-name" and before a
> > DCconfig_smarthost=1 entry.
> Thanks for that but  I added that to exim4.conf.template and got
> this error.
> 
> 2004-05-18 21:35:10 Exim configuration error in line 47 of
> /var/lib/exim4/config.autogenerated.tmp:
>   main option "smtp_accept_queues_per_connection" unknown
>   Invalid new configfile /var/lib/exim4/config.autogenerated.tmp
>   not installing /var/lib/exim4/config.autogenerated.tmp to
>   /var/lib/exim4/config.autogenerated

> The FAQ said to add smtp_accept_queues_per_connection = 0 but just
> didn't say where.  I had put it higher up and got the same error.
 
Try _queue_ instead of _queues_ .

> > > How do I get outgoing mail to queue up when I am not on line?
> > 
> > I'm running the testing version.  They've changed it a bit lately,
> > They now hve two smarthost routers - a "smarthost-rewrite" and a
> > "smarthost".  Under both these, I have an entry
> > "host_find_failed = defer"
> > I believe this may be what does it.
> 
> I can't find any smarthost_defer in /etc/exim4/ file.

I don't hae a smarthost_defer router.  Here's the snippet where that
entry occurs:


I don't hae a smarthost_defer router.  Here's the snippet where that
entry occurs:

--- cut --
.ifdef DCconfig_smarthost DCconfig_satellite
# configtype=smarthost or configtype=satellite
#
# Send all non-local mail to a single other machine (smarthost).
#
# This is ugly but we need to split off mails with env-from in
# +local_domains - we may rewrite only the envelope-from of these.
smarthost_rewrite:
  debug_print = "R: smarthost_rewrite for [EMAIL PROTECTED]"
  driver = manualroute
  domains = ! +local_domains
  transport = remote_smtp_rewrite
  route_list = * DCsmarthost
  host_find_failed = defer
  same_domain_copy_routing = yes
  senders = [EMAIL PROTECTED]
  no_more

smarthost:
  debug_print = "R: smarthost for [EMAIL PROTECTED]"
  driver = manualroute
  domains = ! +local_domains
  transport = remote_smtp
  route_list = * DCsmarthost
  host_find_failed = defer
  same_domain_copy_routing = yes
  no_more

.endif
-- cut --
>Are you using
> the single file or the split up files in conf.d?

I'm using the single file.  I have a bunch of files in the the conf.d
directory, but don't use them.  I started out with a single file, and
that's the way I prefer it.
 
> > > Thats it for now.  Hope this gets through.  I keep getting erros
> > > when using mutt on outgoing mail so had to download opera.
> > 
> > What kind of errors?  If it's your SMTP host rejecting your mails
> > because of unresolvable sender address, you need to do header rewriting
> > in Exim.
> 
> well I fixed some by reconfiguring until they quit.  
> 
> R=smarthost_rewrite defer (-30): transport "remote_smtp_rewrite" not
> found in smarthost_rewrite router
> &
> I must have tried every option. twice, before I got it to accept mail
> for sending via mutt.  Fixed now, thank GOD!

Under my remote_smtp_rewrite: rule, I have these two lines
  headers_rewrite = [EMAIL PROTECTED] [EMAIL PROTECTED] f
  return_path = [EMAIL PROTECTED]

Of course, I'm the only user here.  If you have several, you would need
to do a lookup in a file.
 
> I think the only problem now is the 
> no immediate delivery: more than 10 messages received in one
> connection
> 
> Which is why I am trying to find where to put the
> smtp_accept_queues_per_connection = 0  directive.

I think it's a matter of removing the plural queue..

> Thanks for the try David.  I will keep plugging away at it.  Man I
> thought the docs for Qmail were obtuse.  exim4 is a bear.  Lots of
> info but confusing as heck.

Yes, it's quite involved.  There are _so_ many capabilities.  I think
it's just a matter of sorting out what you need and using them and
forgetting about the stuff you don't need.  Of course, sometimes it's a
bit tough finding what you _do_ need.


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



Re: UW-IMAPD namespace

2004-05-19 Thread Roberto Sanchez
Lee Braiden wrote:
Adam Kessel wrote:
uw-imapd isn't properly telling my IMAP client (evolution) where my
inbox and other folders are.  I don't know if this is a uw-imapd problem
or an evolution problem.
I think it's YOUR responsibility to configure evolution according to 
your needs (ie, to suit whatever IMAP server you use).  Personally, I 
much prefer bincimap to uw-imapd.  binc is the only one I've found 
that's actually reliable :)

Cyrus is really good too, if you can your setup to work.
-Roberto Sanchez


signature.asc
Description: OpenPGP digital signature


Re:%20error while processing console-common_0.7.41_all.deb

2004-05-19 Thread Andrew Alsup
I was able to get around this same problem.  Here's what I did:

root% dpkg-reconfigure console-common

Choose 'Select keymap from arch list'
Choose 'qwerty'
Choose 'US american'
Choose 'standard'
Choose 'Standard'

You're done.

root% apt-get update
root% apt-get dist-upgrade

You should be back in business.  It seems as though there is some script
bug with respect to the "Don't touch keymap" option.

Good Luck,
Andy


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



Re: Kernel packages

2004-05-19 Thread Roberto Sanchez
Dan Korostelev wrote:
Hello.
I have a tarball linux-2.6.6.tar.bz2. Can I build the
kernel-image-2.6.6-1-k7 package _exactly_ like in Debian repositories? I
don't want to download kernel-image package on my modem, but I download
updates for vanilla kernels (patches for example from 2.6.5 to 2.6.6). 

Please CC me.
Basically you get the kernel-patch-debian-* package for your vanilla
kernel and then you can build the exact same kernel as is in the
repository.
$ apt-cache show kernel-patch-debian-2.6.6
Package: kernel-patch-debian-2.6.6
Priority: optional
Section: devel
Installed-Size: 752
Maintainer: Herbert Xu <[EMAIL PROTECTED]>
Architecture: all
Source: kernel-source-2.6.6
Version: 2.6.6-1
Depends: bzip2
Suggests: kernel-source-2.6.6
Filename: 
pool/main/k/kernel-source-2.6.6/kernel-patch-debian-2.6.6_2.6.6-1_all.deb
Size: 690822
MD5sum: a6c77bf2a1f4a6d3a24ddbf4bc9a1d9c
Description: Debian patches to Linux 2.6.6
 This package includes the patches used to produce the prepackaged
 kernel-source-2.6.6 package.  They should be applied to a pristine
 Linux 2.6.6 kernel.

-Roberto Sanchez


signature.asc
Description: OpenPGP digital signature


Re: deb package for Mplayer?

2004-05-19 Thread Mike Chandler
On Wednesday 19 May 2004 01:02 pm, Ishwar Rattan wrote:
> Where can I find the .deb package for mplayer?
>
> -ishwar
Add this to your sources.list, maybe replace 'testing' with what you use:
deb ftp://ftp.nerim.net/debian-marillat/ testing main


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



Re: [OT] Debian Users: Please boycott Paypal

2004-05-19 Thread Emma Jane Hogbin
On Wed, May 19, 2004 at 04:52:13PM -0400, Antonio Rodriguez wrote:
> On Wed, May 19, 2004 at 03:36:50PM -0400, Emma Jane Hogbin wrote:
> > What are the alternatives to PayPal? 
> > 
> > I've recently started accepting payments via PayPal (I've been using them 
> > to pay for eBay purchases for just under a year) and I have to say that I 
> > find it *highly* convenient.
> 
> citi-2click (citibank)
> usps
> others

I should have been more specific. What are the alternatives to PayPal
which do not require US/[insert other country name here] bank accounts.
Because PayPal is credit card based there's far less hassle for both those
paying and those receiving money. And as far as I know, PayPal is the only
one that will allow you to deposit from a credit card (via their account) 
into either a US or Canadian account.

I'm not sure if I'm being clear or not in my question. Apologies if I am.
Certainly the response of "citi2click, usps" has not proven useful at all
as both are US-only options.

thanks,
emma

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


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



Re: Xserver

2004-05-19 Thread Micha Feigin
On Fri, Sep 05, 2003 at 04:35:37PM +0900, Nick Hastings wrote:
> * J Y <[EMAIL PROTECTED]> [030905 16:30]:
> > Hi I am new to debian, but have used those big commercial distros.
> > I installed 3.0 but am not having any luck getting X to start. I reinstalled 
> > several
> > times taking a lot of time checking the packages. But login just leaves me at the
> > command line. I type startx  and get this response: Build Operating system: linux
> > 2.4.17i686 (ELF) module loader present (==) log file: "/var/log/XFree86.0.log",
> > (EE) Unable to locate/open config file
> > (EE) Error from xf86Handle Config File ()
> > Fatal Server error
> > no screens found
> > 
> > XIO: Fatal IO error 104 (connection reset by peer)
> > on X server
> > "0.0" after 0 requests (0 known processed) with 0
> > events remaining.
> 
> You need to configure the xserver-xfree86 package. To get some
> hardware detection try installing the discover package first
> 
> HOWTO
> 
> % apt-get install discover
> % dpkg-reconfigure -plow xserver-xfree86
> 

Check that you have /dev/mouse linked to /dev/psaux. (do ls -l
/dev/mouse, the end of the output should be /dev/mouse -> /dev/psaux)
If it says that there is no such file do as root

ln -s psaux /dev/mouse

Its a common problem I ran into.

> Cheers,
> 
> Nick.
> 
> -- 
> Debian testing/unstable
> Linux twofish 2.6.0-test3-looxt93c2 i686 GNU/Linux
> 


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



Re: packages in GNU but not in Debian

2004-05-19 Thread Joachim Fahnenmueller
On Wed, May 19, 2004 at 10:20:56AM +0800, Dan Jacobson wrote:
> Here is a simpleminded listing of packages in the GNU directory but not in Debian 
> yet.
> $ lynx -dump http://www.gnu.org/directory/GNU/|
> perl -wnle 'if(m@/GNU/.*.html@)[EMAIL PROTECTED] q{[./]}; print lc $F[$#F-1]}'|sort 
> -o /tmp/gnu
> $ COLUMNS=222 dpkg-query -l \*|awk '/===/,EOF{print $2}'|sort -o /tmp/debian
> $ comm -23 /tmp/gnu /tmp/debian|xargs|fold -s|sed 's/ $//'
> 3dkit 3dldf abdabi adns awacs backgammon bool ccaudio ccrtp cfs-el cgicc chess
> classpathx combine commoncpp cp-tools cpp2html dap diffutils djgpp dld edma
> eprints epsilon ffp fhp fish fontutils forum free freedink g95 galway gcron
> gdbm ghostscript giptables gleem glib glibc glue gnochive gnomefind
> gnometranscript gnotary gnotepad gnubik gnuclasspath gnucrypto gnuenterprise
> gnufribidi gnuhalifax gnuhegemonie gnulibsigsegv gnulightning gnum4 gnumdk
> gnumessenger gnump gnuoctal gnuparted gnupascal gnupod gnusasl gnuscapenav
> gnusl gnusql gnustep gnusysutils gnutexmacs gnutls gnuts gnuunrtf goldwater
> goose gpp gss gtk gtkeditor guile-gnome gurgle guss hopla hyperbole idutils
> inetutils intlfonts jacal jel kawa leg lengualibre libavl libcdio libfreeipmi
> libgcrypt libiconv libidn libmatheval libpxmchem libpxmutils libxmi marst
> maverik mcron melting metahtml midnightcommander mll2html motti ocrad osip
> paperclips patchwork paxutils phantomhome phantomsecurity phpgrabcomics
> polyxmassdata prolog pth ptx r radius readline rottlog rx scheme shishi
> smalltalk snug sourcehighlight speedx superopt sweater sxml termutils toutdoux
> webpublish windowmaker xhippo xinfo xnee
> This is about 1/2 of the GNU packages, the other half are in Debian.

gnuparted is parted
midnightcommander is mc
windowmaker is wmaker

You'll be able to find more examples. If you want a certain package, use e. g.
apt-cache search. If you can't find it, you can ask on this list.

HTH
-- 
Joachim Fahnenmüller

# Hi! I'm a .signature virus. Copy me into
# your ~/.signature to help me spread!


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



Re: problems with debootstrap and stable or sarge

2004-05-19 Thread David T-G
Colin, et al --

...and then Colin Watson said...
% 
% On Wed, May 19, 2004 at 09:55:59AM -0400, David T-G wrote:
% > 
% >   hp:~ # debootstrap --arch i386 --verbose sarge /mnt/suse81 file:///mnt/empty/
...
% >   I: Retrieving adduser
% >   E: Couldn't download adduser
% 
% Hm, so, do you have the files in the right place? Can you check that the

I don't know; that's why I asked what to 


% Filename: field for adduser in
% /mnt/empty/dists/sarge/main/binary-i386/Packages.gz is a valid relative
% path from /mnt/empty to the adduser .deb? In other words,
% /mnt/empty/pool/main/a/adduser/adduser_3.53_all.deb should exist.

Aha!  I don't have any such pool/ directory.  I'll go and download that
now.


% 
% Also, make sure you have wget installed.

Will I need wget on a file:/// install?


% 
% Cheers,
% 
% -- 
% Colin Watson  [EMAIL PROTECTED]


Thanks again & HAND

:-D
-- 
David T-G
[EMAIL PROTECTED]
http://justpickone.org/davidtg/  Shpx gur Pbzzhavpngvbaf Qrprapl Npg!



pgpk21NRjDhKf.pgp
Description: PGP signature


sarge kde3 probelm

2004-05-19 Thread Ping Wing
Hi.

I know its probably not debian specific problem, 
but very often when i start programs from kicker
(panel whenre program shortcuts, virtual desktop and
taskbar are) then it receives 2 clicks, therefore
starts 2 instances .

It is acctually very annoing, and well in some cases
it could cause problems.
Has anyone experienced same, and what could be
solution (besides bugfixing kde :)) .

cheers,
http://www.axeltabs.com/

__
axel







__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


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



Re: Bash Yank Question

2004-05-19 Thread Nicos Gollan
On Wed, 19 May 2004 15:49:53 -0500
"david" <[EMAIL PROTECTED]> wrote:

> Here are some lines from the manual of bash:
> 
>   yank-nth-arg (M-C-y)
>[...]
>
> My question is: How do I give it the argument n?

You press M- for positive numeric arguments starting with n or M--
(meta-dash) to start negative numeric arguments. You can edit the
argument by entering numbers (there is a (arg: n) prompt). When the
number is right, use the macro you want to use the argument.

So for the second commandline argument, you'd press M-2 M-C-y

Search the bash manpage for digit-argument for further info.

-- 
Got Backup?

Jabber: Shadowdancer at jabber.fsinf.de


pgpUKLpsPaPew.pgp
Description: PGP signature


Re: deb package for Mplayer?

2004-05-19 Thread Colin Watson
On Thu, May 20, 2004 at 06:08:56AM +0800, Katipo wrote:
> Ishwar Rattan wrote:
> >Where can I find the .deb package for mplayer?
> 
> In unstable.

mplayer isn't in unstable (yet, at least).

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Ping Wing
> 
> In my opinion semi-automaticaly updates sound scary
> itself...
> 
> - Martin

I agree, and I never use it.
But still, even on manual updates , it can cause
problem.

cheers,
http://www.axeltabs.com/

__
axel





__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Colin Watson
On Wed, May 19, 2004 at 01:59:28PM -0700, Ping Wing wrote:
> > Upgrades require interaction from time to time, such
> > as conffile merges.
> > Even with packages that use debconf, the defaults
> > you get with the
> > noninteractive frontend aren't always what you want.
> 
> well but lets assume i have little router ticking
> somewhere. only sshd listening.
> 
> If I configure everything right then I should only
> need to upgrade sshd->libssl->libc6 . I think it could
> be done without interaction?

The ssh package contains five conffiles. If you change any of those and
they also change in the package, then you'll have to resolve the
conflicts.

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: packages in GNU but not in Debian

2004-05-19 Thread Colin Watson
On Wed, May 19, 2004 at 10:20:56AM +0800, Dan Jacobson wrote:
> Here is a simpleminded listing of packages in the GNU directory but not in Debian 
> yet.
> $ lynx -dump http://www.gnu.org/directory/GNU/|
> perl -wnle 'if(m@/GNU/.*.html@)[EMAIL PROTECTED] q{[./]}; print lc $F[$#F-1]}'|sort 
> -o /tmp/gnu
> $ COLUMNS=222 dpkg-query -l \*|awk '/===/,EOF{print $2}'|sort -o /tmp/debian
> $ comm -23 /tmp/gnu /tmp/debian|xargs|fold -s|sed 's/ $//'

Why don't you look for source package names?

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: problems with debootstrap and stable or sarge

2004-05-19 Thread Colin Watson
On Wed, May 19, 2004 at 05:24:24PM -0400, David T-G wrote:
> Colin, et al --
> % Filename: field for adduser in
> % /mnt/empty/dists/sarge/main/binary-i386/Packages.gz is a valid relative
> % path from /mnt/empty to the adduser .deb? In other words,
> % /mnt/empty/pool/main/a/adduser/adduser_3.53_all.deb should exist.
> 
> Aha!  I don't have any such pool/ directory.  I'll go and download that
> now.

Right, you need the .debs to be in the same layout as on Debian mirrors.

> % Also, make sure you have wget installed.
> 
> Will I need wget on a file:/// install?

Sorry, brainfart there; no, you don't.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Ping Wing
> Upgrades require interaction from time to time, such
> as conffile merges.
> Even with packages that use debconf, the defaults
> you get with the
> noninteractive frontend aren't always what you want.

well but lets assume i have little router ticking
somewhere. only sshd listening.

If I configure everything right then I should only
need to upgrade sshd->libssl->libc6 . I think it could
be done without interaction?
Debian backporting should ensure that only some
binaries are needed to upgrade.
But yeah, when sarge comes to stable one day, then ssh
3.4 -> ssh x.y could need much more interaction.

cheers,
http://www.axeltabs.com/

__
axel





__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


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



[OT] Yahoo's Antispam proposal

2004-05-19 Thread Bojan Baros
Link: http://antispam.yahoo.com/domainkeys

So, what's everyone take on this?

As with every anti-spam method, it needs to be widely accepted before
it can be usefull.  I guess it would be a good addittion to the rest
of the anti-spam tools (like white/black lists, CRM, Bayes and so on),
but it would require new modules for the most MTAs out there.

I guess in the end it will just turn into another spamassassin score...

Bojan



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



Re: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Ping Wing

> Every Debian init.d script that starts a daemon says
> something like
> "Starting web server: apache."
> 

some processes take long time to finish.
slurpd hangs sometime mystically or takes long to
finish.
I think it could cause probelms if I start it again
before its done. 

some scripts are ok, like apache for example. when i
run /etc/init.d/apace stop and its already stopped
then it says that couldnt kill.

but /etc/init.d/sysklogd stop always says 'Stopping
system log daemon: syslogd.'

cheers,
http://www.axeltabs.com/

__
axel







__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


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



Re: webmin-exim configuration problems.

2004-05-19 Thread Ping Wing

> In module configuration I have:
> 
> Exim executable   /etc/init.d/exim4

this souhld be /usr/sbin/exim or something..

cheers,
http://www.axeltabs.com/

__
axel





__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


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



Re: deb package for Mplayer?

2004-05-19 Thread Katipo
Ishwar Rattan wrote:
Where can I find the .deb package for mplayer?
-ishwar
 

In unstable.
There doesn't seem to be a version in sarge as yet.
Regards,
David.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



/dev/md0 and udev

2004-05-19 Thread Richard Weil
I'm running Sarge with a 2.6.5 kernel. I'm trying to
create a RAID 5 array of three disks (though for
initial setup I'm only using two of three). When I
reboot, udev does not re-create my /dev/md0 device, so
the RAID array won't start. Any suggestions?

I found a posting online saying that udev should work
with md0 for autostart arrays, but it doesn't seem to
work. Is there some special trick to autostarting an
array using mdadm?

Thanks,

Richard





__
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 


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



USB card readers that work?

2004-05-19 Thread Walter Tautz
I would imagine almost anything would work but I'd like
a list of models people have used with debian and which
they may have also used with their digital cameras. My intent
is not to worry about whether the cameras is supported but
rather if the card reader is. I have an older IBM laptop
A20m model circa 2000 which may well have older 1.1 USB. Not
really sure. So the card reader must be backward compatible
I suppose USB 2.0 is backward compatible by design so perhaps
it's automatic.

walter


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



Re: DSpam

2004-05-19 Thread Alexander Schmehl
* Daniel L. Miller <[EMAIL PROTECTED]> [040519 20:36]:

> Are there any plans to make a Debian package for dspam?

Yes, see http://bugs.debian.org/195948 .


Yours sincerely,
  Alexander


PS: A quick view on http://www.debian.org/devel/wnpp/requested would
have answered your question.


signature.asc
Description: Digital signature


deb package for Mplayer?

2004-05-19 Thread Ishwar Rattan

Where can I find the .deb package for mplayer?

-ishwar



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



Re: 2.4.26 to 2.6 kernel question

2004-05-19 Thread Adam Aube
Ishwar Rattan wrote:

> What is the correct procedure to 2.6 kernel and utilities?

apt-get install kernel-image

This will show a list of all available kernel images. Pick a 2.6 kernel
image for your processor and install it.

If you are on Sarge or Sid, 2.6 kernels will be in the repository. If you
are on Woody, you will need to go to backports.org for more info.

Adam


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



Re: Network

2004-05-19 Thread Jeff Rasmussen
Run 'lspci' to find out what ethernet card you have.  You then need to locate
the matching module under 'modconf'.

An alternative is to install discover to automatically load all modules.  This
is the package that Knoppix and Mandrake uses and is now on Debian's new beta
installation CD.


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



Re: [OT] Debian Users: Please boycott Paypal

2004-05-19 Thread Emma Jane Hogbin
On Wed, May 19, 2004 at 10:41:22AM -0700, Brian Nelson wrote:
> Has there ever been a reason to *not* boycott paypal?

What are the alternatives to PayPal? 

I've recently started accepting payments via PayPal (I've been using them 
to pay for eBay purchases for just under a year) and I have to say that I 
find it *highly* convenient.

I operate both a Web development business and a bookbinding business
(Shameless plug: Penguin note books available SOON! email me off list for 
details) and would like to be able to offer my clients a secure
currency-neutral way of sending me a payment. If there's something better
out there, please let me know!

thanks,
emma

-- 
Emma Jane Hogbin
www.xtrinsic.com
www.strangelittlegirl.com


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



Screen won't work after 'su non-root-user'

2004-05-19 Thread Sean O'Dell
If I ssh into a machine as root, then su to a non-root user, then try to run
screen, I get this error:

Cannot open your terminal '/dev/pts/0' - please check.

I also get this error if I log into my local machine as root, then su to a
non-root user and try to run screen.

However, if I either ssh into the remote machine, or log into the local
machine, directly as the non-root user, screen works fine.

Both the local and remote machine are updated with the latest packages from
Debian, both unstable and testing.

It's seems that, somehow, when I su to a non-root user, something changes
that prevents screen from working.

Any ideas?

Sean O'Dell



packages in GNU but not in Debian

2004-05-19 Thread Dan Jacobson
Here is a simpleminded listing of packages in the GNU directory but not in Debian yet.
$ lynx -dump http://www.gnu.org/directory/GNU/|
perl -wnle 'if(m@/GNU/.*.html@)[EMAIL PROTECTED] q{[./]}; print lc $F[$#F-1]}'|sort -o 
/tmp/gnu
$ COLUMNS=222 dpkg-query -l \*|awk '/===/,EOF{print $2}'|sort -o /tmp/debian
$ comm -23 /tmp/gnu /tmp/debian|xargs|fold -s|sed 's/ $//'
3dkit 3dldf abdabi adns awacs backgammon bool ccaudio ccrtp cfs-el cgicc chess
classpathx combine commoncpp cp-tools cpp2html dap diffutils djgpp dld edma
eprints epsilon ffp fhp fish fontutils forum free freedink g95 galway gcron
gdbm ghostscript giptables gleem glib glibc glue gnochive gnomefind
gnometranscript gnotary gnotepad gnubik gnuclasspath gnucrypto gnuenterprise
gnufribidi gnuhalifax gnuhegemonie gnulibsigsegv gnulightning gnum4 gnumdk
gnumessenger gnump gnuoctal gnuparted gnupascal gnupod gnusasl gnuscapenav
gnusl gnusql gnustep gnusysutils gnutexmacs gnutls gnuts gnuunrtf goldwater
goose gpp gss gtk gtkeditor guile-gnome gurgle guss hopla hyperbole idutils
inetutils intlfonts jacal jel kawa leg lengualibre libavl libcdio libfreeipmi
libgcrypt libiconv libidn libmatheval libpxmchem libpxmutils libxmi marst
maverik mcron melting metahtml midnightcommander mll2html motti ocrad osip
paperclips patchwork paxutils phantomhome phantomsecurity phpgrabcomics
polyxmassdata prolog pth ptx r radius readline rottlog rx scheme shishi
smalltalk snug sourcehighlight speedx superopt sweater sxml termutils toutdoux
webpublish windowmaker xhippo xinfo xnee
This is about 1/2 of the GNU packages, the other half are in Debian.


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



Bash Yank Question

2004-05-19 Thread david
Hello.

Here are some lines from the manual of bash:

  yank-nth-arg (M-C-y)
  Insert the first argument to the previous  command 
  (usually  the  second
  word  on the previous line) at point.  With an argument n,
  insert the nth
  word from the previous command (the words in the previous 
  command  begin
  with  word  0).  A negative argument inserts the nth word
  from the end of
  the previous command.

My question is: How do I give it the argument n?

What I want to do is to be able to insert the 2nd argument from the
previous command at the point whith a shortcut like M-C-y.

Thanks.

-- 
http://www.fastmail.fm - mmm... Fastmail...


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



Re: [OT] Debian Users: Please boycott Paypal

2004-05-19 Thread Antonio Rodriguez
On Wed, May 19, 2004 at 03:36:50PM -0400, Emma Jane Hogbin wrote:
> On Wed, May 19, 2004 at 10:41:22AM -0700, Brian Nelson wrote:
> > Has there ever been a reason to *not* boycott paypal?
> 
> What are the alternatives to PayPal? 
> 
> I've recently started accepting payments via PayPal (I've been using them 
> to pay for eBay purchases for just under a year) and I have to say that I 
> find it *highly* convenient.
> 
> I operate both a Web development business and a bookbinding business
> (Shameless plug: Penguin note books available SOON! email me off list for 
> details) and would like to be able to offer my clients a secure
> currency-neutral way of sending me a payment. If there's something better
> out there, please let me know!
> 
> thanks,
> emma

citi-2click (citibank)
usps
others


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



Your message was not delivered, Banned Attachment

2004-05-19 Thread NAV
*** ATTENTION ***

Your e-mail is being returned to you because there was a problem with its delivery.

Banned Attachment.

Your message, Re: important data did not arrive to intended recipient's mailbox 
because the message contains a banned attachment called "data.doc  
 .pif".
Usually these sort of attachments are blocked to prevent malicious software from being 
sent to the recipient in question.

Sender: [EMAIL PROTECTED]
Reason:  Found "data.doc   
.pif" matching _banned_attachments

Postmaster
UNITED NATIONS PREMISES in BONN

--- Summary of Original Message --

  From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
  Date: Wed, 19 May 2004 22:02:09 +0200
  Subj: Re: important data


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



Re: deb package for Mplayer?

2004-05-19 Thread Seneca
On Wed, May 19, 2004 at 04:02:59PM -0400, Ishwar Rattan wrote:
> Where can I find the .deb package for mplayer?

http://marillat.free.fr

-- 
Seneca
[EMAIL PROTECTED]


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



Re: Choppy sound with ESD

2004-05-19 Thread Chris Boot
Hi there,
I found that it was the way I was starting up esd. If I start it using 
-tcp it skips and jutters, if I start it with -unix it works like a 
charm. Now this is fine for the local machine, but I also really need 
it for network audio. I was looking into alternatives, arts seems 
possible but difficult, nas seems outdated and needs patches to compile 
cleanly on Darwin (which I need clients for).

I tried both mpg123 and alsaplayer, both with the same results.
I read up about some RedHat bug report about a similar caveat in esd, 
but it was claimed to be fixed in 0.2.24 and I'm running 0.2.29. I 
haven't tried libesd0, just libesd-alsa0, if that's any help.

Does anybody have any clues?
Thanks in advance,
Chris
On 19 May 2004, at 18:28, Ralph Katz wrote:
On 05/19/04 11:50, Chris Boot wrote:
Hi there,
I've just started trying to set sound up on my Sarge box (I didn't 
need it before) and have run into a problem.
Basically, if I play sounds using mpg123-oss, music plays just fine. 
If I play music using mpg123-esd with the esound daemon running the 
sound is extremely choppy. It seems to play for .25 of a second, then 
nothing for .25 of a second, and so on. I've tried niceing esd and 
mpg123 to -19, giving both realtime privs using chrt, all to no 
avail. Any ideas?
I need to use esd because I want to (eventually) play audio over my 
LAN and NAS seems very primitive in comparison (e.g. no ALSA 
support). Esd seems to be the best option to me.
Thanks in advance,
Chris
Maybe use the free mpg321 instead.  Works fine for me with esd on a 
slow machine.
--
Chris Boot
[EMAIL PROTECTED]
http://www.bootc.net/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: packages in GNU but not in Debian

2004-05-19 Thread Alan Shutko
Dan Jacobson <[EMAIL PROTECTED]> writes:

> Here is a simpleminded listing of packages in the GNU directory but
> not in Debian yet.

That's a bit too simpleminded.  Many/most of those _are_ in Debian,
but with slightly different names.  (Like, well, glibc.)  Others don't
apply.  (Like djgpp.)

I'm not sure your list is very useful.  Maybe you could go through
and trim out the ones in Debian under slightly different names?

-- 
Alan Shutko <[EMAIL PROTECTED]> - I am the rocks.
Even a stopped clock is right twice a day


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



Re: linux-wlan-ng-modules-2.6.6-1-686_+0.2.1pre21-vk1_i386.deb

2004-05-19 Thread mixo
You wouldn't happend to have built the same drivers against 2.4.18bf kernel?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: linux-wlan-ng-modules-2.6.6-1-686_+0.2.1pre21-vk1_i386.deb

2004-05-19 Thread Vineet Kumar
* mixo ([EMAIL PROTECTED]) [040519 01:54]:
> You wouldn't happend to have built the same drivers against 2.4.18bf kernel?

No, but afaik there are working official packages for 2.4 kernels.  You
might have to "upgrade" to a standard kernel (rather than the bf kernel,
I mean).  I'd bet they're all based on linux-wlan-ng 0.2.0 though, so if
you need something newer than that (i.e. an 0.2.1pre release) to support
your device, you may be out of luck with that strategy.

If you need it, I can probably get around to building 0.2.0pre21 against
some 2.4 kernels some time this week.  Let me know.

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
"Computer Science is no more about computers
than astronomy is about telescopes."  -- E.W. Dijkstra


signature.asc
Description: Digital signature


sources list

2004-05-19 Thread Doug Sampson
I would like to use the Samba 3.0.4 debs from the www.samba.org site. Am
running Sarge. My sources.list is as follows:

#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-2
(20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-1
(20021218)]/ unstable contrib main non-US/contrib non-US/main

#Stable
deb http://ftp.us.debian.org/debian stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main non-free
contrib

#Testing
deb http://ftp.us.debian.org/debian testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main non-free
contrib

#Unstable
deb http://ftp.us.debian.org/debian unstable main non-free contrib
deb http://non-us.debian.org/debian-non-US unstable/non-US main non-free
contrib

#security updates
deb http://security.debian.org/ stable/updates main


My preferences file is as follows:

# preferences
# Explanation: see http://www.argon.org/~roderick/apt-pinning.html

Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 400

Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 800

Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: -1

Package: *
Pin: release o=Debian
Pin-Priority: -1


What do I need to do in order to get debs from this URL?:
http://us4.samba.org/samba/ftp/Binary_Packages/Debian/samba3/dists/stable/ma
in/binary-i386/Packages

I've tried adding the following to the sources.list:

# samba
deb http://us4.samba.org/samba/ftp/Binary%5fPackages/Debian/samba3 stable
main
#deb http://us4.samba.org/samba/ftp/Binary%5fPackages/Debian/samba3/dists
stable/main/binary-i386/

and added the following to the top of the preferences file:

Package: samba
# Pin: version 3.0*
Pin: origin http://us4.samba.org
Pin-Priority: 991

I am still stuck at version 3.0.2a which is the current "testing" deb
version.

~Doug


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



代开发票--验证后付款

2004-05-19 Thread 刘文杰
致贵公司财务部。 
  
您好:广州市速引信息服务有限公司,是专门从事代理代开发票的业务.本公司现有(广告税,交通运输税和
普通商品销售,定额服务等发票可以代开。税点较低。如贵公司在进项或出项方面有需要。可来电联系
 联系人  :刘先生
 联系电话:13828430244 
 ( 发票可以先验证后才付款) 


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



Network

2004-05-19 Thread Ed and Pat



I have downloaded Debian with the cd set. 
Everything looks good but I wasn't able to configure my cable broadband with the 
install. How can I set it up manually? Also the sound. Using Redhat or Suse it 
was done automatically. I was able to setup dialup but I would prefer using 
broadband. I have this setup with a dual boot, Windows 98 SE and Debian. I used 
bf24 when I put in Debian because of the i810 video, otherwise, my screen would 
not work, I'm using an LCD flat screen.
 
Any help would be appreciated!
 
Ed Reilly
 
[EMAIL PROTECTED] 



Re: Xserver

2004-05-19 Thread Kent West
Hasse Bylov wrote:
I've tried SuSE Linux and it worked perfect for me, but a friend told 
me some great things about Debian, so I wanted to try it out...

The whole FTP-install went perfect.
Well now I've got this problem with the X-server (see the log-files 
attached. Btw, I think it's the XFree86.0.log you might wanna have a 
look at) - Linux won't start X while the display settings are false. I 
couldn't identify any drivers for my (onbord ASUS) graphics card. I 
tried selecting VGA, but it didn't go well. With SuSE there was no 
problem at all (except it couldn't find a "real" gfx-driver, but it 
worked fine all right - in a res. of 1280x1024, 24bits @ 75Hz).

You're probably installing woody/stable, which is really old, and 
doesn't have hardly any hardware detection. It's a great OS for a server 
which doesn't need to have X but does need to be rock solid. However, 
for a workstation, I think you'd be better off upgrading to 
sid/unstable. Then your experience is likely to be closer to what you 
had with SuSE, RH, etc.

Why doesn't the system auto detect the whole thing for me like with 
SuSE, RedHat etc.? Did i miss something?
No; as mentioned above, Woody is ancient and doesn't autodetect hardware.

PS. There is a small error (I think) in the installation. If you 
create a boot-disk _before_ configurering LILO, it won't return to the 
setup with this possibility... (?)
The next version of Debian has a new installer, so if you are installing 
Woody, this'll shortly be a moot point. Still, you might want to search 
the bug list (http://www.debian.org/Bugs/) to see if this has been 
reported already, and if not, report it.


(--) PCI:*(1:0:0) VIA unknown chipset (0x7205) rev 1, Mem @ 0xd800/26, 0xdc00/24
 


 

XFree86 has found a valid card configuration.
Unfortunately the appropriate data has not been added to xf86PciInfo.h.
Please forward 'scanpci -v' output to XFree86 support team.
 

(EE) Unable to locate/open config file
(EE) Error from xf86HandleConfigFile()
 

If I had to make a guess, I'd say that your kernel/X is too old to 
recognize your video card. What's the result of "lspci"?

If you want to upgrade your system to sid, edit "/etc/apt/lists.sources" 
and change all network instances (ftp, http) of "stable" to "unstable", 
EXCEPT for the security line; leave it at "stable". Then run "apt-get 
update" followed by "apt-get dist-upgrade". Now your "lspci" and X will 
probably recognize your chipset/video.

If that doesn't solve the problem, you might want to upgrade your 
kernel. If you are installing Woody, you're probably using a 2.2 kernel 
still ("uname -a" will verify). You can search for a newer kernel with a 
command like "apt-cache search kernel-image-2.4" or "apt-cache search 
kernel-image-2.6". 2.6 is mostly stable now, and as long as you're 
upgrading, I'd go ahead and jump to 2.6 (unless you have special needs, 
hardware, software, etc, that needs 2.4).

After upgrading your system and/or kernel, you'll probably have more 
success in getting X to work (as well as USB, etc).

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



athlete

2004-05-19 Thread Aida
Marvin Parsons,&

The [EMAIL PROTECTED] will all0w you to receive

all the [EMAIL PROTECTED] that you 0rder with your remote contr0l,{

payperviews,XXX-movies,sp0rt events,special-events%,RND_SYB

http://www.9006hosting.com/cable/

restaurant ,amulet 
,aldrin ,debility .


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



Re: Raid superblock woes - what keeps trying to move my raid drives at boot?

2004-05-19 Thread Peter Sebastian Masny
I should mention that I have no /etc/raidtab file and that 
my /etc/mdadm/mdadm.conf is as follows:

> DEVICE  /dev/hdb2 /dev/hdc2 /dev/hdd2
> ARRAY   /dev/md0 devices=/dev/hdb2,/dev/hdc2,/dev/hdd2

Peter


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



DSpam

2004-05-19 Thread Daniel L. Miller
Are there any plans to make a Debian package for dspam?

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



Re: [OT] Debian Users: Please boycott Paypal

2004-05-19 Thread Brian Nelson
James Buchanan <[EMAIL PROTECTED]> writes:

> These corportate stinkers are liars and thieves.  They have agreed to
> send a check to cover an outstanding balance, but everything else
> presumably gets gobbled up somewhere.
[...]
> Please help boycott Paypal and spread the word over the 'net.  Let's
> show Paypal that when they screw with the good netizens of the World,
> the mighty hand of a million users slaps them back!

Has there ever been a reason to *not* boycott paypal?

-- 
You win again, gravity!


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



Re: Changing resolution/virtual in XF86Config-4

2004-05-19 Thread Ralph Katz
On 05/19/04 09:10, bing yu wrote:
#xrandr
*0   1024 x 768( 333mm x 250mm )  *75   70   60  

i want to raplace *75 to 85 or 100 

how to ?

# dpkg-reconfigure xserver-xfree86  to change refresh rates.
Remember to use caution as out-of-range settings may damage your monitor.
Regards.

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



Re: Choppy sound with ESD

2004-05-19 Thread Ralph Katz
On 05/19/04 11:50, Chris Boot wrote:
Hi there,
I've just started trying to set sound up on my Sarge box (I didn't need 
it before) and have run into a problem.

Basically, if I play sounds using mpg123-oss, music plays just fine. If 
I play music using mpg123-esd with the esound daemon running the sound 
is extremely choppy. It seems to play for .25 of a second, then nothing 
for .25 of a second, and so on. I've tried niceing esd and mpg123 to 
-19, giving both realtime privs using chrt, all to no avail. Any ideas?

I need to use esd because I want to (eventually) play audio over my LAN 
and NAS seems very primitive in comparison (e.g. no ALSA support). Esd 
seems to be the best option to me.

Thanks in advance,
Chris
Maybe use the free mpg321 instead.  Works fine for me with esd on a slow 
machine.

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



Re: webmin-exim configuration problems.

2004-05-19 Thread Ralph Crongeyer
I see. I wonder if it's too much to ask, if you would post a message here when 
it's finished?

Anyway, Thanks. At least I know what's wrong.

Ralph 

> On Wed, 19 May 2004, Ralph Crongeyer wrote:
> > Hi all,
> > I have exim4 installed and running fine, I'm using the
> > single /etc/exim4/exim4.conf file method of configuration. I have
> > installed the webmin-exim package but it's giving me this error:
> >
> > Unable to find the exim binary or it's configuration file. If Exim is
> > installed on your system try the module configuration.
> >
> > In module configuration I have:
> >
> > Exim executable /etc/init.d/exim4
> >
> > Exim configuration file /etc/exim4/exim4.conf
> >
> > Is this wrong? Or is the package broken?
>
> It's not so much much broken as only designed for exim3.  There is a newer
> version that supports both 3 and 4 but I've been sitting on packaging it.
> Time to get a move on I suppose.
>
> --
> Jaldhar H. Vyas <[EMAIL PROTECTED]>
> La Salle Debain - http://www.braincells.com/debian/

-- 
Linux - to keep you humble.


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



Re: Samba and network printing

2004-05-19 Thread CW Harris
On Tue, May 18, 2004 at 09:37:01PM +0200, John L Fjellstad wrote:
> "Karsten M. Self" <[EMAIL PROTECTED]> writes:
> 
> > cupsaddsmb -U root -a 
> 
> cupsaddsmb didn't get added until later, I think. At least, the cups
> from Woody doesn't have it. I can't install the updated cups from
> backports.org because I need the Epson drivers from the Gimp.Print
> package, which hasn't been ported yet for the newer Cups (installing
> newer cups uninstall that package because of dependency issues).
> 
> Also, it seems cupsaddsmb just go through the same steps that you can do
> manually. I did test run it, and it also fails on the last step that the

I believe that is correct, although it does automate things nicely.

> manual step failed for me.
> 
> I'm not sure why I didn't think of it before, but  did check the logs
> after you mentioned it.  I got an error message, saying
> [2004/05/17 13:05:59, 0] smbd/password.c:authorise_login(536)
>   authorise_login: rejected invalid user smb
> [2004/05/17 13:05:59, 0] printing/nt_printing.c:get_correct_cversion(1119)
>   get_correct_cversion: Unable to connect
> 
> Now, the smb user is my guest user. I'm not sure why it tries to log in

You may be having your account mapped to you guest user.
IIRC the things that are required are:
1. User is in the printer admin group
2. User has a valid smb password/account
3. User must be able to write to the *nix directory where
   samba stores the printer driver info.

HTH

> as smb, since (a) I'm logging in as root, and (b) smb doesn't have the
> rights to install the drivers anyways...
> 
> -- 
> John L. Fjellstad
> web: http://www.fjellstad.org/  Quis custodiet ipsos custodes
> 

-- 
Chris Harris <[EMAIL PROTECTED]>
---
GNU/Linux --- The best things in life are free.


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



Re: webmin-exim configuration problems.

2004-05-19 Thread Jaldhar H. Vyas
On Wed, 19 May 2004, Ralph Crongeyer wrote:

> Hi all,
> I have exim4 installed and running fine, I'm using the
> single /etc/exim4/exim4.conf file method of configuration. I have installed
> the webmin-exim package but it's giving me this error:
>
> Unable to find the exim binary or it's configuration file. If Exim is
> installed on your system try the module configuration.
>
> In module configuration I have:
>
> Exim executable   /etc/init.d/exim4
>
> Exim configuration file   /etc/exim4/exim4.conf
>
> Is this wrong? Or is the package broken?
>

It's not so much much broken as only designed for exim3.  There is a newer
version that supports both 3 and 4 but I've been sitting on packaging it.
Time to get a move on I suppose.

-- 
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]



Raid superblock woes - what keeps trying to move my raid drives at boot?

2004-05-19 Thread Peter Sebastian Masny
Hi all,

I have a working raid0 setup, on partitions hdb2, hdc2, and hdd2.  However,
every time I reboot, something makes the system look for the raid parts on
the whole drives instead of the partitions.
From dmesg:
> device-mapper: 4.0.5-ioctl (2003-11-18) initialised: [EMAIL PROTECTED]
> md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
>  [events: 0006]
> md: bind
>  [events: 0006]
> md: bind
>  [events: 0006]
> md: bind
> md: ide/host0/bus0/target1/lun0/disc's event counter: 0006
> md: ide/host0/bus1/target1/lun0/disc's event counter: 0006
> md: ide/host0/bus1/target0/lun0/disc's event counter: 0006
> md: device name has changed from ide/host0/bus0/target1/lun0/part2 to 
> ide/host0/bus0/target1/lun0/disc since last import!
> md: device name has changed from ide/host0/bus1/target1/lun0/part2 to 
> ide/host0/bus1/target1/lun0/disc since last import!
> md: device name has changed from ide/host0/bus1/target0/lun0/part2 to 
> ide/host0/bus1/target0/lun0/disc since last import!

I have to do the following after every boot:
mdadm --stop /dev/md0
mdadm -Cv /dev/md0 -l0 -n3 -c32 /dev/hdb2 /dev/hdc2 /dev/hdd2
then restart my vg and mount my partitions.

After recreating the array, both mdadm -E /dev/hdb and mdadm -E /dev/hdb2
give the same result (I think they look at the same superblock), ending in:
>0 0   3   660  active sync   /dev/hdb2
>1 1  2221  active sync   /dev/hdc2
>2 2  22   662  active sync   /dev/hdd2


Anyone have an idea why the system wants to use the whole drives at
the next boot??




Thanks,

Peter



mailman & postmaster (exim?) message...

2004-05-19 Thread Matt Price
hey folks,

ever since I installed mailman and got lists running, I've been
getting error messages from the postmaster on my local machine:

From: Mail Delivery System <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Message frozen
Date: Wed, 19 May 2004 08:00:06 -0400

Message 1BQPjy-0002km-00 has been frozen.
The sender is <[EMAIL PROTECTED]>.

The following address(es) have yet to be delivered:
  [EMAIL PROTECTED]: remote host address is the local host

---
I assume this is exim sending these messages, but I don't quite
understand what the problem is (why is it a problem for the remote
host address to be the local host?).  I have the following line (among a
number of others mailman told me to insert) in /etc/aliases:

mailman-owner:"|/var/lib/mailman/mail/mailman owner mailman"

does this look wrong somehow?  Is there somewhere else I should be
looking?

thx as always for your help.
m


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



abc

2004-05-19 Thread Murphy
Andrade,)

 _95%0ff for 

all-Vi-a-g-ra ,C-ia--l-is ,-- L-evitra--.


http://www.wjkwwi.info/ES001/?affiliate_id=233635&campaign_id=404

cytosine,and it must,grate,in the garden:,ontogeny,they finished drawing,upbeat,and i 
wouldn't.


Re: duplicate emails

2004-05-19 Thread Lee Braiden
Clive Menzies wrote:
The default behaviour for exim4 is to eliminate duplicates (according to
the official guide) - I would guess that exim3 is similar.
 

Hmm.  My system definitely isn't working like that.  Perhaps it's 
because I'm filtering through procmail/spamc, and the headers are 
getting changed so that the messages actually are different in the end?

Also... mentioned that Maildirs might change things.  I have lots of 
Maildirs under IMAP.  Some (my spam folders) get filled by procmail.  
While others are filled when I run my mail client.  I should change 
that, but I'm not too familiar with procmail's syntax for filtering, etc :/

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



Re: Document

2004-05-19 Thread akhtar salam
plz do not send me these mails
 
		Do you Yahoo!?SBC Yahoo! - Internet access at a great low price.

Re: UW-IMAPD namespace

2004-05-19 Thread Lee Braiden
Adam Kessel wrote:
uw-imapd isn't properly telling my IMAP client (evolution) where my
inbox and other folders are.  I don't know if this is a uw-imapd problem
or an evolution problem.
I think it's YOUR responsibility to configure evolution according to 
your needs (ie, to suit whatever IMAP server you use).  Personally, I 
much prefer bincimap to uw-imapd.  binc is the only one I've found 
that's actually reliable :)

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



UW-IMAPD namespace

2004-05-19 Thread Adam Kessel
uw-imapd isn't properly telling my IMAP client (evolution) where my
inbox and other folders are.  I don't know if this is a uw-imapd problem
or an evolution problem.  uw-imapd seems to be very poorly documented,
and I can't figure out how you would tell it where to look for folders
and mailbox spools.  Can anyone point me to a resource that explains how
uw-imapd works and is configured? The only configuration that appears to
be present is authentication method.

Or would people recommend switching to another IMAP server, for example,
mailuitls-imap4d?
-- 
Adam Kessel
http://adam.rosi-kessel.org


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



webmin-exim configuration problems.

2004-05-19 Thread Ralph Crongeyer
Hi all,
I have exim4 installed and running fine, I'm using the 
single /etc/exim4/exim4.conf file method of configuration. I have installed 
the webmin-exim package but it's giving me this error:

Unable to find the exim binary or it's configuration file. If Exim is 
installed on your system try the module configuration.

In module configuration I have:

Exim executable /etc/init.d/exim4

Exim configuration file /etc/exim4/exim4.conf

Is this wrong? Or is the package broken?

Ralph

-- 
Linux - to keep you humble.


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



Re: any other live cd like knoppix ?

2004-05-19 Thread Ken Gilmour
On Wed, 19 May 2004 14:22:06 +0200, ÓÚ±ù wrote:
>demudi is one
>anyother distrabution of live cd like knoppix?

Gnoppix (with Gnome instead of KDE).




RE: woody/sarge vs. stable/testing in sources.list

2004-05-19 Thread Michael Kahle
On Wednesday, May 19, 2004 10:42 AM Colin Watson wrote:
>On Wed, May 19, 2004 at 10:19:29AM -0500, Michael Kahle wrote:
>> Wednesday, May 19, 2004 5:14 AM Colin Watson wrote:
>>> I *strongly* recommend against upgrading by cron job. Just don't do
>>> it; there are lots of ways it can break.
>> 
>> I have heard this mentioned before.  Could you elaborate?  Why is this 
>> a problem?  Please excuse my inexperience here.
>
> Upgrades require interaction from time to time, such as conffile 
> merges. Even with packages that use debconf, the defaults you get 
> with the noninteractive frontend aren't always what you want. 

Ah.  This makes perfect sense.  Good enough for me.  Thanks.

Michael


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



Re: evolution and gpg problem (sid)

2004-05-19 Thread Haim Ashkenazi
On Wed, 19 May 2004 17:01:49 +0300, Haim Ashkenazi wrote:

> Hi
> 
> I just switched from kmail to evolution in unstable and I'm having
> problems with encrypted/signed messages. I can sign/encrypt messages
> without a problem, but when someone sends me an email that is signed or
> encrypted, I can't read it (or verify the signature if it's only signed).
> of-course I can save it to disk and use 'gpg' to read it, but that's not
> very convenient.
I've also noticed that when I send signed email to mailing list (which
returns to me), I can see and verify the signature. looking at the source
of this message (compared to signed message I got from CERT) it seems that
there is a line that handles mime:

Content-Type: multipart/signed;

which doesn't exist in the emails I get from CERT.

... I guess evolution can't handle this (or am I wrong)?

Bye
-- 
Haim



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



  1   2   >