Bluez - PIN

2006-07-20 Thread debian
Running sid.

After a recent upgrade - my phone can no longer pair.

I see the rfcomm0 port opened, and the phone then asks for a pin (I'm a
little confused here - since it's already been paired and registered in
the phone's list of devices).

But - no pin works - I just get "Pin Mismatch" on the phone. No prompt
for a pin on the laptop either.

I've attached the two config files below. Note that changing the
security setting from auto to user - still no prompt on the laptop
(after any changes to these files I've run /etc/init.d/bluetooth restart)

I tried removing the device from the phone's list - same thing.
Restarted the phone and the phone's bluetooth. No change.

Oddly there is a /etc/bluetooth/pin file that also contains just the string

1234

This _may_ be a hangover from older versions.

Packages:

ii  bluez-hcidump   1.31-1
ii  bluez-pin   0.30-2.1
ii  bluez-utils 3.1-2

Where does bluez-pin fit in when hcid.conf has a local passkey set?



So - how do I get rid of this pin mismatch error on the phone?


/etc/bluetooth/rfcomm.conf

rfcomm0 {
  bind yes;
  device ;
  channel 1;
  comment "S700i GPRS";
}

/etc/bluetooth/hcid.conf

# HCId options
options {
# Automatically initialize new devices
autoinit yes;

# Security Manager mode
#   none - Security manager disabled
#   auto - Use local PIN for incoming connections
#   user - Always ask user for a PIN
#
security auto;

# Pairing mode
#   none  - Pairing disabled
#   multi - Allow pairing with already paired devices
#   once  - Pair once and deny successive attempts
pairing multi;

# Default PIN code for incoming connections
passkey "1234";
}

# Default settings for HCI devices
device {
# Local device name
#   %d - device id
#   %h - host name
name "%h-%d";

# Local device class
class 0x3e0100;

# Default packet type
#pkt_type DH1,DM1,HV1;

# Inquiry and Page scan
iscan enable; pscan enable;

# Default link mode
#   none   - no specific policy
#   accept - always accept incoming connections
#   master - become master on incoming connections,
#deny role switch on outgoing connections
lm accept;

# Default link policy
#   none- no specific policy
#   rswitch - allow role switch
#   hold- allow hold mode
#   sniff   - allow sniff mode
#   park- allow park mode
lp rswitch,hold,sniff,park;
}


-- 
Chris


smime.p7s
Description: S/MIME Cryptographic Signature


Re: gnuplot: set terminal pdf

2006-07-20 Thread Florian Kulzer
On Wed, Jul 19, 2006 at 18:16:01 -0400, Mathieu Malaterre wrote:
> Hello
> 
>  I was wondering if anyone manage to get 'set terminal pdf' to work
> on there debian machine. Apparently there is a licensing issue:
> 
> [Bug#248426: set terminal pdf doesn't work]
> http://groups.google.com/group/linux.debian.bugs.dist/browse_frm/thread/b7637b115e19b025/b98c9bc765a0b895?&hl=en#b98c9bc765a0b895
> 
> Is there a way to get pdflite ? I was trying with
> debian-unofficial.org but again I cannot get this library.
> 
> $ sudo apt-get install pdflib-lite
> Reading package lists... Done
> Building dependency tree... Done
> E: Couldn't find package pdflib-lite

AFAIK the package is called "libpdflite5". I have

deb http://ftp.debian-unofficial.org/debian sid main contrib non-free restricted

in my sources.list and I find

$ apt-cache policy libpdflite5
libpdflite5:
  Installed: (none)
  Candidate: 6.0.3-1duo+etch1
  Version table:
 6.0.3-1duo+etch1 0
500 http://ftp.debian-unofficial.org sid/non-free Packages

I think you will still have to compile gnuplot yourself to enable pdf
terminal support. I was always to lazy for that, so I just use

set terminal postscript eps enhanced color solid rounded
set output "plotname.eps"

and add one line to the end of my gnuplot scripts:

!epstopdf plotname.eps && rm plotname.eps

That will give you nice, compact PDF plots with far less hassle.
(epstopdf is included in the package "tetex-bin")

I can send you a complete example script off-list if you want.

-- 
Regards,
  Florian


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



Re: video file information

2006-07-20 Thread jdkaye10
Pol Hallen wrote:

> Hey all :-)
> 
> i need a program (or script) to do a check of information of video file
> (resolution, which codecs uses, etc)
> 
> which program i could use?!
> 
> thanks! ;-)
>  
> Pol
Hi Pol,
Maybe you want file. At the command line if you type
[EMAIL PROTECTED]:~/Films$ file myfilm.avi
you get:
myfilm.avi: RIFF (little-endian) data, AVI, 720 x 576, 25.00 fps, video:
XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)
Is this what you want?
Cheers,
Jonathan



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



Re: setting up partition before cryptsetup

2006-07-20 Thread Dave Patterson
* Dave Patterson <[EMAIL PROTECTED]> [2006-07-19 21:31:19 +0700]:

 
> A how-to here:
> 
> 
> 
Has been changed to:




-- 
Cheers,

  Dave 


signature.asc
Description: Digital signature


Re: Iptables and kernel 2.6.17 phelp needed -- SOLVED

2006-07-20 Thread chavdar
On ср, 2006-07-19 at 22:18 +0700, Dave Patterson wrote:
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2006-07-19 22:54:31 +0800]:
> 
>  
> > As I recall, this broke for me in going from 2.6.15 to 2.6.16.
> > 
> > Clayton
> > 
> Yup, it did - my solution was to install a stock kernel, and used it's
> .config as the basis for my custom kernel's config, then remove the stock
> kernel.  It saved a little heartache looking through the new directory
> structure, and was faster, too.
> 

Thank you all for the hints.
What I did was actually go back to kernel 2.6.15 where my oldconfig
worked.
Then from 2.6.15 I upgraded to 2.6.16 and this time it didn't break.
And finally the step form 2.6.16 to 2.6.17 was successful. It took me
all night to compile kernels and test!
This was my toughest ever update of my Debian box!
A few days ago I migrated from XFree86 to Xorg, it was painful too.
Debian used to be the easiest to upgrade Operating System, now I find it
very frustrating...
I didn't realise that my omitting several kernel releases would break
things. By means of oldconfig I some time ago upgraded from 2.4.27 to
2.6.8 kernel without any problems! This is ridiculous. What if I were
running Debian Stable and decided to give Unstable a go (which is a very
common scenario)? The migration from 2.6.8 to 2.6.17 would definitely
break!
I know this is what Unstable is all about.
Don't get me wrong - I am not complaining much.
But I am sure there are users that will not have the patience to solve
their problems and my current post's aim is to ask if there is a way of
avoiding such major omissions.

Best regards and enjoy our favourite distro

Chavdar Videff


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



VS: SMS Gateway

2006-07-20 Thread Tommi Pisto
If you are looking free open source gateway, test Kannel
(http://www.kannel.org).

But if you need really easy, non production gateway for personal purposes,
plug your Nokia phone to your computer with a cable and send messages using
Gnokii (http://www.gnokii.org). In gnokii package there is an awesome
application that connects to MySQL (or Postgres) database and adds incoming
messages to INBOX -table and sends messages out that has been put to OUTBOX
-table. Using triggers, you can easily make SMS services that take some
commands and sends messages back.

But as said, for commercial large scale applications, I recommend Kannel.

Best regards,

Tommi Pisto

-Alkuperäinen viesti-
Lähettäjä: Jeff D [mailto:[EMAIL PROTECTED] 
Lähetetty: 20. heinäkuuta 2006 0:11
Vastaanottaja: [EMAIL PROTECTED]
Kopio: debian-isp@lists.debian.org; debian-user List
Aihe: Re: SMS Gateway

Michele Della Marina wrote:
> Yes, but I would like to install a personal gateway server, so I'm
> looking for documentation
>
> On 7/19/06, Chris Jones <[EMAIL PROTECTED]> wrote:
>> You could try using an email-to-sms gateway service -- many ISPs and
>> telecommunications companies offer such a service.
>>
>> Michele Della Marina wrote:
>> > yes, this is my intent... using a PBX with GSM support and cutting the
>> > CTI application (expensive and microsoft systems dipendent :(
>> > .. is possible?
>> >
>> > On 7/19/06, Joe Emenaker <[EMAIL PROTECTED]> wrote:
>> >> Michele Della Marina wrote:
>> >> > Can someone suggest me a SMS Gateway service?
>> >> Do you mean for sending text messages to people's phones via 
>> email, or
>> >> something else?
>> >>
>> >> - Joe
>> >>
>> >>
>> >>
>> >
>> >
>>
>> -- 
>> Chris Jones
>> [EMAIL PROTECTED]
>>
>>
>
>
here is a good article on it ..
http://www.debian-administration.org/articles/419


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




apt-cdrom on iso mount

2006-07-20 Thread Nick Wright
I'm having some trouble getting apt to use a mounted .iso image on my
hdd.

I've set it up in my /etc/fstab as:

/root/debian-31r2-i386-binary-1.iso /mnt/deb_iso1 iso9660 loop,ro 0 0

and then ran the following

# apt-cdrom -d /mnt/deb_iso1 -m add
Using CD-ROM mount point /mnt/deb_iso1/
Identifying.. [bc7d47aca21b2972f0aaf5a21ff1fbd4-2]
Scanning Disc for index files..  Found 2 package indexes and 0 source indexes.
This Disc is called:
 'Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 (20060419)'
Reading Package Indexes... Done
Wrote 7051 records.
Writing new source list
Source List entries for this Disc are:
deb cdrom:[Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 
(20060419)]/ unstable contrib main
Repeat this process for the rest of the CDs in your set.

no problem so far..

I now have this in my /etc/apt/sources.list:

deb cdrom:[Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 
(20060419)]/ unstable contrib main

and this in my /var/lib/apt/cdroms.list

CD::bc7d47aca21b2972f0aaf5a21ff1fbd4-2 "Debian GNU/Linux 3.1 r2 _Sarge_ - 
Official i386 Binary-1 (20060419)";
CD::bc7d47aca21b2972f0aaf5a21ff1fbd4-2::Label "Debian GNU/Linux 3.1 r2 _Sarge_ 
- Official i386 Binary-1 (20060419)";


aptitude update runs fine..

finally, I go to install a package:

# apt-get install apt-howto
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  apt-howto-ca apt-howto-common apt-howto-de apt-howto-el apt-howto-en
  apt-howto-es apt-howto-fr apt-howto-it apt-howto-ja apt-howto-ko
  apt-howto-pl apt-howto-pt-br apt-howto-ru apt-howto-tr
The following NEW packages will be installed:
  apt-howto apt-howto-ca apt-howto-common apt-howto-de apt-howto-el
  apt-howto-en apt-howto-es apt-howto-fr apt-howto-it apt-howto-ja
  apt-howto-ko apt-howto-pl apt-howto-pt-br apt-howto-ru apt-howto-tr
0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/3894kB of archives.
After unpacking 6078kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Media Change: Please insert the disc labeled
 'Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 (20060419)'
in the drive '/cdrom/' and press enter

And there's the problem -- why does it want to use /cdrom/ when I told
it the cdrom mount point was /mnt/deb_iso1?

Can I edit the sources.list file to override the cdrom mount point for
each .iso I want to use?

Thanks,

Nick


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



Re: Iptables and kernel 2.6.17 phelp needed -- SOLVED

2006-07-20 Thread J.A. de Vries
On 2006-07-20 @ 12:36:06 (week 29) chavdar wrote:

> What I did was actually go back to kernel 2.6.15 where my oldconfig
> worked.

Hi Chavdar,

I hadn't noticed this thread earlier, so I am a bit late in the thread.
However did you notice that all netfilter related settings have moved to
another section? That at least explains why 'make oldconfig' messed up
those settings. There was a notice/warning about this some time ago. I
am not sure I read it on this list though.

Grx HdV


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



OT: Free Software WAS: Re: Odp: Re: Hugin on debian "sarge"

2006-07-20 Thread Johannes Wiedersich

Zbigniew Wiech wrote:
Hi, 
It's not a problem of desktop and GUI. I could really live with 
blackscreen and "./configure/make/make install" instead of "setup.exe". If 
only "./configure..." was more-less equally reliable as "setup.exe".


Well there is only one or two supported Versions of M$, but more than 
hundreds of Linuxes.


I know it is Technically. If you have all proper dependencies, 
"includes", "dev" packages - it works. 
But trying to guess what components I should install to satisfy all 
dependencies is a russian roulette.


Commercial software is equipped with clear and intuitive helps and 
manuals. Free one is not, what is somewhat obvious. For sure it's a blue 
ocean for anybody who provides linux  based IT services. Cost of software 
vs cost of expertise ;)


This is simply not true. It might be true that some commercial software 
comes with excellent manuals and help, but for example Window$ XP 
doesn't. Over years people have learned to do things the M$-way and 
learned to accept it as the 'given way' no matter if it's logically 
sound, well documented or not.


I'm sure that once you've become a bit more familiar with the 'debian 
way' you will agree that it is


- better documented (look at /usr/share/doc/package-name and man command)
- more intuitive
- works better 'out of the box' (once a package has made it into debian)

I found it a lot easier to switch from Win98 to Debian than from Win98 
to WinXP.


Johannes

NB: one can get debian packages for etch on adding

http://www.debian-multimedia.org etch/main Packages

to /etc/apt/sources.list


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




Re: cdrecord - strange failure -SOLVED

2006-07-20 Thread Anthony Campbell
On 10 Jul 2006, Anthony Campbell wrote:
> On 06 Jul 2006, Anthony Campbell wrote:
> > I had to burn 20 CDs. All but one of the first 18 went off OK; I put the
> > single failure down to a faulty disk. But after I'd done 18 they all
> > started failing. I tried a disk from a different source but the same
> > thing happened. I then tried to burn disks in a different computer
> > (running the same version of Debian) and the same failure occurred.
> > 
> [snip] 
> 
> I eventually discovered that my /etc/defaults/cdrecord file was
> misconfigured in some way. This had not mattered previously but perhaps
> some recent upgrade showed up the problem. I'm not actually quite clear
> what was wrong but I rewrote the file in the light of the man page and
> the problem disappeared. I now have things working on the desktop; the
> laptop requires more work to sort it out.


Postscript to the above: in the end it wasn't the /etc/defaults/cdrecord
that was the problem: it was simply a matter of bad disks!

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Linux Gnu-Debian
http://www.acampbell.org.uk (blog, book reviews, 
on-line books and sceptical articles)


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



Re: Make an updates disk?

2006-07-20 Thread Raghavendra Bhat
L. Spitzer wrote:

>> like  to  make   an  update  CD  for  them  from   the  files  in  my
>> /var/cache/apt/archives

You can use the apt-ftparchive command to do this.


>> Is there any  way to make a CD that will  work with apt-cdrom without
>> reproducing the entire

Reading this can also help http://puggy.symonds.net/~rajesh/localdeb.html

-- 
Raghavendra Bhat
Playfully doing something difficult, whether useful
or not, that is hacking -- Richard M. Stallman


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



Re: gnuplot: set terminal pdf

2006-07-20 Thread Jason DeVita

On Wed, Jul 19, 2006 at 18:16:01 -0400, Mathieu Malaterre wrote:

 I was wondering if anyone manage to get 'set terminal pdf' to work
on there debian machine. Apparently there is a licensing issue:



On Thu, 20 Jul 2006, Florian Kulzer wrote:

I think you will still have to compile gnuplot yourself to enable pdf
terminal support. I was always to lazy for that, so I just use

set terminal postscript eps enhanced color solid rounded
set output "plotname.eps"

and add one line to the end of my gnuplot scripts:

!epstopdf plotname.eps && rm plotname.eps

That will give you nice, compact PDF plots with far less hassle.
(epstopdf is included in the package "tetex-bin")



You can do this without the temporary file, since gnuplot supports pipes:

  set terminal postscript
  set output "| ps2pdf - file.pdf"

-J


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




Re: Re: clarification regarding icons seen during a Debian installation.

2006-07-20 Thread Vivek Varghese Cherian
On 7/7/06, Zbigniew Wiech <[EMAIL PROTECTED]> wrote:

white smiley appears on new created
partition
black one -  when you change partition
with data on it, e.g. change of mounting point

it's my private observation, not the
manual ;))

regards
Zb





"Vivek Varghese Cherian
" <[EMAIL PROTECTED]> 
2006-07-07 14:05




Do
"Willie Wonka"
<[EMAIL PROTECTED]>


DW
debian-user@lists.debian.org



Temat
Re: clarification regarding
icons seen during a Debian installation.









On 7/7/06, Willie Wonka <
[EMAIL PROTECTED]>
wrote:
Andrew Sackville-West wrote:
> On Thu, Jul 06, 2006 at 06:56:31PM +0530, Vivek Varghese
Cherian  wrote:
> > On 7/5/06, Damon L. Chesser <
[EMAIL PROTECTED]>
wrote: 
> > >
> > >well, I did say IIRC, I don't exactly install
Debian every day.  Maybe
> > >someone else has more concrete info for
you?
> > >
> > >
> > > 
> > >
> > >
> > Thanks for the info. If some one could get me
a URL that provides the
answer
> > it would be nice.
> >
> > I remember reading about it some time back somewhere
on the net, but 
> > yesterday i could not find a URL that could
clear this specific doubt of
> > mine even after using a search engine.
>
> i believe there is a "help" screen associated
with the partitioning 
> that explains the icons. I can't remember how to
get to it as i too,
> hardly ever actually install, but its there some
where.
>

hmmm FWIW; a quick google yields this atleast;

http://lists.debian.org/debian-boot/2005/10/msg01041.html

http://lists.debian.org/debian-boot/2004/12/msg00153.html

Maybe poke around ; 

http://bugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=partman

Some other possible 'keywords' to search with;
== 
[ Joey Hess ]
   * Removed all the fancy utf-8 symbols that
noone understood (the
 tamagotchi, black smiley, white
smiley, and lightning bolt).
 Just use the same letter abbrevs
used in non-utf mode.
 Closes: #285350

==

I particularly like the skull-n-crossbones.
w-o-o-g-i-e- b-o-o-g-i-e...spooky/scary ;-)

