Only root can fax?

2005-05-16 Thread David Baron
efax/efax-gtk will fail to open the modem unless run with root privileges. A 
bit heavy for this, is it not?
What might I have done wrong?


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



ip route add default nexthop ... not working at all!

2005-05-16 Thread Manvesh Vyas


When I run the 
#ip route add default nexthop via 202.63.XX.XX dev ppp0 weight 1
nexthop via 202.63.XX.XX dev ppp1 weight 1 nexthop via 202.63.XX.XX dev
ppp2 weight 1 nexthop via 202.63.XX.XX dev ppp3 weight 1

the output I get on my debian Mepis kernel 2.6.10, with ip utility version iproute2-ss041019 is 
RTNETLINK answers: Invalid argument

I want to give all my ppp connections equal weights but i am unable to do so, but the command 

#ip route add default dev ppp0 
runs perfectly, while the nexthop commands simply DO NOT work. I've
been trying this for 7 days now, still to no avail. PLZ help!



Re: Recommended Debian book?

2005-05-16 Thread Joshua Lee
Deboo ^ wrote:
Both, an intermediate linux user as well as for server administration
For server administration I recommend the "Linux Administration 
Handbook" by Nemeth, Snyder, and Hein, this book covers intermediate and 
advanced administration with examples for Debian and two other distros.

I also highly recommend, for both administration and casual use, 
O'Reilly's "UNIX Power Tools". This is a very fun book, with lots of 
informative posts from Usenet in its old days when it was still useful, 
and neat hyper-links from part of the book to another. (It's not meant 
to read cover to cover except the first part.) "UNIX Power Tools" alone 
takes you from an ordinary user to a wizard, it's well worth the price.

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



Re: Joint-venture

2005-05-16 Thread Dillinger
There is ample opportunity for investment in Open Source software
development. As you know Debian is a Nonprofit, but that does not mean
that there is not a lot of profit potential in the field of Free
Software development. There is a release party coming up on the 30th of
this month and probably a good opportunity to meet many of the
developers in person. Feel free to ask questions.

Dillinger


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



Re: laptop and different networks

2005-05-16 Thread H. S.
Apparently, _Johan Brannlund_, on 13/05/05 04:44,typed:
> On Thu, 12 May 2005 18:50:07 +0200, H. S. wrote:
> 
> 
>>Hi,
> 
> 
> Hi.
> 
> 
>>I am supposed to configure a laptop so that is can be connected to a
>>CAT5 cable on either a home LAN or a university LAN. Currently, the
>>laptop is configured as a dhcp client in the home network and has a
>>fixed IP address in the university network.
> 
> 
> I'm in exactly the same situation and after some fiddling I've arrived at
> a setup that works very well. The packages I use are
> 
> ifplugd - automatically configure/deconfigure interfaces when the link
> status changes
> guessnet - tools for checking which network you're on
> resolvconf - notify libc etc of changes in current DNS servers
> nscd - cache DNS information (not really necessary, but useful if your ISP
> has flaky name servers)
> iputils-arping - useful for setting up your /etc/network/interfaces
> dhcp3-client - ISC DHCP client
> 
> The contents of (relevant parts of) the most important config files are as
> follows, with some additional comments interspersed:
> 
> /etc/network/interfaces
> ---
> auto lo
> iface lo inet loopback
> 
> mapping eth0
> script /usr/sbin/guessnet-ifupdown
> map ubc home
> map default: home
> 
> 
> iface ubc inet static
> address A.B.C.D  # Substitute your assigned static IP for A.B.C.D
> netmask 255.255.255.0 # Or whichever netmask you should have
> gateway X.Y.Z.W # Your default gw IP goes here
> dns-nameservers 1.2.3.4  5.6.7.8 # IP's of your nameservers go here
> test-peer address X.Y.Z.W mac e:f:g:h:i:j source A.B.C.D
> # The line just above checks the mac address of your default gateway
> # You should already know what "X.Y.Z.W" and "A.B.C.D" are
> # To find "e:f:g:h:i:j", type "arping X.Y.Z.W" in a terminal window
> 
> 
> iface home inet dhcp
> # No tests or anything else needed here. If the above test-peer
> # fails, the home interface should be brought up by default and 
> # everything set up via DHCP.
> 
> 
> 
> 
> /etc/default/ifplugd
> ---
> INTERFACES="eth0"
> HOTPLUG_INTERFACES=""


Mostly it worked. But I had to put HOTPLUG_INTERFACES="eth0" in
/etc/default/ifplugd to prevent boot process from hanging while startin
the mta. If I left HOTPLUG_INTERFACES="", during the boot process the
computer hangs at:
Starting MTA:

and I have to manually reset the laptop.

I have the laptop working on two networks at home (one static the other
dhcp). I will test the laptop in my university in a day or two.

Thanks a ton for your help.
->HS




-- 
Please remove the underscores ( the '_' symbols) from my email address
to obtain the correct one. Apologies, but the fudging is to remove spam.


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



Re: Customizing Xemacs for programming

2005-05-16 Thread David

Daniel, thanks for the suggestion. Finally I found something that does right 
what I was looking for. For anyone who's interested in using [X]emacs for 
programming, it's worth to have a look at ECB:

http://ecb.sourceforge.net/ 

It can be integrated with JDE (Java) or C modes. I had searched in many mailing 
lists/wikis and I couldn't find any answer. So I hope this can help other 
people save so much time looking.

Cheers,
 
David.   




 --- On Mon 05/16, Daniel Brockman < [EMAIL PROTECTED] > wrote:

"David" writes:
 (Right now, when I close Xemacs the window layout is lost, not saved> for 
next session).

> I'd like to assign each window to receive specific buffers. For >example, the 
> main window will be for editing the program. The bottom >window should be for 
> debuging info, compiling info, use as a shell >(e.g. connect to database..), 
> etc.  I'd like to use the small one on >the right to display only buffers for 
> 'buffer list' or 'expression >completion'. 

I'm not sure if it (a) works with XEmacs, or (b) does what you want, but you 
could take a look at desktop.el.  There's probably a page on the Emacs Wiki[1] 
about it.
-- Daniel Brockman

[1] http://www.emacswiki.org/

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



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



Re: partitioning help

2005-05-16 Thread Monique Y. Mudama
On 2005-05-17, Franklin Parlamis penned:
> i understand that a lot of these questions are probably the stuff that
> is taught in an intro computer science course

Er, not really.  Well, not in *my* intro to CS course, they weren't.
What's that quote?  ... ah, yes:

"Computer science is about computers in the same way astronomy is
about telescopes"
-Edsgar Dijkstra

I can honestly say that not a single CS course I ever took had
anything to do with setting up a hard drive.  It's something you have
to pick up elsewhere.  I personally don't think it's terribly
off-topic for this list.

-- 
monique

Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html


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



Problems upgrading woody to sarge

2005-05-16 Thread shatam bhattacharya

Hello List,
            I wanted to upgrade from woody to sarge by APT. I am facing a peculiar problem after apt-get dist-upgrade, the apt never gets connected. It says [0%] Connecting to http.us.debian.org(1.0.0.0)
and then sort of hangs, I have even tried with some other mirrors but the problem persists. could this be due to the apache server(because at bootup it says 'Cant find servers domain name, setting to localhost'). I am on the network as I can ping and surf the internet on both XP and debian. I am using a DSL connection with a Realtek 8139 ethernet card. I needed to install the dri and drm for intel 82845 GL borad as right now I dont have X installed on my system. 
Please help.
shatam




Shatam Bhattacharya
New Delhi,
India
   




unsubscribe

2005-05-16 Thread nicosoft
 







请勿随意丢弃废旧电池,一个5号电池可将5平方米土地重金属污染达50年!!




Re: Recommended Debian book?

2005-05-16 Thread David Witbrodt

Deboo ^ <[EMAIL PROTECTED]> wrote:
> What is a good book on debian for and intermediate users?
  I'm a newbie to Linux, but I have found several titles useful (you should definitely get used to using 'man' pages, 'info', listservs, wikis, etc., though!): 
1. Debian GNU/Linux Bible (new version soon to be released, maybe in June) 
2. Essential System Administration (by Frisch) [Thanks Laurabelle!] 
3. any number of books published by O'Reilly -- you can search by publisher at places like amazon.com, or just head over to the O'Reilly website. 
  If you're interested in learning some low-level programming, Linux Programming by Example (by Robbins) is excellent. 
 
Dave W.

Re: Permanently Unload Module

2005-05-16 Thread Rene Tapia

--- Matt Peter <[EMAIL PROTECTED]> wrote:
> I'm encountering a problem with the ohci1394 module, which is causing 
> system instability and general slow performance.  I do not need the 
> module, nor am I particularly concerned with the problem it's causing, 
> because after rmmod ohci1394 the system performs fine.
> 
> I've done some searching on the web, but I am unable to find a working 
> method to automatically unload the ohci1394 module upon bootup.  Can 
> anyone provide some insight into automatically unloading modules?

You may want to take a look at the package modconf:

apt-get install modconf

You can run it from the command line or interactively. Interactively, go to 
drivers/ieee1394 and
uninstall ohci1394.

Hope this helps.

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



Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html


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



Re: Recommended Debian book?

2005-05-16 Thread Mitchell Laks
On Monday 16 May 2005 10:56 pm, Roberto C. Sanchez wrote:
> Deboo ^ wrote:
> > What is a good book on debian for and intermediate users?
> >
> > Deboo
>
> Intermediate in what sense?  Intermediate software developer?
> Intermediate kernel hacker?  Intermediate DB guru?
>
> -Roberto
the  new wiley published debian bible will be coming out in 3 weeks timed to 
come out with sarge. i liked the last edition when i read it from the public 
library.

it seems to be the best published (dead trees) book.

mitchell


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



Re: Recommended Debian book?

2005-05-16 Thread Roberto C. Sanchez
Deboo ^ wrote:
> On 5/16/05, s. keeling <[EMAIL PROTECTED]> wrote:
> 
>>Incoming from Deboo ^:
>>
>>>On 5/16/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote:
>>>
Deboo ^ wrote:

>What is a good book on debian for and intermediate users?

Intermediate in what sense?  Intermediate software developer?
Intermediate kernel hacker?  Intermediate DB guru?
>>>
>>>Both, an intermediate linux user as well as for server administration
>>
>>http://www.debian.org/doc/manuals/reference/reference.en.html
> 
> 
> Wow! A very nice reference guide, is it not available as a single
> file, Can it be printed?
> 
> Deboo
> 

Do an 'aptitude install debian-reference' and then you can print
/usr/share/doc/Debian/reference/reference.en.pdf.gz

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


signature.asc
Description: OpenPGP digital signature


Re: Recommended Debian book?

2005-05-16 Thread Deboo ^
On 5/16/05, s. keeling <[EMAIL PROTECTED]> wrote:
> Incoming from Deboo ^:
> > On 5/16/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote:
> > > Deboo ^ wrote:
> > > > What is a good book on debian for and intermediate users?
> > >
> > > Intermediate in what sense?  Intermediate software developer?
> > > Intermediate kernel hacker?  Intermediate DB guru?
> >
> > Both, an intermediate linux user as well as for server administration
> 
> http://www.debian.org/doc/manuals/reference/reference.en.html