Regards



The thunder icon means that the partition is set as bootable.
I have not yet got what the smiley stands for. 


-- 
Vivek Varghese Cherian 

The thunder icon stands for a bootable partition. The transparent smiley denotes a partition that is about to be formatted with a new file system.   -- Vivek Varghese Cherian


IPtables front end

2006-07-20 Thread Stephen
I'm looking for a front end to iptables that doesn't rely on having X
installed. Is there such a beast ?


-- 
Regards
Stephen



signature.asc
Description: Digital signature


Re: IPtables front end

2006-07-20 Thread Guillaume

Stephen a écrit :

I'm looking for a front end to iptables that doesn't rely on having X
installed. Is there such a beast ?




Hi,

You can find fwbuilder http://www.fwbuilder.org
It's not so bad I think...

It's installed on a computer with X server, then it will automatically 
copy the files and apply the change by "ssh" using a sshkey to prevent 
password to be entered.


I'm not using it but I've tested it, and it sounds not too bad.

Regards
Guillaume


--
Guillaume
E-mail: silencer__free-4ever__net
Blog: http://guillaume.free-4ever.net

Site: http://www.free-4ever.net


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




RE: IPtables front end

2006-07-20 Thread Jean-Sebastien Pilon
Webmin has a module

> -Original Message-
> From: Stephen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 20, 2006 9:19 AM
> To: debian
> Subject: IPtables front end
> 
> I'm looking for a front end to iptables that doesn't rely on having X
> installed. Is there such a beast ?
> 
> 
> --
> Regards
> Stephen



Re: dma errors

2006-07-20 Thread Ralph Katz
Greg Madden wrote:
> On Wed, 19 Jul 2006 10:29:51 -0600
> John Schmidt <[EMAIL PROTECTED]> wrote:
> 
>> > Hi,
>> > 
>> > I have two IDE drives connected together using lvm.  The drives are
>> > quite new, the motherboard is quite old.  I put a single ext3
>> > partition on top of lvm which is used for temporary large data sets.
>> > I get the following error messages from dmesg:
>> > 
>> > EXT3 FS on dm-0, internal journal
>> > EXT3-fs: mounted filesystem with ordered data mode.
>> > hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
>> > hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
>> > ide: failed opcode was: unknown
>> > hde: dma_timer_expiry: dma status == 0x20
>> > hde: DMA timeout retry
>> > PDC202XX: Primary channel reset.
>> > PDC202XX: Secondary channel reset.
>> > hde: timeout waiting for DMA
>> > hde: dma_timer_expiry: dma status == 0x21
>> > hde: DMA timeout error
>> > hde: dma timeout error: status=0x58 { DriveReady SeekComplete
>> > DataRequest } ide: failed opcode was: unknown
>> > hde: dma_timer_expiry: dma status == 0x21
>> > hde: DMA timeout error
>> > hde: dma timeout error: status=0x58 { DriveReady SeekComplete
>> > DataRequest } ide: failed opcode was: unknown
>> > hde: dma_timer_expiry: dma status == 0x21
>> > hde: DMA timeout error
>> > hde: dma timeout error: status=0x58 { DriveReady SeekComplete
>> > DataRequest } ide: failed opcode was: unknown
>> > 
>> > What would be the source of these errors and how should I go about
>> > fixing them?
> 
> A couple of things, the generic IDE driver doesn't do dma , make sure
> you load the module for your chipset. Using 'hdparm' will
> show if dma is set for the drives.

While I'm no expert, I believe the standard IDE driver in sarge DOES
support dma (otherwise my computers would be unusable; hdparm is not
installed).  I've had similar errors on a computer running sarge that
had hard disk and/or controller h/w problems.

I did not have those dma errors before the hardware problems.

You might install the smartmontools package to test and monitor the
disks.  Perhaps someone else could advise on whether your lvm set-up
could be a factor.

Regards,
Ralph


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



Re: IPtables front end

2006-07-20 Thread Liam O'Toole
On Thu, 20 Jul 2006 09:28:46 -0400
"Jean-Sebastien Pilon" <[EMAIL PROTECTED]> wrote:

> Webmin has a module
> 
> > -Original Message-
> > From: Stephen [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 20, 2006 9:19 AM
> > To: debian
> > Subject: IPtables front end
> > 
> > I'm looking for a front end to iptables that doesn't rely on having
> > X installed. Is there such a beast ?
> > 
> > 
> > --
> > Regards
> > Stephen
> 
> 

Shorewall[1] is excellent, both in terms of its feature set and the
quality of its documentation.

Excerpt from output of 'apt-cache show shorewall':

Shorewall allows you to describe your firewall/gateway
requirements using entries in a set of configuration files. It
reads those configuration files and, with the help of the
iptables utility, configures Netfilter to match your
requirements.

Shorewall supports a wide range of router/firewall/gateway
applications, traffic shaping and almost every type of VPN.

[1] http://shorewall.net

-- 

Liam


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



Re: Question about PCI IDs and Drivers

2006-07-20 Thread Eduardo

I have 2 ethernet controllers in my machine.
The first, eth0, is a sis900. And is working well, withou problems,
and when I load the 8139 modules, my sis900 still works fine, but I
can't set up the eth1, it says that "No such device"

The kern.log doesn't says much, only that I've loaded the 8139too and
8139cp modules, nothing but this.

On 7/20/06, Jerry Quinn <[EMAIL PROTECTED]> wrote:

Eduardo wrote:
> Sorry man, I forgot:
>
> du:~# cat /etc/network/interfaces
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # The primary network interface
> auto eth0
> iface eth0 inet static
>address 10.0.0.38
>netmask 255.255.255.0
>network 10.0.0.0
>broadcast 10.0.0.255
>gateway 10.0.0.93
># dns-* options are implemented by the resolvconf package, if
> installed
>dns-nameservers 200.204.0.138
>dns-search minicom
>
>
> auto eth1
> iface eth1 inet static
>   address 10.0.0.247
>   netmask 255.255.255.0
>   network 10.0.0.0
>   broadcast 10.0.0.255

OK, simple and hopefully not stupid question.  How many ethernet controllers
are in your machine?  My first impression is that 8139too is working fine and
picking up eth0.

If you really do have two controllers, what chip is the other one?  Are you
sure that the Realtek controller is coming up as eth1 and not eth0?

Look in the kernel log (/var/log/kern.log) to see if there's any more useful 
info.


Jerry Quinn





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




Re: dma errors

2006-07-20 Thread David Baron
On Thursday 20 July 2006 16:52, Ralph Katz wrote:
> Greg Madden wrote:
> > On Wed, 19 Jul 2006 10:29:51 -0600
> >
> > John Schmidt <[EMAIL PROTECTED]> wrote:
> >> > Hi,
> >> >
> >> > I have two IDE drives connected together using lvm.  The drives are
> >> > quite new, the motherboard is quite old.  I put a single ext3
> >> > partition on top of lvm which is used for temporary large data sets.
> >> > I get the following error messages from dmesg:
> >> >
> >> > EXT3 FS on dm-0, internal journal
> >> > EXT3-fs: mounted filesystem with ordered data mode.
> >> > hde: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> >> > hde: dma_intr: error=0x84 { DriveStatusError BadCRC }
> >> > ide: failed opcode was: unknown
> >> > hde: dma_timer_expiry: dma status == 0x20
> >> > hde: DMA timeout retry
> >> > PDC202XX: Primary channel reset.
> >> > PDC202XX: Secondary channel reset.
> >> > hde: timeout waiting for DMA
> >> > hde: dma_timer_expiry: dma status == 0x21
> >> > hde: DMA timeout error
> >> > hde: dma timeout error: status=0x58 { DriveReady SeekComplete
> >> > DataRequest } ide: failed opcode was: unknown
> >> > hde: dma_timer_expiry: dma status == 0x21
> >> > hde: DMA timeout error
> >> > hde: dma timeout error: status=0x58 { DriveReady SeekComplete
> >> > DataRequest } ide: failed opcode was: unknown
> >> > hde: dma_timer_expiry: dma status == 0x21
> >> > hde: DMA timeout error
> >> > hde: dma timeout error: status=0x58 { DriveReady SeekComplete
> >> > DataRequest } ide: failed opcode was: unknown
> >> >
> >> > What would be the source of these errors and how should I go about
> >> > fixing them?
> >
> > A couple of things, the generic IDE driver doesn't do dma , make sure
> > you load the module for your chipset. Using 'hdparm' will
> > show if dma is set for the drives.
>
> While I'm no expert, I believe the standard IDE driver in sarge DOES
> support dma (otherwise my computers would be unusable; hdparm is not
> installed).  I've had similar errors on a computer running sarge that
> had hard disk and/or controller h/w problems.
>
> I did not have those dma errors before the hardware problems.
>
> You might install the smartmontools package to test and monitor the
> disks.  Perhaps someone else could advise on whether your lvm set-up
> could be a factor.
>
Had 'em too. And smart monitor would also fail when these problems were 
occurring. Feared for the disk but so intermittant and no data problems when 
it was working. Found that jiggling the cables around could  fix or cause it 
so replaced the cables. Also clean and firm up all connections. (Turn 
everything off first, off course).


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



Re: Question about PCI IDs and Drivers

2006-07-20 Thread Florian Kulzer
On Thu, Jul 20, 2006 at 11:24:13 -0300, Eduardo wrote:
> I have 2 ethernet controllers in my machine.
> The first, eth0, is a sis900. And is working well, withou problems,
> and when I load the 8139 modules, my sis900 still works fine, but I
> can't set up the eth1, it says that "No such device"
> 
> The kern.log doesn't says much, only that I've loaded the 8139too and
> 8139cp modules, nothing but this.

This sounds like the 8139D chipset is problematic:

http://gnowledge.org/pipermail/linuxers/Week-of-Mon-20060619/052224.html

You might have to use the Windows driver with ndiswrapper.

-- 
Regards,
  Florian


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



Re: IPtables front end

2006-07-20 Thread Stephen
On Thu, Jul 20, 2006 at 03:26:50PM +0200 or thereabouts, Guillaume wrote:
> Stephen a écrit :
> >I'm looking for a front end to iptables that doesn't rely on having X
> >installed. Is there such a beast ?
> >
> >
> 
> Hi,
> 
> You can find fwbuilder http://www.fwbuilder.org
> It's not so bad I think...

Thanks I'm not using Xserver -- No GUI.

-- 
Regards
Stephen
+
There's small choice in rotten apples.
-- William Shakespeare, "The Taming of the Shrew"
+


signature.asc
Description: Digital signature


Re: IPtables front end

2006-07-20 Thread Stephen
On Thu, Jul 20, 2006 at 09:28:46AM -0400 or thereabouts, Jean-Sebastien Pilon 
wrote:
> Webmin has a module

I guess I should have mentioned terminal based. I don't use webmin.

Thanks anyway.

-- 
Regards
Stephen
+
Delay not, Caesar.  Read it instantly.
-- Shakespeare, "Julius Caesar" 3,1
 
Here is a letter, read it at your leisure.
-- Shakespeare, "Merchant of Venice" 5,1
 
[Quoted in "VMS Internals and Data Structures", V4.4, when
 referring to I/O system services.]
+


signature.asc
Description: Digital signature


Re: IPtables front end

2006-07-20 Thread Guillaume

Stephen a écrit :

On Thu, Jul 20, 2006 at 03:26:50PM +0200 or thereabouts, Guillaume wrote:

Stephen a écrit :

I'm looking for a front end to iptables that doesn't rely on having X
installed. Is there such a beast ?



Hi,

You can find fwbuilder http://www.fwbuilder.org
It's not so bad I think...


Thanks I'm not using Xserver -- No GUI.



Sorry, I thought you mean no Xserver on the firewall...

So, this way, I recommand shorewall !!
It's nice and easy to use in older version so I new version it 
should be better !!! ;-)


Regards
Guillaume


--
Guillaume
E-mail: silencer__free-4ever__net
Blog: http://guillaume.free-4ever.net

Site: http://www.free-4ever.net


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




Re: IPtables front end

2006-07-20 Thread Stephen
On Thu, Jul 20, 2006 at 03:11:30PM +0100 or thereabouts, Liam O'Toole wrote:
> 
> Shorewall[1] is excellent, both in terms of its feature set and the
> quality of its documentation.
> 

Thanks Liam, this looks promising.

-- 
Regards
Stephen
+
This night methinks is but the daylight sick.
-- William Shakespeare, "The Merchant of Venice"
+


signature.asc
Description: Digital signature


Re: IPtables front end

2006-07-20 Thread claytonk

On Thu, 20 Jul 2006 09:19:03 -0400
Stephen <[EMAIL PROTECTED]> wrote:

> I'm looking for a front end to iptables that doesn't rely on having X
> installed. Is there such a beast ?
> 
> 
> -- 
> Regards
> Stephen

I think firehol is very powerful, configuration is via editing 
/etc/firehol.conf. Simple needs are really easy to setup, and firehol is 
capable of setting up a fully-functional router, which is one of the things I 
use it for.

Clayton


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



Re: Can't ping

2006-07-20 Thread Pol Hallen
> Any ideas what's wrong and how to solve this problem?
try to ping a numeric ip (google.com has address 64.233.167.99)

check the route tables too
 
Pol


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



Re: DLink DFE-530TX network card slower than other computers

2006-07-20 Thread Pol Hallen
> Is there anyway to find out what is slowing down my debian
> box? And then speed up my debian box from there. Any help will be
> appreciated.
Ok :-)

which module did u have load?

which kernel do u use?

u can do a search for yours ethernet card for discover a better module.

Doesn't is a wireless network card, really?
 
Pol


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



Re: apt-cdrom on iso mount

2006-07-20 Thread Mumia W.

On 07/20/2006 05:09 AM, Nick Wright wrote:

I'm having some trouble getting apt to use a mounted .iso image on my
hdd.
[...]
I now have this in my /etc/apt/sources.list:

deb cdrom:[Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 
(20060419)]/ unstable contrib main
[...]
Media Change: Please insert the disc labeled
 'Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 (20060419)'
in the drive '/cdrom/' and press enter

And there's the problem -- why does it want to use /cdrom/ when I told
it the cdrom mount point was /mnt/deb_iso1?
[...]


Use file:// rather than cdrom: for archives on disk. When 
apt-get sees a cdrom: source, it naturally thinks that it's a 
real CD-ROM device.




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




user invoked reboot from XFCE

2006-07-20 Thread shark
XFCE is installed in Etch here.

If a user chooses Quit from the desktop 
menu, the dialogue displays Log Out, 
Restart and Shut Down options.  Only 
Log Out is allowed.

What changes in configuration will allow 
a user to execute Restart and Shut Down?

Would be useful to give the user such 
permissions at the command line also.

Thanks,   ... Peter Easthope

shark at gulnet sd64 bc ca

Desktops.OpenDoc  http://carnot.pathology.ubc.ca/


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



Re: apt-cdrom on iso mount

2006-07-20 Thread Willie Wonka
> > I now have this in my /etc/apt/sources.list:
> > 
> > deb cdrom:[Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1
(20060419)]/ unstable contrib main
> > [...]
> > Media Change: Please insert the disc labeled
> >  'Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 (20060419)'
> > in the drive '/cdrom/' and press enter
> > 
> > And there's the problem -- why does it want to use /cdrom/ when I told
> > it the cdrom mount point was /mnt/deb_iso1?
> > [...]
> 
> Use file:// rather than cdrom: for archives on disk. When 
> apt-get sees a cdrom: source, it naturally thinks that it's a 
> real CD-ROM device.

Yup ;-)
Here's what my file left me with after using the 1st Sarge CDROM (3.1rc1 at
that time). But; I have it (actually) commented out (a '#' prefixed to that
line), since I told the installer to no longer look there anymore.

~$ cat /etc/apt/sources.list

deb file:///cdrom/ sarge main

[...]

the above would be for Sarge - you may want to add 'contrib' and 'nonfree' to
the end (not sure). 
Ex; 
deb file:///cdrom/ sarge main contrib non-free

Review 'man apt-cdrom'

Regards


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



can´t ether-wake a sarge machine

2006-07-20 Thread Bruno Buys
I can´t wake up my sarge desktop by doingether-wake 00:11:22:33:44:55 from my coyote gateway. The very same command (with the correspoding mac address, of course) is able to wake up my girlfriend sarge desktop.
The only thing that comes to my mind is the eth card. Mine uses a via-velocity module, while hers is a 8139too (rtl8139c pci). But I´m not sure and I have no idea how to work around this.any help?thanks!


Re: user invoked reboot from XFCE

2006-07-20 Thread Patrick Wiseman
On 7/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
XFCE is installed in Etch here.If a user chooses Quit from the desktopmenu, the dialogue displays Log Out,
Restart and Shut Down options.  OnlyLog Out is allowed.What changes in configuration will allowa user to execute Restart and Shut Down?In my /etc/sudoers file, I have a line like so:
username    hostname = NOPASSWD: /usr/sbin/xfsm-shutdown-helper(Substitute your 'username' and 'hostname' of course.)Patrick


Re: Read/Write files from a script?