Wow! A very nice reference guide, is it not available as a single
file, Can it be printed?

Deboo

-- 
Please don't Cc: me, I'm subscribed to the list.



Re: Permanently Unload Module

2005-05-16 Thread Matt Peter
Marc Wilson wrote:
On Mon, May 16, 2005 at 07:42:38PM -0400, Matt Peter wrote:
 

I've done some searching on the web, but I am unable to find a working 
method to automatically unload the ohci1394 module upon bootup.  Can 
anyone provide some insight into automatically unloading modules?
   

Uh, wouldn't it be better to just not load it in the first place?
 

Why yes Marc it would, could you perhaps illuminate me?
...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Recommended Debian book?

2005-05-16 Thread s. keeling
Incoming from Deboo ^:
> On 5/16/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote:
> > Deboo ^ wrote:
> > > What is a good book on debian for and intermediate users?
> > 
> > Intermediate in what sense?  Intermediate software developer?
> > Intermediate kernel hacker?  Intermediate DB guru?
> 
> Both, an intermediate linux user as well as for server administration

http://www.debian.org/doc/manuals/reference/reference.en.html


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://www.spots.ab.ca/~keeling  Please don't Cc: me.
- -


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



Re: X slow to start after upgrade

2005-05-16 Thread Paul Stolp
* David Purton <[EMAIL PROTECTED]> [2005-05-16 21:00]:
> > 
> > Now everything is really slow to start - including the gdm greeter.
> > 
> > CPU maxes out as a process starts and stays there doing nothing for a
> > few seconds. Once the program has loaded, it seems to run normally. But
> > it means to takes a good 30 seconds to log in by the time you wait for
> > gdm, metacity, gnome-terminal, nautilus, panel, etc to all pause and
> > rise there CPU usage. :(
> > 

as root, try "fc-cache -f"
Do this whenever X is upgraded.
Hope this works for you.
Paul
-- 


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



Re: Recommended Debian book?

2005-05-16 Thread Deboo ^
On 5/16/05, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote:
> Deboo ^ wrote:
> > What is a good book on debian for and intermediate users?
> >
> > Deboo
> 
> Intermediate in what sense?  Intermediate software developer?
> Intermediate kernel hacker?  Intermediate DB guru?
> 
> -Roberto


Both, an intermediate linux user as well as for server administration

Deboo
-- 
Please don't Cc: me, I'm subscribed to the list.



Re: Recommended Debian book?

2005-05-16 Thread Roberto C. Sanchez
Deboo ^ wrote:
> What is a good book on debian for and intermediate users?
> 
> Deboo

Intermediate in what sense?  Intermediate software developer?
Intermediate kernel hacker?  Intermediate DB guru?

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


signature.asc
Description: OpenPGP digital signature


Recommended Debian book?

2005-05-16 Thread Deboo ^
What is a good book on debian for and intermediate users?

Deboo
-- 
Please don't Cc: me, I'm subscribed to the list.



Re: friendly scp (help)

2005-05-16 Thread Michael Epting
On Mon, May 16, 2005 at 05:52:27PM -0400, Kevin Coyner wrote:
> 
> On Mon, May 16, 2005 at 05:28:24PM +0200, Alberto Bert wrote..
> 
> > I'm looking for a "file manager" like mc, but for scp connections.
> > Cause, I often transfere several directories and I have to copy each
> > of them with a different command and passwd... :-(
> > 
> > Do you know any nice solution?
> 
> Use mc and ssh.
> ...(procedure deleted)... 

What I do is run mc, then under the LEFT or RIGHT menu select "Shell
link...", in the resulting dialog enter [EMAIL PROTECTED], enter my
remote machine password at the prompt, and navigate the remote machine
in one pane and the local machine in the other.

mc truly is an amazing piece of work...

-- 
Michael Epting ([EMAIL PROTECTED])


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



Re: X slow to start after upgrade

2005-05-16 Thread David Purton
On Mon, May 16, 2005 at 06:31:54PM +0930, David Purton wrote:
> Hi folks,
> 
> Did a dist-upgrade over the weekend on sid and a few gnome updates came
> in.
> 
> Now everything is really slow to start - including the gdm greeter.
> 
> CPU maxes out as a process starts and stays there doing nothing for a
> few seconds. Once the program has loaded, it seems to run normally. But
> it means to takes a good 30 seconds to log in by the time you wait for
> gdm, metacity, gnome-terminal, nautilus, panel, etc to all pause and
> rise there CPU usage. :(
> 
> I ran a test on a clean account - it is slow if I log in through gdm,
> but normal if I start gnome via startx.

Actually - I take that back. Cleaning the account helps, but this still
does not explain why GDM itself is slow. There is a quite a long pause
before the login screen appears both on statup and when you log out.

> 
> My normal account is slow using both methods.
> 
> There is nothing out of the ordinary in ~/.xsession-errors or
> /var/log/XFree86.*.log
> 
> Any clues? It's rather annoying :(
> 
> 
> cheers
> 
> dc
> 
> 



-- 
David Purton
[EMAIL PROTECTED]
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a


signature.asc
Description: Digital signature


Re: bugs.debian.org

2005-05-16 Thread Roberto C. Sanchez
Jerome BENOIT wrote:
> Hello List,
> 
> since a while I received a lot of unsolicited email from bugs.debian.org :
> how can we avoid such sending ?
> 
> 
> Thanks in advance,
> Jerome
> 
> 

Are you subscribed to other debian lists?  Many bugs (depending
on severity and other factors) end up getting CC'd to debian-devel
or other lists.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


signature.asc
Description: OpenPGP digital signature


bugs.debian.org

2005-05-16 Thread Jerome BENOIT
Hello List,
since a while I received a lot of unsolicited email from bugs.debian.org :
how can we avoid such sending ?
Thanks in advance,
Jerome
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: partitioning help

2005-05-16 Thread Franklin Parlamis
thanks for these replies.  my bios has features like "Transfer Mode" 
where I can choose PIO 0, Max PIO, Enhanced DMA, Ultra DMA 0 or Max 
UDMA and "Translation Mode" where I can choose Bit-Shift, LBA Assisted, 
User (which lets me input a geometry with cylinders maxed out at 1024, 
heads at 256 and sectors at 63) and None.

i did some basic research on the transfer modes, and even though i 
haven't absorbed all the info yet, i am guessing i should go with Max 
UDMA, which i can only assume will utilize the highest possible Ultra 
DMA mode available given the other system constraints (motherboard?).  
is there any reason that debian would prefer a different transfer mode? 
 do i need to know more system information to make this decision?

i also think I understand the gist of the translation modes, which i 
take to be a bunch of klugy maps between hard disk addressing 
standards.  i am guessing that it would be best if a bunch of 
unnecessary translations weren't going on every time debian tries to 
access the hard disk.  is there a setting here that would be most 
appropriate to minimize superfluous translations?

thanks again in advance for help.  i understand that a lot of these 
questions are probably the stuff that is taught in an intro computer 
science course;  if they are too simple and general for the list, 
please let me know, and if you could recommend a decent overall 
reference i would appreciate it.  i am switching from windows because 
(in addition to the fact that it just feels stupid and full of 
redundencies) it leaves the user completely out of touch with what is 
actually going on inside the computer.  thus my need to understand 
every aspect of the debian install process, ground up.

fp
On 16 May 2005, at 14:23, Monique Y. Mudama wrote:
On 2005-05-16, Adam Majer penned:
Franklin Parlamis wrote:
i tried to partition my hard drive for a debian woody install.  it
is just south of 80 Gb and IDE (from a Compaq EVO D510 I am
tranferring from Windows platform).  i wanted to go with 6
partitions, which would require using an extended type physical
drive to put the logical drives in.  using cfdisk, i made hda1
bootable and type 83 (2 Gb), hda2 type 82 (10 Gb).  but when i
tried to make hda3 an extended type (05, i believe) it would not
let me.  any thoughts?  my bios is compaq 68602 v2.20.
You don't make the extended partition. With cfdisk, you create
either Primary or Logical partitions. This question is asked when
you create a new partition. You can only have one block of logical
partitions. If you try to mix them up too much you might end up with
unusable disk space (until you repartition your drive)
To follow up on this,
If you have access to parted, you may find that it's a friendlier way
to partition and format a disk.  The help command actually is
helpful, and the error messages when it won't let you do something
are also pretty clear.
--
monique
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
--
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]



Re: Permanently Unload Module

2005-05-16 Thread Marc Wilson
On Mon, May 16, 2005 at 07:42:38PM -0400, Matt Peter wrote:
> I've done some searching on the web, but I am unable to find a working 
> method to automatically unload the ohci1394 module upon bootup.  Can 
> anyone provide some insight into automatically unloading modules?

Uh, wouldn't it be better to just not load it in the first place?

-- 
 Marc Wilson | BOFH excuse #136: Daemons loose in system.
 [EMAIL PROTECTED] |


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



Permanently Unload Module

2005-05-16 Thread Matt Peter
I'm encountering a problem with the ohci1394 module, which is causing 
system instability and general slow performance.  I do not need the 
module, nor am I particularly concerned with the problem it's causing, 
because after rmmod ohci1394 the system performs fine.

I've done some searching on the web, but I am unable to find a working 
method to automatically unload the ohci1394 module upon bootup.  Can 
anyone provide some insight into automatically unloading modules?

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



Re: TX ok but no RX packets at all!

2005-05-16 Thread Tony Godshall
According to Joseph H. Fry,
> I have two identical Debian Sarge boxes... I can say identical because I
> used dd to copy the HDD from the first one I set up (#1) and placed it in
> the other (#2). I have changed the hostname, mailname, and IP address in the
> second machine and both seem to work ok except the second machine will not
> receive any packets whatsoever! 
> 
> ifconfig looks similar between the two machines, except the IP and MAC of
> course 
> 
> route -n looks correct 
> 
> iptables -L shows all policies ACCEPT 
> 
> so they both look like they should work... however if I ping from #2 (the
> clone) to #1 the packets get received and responded to (as shown by tcpdump)
> but #2 still shows RX packets:0 errors:0 dropped:0... 0 ...0 ..0 
> 
> I just don't get it! The cable is good; the port is good, hell the NIC in #2
> was good in XP a couple of days ago. Any help would be appreciated!

You *know* the cable is good?  Twisted pair cables use
separate pairs for send and receive.  So being able to send
doesn't mean the cable is good.

You *know* the port on the switch is good?  Same issue there.

T


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



Re: Backing up critical data ((was Re: Please help: Accidentally wiped off the whole hard disk!!!)

2005-05-16 Thread Sven Arvidsson
Marty wrote:
> Along the general lines of backing up systems and critical data,
> there's also the dpkg (or apt) option to produce a list of packages
> that can be used to reproduce a complete debian installation.
> (I don't have it at my fingertips.  Can anyone refresh my memory?)

Here it is, 
dpkg --get-selections '*' > pkg.lst
To restore, use 
dpkg --set-selections < pkg.lst

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: Digital signature


Setting up hotplug

2005-05-16 Thread Bill Moseley
Debian Sid with a 2.6.6 kernel.

I'm trying to get a script to run when I connect a camera that shows
up as a scsi drive.

I have a Palm handheld device, and so I have an entry in
/etc/hotplug/usb/local.usermap: 

$ cat local.usermap 
jpilot-sync  0x0003  0x0830   0x00010x   0x 
  0x00 0x000x000x000x00 
  0x00   0x

That, I believe, causes the /etc/hotplug/usb/jpilot-sync script to run.
That works mostly OK (although I can't figure out how the $REMOVER
script is suppose to run to remove the loaded modules).

That's about as far as my understanding of hotplug goes.

Now, I also have a Sony camera that I access as a scsi device.  This
is a bit more of a mystery as it "just works" when I plug it in.  But,
what I want to do is run a script like with the Palm above.  But, I
have not been able to make this work -- perhaps because the of the
wrong local.usermap entries (or just my lack of understanding how the
parts fit together!).

I tried this entry in local.usermap, but I suspect that's the wrong
place (found via the hotplug website -> jphoto):

  sony-camera 0x380 0 0 0 0 0 0 0 6 1 1 

but that doesn't get a "sony-camera" script to run.  It's probably the
wrong place -- I assume I'd need to wait for the sd_mod module to be
loaded first, anyway.

So, I'm wondering how I determine that this specific camera is
installed, and how to make a script run on this event.


Here's the output when I connect the camera:

May 16 14:19:58 bumby kernel: hub 1-0:1.0: connect-debounce failed, port 2 
disabled
May 16 14:19:58 bumby kernel: usb 1-2: new full speed USB device using address 4
May 16 14:19:59 bumby hotplug: /etc/hotplug/usb.agent ACTION = add
May 16 14:19:59 bumby kernel: scsi9 : SCSI emulation for USB Mass Storage 
devices
May 16 14:19:59 bumby usb.agent[14590]:  usb-storage: already loaded
May 16 14:19:59 bumby kernel:   Vendor: Sony  Model: Sony DSC  Rev: 
5.00
May 16 14:19:59 bumby kernel:   Type:   Direct-Access  ANSI 
SCSI revision: 02
May 16 14:19:59 bumby kernel: SCSI device sda: 483328 512-byte hdwr sectors 
(247 MB)
May 16 14:19:59 bumby kernel: sda: assuming Write Enabled
May 16 14:19:59 bumby kernel: sda: assuming drive cache: write through
May 16 14:19:59 bumby kernel:  sda: sda1
May 16 14:19:59 bumby kernel: Attached scsi removable disk sda at scsi9, 
channel 0, id 0, lun 0
May 16 14:19:59 bumby kernel: USB Mass Storage device found at 4
May 16 14:20:00 bumby scsi.agent[14625]:  sd_mod: loaded sucessfully (for 
disk)

At this point I can manually mount the camera -- but this is where
I'd like a script to run.


May 16 14:20:02 bumby hotplug: remove operation
May 16 14:20:02 bumby kernel: usb 1-2: USB disconnect, address 4




-- 
Bill Moseley
[EMAIL PROTECTED]


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



Re: friendly scp (help)

2005-05-16 Thread Kevin Coyner


On Mon, May 16, 2005 at 05:28:24PM +0200, Alberto Bert wrote..

> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each
> of them with a different command and passwd... :-(
> 
> Do you know any nice solution?


Use mc and ssh.

While in mc, hit Ctrl-\  (that's Control and backslash)

It will bring up the Directory hotlist.

Then hit "E" for New Entry.

Type in a label - i.e. RemoteBox

Type in a directory path as follows:

/#sh:[EMAIL PROTECTED]/home/username

Save it by tabbing to Insert.

There should now be an entry in your hotlist.  Using your arrow keys,
go to your new entry and hit enter.  You should now be logged in via
ssh to your remote box.  You'll probably be prompted for password unless
you've set it up by copying your public key to the remotebox's
.ssh/authorized_keys file.

In any event, you now will have your local box on one side of mc, and
your remote box on the other side, and full functionality of mc.



-- 


signature.asc
Description: Digital signature


Re: CONFIG_BLK_DEV_VIA82CXXX Disappears! - Why?

2005-05-16 Thread Marty
Thomas H. George wrote:
I have learned that I cannot enable DNA unless my 2.6.8 kernel is 
compiled with CONFIG_BLK_DEV_VIA82CXXX selected but the option to make 
this selection has disappeared in make menuconfig.  This happened once 
before and, when I learned what was missing, I found a backup version of 
.config which contained the option.  I have saved that backup and so can 
recover by recompliing the kernel but I don't understand why this 
happens.  In the backup version of .config there are 40 entries under 
IDE chipset support/bugfixes.  In my current .config there are only 9.  
I have made changes in .config but nothing that I believe should have 
unselected and removed CONFIG_BLK_DEV_VIA82CXXX.

I can repair the damage but would be very interested in a better 
understanding of why this occurred.

Tom George

It requires the option BLK_DEV_IDEDMA_PCI to be enabled before it
appears in the menu.
Alternatively the make dependency system may still be in flux and
there is the unlikely possibility of a configuration dependency
error in make menuconfig.
Make xconfig (requires KDE dev packages) optionally shows
inaccessible kernel options as greyed out.  I don't know if
that would be useful or not in your case.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



realtime installation solved

2005-05-16 Thread Thomas H. George
This may not be the best solution but it worked.  After getting and 
unpacking realtime-lsm-source I followed the directions in the INSTALL 
file exactly including setting KERNEL_DIR=/usr/src/kernel-source-2.6.8.  

modprobe realtime gid=29 fails.
then rmmod capability
followed by modprobe realtime gid=29 works.
Tom George
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: friendly scp (help)

2005-05-16 Thread Pascal Bonesh
On Mon, 2005-05-16 at 17:28 +0200, Alberto Bert wrote:
> Hi all,
> 
> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each of
> them with a different command and passwd... :-(
> 
> Do you know any nice solution?
> 
> Thanks,
> ALberto
> 

For gnome use nautilus with "sftp://[EMAIL PROTECTED]", as mentioned konqueror
does the same thing for kde (fish://[EMAIL PROTECTED] it was the last time I
checked).

If you are using windows and want to access a linux box running ssh, use
winscp, which has a nice gui and works in a similar way.
(http://sourceforge.net/projects/winscp/)

pascal


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



Re: No sound (no /dev/dsp) on newly installed 2.6.8-2-386 with Intel 82801.

2005-05-16 Thread Marty
Adam Funk wrote:
I've just installed Debian testing on a new computer but I can't get the
sound to work.  I think the problem is that /dev/dsp doesn't exist,
although when I did "modprobe snd-intel8x0" it created /dev/snd/controlC0 
and /dev/snd/timer.

The kernel is 2.6.8-2-386 #1 and "lspci -v" includes the following:
:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High
Definition Audio Controller (rev 03)
Subsystem: Asustek Computer, Inc.: Unknown device 814e
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at cfef8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0
Enable-
Capabilities: [70] #10 [0091]
I'd appreciate any suggestions as I have basically no idea how to debug
sound problems.
Thanks,
Adam

What is the output of "ls /dev/dsp*"?  You should see one or more devices
listed, depending on how many other sounds devices are in your system.
You can cat .wav files into a device file as a test, but beware that
the output may be highly distorted so turn down your volume control.
Beware also that the old standby of making a soft link to /dev/dsp may not
work anymore with udev, since a file system is superimpose on /dev.
Instead I had to configure some OSS apps with /dev/dsp2, the device name
assigned to my audio ASIC. (I think ALSA apps shouldn't care one way or
the other.)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CONFIG_BLK_DEV_VIA82CXXX Disappears! - Why?

2005-05-16 Thread Thomas H. George
I have learned that I cannot enable DNA unless my 2.6.8 kernel is 
compiled with CONFIG_BLK_DEV_VIA82CXXX selected but the option to make 
this selection has disappeared in make menuconfig.  This happened once 
before and, when I learned what was missing, I found a backup version of 
.config which contained the option.  I have saved that backup and so can 
recover by recompliing the kernel but I don't understand why this 
happens.  In the backup version of .config there are 40 entries under 
IDE chipset support/bugfixes.  In my current .config there are only 9.  
I have made changes in .config but nothing that I believe should have 
unselected and removed CONFIG_BLK_DEV_VIA82CXXX.

I can repair the damage but would be very interested in a better 
understanding of why this occurred.

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



Re: laptop and different networks

2005-05-16 Thread Thomas Hood
On Fri, 13 May 2005 12:00:27 +0200, Daniel Déchelotte wrote:
> If you have troubles or solutions not list there, I would be glad to update
> the page.

Please note that there _is_ documentation for the laptop-net package and
rather good documentation at that. It is located in the laptop-net-doc
package.

Note that divine has been removed from sarge.

Note that waproamd has been deprecated by its author in favor of
wpa-supplicant.

In guessnet, s/inconveniens/inconveniece/.

If you used other online documents as sources when you wrote your page
then please document them by providing links.
-- 
Thomas Hood


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



Re: udev how to set up automatic /media/cdrom0

2005-05-16 Thread Jacob S
On Mon, 16 May 2005 17:56:08 +0200
Jonathan Kaye <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> En/La Jacob S ha escrit, a 16/05/05 14:52:
> | On Mon, 16 May 2005 08:47:01 -0400
> | Mitchell Laks <[EMAIL PROTECTED]> wrote:
> |
> |
> |>Hi,
> |>are there any knowledgeable users of udev who can tell us how to
> |>configure  udev scripts to automatically create
> |>/media/cdrom0 and /media/cdrom1?
> |>
> |>Also shouldn't this be part of the debian sarge installer?
> |>
> |>If you agree I will submit a bug...
> |
> |
> | The Debian-Installer *did* automatically create a /media/cdrom0 and
> | /media/cdrom1 on my non-udev system. I think your problem would be a

> bug | of udev - if anything - not Debian-Installer.
> |
> Hi Jacob,
> Can you tell us what version of debian & udev you're running? I'm
> using Sarge 2.6.8-2-386 and udev 0.056-2 and have the same problem as
> Mitchell. Thanks,
> Jonathan

My kernel is 2.6.9-2-k7 on a Debian Sarge box. As noted in my original
post, though, I am _not_ using udev. Which is why I suggested it might
be a udev problem, but it does not appear to be a Debian-Installer
problem.

HTH,
Jacob
 


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



Re: Network Setup Help

2005-05-16 Thread Kent West
Donald Perkovich wrote:

> Hello.
>
> I installed Debian 3.0r4 onto a machine yesterday and things seemed to
> go alright.  When I started the machine up today, I found I have no
> networking.  There are two NICs but no device nodes for them.  They
> were there yesterday.  One I am not using yet and the other is
> connected to my local network.  I want to have this host use dhcp to
> configure itself.  Dhcp I understand well enough and could get it
> working if I had an interface to work with.
>
> How do I create and configure /dev/eth0 and /dev/eth1?  Or how do I
> get the system to do it?

Run "lspci" to see what chipset is being used by your NICs; then run
"modconf" to install the driver appropriate for that chipset. (Or
"modprobe" to install the driver for just this session.)

Or you can install "discover" to help do the automagic hardware probing.

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



Backing up critical data ((was Re: Please help: Accidentally wiped off the whole hard disk!!!)

2005-05-16 Thread Marty
Karsten M. Self wrote:
on Fri, May 13, 2005 at 02:16:22PM -0600, Glenn English ([EMAIL PROTECTED]) wrote:
On Fri, 2005-05-13 at 15:09 -0400, Angelina Carlton wrote:
> Just for those of us just following along, can I use fdisk to record
> the EXACT information on my currently working systems to a file, and
> be sure that file contained enough information to rebuild the
> partition table if ever needed? Is there a tool/command to do this? 
> fdisk has quite a few options so I was courious about some
> preventative measures.

The tools I use are the p command in fdisk, and a pencil and paper. Then
I stick it on the wall with a thumbtack.
I create a script to document system settings, then post that to my
Wiki:
http://twiki.iwethey.org/Main/LinuxSystemInfoScript
...and have even used same to reconstruct a partition table.  Once.
Bindered hardcopy is also tres helpful.
Peace.
Thanks.  That looks interesting.
Along the general lines of backing up systems and critical data,
there's also the dpkg (or apt) option to produce a list of packages
that can be used to reproduce a complete debian installation.
(I don't have it at my fingertips.  Can anyone refresh my memory?)
Secondly, if you take that list, and combine it with your data which has
been stored based on the output of the "cruft" command, or something
similar, then is seems that by combining these two commands with a few
scripts, it may be possible to backup only personal files, thus saving
lots of backup space.  Does anyone know if this is being done already,
or have any comments?  (Currently I'm using backuppc but I have noticed
that the vast majority of space for backups is various system files.)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Network scan

2005-05-16 Thread Tony Godshall
According to Mark Roach,
> Alexandar Angelov wrote:
> >Mark Roach wrote:
> >
> >>On Sun, 2005-05-15 at 00:39 +0300, Alexandar Angelov wrote:
> >>>Do you know any command(script) to scan range from 192.168.35.1 to 
> >>>92.168.35.255 and return if port :80 , :21 and MAC Addr.
> >>nmap
> >>
> >>-Mark
> >>
> >MAC?
> 
> If you just want the MAC address of a host (not sure why you would), run 
> 'arp hostname'

'arp' only works if you've already had contact with the host.
Ping it first, perhaps, or use 'arping' do ping at arp level
and get mac addr at the same time.


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



Re: Network Setup Help

2005-05-16 Thread Chris Humphries
the drivers are not loaded.

you can install the discover program to help or you
can load all network drivers and see which ones are in
use after you modprobe them all

1) cd /lib/modules//kernel/drivers/net
2) for module in `ls *.o`; do modprobe "`echo $module| sed -e
's/\.o//'`"; done
3) lsmod (look for ones that are in use (a non-zero value)
4) manually add the modprobe lines that are needed at the
   top of the /etc/init.d/networking startup script

this has happened to me before as well. 

there may be other ways, but this will help you find out
which drivers you need (blindly). 

hardware probing scripts like discover or kudzu help as
well, but will be hard to install them without network device
to grab them from a debian repository ;)

good luck,
chris



On Mon, 2005-05-16 at 12:43 -0700, Donald Perkovich wrote:
> Hello.
> 
> I installed Debian 3.0r4 onto a machine yesterday and things seemed to 
> go alright.  When I started the machine up today, I found I have no 
> networking.  There are two NICs but no device nodes for them.  They were 
> there yesterday.  One I am not using yet and the other is connected to 
> my local network.  I want to have this host use dhcp to configure 
> itself.  Dhcp I understand well enough and could get it working if I had 
> an interface to work with.
> 
> How do I create and configure /dev/eth0 and /dev/eth1?  Or how do I get 
> the system to do it?
> 
> Thanks.
> 
> Don
> 
> 
> 


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



Re: friendly scp (help)

2005-05-16 Thread Olle Eriksson
On Monday 16 May 2005 17.28, Alberto Bert wrote:
> Hi all,
>
> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each of
> them with a different command and passwd... :-(
>
> Do you know any nice solution?

I have been looking for the same thing, but I would prefer something with 
a text GUI (like midnight commander or similar). Anything like that out 
there?

Regards


-- 
Olle Eriksson
[EMAIL PROTECTED] | http://www.olle-eriksson.com


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



Re: looking for a converter

2005-05-16 Thread steef
Lee Braiden wrote:
On Monday 16 May 2005 19:53, steef wrote:
 

I am looking for a script/program/package *to convert pdf-files into
openoffice.writer-files and/or kwrite-files and/or abiword*
am working with sarge, standard-kernel, and installed from scrap: what i
really need, included openoffice1.1.4, abiword, and some editors, vim,
kate and kwrite. it 's all working fine.
   

As far as I know, the KWord does the best job of importing PDFs currently.  At 
least, that's what I heard a while back -- no reason to trust me on this.  If 
that *is* the case, then KWord's DCOP functions will help with writing a 
useful script.  Have a look at the GUI-based "kdcop" program to browse the 
functions available, and the command-line based "dcop" program to use them 
from a script.  You can also browse them directly from the "dcop" program, if 
you prefer.

 

thanks lee: give it a try
steef
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Network Setup Help

2005-05-16 Thread Donald Perkovich
Hello.
I installed Debian 3.0r4 onto a machine yesterday and things seemed to 
go alright.  When I started the machine up today, I found I have no 
networking.  There are two NICs but no device nodes for them.  They were 
there yesterday.  One I am not using yet and the other is connected to 
my local network.  I want to have this host use dhcp to configure 
itself.  Dhcp I understand well enough and could get it working if I had 
an interface to work with.

How do I create and configure /dev/eth0 and /dev/eth1?  Or how do I get 
the system to do it?

Thanks.
Don

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



Re: Debian newbie without internet connection...

2005-05-16 Thread Sunburned Surveyor
David,

I only burned the first two Debian CD's. I didn't realize I would be in
a situation where I would need the others. So I only scanned the second
CD during the install process.

The Sunburned SurveyorOn 5/16/05, David Jardine <[EMAIL PROTECTED]> wrote:
On Mon, May 16, 2005 at 07:55:52AM -0700, Sunburned Surveyor wrote:> I am new to Linux and Debian. I've just installed Debian from CD. I would> like to install some software on my new Linux computer. (For example, I
> would like to install OpenOffice.) However, I can't run "apt-get install",> because I don't have an internet connection to my Linux computer yet. I've> got access to a high-speed internet connection on a Windows computer.
>> What is the easiest way to install software on Debian in this situation? I> have figured out how to get apt to install software from a CD, but I'm not> sure how I resolve all the dependency issues.
If you have a complete set of CDs, there shouldn't be any dependencyproblems - everything you need will be on one or other of the CDs.During installation you are asked if you have any more CDs assources and you have to insert the whole set one by one so that apt
has a record of what you've got.  Did you miss this step?>  
Is there a way that I can run> apt-get from my Windows computer to download all the depencies I need? Then> I could burn the packages to CD and transfer them to my Debian computer. Or> is there another way to get all the dependencies for a particular peice of
> software that I want to install?>> Thanks for the help.>> Landon--David Jardine"Running Debian GNU/Linux andloving every minute of it."  -L. von Sacher-M.(1835-1895)
--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


Re: partitioning help

2005-05-16 Thread Monique Y. Mudama
On 2005-05-16, Lee Braiden penned:
> On Monday 16 May 2005 19:23, Monique Y. Mudama wrote:
>> If you have access to parted, you may find that it's a friendlier
>> way to partition and format a disk.  The help command actually is
>> helpful, and the error messages when it won't let you do something
>> are also pretty clear.
>
> Helpful online help?  This parted of yours sounds like a minor open
> source revolution ;)

Hah!

Well, *I* find it helpful.  YMMV, of course.

-- 
monique

Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html


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



Re: udev how to set up automatic /media/cdrom0

2005-05-16 Thread Brad Sawatzky
On Mon, 16 May 2005, Mitchell Laks wrote:

> On Monday 16 May 2005 08:49 am, LeVA wrote:
> 
> > -> debian-user@lists.debian.org,:
> > > Hi,
> > > are there any knowledgeable users of udev who can tell us how to
> > > configure udev scripts to automatically create
> > > /media/cdrom0 and /media/cdrom1?
[ . . . ]
> However, that udev info  document seems to be focused on the /dev/ devices, 
> which makes sense. The crazy behavior that I and others have seen lately in 
> debian is that the devices
> 
> /media/cdrom0 and /media/cdrom1 disappear after we reboot.
>  
> And I thought udev affects only /dev/ files???

udev handles devices (ie. special files in /dev).  udev does not handle
mount-points (ie. directories) in /media/, /mount/, /mnt/...

Software like gnome-volume-manager (others?) will create/delete
mount-points in /media/ by parsing data from udev and hald.

I don't know if there is an official declaration somewhere, but I suspect
that /media/ is for auto-generated mount-points and good old /mnt/ is for
'hand-made' ones.

-- Brad


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



XFree86 Kde and Intel 82845G gamma problem

2005-05-16 Thread Nathan Coulter
The gamma for my display (a Sylvania LCD panel) is off.  Several
gradients of light grey appear white.  Nothing I do changes the active
gamma setting.  I've tried xgamma, the KDE control center, and manually
editing XF86Config-4.  The monitor gamma never changes.  Any ideas?
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-12.0.1 20050223080930
[EMAIL PROTECTED])
KDE: 3.3.2
Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics
Device
Thanks in advance,

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



Re: looking for a converter

2005-05-16 Thread Lee Braiden
On Monday 16 May 2005 19:53, steef wrote:
> I am looking for a script/program/package *to convert pdf-files into
> openoffice.writer-files and/or kwrite-files and/or abiword*
> am working with sarge, standard-kernel, and installed from scrap: what i
> really need, included openoffice1.1.4, abiword, and some editors, vim,
> kate and kwrite. it 's all working fine.

As far as I know, the KWord does the best job of importing PDFs currently.  At 
least, that's what I heard a while back -- no reason to trust me on this.  If 
that *is* the case, then KWord's DCOP functions will help with writing a 
useful script.  Have a look at the GUI-based "kdcop" program to browse the 
functions available, and the command-line based "dcop" program to use them 
from a script.  You can also browse them directly from the "dcop" program, if 
you prefer.

-- 
Lee.

Please send replies to the list, not to my email address.


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



TX ok but no RX packets at all!

2005-05-16 Thread Joseph H. Fry
I have two identical Debian Sarge boxes... I can say identical because I
used dd to copy the HDD from the first one I set up (#1) and placed it in
the other (#2). I have changed the hostname, mailname, and IP address in the
second machine and both seem to work ok except the second machine will not
receive any packets whatsoever! 

ifconfig looks similar between the two machines, except the IP and MAC of
course 

route -n looks correct 

iptables -L shows all policies ACCEPT 

so they both look like they should work... however if I ping from #2 (the
clone) to #1 the packets get received and responded to (as shown by tcpdump)
but #2 still shows RX packets:0 errors:0 dropped:0... 0 ...0 ..0 

I just don't get it! The cable is good; the port is good, hell the NIC in #2
was good in XP a couple of days ago. Any help would be appreciated!


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



Re: Activating Automount for USB Pen drive devices in Gnome

2005-05-16 Thread Dan R. Hunt
On 5/16/05, Sven Arvidsson <[EMAIL PROTECTED]> wrote:
> Sorry, I should have added that you need to add yourself to the
> plugdev group also. Else, try running gnome-volume-manager from a
> terminal when you plug in the devices, and watch for any messages.

I added the users to the plugdev group. and plugged in the usb thumb
drive and it finds and describes  it
Messages something like this:
( nohup is not the right tool to capture console 1)
 
sda: assuming drive cache: write through
/dev/scsi/host7/bus0/target0/lun0:<3>ldm_parse_privehead Cannont find
PRIVEHEAD structure. LDM database is corrupt. Aborting
ldm_validate_priveheads(): Cannont find PRIVEHEAD 1
Unable to read partition table
Attached scsi removeable disk sda at scsi9, channel 0, id 0 lun 0

-- 
Dan Hunt  Saint Brieux Saskatchewan Canada



Re: Kaffeine: divx video suddenly doesn't work

2005-05-16 Thread Michael Appleman
On 5/16/05, Lee Braiden <[EMAIL PROTECTED]> wrote:
> On Monday 16 May 2005 18:40, Michael Appleman wrote:
> > For some reason the video in movie files with divx video doesn't show
> > anymore. The sound plays fine, but the video is just blank. wmv and plain
> > mpeg2 videos play fine. I have the complete codec pack from the mplayer
> > website installed, same as before when it worked. I even tried purging
> > kaffeine and reinstalling it, but still no go. Any ideas? I'm using
> > testing.
> 
> Are they the same divx videos that used to work?  If not, don't assume that
> they should.
> 
> Otherwise, try running kaffeine from the console, to see what messages you
> get.  Also, try xine, since it uses the same engine, and maybe mplayer too.
> Another thing is that you could try rebooting, in case your xv or x11 driver
> somehow got messed up.  It does *sound* OK from judging from the way you say
> that mpeg2 vids play alright, but it's worth checking, nonetheless.
> 
> --
> Lee.
> 
> Please send replies to the list, not to my email address.
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
Yeah, these are the same vids that used to work (ogm, mkv, and avi
files). I ran kaffeine from the console and nothing jumped out at me,
I attached the output so you could take a look. Thanks!



Re: Kaffeine: divx video suddenly doesn't work

2005-05-16 Thread Michael Appleman
On 5/16/05, Lee Braiden <[EMAIL PROTECTED]> wrote:
> On Monday 16 May 2005 18:40, Michael Appleman wrote:
> > For some reason the video in movie files with divx video doesn't show
> > anymore. The sound plays fine, but the video is just blank. wmv and plain
> > mpeg2 videos play fine. I have the complete codec pack from the mplayer
> > website installed, same as before when it worked. I even tried purging
> > kaffeine and reinstalling it, but still no go. Any ideas? I'm using
> > testing.
> 
> Are they the same divx videos that used to work?  If not, don't assume that
> they should.
> 
> Otherwise, try running kaffeine from the console, to see what messages you
> get.  Also, try xine, since it uses the same engine, and maybe mplayer too.
> Another thing is that you could try rebooting, in case your xv or x11 driver
> somehow got messed up.  It does *sound* OK from judging from the way you say
> that mpeg2 vids play alright, but it's worth checking, nonetheless.
> 
> --
> Lee.
> 
> Please send replies to the list, not to my email address.
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
Yeah, these are the same vids that used to work (ogm, mkv, and avi
files). I ran kaffeine from the console, and nothing jumped out at me,
I attached the output so you could take a look. Thanks!



looking for a converter

2005-05-16 Thread steef
hi folks,
I am looking for a script/program/package *to convert pdf-files into 
openoffice.writer-files and/or kwrite-files and/or abiword*
am working with sarge, standard-kernel, and installed from scrap: what i 
really need, included openoffice1.1.4, abiword, and some editors, vim, 
kate and kwrite. it 's all working fine.

somebody on the list who can help me with this??
kind regards,
steef
groet'n uit groningen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: partitioning help

2005-05-16 Thread Lee Braiden
On Monday 16 May 2005 19:23, Monique Y. Mudama wrote:
> If you have access to parted, you may find that it's a friendlier way
> to partition and format a disk.  The help command actually is
> helpful, and the error messages when it won't let you do something
> are also pretty clear.

Helpful online help?  This parted of yours sounds like a minor open source 
revolution ;)

-- 
Lee.

Please send replies to the list, not to my email address.


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



Re: Kaffeine: divx video suddenly doesn't work

2005-05-16 Thread Lee Braiden
On Monday 16 May 2005 18:40, Michael Appleman wrote:
> For some reason the video in movie files with divx video doesn't show
> anymore. The sound plays fine, but the video is just blank. wmv and plain
> mpeg2 videos play fine. I have the complete codec pack from the mplayer
> website installed, same as before when it worked. I even tried purging
> kaffeine and reinstalling it, but still no go. Any ideas? I'm using
> testing.

Are they the same divx videos that used to work?  If not, don't assume that 
they should.

Otherwise, try running kaffeine from the console, to see what messages you 
get.  Also, try xine, since it uses the same engine, and maybe mplayer too.  
Another thing is that you could try rebooting, in case your xv or x11 driver 
somehow got messed up.  It does *sound* OK from judging from the way you say 
that mpeg2 vids play alright, but it's worth checking, nonetheless.

-- 
Lee.

Please send replies to the list, not to my email address.


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



Re: partitioning help

2005-05-16 Thread Monique Y. Mudama
On 2005-05-16, Adam Majer penned:
> Franklin Parlamis wrote:
>
>> i tried to partition my hard drive for a debian woody install.  it
>> is just south of 80 Gb and IDE (from a Compaq EVO D510 I am
>> tranferring from Windows platform).  i wanted to go with 6
>> partitions, which would require using an extended type physical
>> drive to put the logical drives in.  using cfdisk, i made hda1
>> bootable and type 83 (2 Gb), hda2 type 82 (10 Gb).  but when i
>> tried to make hda3 an extended type (05, i believe) it would not
>> let me.  any thoughts?  my bios is compaq 68602 v2.20.
>>
> You don't make the extended partition. With cfdisk, you create
> either Primary or Logical partitions. This question is asked when
> you create a new partition. You can only have one block of logical
> partitions. If you try to mix them up too much you might end up with
> unusable disk space (until you repartition your drive)
>

To follow up on this,

If you have access to parted, you may find that it's a friendlier way
to partition and format a disk.  The help command actually is
helpful, and the error messages when it won't let you do something
are also pretty clear.

-- 
monique

Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html


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



Re: No sound (no /dev/dsp) on newly installed 2.6.8-2-386 with Intel 82801.

2005-05-16 Thread Kent West
Adam Funk wrote:

>Subsystem: Asustek Computer, Inc.: Unknown device 814e
>
>  
>
It's been my experience that if a device is an "Unkown device", it
doesn't work for me. I usually try upgrading to a newer kernel, or the
latest Sid update, which sometimes works for me.


-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



Re: Resolution setting for XDM with and LCD

2005-05-16 Thread Monique Y. Mudama
On 2005-05-15, N. Ross penned:
> Hi,
>
> I installed Woody and have a problem when I start X.  During the
> installation I specified that I use an LCD monitor with a native
> resolution of 1280x1024, but when I load twm or fvwm, the display is
> set to 1280x960.  In addition, the desktop image appears as a series
> of alternating grey/dark grey horizontal lines (is it supposed to be
> a solid color?).  I tried using CTRL+ALT+{+,-} with no effect.
> Anyhow, I just want to set the resolution to 1280x1024.
>
> Here is the "Monitor" and "Screen" section in my
> /etc/X11/XF86Config-4 (I haven't changed it since the install):

[snip]

> Section "Monitor"
> Identifier  "Generic Monitor"
> HorizSync   30-60
> VertRefresh 50-75
> Option  "DPMS"
> EndSection

[more snip]

I believe X spits out a bunch of stuff to the screen when it loads.  It
should tell you whether or not it likes various resolutions, and why.
You can typically take a look at that screen by using ctrl+alt+F1 once
the GUI has loaded; then use alt+F7 (I think; maybe some other F-key) to
get back to the GUI.

What does your monitor's booklet say about horizontal sync and
vertical refresh?  Mine had very specific values for these.

I also had some trouble getting X to play nice with my LCD monitor.
The settings from the monitor's book weren't great.  I googled for my
monitor, found some modeline stuff, and then used xvidtune to tweak
it.  Here's what I ended up with (note that the specific values are
almost certainly WRONG for your monitor; this is just an idea of the
general form):

HorizSync   63.53
VertRefresh 59.59
ModeLine "1280x1024" 108 1280 1344 1656 1700 1024 1029 1032 1066

Note that rather than having a range of values for HS and VR, I have a
single value.

-- 
monique

Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html


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



Re: udev how to set up automatic /media/cdrom0

2005-05-16 Thread Jonathan Kaye
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
En/La Jacob S ha escrit, a 16/05/05 14:52:
| On Mon, 16 May 2005 08:47:01 -0400
| Mitchell Laks <[EMAIL PROTECTED]> wrote:
|
|
|>Hi,
|>are there any knowledgeable users of udev who can tell us how to
|>configure  udev scripts to automatically create
|>/media/cdrom0 and /media/cdrom1?
|>
|>Also shouldn't this be part of the debian sarge installer?
|>
|>If you agree I will submit a bug...
|
|
| The Debian-Installer *did* automatically create a /media/cdrom0 and
| /media/cdrom1 on my non-udev system. I think your problem would be a bug
| of udev - if anything - not Debian-Installer.
|
| HTH,
| Jacob
|
|
Hi Jacob,
Can you tell us what version of debian & udev you're running? I'm using
Sarge 2.6.8-2-386 and udev 0.056-2 and have the same problem as Mitchell.
Thanks,
Jonathan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCiMKY64+f0AXUe+4RAlAgAJ90Nvc9JuIH7C51sswf9sksdVBgQwCfV8B5
iB9a1UG3imSUYKvM0s5JaGs=
=NPeb
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian newbie without internet connection...

2005-05-16 Thread David Jardine
On Mon, May 16, 2005 at 07:55:52AM -0700, Sunburned Surveyor wrote:
> I am new to Linux and Debian. I've just installed Debian from CD. I would 
> like to install some software on my new Linux computer. (For example, I 
> would like to install OpenOffice.) However, I can't run "apt-get install", 
> because I don't have an internet connection to my Linux computer yet. I've 
> got access to a high-speed internet connection on a Windows computer. 
> 
> What is the easiest way to install software on Debian in this situation? I 
> have figured out how to get apt to install software from a CD, but I'm not 
> sure how I resolve all the dependency issues. 

If you have a complete set of CDs, there shouldn't be any dependency 
problems - everything you need will be on one or other of the CDs.  
During installation you are asked if you have any more CDs as 
sources and you have to insert the whole set one by one so that apt 
has a record of what you've got.  Did you miss this step?

>   Is there a way that I can run 
> apt-get from my Windows computer to download all the depencies I need? Then 
> I could burn the packages to CD and transfer them to my Debian computer. Or 
> is there another way to get all the dependencies for a particular peice of 
> software that I want to install?
> 
> Thanks for the help.
> 
> Landon

-- 
David Jardine

"Running Debian GNU/Linux and
loving every minute of it."  -L. von Sacher-M.(1835-1895)


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



No sound (no /dev/dsp) on newly installed 2.6.8-2-386 with Intel 82801.

2005-05-16 Thread Adam Funk
I've just installed Debian testing on a new computer but I can't get the
sound to work.  I think the problem is that /dev/dsp doesn't exist,
although when I did "modprobe snd-intel8x0" it created /dev/snd/controlC0 
and /dev/snd/timer.

The kernel is 2.6.8-2-386 #1 and "lspci -v" includes the following:

:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High
Definition Audio Controller (rev 03)
Subsystem: Asustek Computer, Inc.: Unknown device 814e
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at cfef8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0
Enable-
Capabilities: [70] #10 [0091]

I'd appreciate any suggestions as I have basically no idea how to debug
sound problems.

Thanks,
Adam


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



apt-proxy setup questions

2005-05-16 Thread Bill Moseley
(sorry for dups[1])

I'm just setting up apt-proxy, but have a few questions.

1) apt-proxy caches the .deb files I request.  So, if I want to
*pre* fetch packages via cron during the night I might run:

apt-get -qq update && \
apt-get -qqd dist-upgrade && \
apt-get -qq clean

which fetches packages but doesn't install.  I use "clean" to remove
the packages from /var/cache/apt/archive since the packages are
already on my local LAN (in /var/cache/apt-proxy).  That's just to
avoid storing duplicates of the same .deb files in different locations
on the same disk.

Is that a good method to pre-fetch packages to make a real
dist-upgrade fast?

2) I'm confused about what to put into sources.list.  Before
apt-proxy I had not only my normal Debian archives listed, but a few
others for various packages -- such as transcode and mplayer:

   deb ftp://ftp.nerim.net/debian-marillat/ unstable main

Now, with apt-proxy I have this to use entry in sources.list (assuming
"aptproxy" is the proxy machine):

   deb http://aptproxy:/debian unstable main non-free contrib

Do I also need an entry for the marillat packages in sources.list?
Or do I only need to add an entry into the apt-procy-v2.conf file?

I suspect I don't really understand how the Debian archive works.
Seems like if I add a new backend into apt-proxy then the clients
would be able to find the package without having to modify the
client's sources.list file.

That is, if some package is not the the main Debian archive, but
available someplace else (like in the marillat archive) then only
apt-proxy would need to know about that new "backend" -- basically
extending my local archive -- and the Marillat packages magically
become available to all my clients.


3) One thing I'm not clear is how to limit package selection to a
given archive.  Say two different sites provide archives that both
contain mplayer and transcode.  So, normally you might only use one
archive for both packages.  But, is it possible to setup apt to only
fetch mplayer from one archive and transcode from the other?  That
is, limit a package to a given archive?


Thanks,



[1] posted similar on apt-proxy list.


-- 
Bill Moseley
[EMAIL PROTECTED]


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



Re: "Kernel Panic" upgrading from 2.4.27 to 2.6.8

2005-05-16 Thread Paul
Aitor,

I have run into this very issue.  Unfortunately I did not have the
time to isolate the actual cause.  I have a feeling it has to do with
the make oldconfig though because when I compiled a kernel with a
config from the make oldconfig, I would get this.  Although it's a
pain, remove the .config file and do a make menuconfig and re-enter
your settings.  That's what I did to fix it.  and if you have time run
a diff on the new .config with one that came from the make oldconfig. 
That was a little tedious for me.


On 5/16/05, Aitor Roncal <[EMAIL PROTECTED]> wrote:
> Hi list.
> 
> I have big trouble upgrading my Debian server from Kernel 2.4.27 to
> 2.6.8, maybe cause of RAID System. My root filesystem is mounted over
> RAID-1. I succeed in compiling new kernel 2.6.8 with RAID Support,
> SerialATA, EXT2, EXt3, RaidAutoDetect and similar stuff built-in, as
> needed in Kernel 2.4.27 to work properly as it does. But when trying
> to boot the new kernel i get a "Kernel Panic: VFS: Unable to mount
> root FS on unknown-block (9,1)". My fstab:
> 
> /dev/md1   /   ext3  errors=remount-ro  0 1
> /dev/hda2  noneswap  sw 0 0
> proc   /proc   proc  defaults   0 0
> /dev/hda1  /boot   ext2  defaults   0 2
> 
> where /dev/md1 is a fine working RAID-1 with partitions /dev/hda3 &
> /dev/hdb3 (Linux Raid Autodetext) on my 2.4.27 system. Lilo.conf:
> 
> lba32
> boot=/dev/hda
> install=/boot/boot-menu.b
> map=/boot/map
> delay=20
> vga=normal
> timeout=50
> prompt
> default=Linux-2.4.27-2
> image=/vmlinuz
>label=Linux-2.4.27-2
>root=/dev/md1
>read-only
>append="hdg=none"
> image=/vmlinuz.new
>label=Linux-2.6.8
>root=/dev/md1
>read-only
>append="hdg=none"
>optional
> 
> I cannot see the big difference between 2.4.X & 2.6.X configs (i made
> a "make oldconfig", and i have gone through both files again and
> again). I would appreciate any help.
> 
> Thanks,
> Aitor.
> 
> 


-- 
Paul

Email - [EMAIL PROTECTED]

"Look straight in the mirror, watch it come clearer
I look like a painter, behind all the grease
But paintings creating, and I'm just erasing.
crystal-clear canvas is my masterpiece"
Barenaked Ladies "When I fall"



Re: setting default compiler version

2005-05-16 Thread Michael Marsh
On 5/16/05, John Hasler <[EMAIL PROTECTED]> wrote:
> It may not have to do with the compiler.  The build system may be using cpp
> for some purpose of it's own.  Preprocessing source for the C compiler is
> not the only thing cpp gets used for.

That might be true, but two points:

1) quoting from the GNU cpp man page

   The C preprocessor is intended to be used only with C, C++, and Objec-
   tive-C source code.  In the past, it has been abused as a general text
   processor.  It will choke on input which does not obey C's lexical
   rules.  For example, apostrophes will be interpreted as the beginning
   of character constants, and cause errors.  Also, you cannot rely on it
   preserving characteristics of the input which are not significant to
   C-family languages.  If a Makefile is preprocessed, all the hard tabs
   will be removed, and the Makefile will not work.

2) The "safe" way to call cpp is to use "gcc -E" (or an equivalent),
so that the "correct" version gets called and search paths are set to
reasonable values.

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



Re: mount: mount point /media/cdrom0 does not exist

2005-05-16 Thread Sven Arvidsson
Jonathan Kaye wrote:
> I guess the thinking is that if you only reboot once a fortnight then
> creating the /media/cdromN mount points is no big deal. My gut feeling
> is that this was done intentionally for some security reason but I don't
> know enough about it to say for sure.

This sounds very strange, I'm using udev and haven't had any problem
with mount points gone missing. If this really is a bug (or strange
feature?) maybe it would be a good idea to alert debian-devel so it
could be resolved before Sarge?

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: Digital signature


Re: setting default compiler version

2005-05-16 Thread John Hasler
Michael Marsh wrote:
> The configure scripts are referring to directly to /usr/lib/cpp?  If
> so, that's a bug.  The compiler knows what the right preprocessor to
> use is, and it should be making that decision.

It may not have to do with the compiler.  The build system may be using cpp
for some purpose of it's own.  Preprocessing source for the C compiler is
not the only thing cpp gets used for.
-- 
John Hasler


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



Kaffeine: divx video suddenly doesn't work

2005-05-16 Thread Michael Appleman
For some reason the video in movie files with divx video doesn't show
anymore. The sound plays fine, but the video is just blank. wmv and
plain mpeg2 videos play fine. I have the complete codec pack from the
mplayer website installed, same as before when it worked. I even tried
purging kaffeine and reinstalling it, but still no go. Any ideas? I'm
using testing.


Re: mount: mount point /media/cdrom0 does not exist

2005-05-16 Thread Jonathan Kaye
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
En/La Mitchell Laks ha escrit, a 16/05/05 14:38:

|
| Hi Jonathan,
|
| I suspect it is another damned consequence of udev. I wonder what we
do to
| avoid having to do this by a script of our own each time? where do we set
| udev up for the cdroms?
|
| Mitchell
|
|
Hi Mitchell,
I guess the thinking is that if you only reboot once a fortnight then
creating the /media/cdromN mount points is no big deal. My gut feeling
is that this was done intentionally for some security reason but I don't
know enough about it to say for sure.
Since I don't reboot all that often and I have integrated my script into
a desktop shortcut which I just click and then, when prompted, type in
my root password and that's it, I felt I could live with the situation.
I'm sure you're right that it has something to do with udev. I recall
having to track down the new mountpoint after some upgrade that did
involve udev. Let me know if you want the script and the (KDE) command
that gets it to run as root when you supply the password.
Cheers,
Jonathan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCiLjQ64+f0AXUe+4RAsiDAKCPY/n31e1K5Mw1UTWCLuq68VEAOgCgkxOP
mg8Zy2KCz61Fjk5FftfQVGM=
=4n2L
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Rolex Dealer

2005-05-16 Thread Freda
Rolex is what I want you to wear.
http://crimes.rf6.net/rolex/vron/enmity.html
AIM ? Rolex, Cartier and Breitling

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



Re: Woody -> Sarge apt-get dist-upgrade

2005-05-16 Thread Clive Menzies
On (16/05/05 22:03), Mankuthimma wrote:
> > At the risk of being contrary, I recently (January) upgraded a couple of
> > servers from woody to sarge and it was pretty trivial - in fact I don't
> > recall having to do any reconfiguration other than answer some questions
> > during the upgrade.
> > 
> > Given the supposed strength of Debian is that it makes upgrades easy via
> > aptitude/apt-get, I find the rather dramatic warnings, strange.
> 
> Your mileage may vary depending on the services you may be running.
> There are some very critical changes between Woody and Sarge, esp in
> packages such as slapd, exim, etc.

Acknowledged, although the exim4 upgrade seemed to be handled well - the
config file was derived from the existing exim3 one.  Having said that,
it was only dealing with system mail.  FWIW the servers were running
samba, nfs, cups and all the config files were retained.  The
install/upgarde process stops where config changes are contemplated and
asks whether you wish to accept the maintainer's version - the default
is to keep existing config files; they all seemed to work OK.  Perhaps I
was just lucky ;)

> 
> If you have a highly customised install of woody, then chances are
> very high that you may end up with a screwed up system. I would
> suggest sticking to woody in such cases. But, if you are running
> desktop/less critical installs, then a dist-upgrade may be very well
> in order (though, I would be surprised if you aren't tracking Sid
> already :)
 
Yep - sid on workstations (upgraded from woody about 18 months ago)

Regards

Clive

-- 

www.clivemenzies.co.uk ...
...strategies for business



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



Re: Activating Automount for USB Pen drive devices in Gnome

2005-05-16 Thread Sven Arvidsson
Dan R. Hunt wrote:
> I have the latest version installed, and the box's selected for mount
> and browse.

Sorry, I should have added that you need to add yourself to the
plugdev group also. Else, try running gnome-volume-manager from a
terminal when you plug in the devices, and watch for any messages.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


signature.asc
Description: Digital signature


Re: Packages on Debian Site

2005-05-16 Thread Derek \"The Monkey\" Wueppelmann
On Mon, 2005-05-16 at 12:47, Sunburned Surveyor wrote:
> I had a quick question about the packages hosted on the Debian site.
> When you are viewing the packages for a program, the Debian site lists
> related packages. For example, the package page for Inkscape:
> 
> http://packages.debian.org/testing/graphics/inkscape
> 
> Lists several packages under the section "Other Packages Related To
> Inkscape". These related packages are organized into 3 catagories. (1)
> Depends, (2) Recommends, and (3) Suggests.
> 
> When you click on the download link for your architecture under the
> "Download Inkscape" Section, are you only downloading the core package
> for Inkscape? Does this include any of the packages listed in the
> "Other Packages Related To Inkscape" section? Or would you also need
> to download those dependant packages seperately?
> 
> Is there a way to see what packages I already have installed on my
> Devian System?

The easiest way to install this would be to use something like apt or
aptitude to do the installation, as it would resolve the dependencies
for you. Failing that of course you can manually download each package
that you do not currently have and install them separately. The meanings
of the listings are:

Depends - You need to have this package installed in order to install
the main package.
Recommends - Is a package that works with the main package and the
maintainer of the package recommends that you also install it.
Suggests - Additional packages that are also useful in conjunction with
the main package.

To see what packages you currently have installed you can use the dpkg
command to list them out:
dpkg -l
will list all of the packages that have an entry in the debian packages
database. If the first column contains ii then that package is
installed.

Again you would probably want to install new packages using apt or
aptitude. I prefer apt, in this case you could do the following:

apt-get install inkscape

Of course you would need to make sure that your apt sources file is
setup correctly.

-- 
 o)  Derek Wueppelmann (o
(D .   [EMAIL PROTECTED]  D).
((`   http://www.monkeynet.ca/ ( ) `


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


Re: Network scan

2005-05-16 Thread Mark Roach
Alexandar Angelov wrote:
Mark Roach wrote:
On Sun, 2005-05-15 at 00:39 +0300, Alexandar Angelov wrote:
Do you know any command(script) to scan range from 192.168.35.1 to 
92.168.35.255 and return if port :80 , :21 and MAC Addr.
nmap
-Mark
MAC?
If you just want the MAC address of a host (not sure why you would), run 
'arp hostname'

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



Packages on Debian Site

2005-05-16 Thread Sunburned Surveyor
I had a quick question about the packages hosted on the Debian site.
When you are viewing the packages for a program, the Debian site lists
related packages. For example, the package page for Inkscape:

http://packages.debian.org/testing/graphics/inkscape

Lists several packages under the section "Other Packages Related To
Inkscape". These related packages are organized into 3 catagories. (1)
Depends, (2) Recommends, and (3) Suggests.

When you click on the download link for your architecture under the
"Download Inkscape" Section, are you only downloading the core package
for Inkscape? Does this include any of the packages listed in the
"Other Packages Related To Inkscape" section? Or would you also need to
download those dependant packages seperately?

Is there a way to see what packages I already have installed on my Devian System?

Thanks,

The Sunburned Surveyor


RE: tu mensaje no lo puedo abrir, "tiene un virus"

2005-05-16 Thread Francisco Valcarce Arias
¿quién eres??

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



Re: Woody -> Sarge apt-get dist-upgrade

2005-05-16 Thread Mankuthimma
> At the risk of being contrary, I recently (January) upgraded a couple of
> servers from woody to sarge and it was pretty trivial - in fact I don't
> recall having to do any reconfiguration other than answer some questions
> during the upgrade.
> 
> Given the supposed strength of Debian is that it makes upgrades easy via
> aptitude/apt-get, I find the rather dramatic warnings, strange.

Your mileage may vary depending on the services you may be running.
There are some very critical changes between Woody and Sarge, esp in
packages such as slapd, exim, etc.

If you have a highly customised install of woody, then chances are
very high that you may end up with a screwed up system. I would
suggest sticking to woody in such cases. But, if you are running
desktop/less critical installs, then a dist-upgrade may be very well
in order (though, I would be surprised if you aren't tracking Sid
already :)



Re: friendly scp (help)

2005-05-16 Thread mess-mate
Lasse Pommerenke <[EMAIL PROTECTED]> wrote:
| > I'm looking for a "file manager" like mc, but for scp connections.
| 
| Tux Commander looks like mc and supports scp connections. 
| 
Where can we get it ?
The *.deb package from tux commander didn't install ( is not a deb
file)
And the tar.bz2 file wouldn't open.


mess-mate
--
Q:  What do you call the money you pay to the government when
you ride into the country on the back of an elephant?
A:  A howdah duty.


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



Re: friendly scp (help)

2005-05-16 Thread Alex Malinovich
On Mon, 2005-05-16 at 17:28 +0200, Alberto Bert wrote:
> Hi all,
> 
> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each of
> them with a different command and passwd... :-(
> 
> Do you know any nice solution?

If you already run Nautilus, it has built-in support for SCP
connections. Just navigate to "ssh://[EMAIL PROTECTED]:/directory". If you
don't already have Nautilus installed it's probably overkill to install
it just for this though. (and as it's not exactly light-weight, don't
expect to run it on a 233 MHz machine) But I think a default Gnome
install pretty much has to have Nautilus anyway, so assuming you're a
Gnome user you should be all set to go.

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



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


"Kernel Panic" upgrading from 2.4.27 to 2.6.8

2005-05-16 Thread Aitor Roncal
Hi list.

I have big trouble upgrading my Debian server from Kernel 2.4.27 to
2.6.8, maybe cause of RAID System. My root filesystem is mounted over
RAID-1. I succeed in compiling new kernel 2.6.8 with RAID Support,
SerialATA, EXT2, EXt3, RaidAutoDetect and similar stuff built-in, as
needed in Kernel 2.4.27 to work properly as it does. But when trying
to boot the new kernel i get a "Kernel Panic: VFS: Unable to mount
root FS on unknown-block (9,1)". My fstab:

/dev/md1   /   ext3  errors=remount-ro  0 1
/dev/hda2  noneswap  sw 0 0
proc   /proc   proc  defaults   0 0
/dev/hda1  /boot   ext2  defaults   0 2

where /dev/md1 is a fine working RAID-1 with partitions /dev/hda3 &
/dev/hdb3 (Linux Raid Autodetext) on my 2.4.27 system. Lilo.conf:

lba32
boot=/dev/hda
install=/boot/boot-menu.b
map=/boot/map
delay=20
vga=normal
timeout=50
prompt
default=Linux-2.4.27-2
image=/vmlinuz
   label=Linux-2.4.27-2
   root=/dev/md1
   read-only
   append="hdg=none"
image=/vmlinuz.new
   label=Linux-2.6.8
   root=/dev/md1
   read-only
   append="hdg=none"
   optional
   
I cannot see the big difference between 2.4.X & 2.6.X configs (i made
a "make oldconfig", and i have gone through both files again and
again). I would appreciate any help.

Thanks,
Aitor.



Re: Libranet / Ubuntu --> Debian?

2005-05-16 Thread Roby
Kent West wrote:

> Bob Freemer wrote:
> 
>>I've discovered one of the remaining few areas where Debian can be a real
>>pain is in hardware detection.  I've tested on a number of machines and
>>even debian-installer can't match libranet/ubuntu/knoppix.  Any tips on
>>using one of these distros to install plain debian?  Or even better, an
>>apt-get metapackage which installs required packages for ACCURATE hardware
>>detection?  Knoppix and libranet last I tried leave little traces of
>>custom packages so full migration to debian is buggy.
>>  
>>
> Kanotix is a Knoppix-like distro that is designed to be completely
> Debian-based, so that migration to pure Debian is a no-brainer.
> http://kanotix.org/
> 
I took your advice and installed Kanotix on two machines, then did
dist-upgrades.  I was amazed at all the magic.

Thanks!!

Roby


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



Re: friendly scp (help)

2005-05-16 Thread Lasse Pommerenke
> I'm looking for a "file manager" like mc, but for scp connections.

Tux Commander looks like mc and supports scp connections. 

-- 
Lasse



Re: friendly scp (help)

2005-05-16 Thread Lee Braiden
On Monday 16 May 2005 16:33, Lee Braiden wrote:
> and possibly worker as well.

Sorry, not worker.  I meant krusader.

-- 
Lee.

Please send replies to the list, not to my email address.


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



Re: friendly scp (help)

2005-05-16 Thread Jacob S
On Mon, 16 May 2005 17:28:24 +0200
Alberto Bert <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each
> of them with a different command and passwd... :-(
> 
> Do you know any nice solution?

If you're simply wanting to avoid having to run scp multiple times, look
at the '-r' switch. (man scp for more info.) If you really want a GUI to
go along with it, try gftp - it can do ssh/scp as well as ftp.

HTH,
Jacob
 


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



Re: friendly scp (help)

2005-05-16 Thread Lee Braiden
On Monday 16 May 2005 16:28, Alberto Bert wrote:
> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each of
> them with a different command and passwd... :-(
>
> Do you know any nice solution?

Well, if something GUI-based is OK, konqueror can do SCP, and possibly worker 
as well.  Otherwise, I'd suggest looking into the shfs packages ;)

-- 
Lee.

Please send replies to the list, not to my email address.


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



Re: friendly scp (help)

2005-05-16 Thread Rodney D. Myers
On Mon, 16 May 2005 17:28:24 +0200
Alberto Bert <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I'm looking for a "file manager" like mc, but for scp connections.
> Cause, I often transfere several directories and I have to copy each
> of them with a different command and passwd... :-(
> 
> Do you know any nice solution?
> 
> Thanks,
> ALberto

Something Like SecPanel? Does scp with a gio interface.

-- 
Rodney D. Myers <[EMAIL PROTECTED]> 
Registered Linux User #96112
ICQ#: AIM#:   YAHOO:
18002350  mailman452  mailman42_5

They that can give up essential liberty to obtain a 
little temporary safety deserve neither liberty nor safety.
Ben Franklin - 1759


pgpm7YMqUL2w9.pgp
Description: PGP signature


friendly scp (help)

2005-05-16 Thread Alberto Bert
Hi all,

I'm looking for a "file manager" like mc, but for scp connections.
Cause, I often transfere several directories and I have to copy each of
them with a different command and passwd... :-(

Do you know any nice solution?

Thanks,
ALberto


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



Re: Activating Automount for USB Pen drive devices in Gnome

2005-05-16 Thread Dan R. Hunt
On 5/16/05, Sven Arvidsson <[EMAIL PROTECTED]> wrote:
> If those are UMS (USB Mass Storage) all you should need is
> gnome-volume-manager.

I have the latest version installed, and the box's selected for mount
and browse.
-- 
Dan Hunt  Saint Brieux Saskatchewan Canada



Re: Debian newbie without internet connection...

2005-05-16 Thread Kent West
Sunburned Surveyor wrote:

> I am new to Linux and Debian. I've just installed Debian from CD. I
> would like to install some software on my new Linux computer. (For
> example, I would like to install OpenOffice.) However, I can't run 
> "apt-get install", because I don't have an internet connection to my
> Linux computer yet. I've got access to a high-speed internet
> connection on a Windows computer.
>
> What is the easiest way to install software on Debian in this
> situation? I have figured out how to get apt to install software from
> a CD, but I'm not sure how I resolve all the dependency issues. Is
> there a way that I can run apt-get from my Windows computer to
> download all the depencies I need? Then I could burn the packages to
> CD and transfer them to my Debian computer. Or is there another way to
> get all the dependencies for a particular peice of software that I
> want to install?

Rather than answer the question you're asking, I'm going to suggest that
you instead fix your networking. It'll make life a lot easier, IMO. A
lot. Bunches. Oodles. Gobs.

Of course, that's assuming your lack of an internet connection to your
Debian computer is easily fixed.

If, for whatever reason, you prefer to stick to installation via CDs,
I'd recommend that you simply download and burn to CD the ISO images for
Debian, or at least the first 3 or 4 CDs. Then you can just "apt-get
install " (for packages on those CDs; they're arranged in
order of popularity, with the first CD having the most popular packages
on it), and the dependency issues will be handled automagically.

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



[IPMG1:SUSPECTED SPAM] Re: Configuring X on Intel 82845 gl board

2005-05-16 Thread Kent West
shatam bhattacharya wrote:

> >I assume the "1.0.0.0" is what your system believes the IP address to
> >be for debian.org. If so, then something's seriously hosed with your
> >DNS lookups.
>
> I am using a telephone line DSL (make Dlink 502T router) and ethernet
> card (Realtek 8139 PCI Fast Ethernet). I have a subsciption of MTNL
> (Govt. telephone Co.). And most importantly everything else seems to
> work fine. I can ping, surf, use DAP, etc. Is it possible for the DNS
> lookup to fail in the case of apt and not  while pinging the site. I
> mean I don't know. Cannot there be any other problem with apt???
>
> Shatam Bhattacharya
> New Delhi,
> India


It's quite possible there's another problem with apt; it does seem odd
that your network would work properly except when it comes time to use apt.

I think I'd try a different mirror, perhaps one closer to home. You can
find a list of mirrors for stable here:
http://www.debian.org/CD/http-ftp/ (and many of these will probably work
for testing also). It may be that you're just having trouble reliably
getting to debian.org from New Delhi. I see similar problems when my
local ISP is congested (university, when the students are out of class
and downloading the latest goodies, etc).

-- 
Kent West
Technology Support
/A/bilene /C/hristian /U/niversity


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



Re: CVS: No such repository

2005-05-16 Thread Roberto C. Sanchez
Quoting Andrew Berry <[EMAIL PROTECTED]>:
Hi,
I have a Debian server running Sarge running MySQL and CVS mainly.  
All was working correctly until an upgrade this morning.

Now when I try and log into CVS I get an error saying "no such 
repository" - this is when I try and login locally or remotely.  I've 
checked again the permissions on the repository and they look OK, and 
the groups/owners are correct as well.  Also in the syslog I get the 
following error:-  cvs-pserver[709]: connect from 10.142.5.15 
(10.142.5.15) and then "cvs: login refused for 
/data/cvs_home/repository_root".

You might want to check and see if you have pserver connections allowed
in /etc/hosts.allow.  Other than that, I am not sure.  Check if the
filesystem, the CVSROOT is on has any corruption.
Sorry if this is either a) a really simple thing to solve but it's 
causing me major problems as I have a numbers of users who cannot 
check code out at the moment or b) the wrong list to post this too, 
if so can someone please point me in the correct direction.

No sweat.  A more complete snippet of your log might be revealing.
CVS version is  1.12.9 (client/server).
Thanks for your help.
Andrew
Andrew Berry
IT Systems Administrator
Document Outsourcing Limited
Roberto
P.S.  This disclaimer below is completely nonsensical in the context of a
public mailing list that is archived on servers the world over.  It is also
likely not legally enforcable anywhere in the world and makes your 
organization
look like it is run by people who fail to realize that.

--
This e-mail message is confidential and for use by the addressee 
only. If the message is received by anyone other than the addressee, 
please return the message to the sender by replying to it and then 
delete the message from your computer.

Internet e-mails are not necessarily secure.
Document Outsourcing Ltd (formerly Stortext UK Ltd)  does not accept 
responsibility for changes made to this message after it was sent.

Whilst all reasonable care has been taken to avoid the transmission 
of viruses, it is the responsibility of the recipient to ensure that 
the onward transmission, opening or use of this message and any 
attachments will not adversely affect its systems or data.

No responsibility is accepted by Document Outsourcing Ltd in this 
regard and the recipient should carry out such virus and other checks 
as it considers appropriate.




--
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: setting default compiler version

2005-05-16 Thread Martin Henne
Lee Braiden wrote:

> I'm sure there's an official way to do this.  If nothing else, you can
> edit the global make defaults (probably in /usr/share somewhere?), and
> redefine CC
> etc. that way.  Otherwise, you can set the CC variable and similar
> variables in the system-wide profile.

O.k., I consider doing that.

> I just use a shell script that sets up the variables, then gives me an new
> interactive shell to do compilations etc.
> 
> Note that not everything compiles on GCC 4 yet, so even when you get this
> working, it might not be as useful as you expect :(

As for now, I just need to test gcc 3.4, not gcc 4. But what you said
could, of course, apply to gcc 3.4, too. 

One problem is, that e.g. the nvidia modules does not load into the
kernel when compiled with 3.4, for the kernel was compiled using 3.3.x.





Martin


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



Re: Configuring X on Intel 82845 gl board

2005-05-16 Thread shatam bhattacharya

>I suspect you'll want that file. Here's what mine looks like:
>
> > enjae[westk]:/etc/apt/apt.conf.d> cat 70debconf
> > // Pre-configure all packages with debconf before they are installed.
> > // If you don't like it, comment it out.
> > DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
Ok i 'll leave it alone.

>I assume the "1.0.0.0" is what your system believes the IP address to >be for debian.org. If so, then something's seriously hosed with your >DNS lookups.

I am using a telephone line DSL (make Dlink 502T router) and ethernet card (Realtek 8139 PCI Fast Ethernet). I have a subsciption of MTNL (Govt. telephone Co.). And most importantly everything else seems to work fine. I can ping, surf, use DAP, etc. Is it possible for the DNS lookup to fail in the case of apt and not  while pinging the site. I mean I don't know. Cannot there be any other problem with apt???
Any clues.
Bye




Shatam Bhattacharya
New Delhi,
India
   




Re: Configuring X on Intel 82845 gl board

2005-05-16 Thread shatam bhattacharya

>I suspect you'll want that file. Here's what mine looks like:
>
> > enjae[westk]:/etc/apt/apt.conf.d> cat 70debconf
> > // Pre-configure all packages with debconf before they are installed.
> > // If you don't like it, comment it out.
> > DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
Ok i 'll leave it alone.

>I assume the "1.0.0.0" is what your system believes the IP address to >be for debian.org. If so, then something's seriously hosed with your >DNS lookups.

I am using a telephone line DSL (make Dlink 502T router) and ethernet card (Realtek 8139 PCI Fast Ethernet). I have a subsciption of MTNL (Govt. telephone Co.). And most importantly everything else seems to work fine. I can ping, surf, use DAP, etc. Is it possible for the DNS lookup to fail in the case of apt and not  while pinging the site. I mean I don't know. Cannot there be any other problem with apt???
Any clues.
Bye




Shatam Bhattacharya
New Delhi,
India
   




Debian newbie without internet connection...

2005-05-16 Thread Sunburned Surveyor
I am new to Linux and Debian. I've just installed Debian from CD. I
would like to install some software on my new Linux computer. (For
example, I would like to install OpenOffice.) However, I can't
run  "apt-get install", because I don't have an internet
connection to my Linux computer yet. I've got access to a high-speed
internet connection on a Windows computer. 

What is the easiest way to install software on Debian in this
situation? I have figured out how to get apt to install software from a
CD, but I'm not sure how I resolve all the dependency issues. Is there
a way that I can run apt-get from my Windows computer to download all
the depencies I need? Then I could burn the packages to CD and transfer
them to my Debian computer. Or is there another way to get all the
dependencies for a particular peice of software that I want to install?

Thanks for the help.

Landon


Re: Debian Prebuilt Kernels

2005-05-16 Thread Alexander Schmehl
Hi!

* Øyvind Lode <[EMAIL PROTECTED]> [050516 16:41]:

> But kernel-image-2.4-686 and kernel-image-2.6-686 is very small... Why??

Take a look at the package description:
They are just meta-packages, depending on the latest packages
Kernel-Version of that Series.


> Is kernel-image-2.4.27-2-686 the latest 2.4 debian kernel?
> Is kernel-image-2.6.8-2-686 the latest 2.6 debian kernel?

Yes.


Yours sincerely,
  Alexander

-- 
http://learn.to/quote/
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Debian Prebuilt Kernels

2005-05-16 Thread Øyvind Lode
Hi
I'm running a Sarge as a webserver etc.
I have searched apt for prebuild kernels that suits my system and I have 
found 4 images:

kernel-image-2.4-686
kernel-2.4.27-2-686
kernel-image-2.6-686
kernel-image-2.6.8-2-686
All are i686 which is perfect for my P4 CPU.
But kernel-image-2.4-686 and kernel-image-2.6-686 is very small... Why??
Is kernel-image-2.4.27-2-686 the latest 2.4 debian kernel?
Is kernel-image-2.6.8-2-686 the latest 2.6 debian kernel?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: setting default compiler version

2005-05-16 Thread Martin Henne
Michael Marsh wrote:

> The configure scripts are referring to directly to /usr/lib/cpp?  If
> so, that's a bug.  The compiler knows what the right preprocessor to
> use is, and it should be making that decision.

I agree. But finally I found, that setting the environment variable
'CPP' helped the configure script. So besides CC and CXX, I now set
CPP to use the *-3.4 version.

Thanx for helping anyway.



Martin


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



CVS: No such repository

2005-05-16 Thread Andrew Berry
Hi,

I have a Debian server running Sarge running MySQL and CVS mainly.  All was 
working correctly until an upgrade this morning.

Now when I try and log into CVS I get an error saying "no such repository" - 
this is when I try and login locally or remotely.  I've checked again the 
permissions on the repository and they look OK, and the groups/owners are 
correct as well.  Also in the syslog I get the following error:-  
cvs-pserver[709]: connect from 10.142.5.15 (10.142.5.15) and then "cvs: login 
refused for /data/cvs_home/repository_root".

Sorry if this is either a) a really simple thing to solve but it's causing me 
major problems as I have a numbers of users who cannot check code out at the 
moment or b) the wrong list to post this too, if so can someone please point me 
in the correct direction.

CVS version is  1.12.9 (client/server).

Thanks for your help.

Andrew

Andrew Berry
IT Systems Administrator
Document Outsourcing Limited

-- 
This e-mail message is confidential and for use by the addressee only. If the 
message is received by anyone other than the addressee, please return the 
message to the sender by replying to it and then delete the message from your 
computer. 

Internet e-mails are not necessarily secure. 

Document Outsourcing Ltd (formerly Stortext UK Ltd)  does not accept 
responsibility for changes made to this message after it was sent.
 
Whilst all reasonable care has been taken to avoid the transmission of viruses, 
it is the responsibility of the recipient to ensure that the onward 
transmission, opening or use of this message and any attachments will not 
adversely affect its systems or data. 

No responsibility is accepted by Document Outsourcing Ltd in this regard and 
the recipient should carry out such virus and other checks as it considers 
appropriate. 





  1   2   >