2006-07-20 Thread Bob McGowan
The $(supports it.  But ash (at least the version I have) doesn't, so what to 
do if you want/need to be portable across all Bourne type shells?  There 
is a feature that will work in all the Bourne shells that I'm familiar 
with, using I/O redirection and 'exec':


exec 5fileName
while read inputLine
do
  something_on $inputLine
done <&5

And, if you need multiple files open for reading and/or writing, combine 
on one line with a single 'exec':


exec 4newFile 6>>existingAppend

And so on.  The general form to use the file descriptor created in the 
exec command line is 'redir-op&#', where # is the desired file 
descriptor and redir-op is one of '<' or '>'.  Note that when you use 
the append form to create the descriptor (as with 6, above) you do *not* 
use the append operator when using it.  '>&6' will append if 6 was 
created in append mode and overwrite if not.


Bob

LeVA wrote:

2006. július 19. 16:31,
Mladen Adamovic <[EMAIL PROTECTED]>
-> Debian User ,:


Tony Terlecki wrote:


Is there a shell command to read files?  I want to open a text file,
loop through each line and parse the line of text.


Depending on what you want to do:

man sed
man awk


Yeah, but he asked about shell commands which read files, and that is 'cat'
so my addon to your answer is : see also 'man cat'


"The purpose of cat is to concatenate (or "catenate") files. If it's only one 
file, concatenating it with nothing at all is a waste of time, and costs you 
a process." — Randal L. Schwartz



In bash script you might  use something like
for i in $(cat yourfile);
do
   do_something_with $i
done




http://sial.org/howto/shell/useless-cat/

In a bash script you should use something like this:

for i in $(


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




USB hotplug woes

2006-07-20 Thread Vandoorn, Yvo
Hey everyone,

I'll admit my knowledge in the hotplug department isn't spectacular.

Currently I have a machine setup to run a script when a specific USB flash
drive is inserted. I did this by defining the script and vendor ID &
product ID in the usb.handmap file (/etc/hotplug/usb.handmap). This works
great and as expected. The script tells the device to mount and do a few
things.

So this works as expected, great. But now I want to future proof it a little
by only looking at the Vendor ID and then just running the script. However
usb.handmap requires a vendor & product ID in order for it to load. I can't
get this seem to work. Sure I can add each vendor & product ID for each
device I have, however that isn't really future proofing.

Currently I have usb.handmap to read:
key.sh  0x0003 0x054c   0x02a50x0100   0x
0x00 0x000x000x000x00
0x000x

And I have tried:

key.sh  0x0003 0x054c   0x0x   0x
0x00 0x000x000x000x00
0x000x

Anyone have any ideas?


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



Re: IPtables front end

2006-07-20 Thread Bob McGowan
As I don't know your level of expertise, but do expect there are many to 
whom this could be useful, a link to a discussion of not just setting up 
shorewall, but configuring a full gateway/router (dhcp, dns, etc.):


http://www.debian-administration.org/articles/263

Bob

Stephen wrote:

On Thu, Jul 20, 2006 at 03:11:30PM +0100 or thereabouts, Liam O'Toole wrote:


Shorewall[1] is excellent, both in terms of its feature set and the
quality of its documentation.




Thanks Liam, this looks promising.




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




Re: IPtables front end

2006-07-20 Thread Stephen
On Thu, Jul 20, 2006 at 11:25:42PM +0800 or thereabouts, [EMAIL PROTECTED] 
wrote:
> 
> On Thu, 20 Jul 2006 09:19:03 -0400
> Stephen <[EMAIL PROTECTED]> wrote:
> 
> > I'm looking for a front end to iptables that doesn't rely on having X
> > installed. Is there such a beast ?
> > 
> > 
> > -- 
> > Regards
> > Stephen
> 
> I think firehol is very powerful, configuration is via editing 
> /etc/firehol.conf. Simple needs are really easy to setup, and firehol is 
> capable of setting up a fully-functional router, which is one of the things I 
> use it for.

Hi:

I tried this after Shorewall gave me some issues. I guess I'm going to
ask a newbie question, but so be it.

After installation I'm given the following error; 
# firehol start
# Stopping: /etc/default/firehol forbids it.

Now I followed along with a firehol config tutorial at;


and when I list my network interfaces I'm presented with the following;
1: lo:  mtu 16436 qdisc noqueue
   link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0:  mtu 1500 qdisc pfifo_fastqlen 1000
link/ether 00:80:c6:f0:53:c6 brd ff:ff:ff:ff:ff:ff
3: sit0:  mtu 1480 qdisc noop link/sit 0.0.0.0 brd 0.0.0.0

So am I correct in assuming that sit0 is my Internet side, and eth0 is
my Home/Lan ? I searched Google for 'sit0' and it appears to be a ipv6
thing -- is that assuption correct ?

I have my server in a DMZ through a broadband router/switch. So I assume
that eth0 would be my home side. Correct ?

Thanks.
-- 
Regards
Stephen
+
A hundred years from now it is very likely that [of Twain's works] "The
Jumping Frog" alone will be remembered.
-- Harry Thurston Peck (Editor of "The Bookman"), January 1901.
+


signature.asc
Description: Digital signature


Configuring Bluetooth

2006-07-20 Thread Henrique Rennó

Hello!!!

I have an Acer Aspire 3002LCI Notebook and I'd like to know how can I
start trying to configure the bluetooth device. I don't understand how
it works and if someone knows any kind of prior settings I must set
before changing configuration files, what packages should I look for
in order to install etc.

Thanks in advance!

--
Henrique


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




X.org für OpenGL konfigurieren

2006-07-20 Thread Matthias Pfeifer

Hallo gruppe,

Ich würde gerne die OpenGL-Unterstützung von meinem Labtop 
konfigurieren. Das Labtop hat eine P3 CPU mit 700Mhz (Bx-Chipsatz von 
Intel, Ati Rage Mobility Grafikkarte). Vor einiger Zeit lief
das schon mal ohne Probleme. Ich habe aus der Zeit noch einen log von 
glxgears:


GL_MAX_VIEWPORT_DIMS=4096/4096
GL_RENDERER   = Mesa GLX Indirect
GL_VERSION= 1.2 (1.5 Mesa 6.4.1)
GL_VENDOR = Mesa project: www.mesa3d.org
GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_imaging GL_ARB_multitexture 
GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow 
GL_ARB_shadow_ambient GL_ARB_texture_border_clamp 
GL_ARB_texture_cube_map GL_ARB_texture_env_add 
GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar 
GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat 
GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_window_pos 
GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_func_separate 
GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract 
GL_EXT_clip_volume_hint GL_EXT_copy_texture GL_EXT_draw_range_elements 
GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels 
GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal 
GL_EXT_secondary_color GL_EXT_separate_specular_color 
GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap 
GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D 
GL_EXT_texture_edge_clamp GL_EXT_texture_env_add 
GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 
GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle 
GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_texture_env_combine3 
GL_ATI_texture_mirror_once GL_ATIX_texture_env_combine3 
GL_HP_occlusion_test GL_IBM_texture_mirrored_repeat 
GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture 
GL_NV_blend_square GL_NV_point_sprite GL_NV_texgen_reflection 
GL_NV_texture_rectangle GL_SGIS_generate_mipmap 
GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp 
GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow 
GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays

495 frames in 5.0 seconds = 98.824 FPS
510 frames in 5.0 seconds = 101.924 FPS
510 frames in 5.0 seconds = 101.910 FPS
510 frames in 5.0 seconds = 101.870 FPS
510 frames in 5.0 seconds = 101.905 FPS
510 frames in 5.0 seconds = 101.916 FPS
473 frames in 5.0 seconds = 94.576 FPS
458 frames in 5.0 seconds = 91.576 FPS
465 frames in 5.0 seconds = 92.830 FPS
464 frames in 5.0 seconds = 92.741 FPS

Neuerdings - ich kann nicht genau sagen seit wann - stellt sich nach 
höchstens zwei Sekunden folgender Effekt ein. Das System wird extrem 
träge und scheint derart beschäftigt, dass es nichteinmal mehr in der 
Lage ist die Fensterrahmen zu zeichnen. von 100 FPS bleibt auch nicht so 
viel übrig (geschätzt ca 0.5 FPS).  Hab ich die OpenGL unterstützung bei 
einem Update verloren? Ich bin auf Debian/testing und update ca einmal 
pro Woche. Hier mal eine aktuelle Ausgabe von glxinfo:



display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
OpenGL extensions:
GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
GL_EXT_blend_func_separate,

GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_clip_volume_hint, GL_EXT_copy_texture, 
GL_EXT_draw_range_elements,

GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_point_parameters, GL_EXT_polygon_offse

Re: disappearing text in gtk apps in upgraded Sid

2006-07-20 Thread Paolo Pantaleo

2006/7/12, Andrew Green <[EMAIL PROTECTED]>:

Indeed, the problem is libcairo2. Downgraded and things work fine...
(except that now all my package hierarchy is busted). Thanks for the
tip.

Here is a copy of the bug report I just submitted.

- Mensaje reenviado 
De: ahg <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED]
Asunto: libcairo2 problem with non-anti-aliased text
Fecha: Wed, 12 Jul 2006 10:11:14 -0500

Package: libcairo2
Version: 1.2.0-3
Severity: important

I just upgraded my Sid box (2006-07-11), and all of a sudden all of my
gtk-based apps are behaving all wonky. Basically in menus and widgets of
all kinds, including text areas, most text is invisible after the first
space of any line. Then when the control is highlighted, or when I
select text in a text area, the missing text is suddenly visible again.
This does not happen with OpenOffice, nor with KDE apps, nor with gtk
apps running on a different machine and forwarded over to the X server
on this machine.

This only happens if I am using non-anti-aliased text. If I choose
anti-aliased text in the gnome control center, the problem disappears.

When I downgrade to libcairo2 1.0.4-2 the problem goes away completely.
I have to re-start applicaitons for changes to take effect.

It does not seem to matter what font I use. Changing to the POSIX local
also doesn't seem to make a difference.

Attached is a screenshot of the problem.

Kernel: linux version 2.6.15-1-686
libc version: 2.3.6-15






I can't see your bug report on libcairo2 page, and I think there is no
bug report about this problem, if so I will send one in next days

--
if you have a minute to spend please visit my photogrphy site:
http://mypic.co.nr


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




Re: DLink DFE-530TX network card slower than other computers

2006-07-20 Thread DC A
I'm using kernel 2.6.8-2-386 and via-rhine module. It's  a wired ethernet 
card. I've tried with eth1(2nd onboard adapter which uses r8139 module) 
still internet download is slow compared to other computers.


--Steve



From: Pol Hallen <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: DLink DFE-530TX network card slower than other computers
Date: Thu, 20 Jul 2006 17:34:31 +0200

> Is there anyway to find out what is slowing down my debian
> box? And then speed up my debian box from there. Any help will be
> appreciated.
Ok :-)

which module did u have load?

which kernel do u use?

u can do a search for yours ethernet card for discover a better module.

Doesn't is a wireless network card, really?

Pol


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




_
Play Q6 for your chance to WIN great prizes.  
http://q6trivia.imagine-live.com/enca/landing



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




Re: How do I install a non packaged font in Debian?

2006-07-20 Thread Angelina Carlton
"H.S." <[EMAIL PROTECTED]> writes:
> IIRC, I tried this and it seemed to have worked for ttf fonts for my user:
>1.   Copy the ttf font file to a .fonts directory in your home
> directory.
>2. Give the command fc-cache -fv in a terminal. Once this command
> is finished, restart your application, e.g. Firefox, and you should be
> able to see the newly installed font.
>
> You don't have to be root for the above to work.
>
>
> If you want system wide fonts, you need to copy the ttf fonts in
> /usr/loca/share/fonts directory, then give the 'mkfontdir' command
> within that dir as root, and then give the 'fc-cache -fv' command as
> root.

I created a directory in /usr/local/share/fonts called proggy, did a
mkfontdir and issued fc-cache -fv as root, so the font will be
systemwide.
It spat out alot of output including:
fc-cache: "/usr/local/share/fonts": caching, 0 fonts, 1 dirs
fc-cache: "/usr/local/share/fonts/proggy": caching, 2 fonts, 0 dirs

So it appears it added the fonts? But xlsfonts still wont find them, I
even added:   FontPath "/usr/local/share/fonts/proggy" to my xorg.conf
but to no avail.

> I did this a while back so don't recall what other stuff I needed to
> do. I hope the above will work, if not please let me know and I will
> try to dig out more info.

Thanks, I appreciate any help getting this to work!

-- 
-Angelina Carlton-
orchid on irc.freenode.net
 [EMAIL PROTECTED]
web:bzgirl.bakadigital.com
--


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



Re: How do I install a non packaged font in Debian?

2006-07-20 Thread Eduard Bloch
#include 
* Angelina Carlton [Thu, Jul 20 2006, 02:25:05PM]:
> "H.S." <[EMAIL PROTECTED]> writes:
> > IIRC, I tried this and it seemed to have worked for ttf fonts for my user:
> >1.   Copy the ttf font file to a .fonts directory in your home
> > directory.
> >2. Give the command fc-cache -fv in a terminal. Once this command
> > is finished, restart your application, e.g. Firefox, and you should be
> > able to see the newly installed font.
> >
> > You don't have to be root for the above to work.
> >
> >
> > If you want system wide fonts, you need to copy the ttf fonts in
> > /usr/loca/share/fonts directory, then give the 'mkfontdir' command
> > within that dir as root, and then give the 'fc-cache -fv' command as
> > root.
> 
> I created a directory in /usr/local/share/fonts called proggy, did a
> mkfontdir and issued fc-cache -fv as root, so the font will be
> systemwide.
> It spat out alot of output including:
> fc-cache: "/usr/local/share/fonts": caching, 0 fonts, 1 dirs
> fc-cache: "/usr/local/share/fonts/proggy": caching, 2 fonts, 0 dirs
> 
> So it appears it added the fonts? But xlsfonts still wont find them, I
> even added:   FontPath "/usr/local/share/fonts/proggy" to my xorg.conf
> but to no avail.

xlsfonts uses the old X11 font system. And mkfontdir creates index files
needed for it but only for the old pcf fonts. You want to use mkttfdir
instead, from the fttools package.

Eduard.


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



Re: USB hotplug woes

2006-07-20 Thread chouck
For what it's worth...
I find usb hotplug impossible to do wiht the 2.4.x kernel,
and it happens automagically with the 2.6.x kernel.

IF there is nothing stopping you from using a 2.6.x kernel
just apt-get install <2.6 kernel you need>
and there you have it. GRUB will show both kernels at boot time BTW..

To check your current kernel ls -l /lib/modules

To find the kernels avaliable
apt-cache search kernel-image |grep 2.6



> Hey everyone,
>
> I'll admit my knowledge in the hotplug department isn't spectacular.
>
> Currently I have a machine setup to run a script when a specific USB flash
> drive is inserted. I did this by defining the script and vendor ID &
> product ID in the usb.handmap file (/etc/hotplug/usb.handmap). This works
> great and as expected. The script tells the device to mount and do a few
> things.
>
> So this works as expected, great. But now I want to future proof it a little
> by only looking at the Vendor ID and then just running the script. However
> usb.handmap requires a vendor & product ID in order for it to load. I can't
> get this seem to work. Sure I can add each vendor & product ID for each
> device I have, however that isn't really future proofing.
>
> Currently I have usb.handmap to read:
> key.sh  0x0003 0x054c   0x02a50x0100   0x
> 0x00 0x000x000x000x00
> 0x000x
>
> And I have tried:
>
> key.sh  0x0003 0x054c   0x0x   0x
> 0x00 0x000x000x000x00
> 0x000x
>
> Anyone have any ideas?
>
>
>


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



Re: X.org für OpenGL konfigurieren

2006-07-20 Thread Mike McCarty

Matthias Pfeifer wrote:

Hallo gruppe,


[snip]

Hallo!

Dies ist leider eine ,,nur Englisch'' Liste. Bitte suchen Sie
anderswohin diese Frage zu stellen! Moeglicherweise gibt es
hier jemand, der Sie eine andere Adresse geben kann. Leider
kann ich nicht.

Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


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




Re: USB hotplug woes

2006-07-20 Thread Vandoorn, Yvo
What will it take to have a script run once the 2.6 kernel is loaded and a
flash drive is inserted.


On 7/20/06 11:49 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> For what it's worth...
> I find usb hotplug impossible to do wiht the 2.4.x kernel,
> and it happens automagically with the 2.6.x kernel.
> 
> IF there is nothing stopping you from using a 2.6.x kernel
> just apt-get install <2.6 kernel you need>
> and there you have it. GRUB will show both kernels at boot time BTW..
> 
> To check your current kernel ls -l /lib/modules
> 
> To find the kernels avaliable
> apt-cache search kernel-image |grep 2.6
> 
> 
> 
>> Hey everyone,
>> 
>> I'll admit my knowledge in the hotplug department isn't spectacular.
>> 
>> Currently I have a machine setup to run a script when a specific USB flash
>> drive is inserted. I did this by defining the script and vendor ID &
>> product ID in the usb.handmap file (/etc/hotplug/usb.handmap). This works
>> great and as expected. The script tells the device to mount and do a few
>> things.
>> 
>> So this works as expected, great. But now I want to future proof it a little
>> by only looking at the Vendor ID and then just running the script. However
>> usb.handmap requires a vendor & product ID in order for it to load. I can't
>> get this seem to work. Sure I can add each vendor & product ID for each
>> device I have, however that isn't really future proofing.
>> 
>> Currently I have usb.handmap to read:
>> key.sh  0x0003 0x054c   0x02a50x0100   0x
>> 0x00 0x000x000x000x00
>> 0x000x
>> 
>> And I have tried:
>> 
>> key.sh  0x0003 0x054c   0x0x   0x
>> 0x00 0x000x000x000x00
>> 0x000x
>> 
>> Anyone have any ideas?
>> 
>> 
>> 


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



Re: IPtables front end

2006-07-20 Thread Paul Johnson
On Thursday 20 July 2006 06:19, Stephen wrote:
> I'm looking for a front end to iptables that doesn't rely on having X
> installed. Is there such a beast ?

Shorewall might be what you're looking for.

-- 
Paul Johnson
Email and IM (XMPP & Google Talk): [EMAIL PROTECTED]
Jabber: Because it's time to move forward  http://ursine.ca/Ursine:Jabber


pgpVBcfp2xXCU.pgp
Description: PGP signature


Re: How do I install a non packaged font in Debian?

2006-07-20 Thread H.S.

Angelina Carlton wrote:

"H.S." <[EMAIL PROTECTED]> writes:


IIRC, I tried this and it seemed to have worked for ttf fonts for my user:
  1.   Copy the ttf font file to a .fonts directory in your home
directory.
  2. Give the command fc-cache -fv in a terminal. Once this command
is finished, restart your application, e.g. Firefox, and you should be
able to see the newly installed font.

You don't have to be root for the above to work.


If you want system wide fonts, you need to copy the ttf fonts in
/usr/loca/share/fonts directory, then give the 'mkfontdir' command
within that dir as root, and then give the 'fc-cache -fv' command as
root.



I created a directory in /usr/local/share/fonts called proggy, did a
mkfontdir and issued fc-cache -fv as root, so the font will be
systemwide.
It spat out alot of output including:
fc-cache: "/usr/local/share/fonts": caching, 0 fonts, 1 dirs
fc-cache: "/usr/local/share/fonts/proggy": caching, 2 fonts, 0 dirs

So it appears it added the fonts? But xlsfonts still wont find them, I
even added:   FontPath "/usr/local/share/fonts/proggy" to my xorg.conf
but to no avail.



I did this a while back so don't recall what other stuff I needed to
do. I hope the above will work, if not please let me know and I will
try to dig out more info.



Thanks, I appreciate any help getting this to work!



I tried that same things on my machine as well. xlsfont does not list 
the fonts I have in /usr/local/share/fonts or in $HOME/.fonts. But 
applications can see those fonts (e.g. Firefox). How about you, does 
Firefox see those fonts?


BTW, I do not have /usr/local/share/fonts in xorg.conf file. I am not 
very sure about the method of installing the fonts, but I will look 
further if this doesn't work.


->HS



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




Re: How do I install a non packaged font in Debian?

2006-07-20 Thread H.S.

Angelina Carlton wrote:

"H.S." <[EMAIL PROTECTED]> writes:


IIRC, I tried this and it seemed to have worked for ttf fonts for my user:
  1.   Copy the ttf font file to a .fonts directory in your home
directory.
  2. Give the command fc-cache -fv in a terminal. Once this command
is finished, restart your application, e.g. Firefox, and you should be
able to see the newly installed font.

You don't have to be root for the above to work.


If you want system wide fonts, you need to copy the ttf fonts in
/usr/loca/share/fonts directory, then give the 'mkfontdir' command
within that dir as root, and then give the 'fc-cache -fv' command as
root.



I created a directory in /usr/local/share/fonts called proggy, did a
mkfontdir and issued fc-cache -fv as root, so the font will be
systemwide.
It spat out alot of output including:
fc-cache: "/usr/local/share/fonts": caching, 0 fonts, 1 dirs
fc-cache: "/usr/local/share/fonts/proggy": caching, 2 fonts, 0 dirs

So it appears it added the fonts? But xlsfonts still wont find them, I
even added:   FontPath "/usr/local/share/fonts/proggy" to my xorg.conf
but to no avail.



I did this a while back so don't recall what other stuff I needed to
do. I hope the above will work, if not please let me know and I will
try to dig out more info.



Thanks, I appreciate any help getting this to work!




Please have a look at the fonts installations part of this also:
http://www.svenkrahn.de/linux/my_debian/ar01s04.html

->HS



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




Re: USB hotplug woes

2006-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vandoorn, Yvo wrote:
> What will it take to have a script run once the 2.6 kernel is
> loaded and a flash drive is inserted.

A script run?  You mean "autorun"?

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is "common sense" really valid?
For example, it is "common sense" to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that "common sense" is obviously wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEv93XS9HxQb37XmcRAmSjAJ9G/k+HuupyjYWgCAzCUxqS0bsa8ACghh6J
jVRmD/hfilKljKZfoMWGzgU=
=lCCg
-END PGP SIGNATURE-


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



Re: USB hotplug woes

2006-07-20 Thread H.S.

Vandoorn, Yvo wrote:

What will it take to have a script run once the 2.6 kernel is loaded and a
flash drive is inserted.


First hit on Google gave me this page(searched for 'run a script udev 
rules'):

http://reactivated.net/writing_udev_rules.html

search for "script" on this page and your problem should be solved.


Google is a pretty handy tool for stuff like this :)

->HS



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




Re: USB hotplug woes

2006-07-20 Thread Craig M. Houck
Vandoorn, Yvo;

I have never done that. I know that with the 2.6 kernel (that I have on
many laptops) plug a usb device in and an icon appears on the desktop for it.

Do you want the script to autorun whe  the usb device is pluged in? If so
do some googles on "auto run", there are some programs you can find to do
that for you. 

I have done it on windows cds that I want to start up a webpage for example

>What will it take to have a script run once the 2.6 kernel is loaded and a
>flash drive is inserted.
>
>
>On 7/20/06 11:49 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>> For what it's worth...
>> I find usb hotplug impossible to do wiht the 2.4.x kernel,
>> and it happens automagically with the 2.6.x kernel.
>> 
>> IF there is nothing stopping you from using a 2.6.x kernel
>> just apt-get install <2.6 kernel you need>
>> and there you have it. GRUB will show both kernels at boot time BTW..
>> 
>> To check your current kernel ls -l /lib/modules
>> 
>> To find the kernels avaliable
>> apt-cache search kernel-image |grep 2.6
>> 
>> 
>> 
>>> Hey everyone,
>>> 
>>> I'll admit my knowledge in the hotplug department isn't spectacular.
>>> 
>>> Currently I have a machine setup to run a script when a specific USB flash
>>> drive is inserted. I did this by defining the script and vendor ID &
>>> product ID in the usb.handmap file (/etc/hotplug/usb.handmap). This works
>>> great and as expected. The script tells the device to mount and do a few
>>> things.
>>> 
>>> So this works as expected, great. But now I want to future proof it a
little
>>> by only looking at the Vendor ID and then just running the script. However
>>> usb.handmap requires a vendor & product ID in order for it to load. I
can't
>>> get this seem to work. Sure I can add each vendor & product ID for each
>>> device I have, however that isn't really future proofing.
>>> 
>>> Currently I have usb.handmap to read:
>>> key.sh  0x0003 0x054c   0x02a50x0100   0x
>>> 0x00 0x000x000x000x00
>>> 0x000x
>>> 
>>> And I have tried:
>>> 
>>> key.sh  0x0003 0x054c   0x0x   0x
>>> 0x00 0x000x000x000x00
>>> 0x000x
>>> 
>>> Anyone have any ideas?
>>> 
>>> 
>>> 
>

RbtBotL
Craig - ><>

 oBU SysAdmin
/|\  607 777 6827 
 ^  Tot Ziens
   



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



Re: No sound on flash movies

2006-07-20 Thread Wulfy

Iván Alemán wrote:

Hello list,

While a flash movie loads very well on firefox, I can't get any sound,
I have tried the following solution with no luck
https://launchpad.net/distros/ubuntu...ree/+bug/29760

Any thoughts?

Thanks



Does anyone else still have this problem?  Not only do I now have no 
sound, but the video doesn't play either...  I've tried everything I can 
think of to no avail...


Any idea how to fix?

--
Blessings

Wulfmann

Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack. 
Play when you can. Hunt when you must. Rest in between.

Share your affections. Voice your opinion. Leave your Mark.


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




ICQ with Linux (was: Chatting with Debian GNU/Linux)

2006-07-20 Thread Rodolfo Medina
I've been following the various suggestions come from this list 
about the possibilities Linux offers to chat:
my family want to use `messenger' and ICQ, and before resigning myself
to use MS Windows I wanted to check all the possibilities.

My impression is that `gaim' manages to use the MSN protocol quite fine,
whereas for ICQ, nor `licq' neither `centericq' neither `gabber' (through
jabber network) can satisfactorily replace the richness of 
original ICQ for MS Windows. They only allow the mere IM function 
but don't really allow (as far as I saw) 
wide users search or multiple chat.

So I'll have to use MS Windows, although I wouldn't like.
If anybody has a different experience, i.e. finds that licq,
or any other application can perform those functions just or almost
just as the original does - and this means that I didn't manage to use 
them properly - please let me know, I'll be glad to have been wrong.

Thanks, cheers,
Rodolfo


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



Re: USB hotplug woes

2006-07-20 Thread Vandoorn, Yvo
I should've mentioned that there is no gui. Actually these are headless
servers, which is the need for scripts.

The goal is that if someone where to stick in an USB flash drive, the OS
would launch the necessary script do its thing and then take out the USB key
5 minutes later. The script basically initializes the network, runs apt-get
and programs the cron. It works great in the lab, however the flash drive we
used is no longer produced making it a pain for wide spread production.
Further more I tried the 2.6 kernel and the machine just went nuts only
because the SATA drives are suddenly seen as SCSI. Yes it is fixable but I'd
rather not customize it too far off the beaten path.



On 7/20/06 12:53 PM, "Craig M. Houck" <[EMAIL PROTECTED]> wrote:

> Vandoorn, Yvo;
> 
> I have never done that. I know that with the 2.6 kernel (that I have on
> many laptops) plug a usb device in and an icon appears on the desktop for it.
> 
> Do you want the script to autorun whe  the usb device is pluged in? If so
> do some googles on "auto run", there are some programs you can find to do
> that for you. 
> 
> I have done it on windows cds that I want to start up a webpage for example
> 
>> What will it take to have a script run once the 2.6 kernel is loaded and a
>> flash drive is inserted.
>> 
>> 
>> On 7/20/06 11:49 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>> 
>>> For what it's worth...
>>> I find usb hotplug impossible to do wiht the 2.4.x kernel,
>>> and it happens automagically with the 2.6.x kernel.
>>> 
>>> IF there is nothing stopping you from using a 2.6.x kernel
>>> just apt-get install <2.6 kernel you need>
>>> and there you have it. GRUB will show both kernels at boot time BTW..
>>> 
>>> To check your current kernel ls -l /lib/modules
>>> 
>>> To find the kernels avaliable
>>> apt-cache search kernel-image |grep 2.6
>>> 
>>> 
>>> 
 Hey everyone,
 
 I'll admit my knowledge in the hotplug department isn't spectacular.
 
 Currently I have a machine setup to run a script when a specific USB flash
 drive is inserted. I did this by defining the script and vendor ID &
 product ID in the usb.handmap file (/etc/hotplug/usb.handmap). This works
 great and as expected. The script tells the device to mount and do a few
 things.
 
 So this works as expected, great. But now I want to future proof it a
> little
 by only looking at the Vendor ID and then just running the script. However
 usb.handmap requires a vendor & product ID in order for it to load. I
> can't
 get this seem to work. Sure I can add each vendor & product ID for each
 device I have, however that isn't really future proofing.
 
 Currently I have usb.handmap to read:
 key.sh  0x0003 0x054c   0x02a50x0100   0x
 0x00 0x000x000x000x00
 0x000x
 
 And I have tried:
 
 key.sh  0x0003 0x054c   0x0x   0x
 0x00 0x000x000x000x00
 0x000x
 
 Anyone have any ideas?
 
 
 
>> 
> 
> RbtBotL
> Craig - ><>
> 
>  oBU SysAdmin
> /|\  607 777 6827
>  ^  Tot Ziens
>
> 


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



Re: USB hotplug woes

2006-07-20 Thread Vandoorn, Yvo
I most certainly agree :-). Google is a very handy tool, however at this
point I can't use the 2.6 kernel (attempted, got a mess in return). These
machines are completely headless and basically this script is to configure
the machine for the user without plugging in a keyboard or mouse.


On 7/20/06 12:55 PM, "H.S." <[EMAIL PROTECTED]> wrote:

> Vandoorn, Yvo wrote:
>> What will it take to have a script run once the 2.6 kernel is loaded and a
>> flash drive is inserted.
> 
> First hit on Google gave me this page(searched for 'run a script udev
> rules'):
> http://reactivated.net/writing_udev_rules.html
> 
> search for "script" on this page and your problem should be solved.
> 
> 
> Google is a pretty handy tool for stuff like this :)
> 
> ->HS
> 
> 


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



new installation not finding large memory

2006-07-20 Thread Miles Fidelman
Hi Folks,

I know I must be doing something very silly, but my brand new installation 
is only finding 1gig of the 4gig of ram installed in my brand new server.

Even if I stick a "mem=4096m" line as a boot option, it's still not 
showing up.  (the only suggestion I've seen in the reference materials).

Any suggestions?

Thanks very much,

Miles Fidelman




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



Re: CD writer wear out? RESOLVED

2006-07-20 Thread Art Edwards
Thanks to all who responded. I haven't tried the isopropyl
alcohol yet, but reducing the write speed to 16x has suddenly
made the writer much happier.

Art Edwards

On Tue, Jul 18, 2006 at 09:10:43PM -0500, Owen Heisler wrote:
> On Tue, 2006-07-18 at 14:45 -0700, Cameron L. Spitzer wrote:
> > I make a lot of Knoppix disks because the Green Party here
> > gives them away.  I get CD drives used or salvage or surplus,
> > all kinds and ages.  Over time I collected nine drives that
> > stopped working: some wrote bad disks, others got read errors.
> > Took the cases off and cleaned the lenses carefully with
> > aqueous isopropyl "rubbing" alcohol on cotton swabs.
> > Eight of the nine work perfectly now.  Try it.
> > The key is to remove the extra alcohol before it dries and
> > leaves a residue.  Use a wet swab and then a dry one.
> 
> Interesting.  Now I know why I have been keeping those CD burners that
> work only half the time.
> 
> > Note, even a perfectly good brand new CD-RW drive will write
> > bad CDs if you burn at full speed.  The maximum writing speed
> > on modern CD blanks is very optimistic.  Try burning at half
> > the automatically detected speed, or 16x, whichever is slower.
> > You will get a much higher yield.  Your disks will be readable
> > in marginal drives that can not read disks burned at full speed.
> 
> Before I learned this, I had some very annoying experiences with CDs!
> 
> > Also, don't waste your time with CD-RW media.  I have tried
> > several brands and none erases well.  Second burn yield is
> > under 50%.  Third burn is near zero.
> 
> Just for the record, I have never bought CD-RWs, but I have collected a
> few (about 20) used ones.  The ones I have can be written at max 4x
> speed, which is annoying.  However, I have had very little trouble with
> them.
> 
> I agree that they should not be used for any critical data.  I use them
> only for testing/temporary burning.  Isn't it called "stuck bits" that
> CD-RWs have after several burns?
> 
> Oh, and supposedly CD-RWs will last much longer than regular CDs.  Light
> causes the dye in regular CDs to deteriate, but that takes much longer
> with the dyes in CD-RWs.  (Okay, now everyone can pick that apart...
> I've just "heard that" from someone.)
> 
> 
> -- 
> 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]



sid upgrade to libsane 1.0.18-2: error in udev rules

2006-07-20 Thread Hugo Vanwoerkom

Hi,


I just upgraded sid (July 18, 2006) and libsane got upgraded to version 
1.0.18-2.
It has an error in /etc/udev/libsane.rules: line 540 is too long (it's a 
comment and 557 chars. long) If you split up that comment the error goes 
away.



H


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




Re: Can't ping

2006-07-20 Thread Christian Christmann

"Pol Hallen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
>> Any ideas what's wrong and how to solve this problem?
> try to ping a numeric ip (google.com has address 64.233.167.99)

No, pinging IP's does not work either.

>
> check the route tables too

route -n:
84.60.0.1   0.0.0.0 255.255.255.255 UH0  00 ppp0
192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0  00 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG0  00


And ifconfig ppp0:

  ppp0  Link encap:Point-to-Point Protocol
  inet addr:84.60.30.236  P-t-P:84.60.0.1  Mask:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
  RX packets:4 errors:0 dropped:0 overruns:0 frame:0
  TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:3
  RX bytes:102 (102.0 b)  TX bytes:54 (54.0 b)
  Kernel IP routing table Destination Gateway Genmask
  Flags Metric RefUse Iface


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



Re: Can't ping

2006-07-20 Thread Christian Christmann

<[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
> On Wed, Jul 19, 2006 at 09:51:32PM +0200, Christian Christmann wrote:
>> Hi,
>>
>> after an update of my Etch system yesterday, I can't connect to the 
>> internet
>> properly via my DSL connection.
>>
>> After running pppoeconf and entering my user data and password and
>> then connect to my provider with "pon dsl-provider", with ifconfig I can
>> see that my ppp0 has a dynamic IP address. With plog I also see that
>> I have been assigned two DNS servers. However, I can't ping any
>> domains or surf in the internet.
>
> Can you ping the DNS servers by explicit IP number?

No, I can't ping the DNS servers by their IP either.


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



Re: new installation not finding large memory

2006-07-20 Thread Gilles Mocellin
Le jeudi 20 juillet 2006 22:26, Miles Fidelman a écrit :
> Hi Folks,
>
> I know I must be doing something very silly, but my brand new installation
> is only finding 1gig of the 4gig of ram installed in my brand new server.
>
> Even if I stick a "mem=4096m" line as a boot option, it's still not
> showing up.  (the only suggestion I've seen in the reference materials).
>
> Any suggestions?

Which kernel do you use ?
I saw the same thing with a default i386 kernel.
When I switched to an i686-smp one (Xeon HT), I saw the light... Hum, the 
RAM !


pgpD1VNm0wwc9.pgp
Description: PGP signature


Re: USB hotplug woes

2006-07-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vandoorn, Yvo wrote:
> I should've mentioned that there is no gui. Actually these are headless
> servers, which is the need for scripts.
> 
> The goal is that if someone where to stick in an USB flash drive, the OS
> would launch the necessary script do its thing and then take out the USB key
> 5 minutes later. The script basically initializes the network, runs apt-get
> and programs the cron. It works great in the lab, however the flash drive we
> used is no longer produced making it a pain for wide spread production.
> Further more I tried the 2.6 kernel and the machine just went nuts only
> because the SATA drives are suddenly seen as SCSI. Yes it is fixable but I'd
> rather not customize it too far off the beaten path.

udev might be able to do this.  Of course, that means having to
upgrade to 2.6.

Also there was a long "autorun" thread on this list earlier this
month.  Maybe that would help.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is "common sense" really valid?
For example, it is "common sense" to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that "common sense" is obviously wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEv/GvS9HxQb37XmcRAhvJAKDoqELtm8Nbr64Fi3yPSo1P0zDRQgCgjwlI
p2YB8qAksdcHTRSMtj02mo4=
=B6HE
-END PGP SIGNATURE-


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



Re: How do I install a non packaged font in Debian?

2006-07-20 Thread Angelina Carlton
Eduard Bloch <[EMAIL PROTECTED]> writes:

> #include 
> xlsfonts uses the old X11 font system. And mkfontdir creates index files
> needed for it but only for the old pcf fonts. You want to use mkttfdir
> instead, from the fttools package.
>
> Eduard.

Hi, I have installed the package fttools and removed the directories in
/usr/share/fonts and /usr/local/share/fonts and now am simply working
from a ~/.fonts to keep things from getting confusing. 

I downloaded two other fonts from the same site to make sure it wasnt a
problem specific to that font.

[EMAIL PROTECTED]:~/.fonts]% l
total 240
-rw-r--r-- 1 orchid orchid  1072 2005-12-12 23:56 Licence.txt
-rw-r--r-- 1 orchid orchid 65996 2004-12-30 16:39 PixelCarnageMono.ttf
-rw-r--r-- 1 orchid orchid  6924 2006-07-20 16:19
PixelCarnageMono.ttf.zip
-rw-r--r-- 1 orchid orchid 45232 2005-03-18 11:59 ProggyCleanCE.ttf
-rw-r--r-- 1 orchid orchid 41208 2005-03-17 18:47 ProggyClean.ttf
-rw-r--r-- 1 orchid orchid 15325 2006-07-18 17:49 ProggyClean.ttf.zip
-rw-r--r-- 1 orchid orchid 34396 2005-12-13 00:09 ProggySmall.ttf
-rw-r--r-- 1 orchid orchid  6490 2006-07-20 16:19 proggysmall.ttf.zip
-rw-r--r-- 1 orchid orchid   290 2005-03-18 20:01 Readme.txt

I then did mkttfdir -ejwo .fonts
and then sudo fc-cache -fv

fc-cache created ~/.fonts/fonts.cache-1
and outputted fc-cache: "/home/orchid/.fonts": caching, 4 fonts, 0 dirs
which seems right as I have 4 fonts now.

the fonts.cache-1 file itself contains four entries similar to:

"PixelCarnageMono.ttf" 0"PixelCarnageMonoTT:style=Regular:slant=0:weight=80:wid
th=100:spacing=100:foundry=unknown:index=0:outline=True:scalable=True:charset= |
>^(||>^1!|>^1!|>^1!|>^1!|>^1!|>^1!P0oWQ:lang=aa|ast|ay|bi|br|ch|da|de|en|es|eu|f
j|fo|fur|fy|gd|gl|gv|ho|ia|id|ie|io|is|it|lb|mg|nb|nds|nl|nn|no|oc|om|pt|rm|sma|
smj|so|sq|sv|sw|tn|ts|vo|wa|xh|yap|zu:fontversion=65536:fontformat=TrueType"

But xlsfonts still show no fonts from my ~/.fonts folder. 
I am trying to use the fonts in urxvt and in emacs if that matters. What
is frustrating is that on the previous Sid install, I had installed
these fonts wihout a problem and forgotten to document how I did it :)
 
-- 
-Angelina Carlton-
orchid on irc.freenode.net
 [EMAIL PROTECTED]
web:bzgirl.bakadigital.com
--


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



newbie question

2006-07-20 Thread Miles Fidelman
Hi,

I'm trying to wring the nits out of a new installation.  One thing that's 
driving me crazy is that not all the boot messages end up in dmesg or 
syslog (for example, the memory size message seems to not be there).

This seems different that other unices I've used.

Are there some settings that control what's logged at boot time?

Thanks much,

Miles


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



Re: new installation not finding large memory

2006-07-20 Thread Jeff D

Miles Fidelman wrote:

Hi Folks,

I know I must be doing something very silly, but my brand new installation 
is only finding 1gig of the 4gig of ram installed in my brand new server.


Even if I stick a "mem=4096m" line as a boot option, it's still not 
showing up.  (the only suggestion I've seen in the reference materials).


Any suggestions?

Thanks very much,

Miles Fidelman




  

what kernel are you using?
check /boot/config-$kernel
see:
[EMAIL PROTECTED]:~$ grep CONFIG_HIGHMEM /boot/config-2.6.8-2-386
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
[EMAIL PROTECTED]:~$ grep CONFIG_HIGHMEM /boot/config-2.6.8-2-k7 
CONFIG_HIGHMEM4G=y

# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y

this is from a sarge system that i have, the 386 kernel wont support 
that much memory, but the k7 will, those are the only ones I have, but 
I'd bet that the 686 versions do as well.



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




Re: new installation not finding large memory

2006-07-20 Thread Miles Fidelman
On Thu, 20 Jul 2006, Gilles Mocellin wrote:

> Le jeudi 20 juillet 2006 22:26, Miles Fidelman a écrit :
> > Hi Folks,
> >
> > I know I must be doing something very silly, but my brand new installation
> > is only finding 1gig of the 4gig of ram installed in my brand new server.
> >
> > Even if I stick a "mem=4096m" line as a boot option, it's still not
> > showing up.  (the only suggestion I've seen in the reference materials).
> >
> > Any suggestions?
> 
> Which kernel do you use ?
> I saw the same thing with a default i386 kernel.
> When I switched to an i686-smp one (Xeon HT), I saw the light... Hum, the 
> RAM !

I'm using the out-of-the-box i386 2.6 kernel that comes with the Sarge 
installer. 

So I guess I have to build a kernel?  Sigh...

Thanks,

Miles


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



Re: new installation not finding large memory

2006-07-20 Thread Jeff D

Miles Fidelman wrote:

On Thu, 20 Jul 2006, Gilles Mocellin wrote:

  

Le jeudi 20 juillet 2006 22:26, Miles Fidelman a écrit :


Hi Folks,

I know I must be doing something very silly, but my brand new installation
is only finding 1gig of the 4gig of ram installed in my brand new server.

Even if I stick a "mem=4096m" line as a boot option, it's still not
showing up.  (the only suggestion I've seen in the reference materials).

Any suggestions?
  

Which kernel do you use ?
I saw the same thing with a default i386 kernel.
When I switched to an i686-smp one (Xeon HT), I saw the light... Hum, the 
RAM !



I'm using the out-of-the-box i386 2.6 kernel that comes with the Sarge 
installer. 


So I guess I have to build a kernel?  Sigh...

Thanks,

Miles


  

you can just apt-get a new kernel
apt-cache search kernel-image-2.6 will show you the list of  available 
kernels, just pick the one that is right for your system




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




Re: new installation not finding large memory

2006-07-20 Thread Gilles Mocellin
Le jeudi 20 juillet 2006 23:22, Miles Fidelman a écrit :
> On Thu, 20 Jul 2006, Gilles Mocellin wrote:
> > Le jeudi 20 juillet 2006 22:26, Miles Fidelman a écrit :
> > > Hi Folks,
> > >
> > > I know I must be doing something very silly, but my brand new
> > > installation is only finding 1gig of the 4gig of ram installed in my
> > > brand new server.
> > >
> > > Even if I stick a "mem=4096m" line as a boot option, it's still not
> > > showing up.  (the only suggestion I've seen in the reference
> > > materials).
> > >
> > > Any suggestions?
> >
> > Which kernel do you use ?
> > I saw the same thing with a default i386 kernel.
> > When I switched to an i686-smp one (Xeon HT), I saw the light... Hum, the
> > RAM !
>
> I'm using the out-of-the-box i386 2.6 kernel that comes with the Sarge
> installer.
>
> So I guess I have to build a kernel?  Sigh...

If your processor is a 686 compatible, use the i686 from sarge !
If you have an athlon, use the k7 one.
There's more than one "out-of-the-box" kernel in sarge.
Type :
# aptitude show kernel-image


pgpUM7DtoSCvg.pgp
Description: PGP signature


Anydata CDMA modem experiences

2006-07-20 Thread Jon K Hellan
I recently got a CDMA wireless USB modem from Anydata. There are some 
problems using these modems with Linux, but thanks to pointers from nice 
people in the Czech user community, I think I was able to solve them. I 
wrote a web page about what I've found out. See 
http://jk.ufisa.uninett.no/anydata/


Regards

Jon

Jon Kåre Hellan, Trondheim, Norway


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




Re: ICQ with Linux (was: Chatting with Debian GNU/Linux)

2006-07-20 Thread Owen Heisler
On Thu, 2006-07-20 at 22:24 +0200, Rodolfo Medina wrote:
> I've been following the various suggestions come from this list 
> about the possibilities Linux offers to chat:
> my family want to use `messenger' and ICQ, and before resigning myself
> to use MS Windows I wanted to check all the possibilities.
> 
> My impression is that `gaim' manages to use the MSN protocol quite fine,
> whereas for ICQ, nor `licq' neither `centericq' neither `gabber' (through
> jabber network) can satisfactorily replace the richness of 
> original ICQ for MS Windows. They only allow the mere IM function 
> but don't really allow (as far as I saw) 
> wide users search or multiple chat.
> 
> So I'll have to use MS Windows, although I wouldn't like.
> If anybody has a different experience, i.e. finds that licq,
> or any other application can perform those functions just or almost
> just as the original does - and this means that I didn't manage to use 
> them properly - please let me know, I'll be glad to have been wrong.

On the Jabber network, GAIM will do multiple chat.  Basically, you set
up a conversation room (with a password if you want) and then either
invite people or let them enter themselves.  I don't know about the
MSN network though.  Perhaps you could convince the others to use GAIM
on Windows and the Jabber network?


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



Re: newbie question

2006-07-20 Thread Gabriel Parrondo
El jue, 20-07-2006 a las 17:01 -0400, Miles Fidelman escribió:
> Are there some settings that control what's logged at boot time?

Hope this helps:
man syslog.conf
man sysklogd




Cheers.


PS: next time it would be better that you read the documentation and
"google" for a while before you ask. Some people get annoyed when people
asks without searching. Besides, you can learn a lot while searching
what you need ;)

-- 
Gabriel Parrondo
GNU/Linux User #404138
GnuPG Public Key ID: BED7BF43

"The only difference between theory and practice is that, in theory, there's no 
difference between theory and practice."



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Problems with make-kpkg and skas patch

2006-07-20 Thread Todd A. Jacobs
I'm trying to build a custom kernel based on 2.6.17 with the skas3
patch. I'm running the following command:

PATCH_THE_KERNEL=YES KPATCH_skas=2.6.17 make-kpkg \
--rootcmd fakeroot --config xconfig --initrd  \
--bzimage --revision=custom.1.skas\
--added-patches=skas binary-arch

but am getting an error saying:

Requested kernel version `2.6.17' not found for patch skas
Patch /usr/src/kernel-patches/all/apply/skas  failed.

What's going on? I've got linux-source-2.6.17 ready to go, and
kernel-patch-skas 3-9.3 installed. It should "just work," right? Or am I
doing something wrong?


-- 
Unabashedly littering the information superhighway with detritus like
this for over 15 years now.


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



Re: apt-cdrom on iso mount

2006-07-20 Thread Nick Wright
> >I'm having some trouble getting apt to use a mounted .iso image on my
> >hdd.
> >[...]
> >I now have this in my /etc/apt/sources.list:
> >
> >deb cdrom:[Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 
> >(20060419)]/ unstable contrib main
> >[...]
> >Media Change: Please insert the disc labeled
> > 'Debian GNU/Linux 3.1 r2 _Sarge_ - Official i386 Binary-1 (20060419)'
> >in the drive '/cdrom/' and press enter
> >
> >And there's the problem -- why does it want to use /cdrom/ when I told
> >it the cdrom mount point was /mnt/deb_iso1?
> >[...]
> 
> Use file:// rather than cdrom: for archives on disk. When 
> apt-get sees a cdrom: source, it naturally thinks that it's a 
> real CD-ROM device.

That makes some degree of sense -- however, for one thing the mounted
iso image cannot be used directly as a file:// source as far as I can
tell (the Packages file is not in the expected place, etc -- please
correct me if I'm wrong about this!).

To use this DVD as a file source I think I'm going to have to copy all
the .debs out into a directory and generate my own Packages list as
described in the Apt howto (using a bunch of debs as a file source
etc).

Another thing is what happens if I have multiple CD drives? Does a deb
cdrom source always have to use the /cdrom/ pointer as the cd drive?
This does seem like a limitation as /cdrom/ might point to a cdrom
drive whereas in this case I'm using a DVD which would need to go in
the other drive (I know I can just adjust the symlink but still..).

Anyways, any further comments on this would be appreciated -- I'm
prolly just gonna copy off all the .debs and throw away the .iso
images. It does seem a shame that I can't use them though as jigdo
seems like a pretty handy mechanism to keep a current set of .isos on
my hard drive.


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



Re: ICQ with Linux (was: Chatting with Debian GNU/Linux)

2006-07-20 Thread Kevin Mark
On Thu, Jul 20, 2006 at 10:24:37PM +0200, Rodolfo Medina wrote:
> I've been following the various suggestions come from this list 
> about the possibilities Linux offers to chat:
> my family want to use `messenger' and ICQ, and before resigning myself
> to use MS Windows I wanted to check all the possibilities.
> 
> My impression is that `gaim' manages to use the MSN protocol quite fine,
> whereas for ICQ, nor `licq' neither `centericq' neither `gabber' (through
> jabber network) can satisfactorily replace the richness of 
> original ICQ for MS Windows. They only allow the mere IM function 
> but don't really allow (as far as I saw) 
> wide users search or multiple chat.
> 
> So I'll have to use MS Windows, although I wouldn't like.
> If anybody has a different experience, i.e. finds that licq,
> or any other application can perform those functions just or almost
> just as the original does - and this means that I didn't manage to use 
> them properly - please let me know, I'll be glad to have been wrong.
> 
> Thanks, cheers,
Hi Rodolfo,
I have had some success with using Wine to run some Win32 programs: 
Internet Explorer, Firefox with flash 8, photoshop,... Thus I get the
ability to run an win32 program, dont need to buy M$ Os and dont need to
install it. Maybe try ICQ with WINE.
Cheers,
Kev
ps. It beats having your folks having a nice virus/spyware target x-)

-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: X.org fü r OpenGL konfigurieren

2006-07-20 Thread Christopher Nelson
On Thu, Jul 20, 2006 at 02:05:54PM -0500, Mike McCarty wrote:
> Matthias Pfeifer wrote:
> >Hallo gruppe,
> 
> [snip]
> 
> Hallo!
> 
> Dies ist leider eine ,,nur Englisch'' Liste. Bitte suchen Sie
> anderswohin diese Frage zu stellen! Moeglicherweise gibt es
> hier jemand, der Sie eine andere Adresse geben kann. Leider
> kann ich nicht.

Es ist: debian-user-german@lists.debian.org

-- 
Christopher Nelson -- [EMAIL PROTECTED]
---
Money is a powerful aphrodisiac.  But flowers work almost as well.
-- Lazarus Long


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



Re: X.org für OpenGL konfigurieren

2006-07-20 Thread Hex Star
这是你说的什么语言? On 7/20/06, Christopher Nelson <[EMAIL PROTECTED]> wrote:
On Thu, Jul 20, 2006 at 02:05:54PM -0500, Mike McCarty wrote:> Matthias Pfeifer wrote:> >Hallo gruppe,>> [snip]>> Hallo!>> Dies ist leider eine ,,nur Englisch'' Liste. Bitte suchen Sie
> anderswohin diese Frage zu stellen! Moeglicherweise gibt es> hier jemand, der Sie eine andere Adresse geben kann. Leider> kann ich nicht.Es ist: 
debian-user-german@lists.debian.org--Christopher Nelson -- [EMAIL PROTECTED]---Money is a powerful aphrodisiac.  But flowers work almost as well.
-- Lazarus Long--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


location of header file after install gsl

2006-07-20 Thread Fred J.
hi  debian/testing 2.6.15 I just installed " gsl-bin " and   gsl-ref-html then went looking for the .h files its docs says to include in your c++ program but did not find any, i.e $locate gsl_math.h $ file not found $dpkg -l confirms installation with no problems.  thanks 
		Groups are talking. We´re listening. Check out the handy changes to Yahoo! Groups. 

Re: location of header file after install gsl

2006-07-20 Thread Wang Xu

2006/7/21, Fred J. <[EMAIL PROTECTED]>:

hi

 debian/testing 2.6.15
 I just installed " gsl-bin " and
gsl-ref-html then went looking for the .h files its docs says to include in
your c++ program but did not find any, i.e
 $locate gsl_math.h
 $ file not found
 $dpkg -l confirms installation with no problems.


I think you should also install libgsl0 and libgsl0-dev

--
Wang Xu


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




Re: location of header file after install gsl

2006-07-20 Thread Stephen Cormier
On Thursday 20 July 2006 22:20, Fred J. wrote:
> gsl_math.h

apt-file search gsl_math.h
libgsl0-dev: usr/include/gsl/gsl_math.h

So installing the above package would probably help.

Setphen

-- 
GPG Pubic Key: http://users.eastlink.ca/~stephencormier/publickey.asc


pgpdpIJGw9G2B.pgp
Description: PGP signature


Re: location of header file after install gsl

2006-07-20 Thread Fred J.
thank you all, that fixed it.Wang Xu <[EMAIL PROTECTED]> wrote: 2006/7/21, Fred J. <[EMAIL PROTECTED]>:> hi>>  debian/testing 2.6.15>  I just installed " gsl-bin " and> gsl-ref-html then went looking for the .h files its docs says to include in> your c++ program but did not find any, i.e>  $locate gsl_math.h>  $ file not found>  $dpkg -l confirms installation with no problems.I think you should also install libgsl0 and libgsl0-dev-- Wang Xu-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] 
		Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates starting at 1¢/min.

Re: Configuring Bluetooth

2006-07-20 Thread Bill Wohler
"Henrique Rennó" <[EMAIL PROTECTED]> writes:

> I have an Acer Aspire 3002LCI Notebook and I'd like to know how can I
> start trying to configure the bluetooth device. I don't understand how
> it works and if someone knows any kind of prior settings I must set
> before changing configuration files, what packages should I look for
> in order to install etc.

Henrique,

My paper[1] on getting the Treo 650 to talk to my ThinkPad T40 running
Debian GNU/Linux (etch) might point you in the right direction.

1. http://www.newt.com/debian/treo650.html

-- 
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD


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



Re: Can't ping

2006-07-20 Thread Nick Wright

> > check the route tables too
> 
> route -n:
> 84.60.0.1   0.0.0.0 255.255.255.255 UH0  00 ppp0
> 192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth0
> 169.254.0.0 0.0.0.0 255.255.0.0 U 0  00 eth0
> 0.0.0.0 192.168.1.1 0.0.0.0 UG0  00
> 

Did you sort this one out yet? By the look of this you have machine
192.168.1.1 set as your default gateway rather than the remote host on
your PPP connection.


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



Re: new installation not finding large memory

2006-07-20 Thread Miles Fidelman

Jeff D wrote:

Miles Fidelman wrote:

On Thu, 20 Jul 2006, Gilles Mocellin wrote:

 

Le jeudi 20 juillet 2006 22:26, Miles Fidelman a écrit :
   

Hi Folks,

I know I must be doing something very silly, but my brand new 
installation
is only finding 1gig of the 4gig of ram installed in my brand new 
server.


Even if I stick a "mem=4096m" line as a boot option, it's still not
showing up.  (the only suggestion I've seen in the reference 
materials).


Any suggestions?
  

Which kernel do you use ?
I saw the same thing with a default i386 kernel.
When I switched to an i686-smp one (Xeon HT), I saw the light... Hum, 
the RAM !



I'm using the out-of-the-box i386 2.6 kernel that comes with the Sarge 
installer.

So I guess I have to build a kernel?  Sigh...

Thanks,

Miles


  

you can just apt-get a new kernel
apt-cache search kernel-image-2.6 will show you the list of  available 
kernels, just pick the one that is right for your system


ok - thanks to all who responded - looks like I'm currently running 
2.6.8-2-386

CONFIG_EDD=m
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set

which explains a lot

looks like
kernel-image-2.6.8-2-686, or
kernel-image-2.6.8-3-686
would be appropriate (I'm running a P4, single processor)
any particular reason to go with one or the other?

and, a few newbie questions:
- any idea why the installer only gives the -386 kernel as a choice?
- the 2.6 kernel off the Sarge installer comes with SATA, md, and LVM 
support - will the -686 version as well?
- what's the specific procedure for replacing my current kernel and 
initrd with the new one - is it just an apt-get install, or is it more 
complicated?


Thanks again,

Miles








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




Re: newbie question

2006-07-20 Thread Miles Fidelman

Gabriel Parrondo wrote:

El jue, 20-07-2006 a las 17:01 -0400, Miles Fidelman escribió:

Are there some settings that control what's logged at boot time?


Hope this helps:
man syslog.conf
man sysklogd

Cheers.


PS: next time it would be better that you read the documentation and
"google" for a while before you ask. Some people get annoyed when people
asks without searching. Besides, you can learn a lot while searching
what you need ;)


understood..

and it turns out that it sure looks like the messages I'm trying to 
capture are generated too early in the startup process to hit the log 
files - guess I have to connect my laptop to the serial port and capture 
the console traffic


Thanks,

Miles



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




Re: newbie question

2006-07-20 Thread Gabriel Parrondo
El jue, 20-07-2006 a las 22:09 -0400, Miles Fidelman escribió:
> and it turns out that it sure looks like the messages I'm trying to 
> capture are generated too early in the startup process to hit the log 
> files - guess I have to connect my laptop to the serial port and
> capture the console traffic 

If all you need is watch at the messages at boot-time, then you could
press the "Scroll Lock" key, which will "pause" the boot process and
give you some time to read, then you can scroll with Shift+PageUp or
Shift+PageDown. When you're done you press "Scroll Lock" again and the
process goes on.




Cheers.
-- 
Gabriel Parrondo
GNU/Linux User #404138
GnuPG Public Key ID: BED7BF43

"The only difference between theory and practice is that, in theory, there's no 
difference between theory and practice."



signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: newbie question

2006-07-20 Thread Miles Fidelman

Gabriel Parrondo wrote:

El jue, 20-07-2006 a las 22:09 -0400, Miles Fidelman escribió:
and it turns out that it sure looks like the messages I'm trying to 
capture are generated too early in the startup process to hit the log 
files - guess I have to connect my laptop to the serial port and
capture the console traffic 


If all you need is watch at the messages at boot-time, then you could
press the "Scroll Lock" key, which will "pause" the boot process and
give you some time to read, then you can scroll with Shift+PageUp or
Shift+PageDown. When you're done you press "Scroll Lock" again and the
process goes on.


Yeah, but that's too easy :-)
Besides, it's nice to have a record.

Cheers,

Miles


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




Gimp 2.2.6 and libpangocairo

2006-07-20 Thread DJ Hackenbruch

Well, I tried a re-install of both (via apt-get) and looking in the /usr/lib directory 
there is no such file named "libpangocairo" real or symb link either. Do I have 
to make them? Link them to what?

DJ...

On Tue, Jul 18, 2006 at 19:53:50 -0600, DJ Hackenbruch wrote:

> Please can someone help me. I was trying to update my GIMP and it 
> stopped working. The GIMP 2.2.6 package seems to install OK but when you 
> run it it wants to see "libpangocairo". Of which pango is available, but 
> cairo is not in the Debian repository. Anything I have tried leads me to 
> need yet other versions of packages that also are not found in the 
> Debian repository. I have tried a few alternate sources for repositories 
> but I seemed to mess up my system more and more as I chased down newer 
> versions of packages. What is the solution to this? Am I stuck running 
> GIMP on Windows?
  


You could try to (re)install libpango1.0-0 and/or libpango1.0-dev.

That should give you the following files and symlinks:

libpango1.0-0: /usr/lib/libpangocairo-1.0.so.0.1201.2
libpango1.0-0: /usr/lib/libpangocairo-1.0.so.0
libpango1.0-dev: /usr/lib/libpangocairo-1.0.la
libpango1.0-dev: /usr/lib/libpangocairo-1.0.a
libpango1.0-dev: /usr/lib/libpangocairo-1.0.so

Note: I am using Sid; you will probably have a different version suffix
for the first file (not "1201.2"). 






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




Re: newbie question

2006-07-20 Thread Wulfy

Miles Fidelman wrote:

Gabriel Parrondo wrote:

El jue, 20-07-2006 a las 22:09 -0400, Miles Fidelman escribió:
and it turns out that it sure looks like the messages I'm trying to 
capture are generated too early in the startup process to hit the 
log files - guess I have to connect my laptop to the serial port and
capture the console traffic 


If all you need is watch at the messages at boot-time, then you could
press the "Scroll Lock" key, which will "pause" the boot process and
give you some time to read, then you can scroll with Shift+PageUp or
Shift+PageDown. When you're done you press "Scroll Lock" again and the
process goes on.


Yeah, but that's too easy :-)
Besides, it's nice to have a record.

Cheers,

Miles 

man bootlogd  it's part of the sysvinit package...  :)

[EMAIL PROTECTED]:~$ dpkg -S bootlogd
sysvinit: /sbin/bootlogd
initscripts: /etc/init.d/bootlogd
initscripts: /etc/init.d/stop-bootlogd
initscripts: /etc/default/bootlogd
sysvinit: /usr/share/man/man8/bootlogd.8.gz


[EMAIL PROTECTED]:~$ apt-cache policy sysvinit
sysvinit:
 Installed: 2.86.ds1-1
 Candidate: 2.86.ds1-1
 Version table:
*** 2.86.ds1-1 0
   500 cdrom://[Debian GNU/Linux 3.1 r1 _Sarge_ - Official i386 
Binary-1 (20051220)] sarge/main Packages

   500 http://ftp.uk.debian.org stable/main Packages
   100 /var/lib/dpkg/status


hope this helps 


--
Blessings

Wulfmann

Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack. 
Play when you can. Hunt when you must. Rest in between.

Share your affections. Voice your opinion. Leave your Mark.


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




Re: IPtables front end

2006-07-20 Thread Raghavendra Bhat
Stephen wrote:

>> searched Google  for 'sit0' and it appears  to be a ipv6  thing -- is
>> that assuption correct?

It is the IPv6 interface, it shows up when you do an 'ifconfig -a'.

-- 
Raghavendra Bhat
Playfully doing something difficult, whether useful
or not, that is hacking -- Richard M. Stallman


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



Recommend an email program for the debian-user-digest?

2006-07-20 Thread DJ Hackenbruch
Can anyone recommend an email program that works well when dealing with 
messages on the debian-user-digest list? I don't quite understand how 
the emails are put together. The email in the inbox contains attachments 
that are emails. Those email attachements I can open, but then those 
emails also contain more attached emails and those I can't open. I can't 
seem to hit the reply button to any of it.


DJ...


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




Re: Recommend an email program for the debian-user-digest?

2006-07-20 Thread H.S.

DJ Hackenbruch wrote:
Can anyone recommend an email program that works well when dealing with 
messages on the debian-user-digest list? I don't quite understand how 
the emails are put together. The email in the inbox contains attachments 
that are emails. Those email attachements I can open, but then those 
emails also contain more attached emails and those I can't open. I can't 
seem to hit the reply button to any of it.


DJ...




This is not an answer to your querry, hopefully somebody else will help.

 Would you be interested in browsing through the list as a newsgroup? I 
use thunderbird and see the mailing list as a newsgroup hosted by 
gmane.org (They host plenty of mailing lists as newsgroups). I have my 
gmail email as the email address for this mailing list. In Gmail, I 
filter these mails and send them to Trash. I personally find browsing 
newsgroups (with their threaded options) much more convenient than 
reading emails. The only client I have seen that threads emails is mutt.


->HS


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




Re: Recommend an email program for the debian-user-digest?

2006-07-20 Thread Paul Johnson
On Thursday 20 July 2006 19:48, DJ Hackenbruch wrote:
> Can anyone recommend an email program that works well when dealing with
> messages on the debian-user-digest list? I don't quite understand how
> the emails are put together. The email in the inbox contains attachments
> that are emails. Those email attachements I can open, but then those
> emails also contain more attached emails and those I can't open. I can't
> seem to hit the reply button to any of it.

kmail handles digests pretty well if you don't split them using procmail using 
the examples in procmail's example manual page.

-- 
Paul Johnson
Email and IM (XMPP & Google Talk): [EMAIL PROTECTED]
Jabber: Because it's time to move forward  http://ursine.ca/Ursine:Jabber


pgpFuE11CUfvF.pgp
Description: PGP signature


Re: Recommend an email program for the debian-user-digest?

2006-07-20 Thread Raquel Rice
On Thu, 20 Jul 2006 23:22:00 -0400
"H.S." <[EMAIL PROTECTED]> wrote:

> The only client I have seen that threads emails is mutt.

Sylpheed

-- 
Raquel

Defense of Marriage? It's like the old V-8 commercial. As though if
this act didn't pass, heterosexual men all over the country would
say, [smacking head] 'I could have married a guy!'
  --Barney Frank


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



Re: IPtables front end

2006-07-20 Thread Stephen
On Fri, Jul 21, 2006 at 08:38:15AM +0530 or thereabouts, Raghavendra Bhat wrote:
> Stephen wrote:
> 
> >> searched Google  for 'sit0' and it appears  to be a ipv6  thing -- is
> >> that assuption correct?
> 
> It is the IPv6 interface, it shows up when you do an 'ifconfig -a'.

Right you are -- Now I have to figure out how to setup Firehol for it.

sit0  Link encap:IPv6-in-IPv4
NOARP  MTU:1480  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0
carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b)  TX
bytes:0 (0.0 b)
  

-- 
Regards
Stephen
+
So so is good, very good, very excellent good:
and yet it is not; it is but so so.
-- William Shakespeare, "As You Like It"
+


signature.asc
Description: Digital signature


Re: apt-cdrom on iso mount

2006-07-20 Thread David E. Fox
On Fri, 21 Jul 2006 12:46:39 +1200
Nick Wright <[EMAIL PROTECTED]> wrote:

>
> Anyways, any further comments on this would be appreciated -- I'm
> prolly just gonna copy off all the .debs and throw away the .iso

Hmm. I seem to be having what may be a related problem: Originally
(around November last year) I had downloaded the first dvd of Debian
Etch from snapshots, via jigdo. I used it initially as a source 'cd
rom' image. 

Recently, I decided to re-jigdo the disk, from fresher snapshot
sources, and used apt-cdrom to add this new DVD as a source image. This
part went well. However, I wanted also to redo my apt-file database and
can't get past the part where apt-file asks for the DVD image, and
promptly spits out that it can't find the Packages.gz file.

-- 

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---


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



Re: Recommend an email program for the debian-user-digest?

2006-07-20 Thread Kamaraju Kusumanchi
On Thursday 20 July 2006 23:22, H.S. wrote:
> DJ Hackenbruch wrote:
> I personally find browsing
> newsgroups (with their threaded options) much more convenient than
> reading emails. The only client I have seen that threads emails is mutt.
>

kmail, thunderbird also have threading options. Infact kmail has something 
called "mailing list management" which detects mailing lists automatically. 
Couple of advantages of this "mailing list management" are that one does not 
need to remember the instructions to subscribe/unsubscribe to the mailing 
lists, figure out how to send the replies (ie to the list/sender etc.,). 
There are infact many more bells and whistles of course...

raju

-- 
http://kamaraju.googlepages.com/cornell-bazaar
http://groups.google.com/group/cornell-bazaar/about


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



Re: apt-cdrom on iso mount

2006-07-20 Thread Willie Wonka

Nick Wright wrote:

> > Use file:// rather than cdrom: for archives on disk. When 
> > apt-get sees a cdrom: source, it naturally thinks that it's a 
> > real CD-ROM device.
> 
> That makes some degree of sense -- however, for one thing the mounted
> iso image cannot be used directly as a file:// source as far as I can
> tell 

Why not? 
Are you saying you never actually burned the CD image?

(the Packages file is not in the expected place, etc -- please
> correct me if I'm wrong about this!).

FWIW; the protocol is "file:///" _not_ "file://"

Regards

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Installing things

2006-07-20 Thread Shane




I can't figure this out.  Probably cause I'm new at it.

I installed both Real Player and MPlayer for Debian.  I downloaded the rpm package and then used alien to 1. convert to .deb and install, and when that didn't seem to work I used alien -i.

Problem is I can't find an executable for either of them.  Not in the bin or sbin directories anywhere.  The KDE desktop can't find them either.

One other interesting thing, dselect shows them installed.

Where might they be?




bind keyboard POWER button to start some program

2006-07-20 Thread Vladi Lemurov

Hello!
How can one bind a keyboard key (in my case I would like to bind 
keyboard POWER button to /etc/init.d/poweroff script) or key sequence 
(i.e. ctrl + f1)
to a script launch or something. For example one pushes keyboard POWER 
BUTTON and the script /etc/init.d/poweroff is being started.
I need that working in terminal, don't need in X. I found hotkeys 
package but this one requires X11. Thanks in advance.

Vladi.


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




  1   2   >