Re: md5sum problem

2006-09-27 Thread S. M. Ibrahim (Lavlu)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 27 September 2006 11:59, Marty wrote:
>[snip]
>> >> > my isp use simple windows Xp internet connection sharing. 
> >> > Is the windows connection sharing is the problem ???
> >>
> >> Does that mean you are using a VPN or other kind of IP tunneling?  It
> >> should prevent such problems.
> >
> > i am using this connection for only my personal use.
>
> I meant your ISP connection, and since you mentioned "connection sharing" I
> thought it might be a VPN connection.  If it's not, then why not? since it
> would likely solve the problem (but I am not familiar with it myself.)
>
> >> > btw, i use only a 128 kbps connection, so i need to use resume to
> >> > download CD.
> >>
> >> What does ifconfig report about your receive error rate?  TCP and UDP
> >> alone cannot handle high error rates in the data link layer.
> >
> > shanazsoft:/home/ibrahim/works# ifconfig
> > eth0  Link encap:Ethernet  HWaddr 00:E0:4C:31:46:04
> >   inet addr:192.168.0.18  Bcast:192.168.0.255  Mask:255.255.255.0
> >   inet6 addr: fe80::2e0:4cff:fe31:4604/64 Scope:Link
> >   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> >   RX packets:37407 errors:0 dropped:0 overruns:0 frame:0
> >   TX packets:36535 errors:0 dropped:0 overruns:0 carrier:0
> >   collisions:342 txqueuelen:1000
> >   RX bytes:29822080 (28.4 MiB)  TX bytes:9726283 (9.2 MiB)
> >   Interrupt:209 Base address:0x9000
>
> It looks fine.  If by this you mean that you have an ethernet connection to
> a router/modem or other device, then I don't see much you can do with
> Debian if the problem exists beteen the router and the ISP.  If you give
> more information about the device and connection type if might shed more
> light on the problem. Once again, however, the VPN may be the key to your
> problem.
my eth0 is connected to the gw using hub on the middle. 

i have no idea aobut VPN, can u make clear this ?


- -- 
S. M. Ibrahim (Lavlu)
Home page: http://lavluda.tripod.com
Blog: http://lavluda.tk
Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
gpg key: A9910F9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD4DBQFFGiKuzpD0S6mRD54RArrmAKCjq58XAkRB+PgTvRRAjBJhqm6/kwCXfV4i
o2s9lUESXyacng/FwMyC3Q==
=tr/6
-END PGP SIGNATURE-


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



Oracle Express Edition licensing (WAS: Re: Driver ODBC for Oracle)

2006-09-27 Thread Marc Shapiro

Bruno Costacurta wrote:


Hello,

I'm looking for a *free* ODBC driver for Oracle.
I googled and found some drivers (ie. Easysoft) but unfortunately they are 
commercial. 


Thanks for any clue.
Note: I'm using Oracle Express Edition v10g which is kindly offered by Oracle.

I had not previously installed Oracle due to their licensing which 
basically said that you could develop a prototype, but then could not 
even use it for internal processing.  The license for the Express 
Edition seems to avoid this problem:


--

License Rights
We grant you a nonexclusive, nontransferable limited license to use the 
programs for: (a) purposes of developing, prototyping and running your 
applications for your own internal data processing operations; (b) you 
may also distribute the programs with your applications; (c) you may use 
the programs to provide third party demonstrations and training; and d) 
you may copy and distribute the programs to your licensees provided that 
each such licensee agrees to the terms of this Agreement. You are not 
permitted to use the programs for any purpose other than as permitted 
under this Agreement. Program documentation is either shipped with the 
programs, or documentation may accessed online at 
http://www.oracle.com/technology/documentation.


Any use of the Oracle Database Express Edition is subject to the 
following limitations;


1. Express Edition is limited to a single instance on any server;
2. Express Edition may be installed on a multiple CPU server, but may 
only be executed on one processor in any server;
3. Express Edition may only be used to support up to 4GB of user data 
(not including Express Edition system data);

4. Express Edition may use up to 1 GB RAM of available memory.

--

I have no problems with only using a single instance on my box and I do 
not have multiple CPUs in the box, so that takes care of numbers 1 and 
2, above.  I will not have more than 4GB of data, so that takes care of 
number 3.  I do have more than 1GB of RAM in my system (although never 
that much free).  Doe the Express Edition limit itself to 1 GB, or do I 
need to do something to limit it, or how do I assure compliance with 
number 4?


--
Marc Shapiro

No boom today. Boom tomorrow. There's always a boom tomorrow.
What?! Look, somebody's got to have some damn perspective around here.
Boom. Sooner or later ... boom!

- Susan Ivanova: B5 - Grail


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




Re: Set up samba

2006-09-27 Thread Vibhav Sharma

Rocky Ou wrote:

On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:

rocky wrote:
> rocky wrote:
>
>> Clive Menzies wrote:
>>
>>> On (26/09/06 09:11), Chris Lale wrote:
>>>
 rocky wrote:

> [...]
>
> Is there a way I can set up my Debian machine or Windows server to
> enalbe me exchage data betwen Windows server and my PC using 
Debian

> system?
>
> [...]
>
 
http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking 


 may get you started.

>>> I put up some info on this a while back which may help:
>>> 
http://clivemenzies.co.uk/help/index.php?option=com_content&task=category§ionid=8&id=33&Itemid=58 


>>>
>>> Regards
>>>
>>> Clive
>>>
>>> --
>>> www.clivemenzies.co.uk ...
>>> ...strategies for business
>>>
>>>
>>>
>>> --
>>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>> with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]

>>>
>> Hey,
>>
>> I did the following configuration in smb.conf of my debian machine
>>
>> #-snap begin--#
>>  [globals]
>> security = share
>>
>> [user1-docs]
>> comment = User1's Documents
>> path = /home/user1/Documents
>> read only = No
>> guest ok = Yes
>> force user = user1
>> map archive = no
>> #snap end---#
>>
>> I know this is insesure. but we are in a small office like a 
family. I

>> can use IE to access my debian machine by entering
>> \\mypcname\user1-docs
>>
>> The problem is I want to get access to my Windows XP file server's
>> E:/backup folder. When I switch my machine to Windows system I can
>> access XP server's backup folder by entering \\server\backup in IE's
>> address bar. But  this is not the case in debian system. In Debian
>> system's Mozilla if I enter \\server\backup in address bar it 
tells me

>> "http:\\server could not found".
>>
>> Can any of you tell me how to use Debian system access to window XPs
>> share files in my LAN please?
>>
>> Thanks,
>> Rocky
>>
>>
>> --
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]

>>
>
> Further to my previous post.
>
> I enabled swap in /etc/inetd.conf and I can go to localhost:901 as
> well. The problem is I still not be able to access to Windows file
> server share folder. Do I need to configure Windows XP instead?
>
> Thanks,
> Rocky
>
>
>
The problem is that entering \\server\share in mozilla makes it search
for an http server.
IE automatically searches for windows shares with the same address.

You need to enter smb://server to specify to the browser what protocol
to use.

If you are using Gnome or KDE, use their file browsers and enter the
above in the adress bar.
If not using nautilus or konqueror, you'll have to install
'firefox-gnome-support' (do an 'apt-get install firefox-gnome-support')
to be able to browse samba shares from firefox.


hope that helps,

Vibhav




Hey, Thanks a lot for your reply! It really helped me a lot:)  It 
works now.


We have a printer connected to the Windows XP file server. And all the
other windows machine can use that shared printer. I'm wondering how
can I set up my debian machine so I can use the share printer?

Thanks a lot in advance!

Rocky


Hi Rocky,

If Gnome, - gnome-cups-manager. If KDE, start 'control center' 
Peripherals > Printer > Add Printer.


In both, select Networked Printer, Windows share and enter server 
address, username, passwd and printer type.


that should get you started...

Vibhav


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




Re: post test.

2006-09-27 Thread Paul Johnson
On Tuesday 26 September 2006 19:13, bowen zheng wrote:
> I had sent many mails without any response.

Are you asking the right questions, then?
http://www.catb.org/~esr/faqs/smart-questions.html

-- 
Paul Johnson
Email and IM (XMPP & Google Talk): [EMAIL PROTECTED]



pgpf5ju7cEyZk.pgp
Description: PGP signature


mknod /dev/fuse

2006-09-27 Thread Eric Persson
What can I do to prevent that I need to type
sudo mknod /dev/fuse -m 0666 c 10 229
upon every boot when I like to use for example sshfs?

/eric


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



Re: Set up samba

2006-09-27 Thread Rocky Ou

On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:

rocky wrote:
> rocky wrote:
>
>> Clive Menzies wrote:
>>
>>> On (26/09/06 09:11), Chris Lale wrote:
>>>
 rocky wrote:

> [...]
>
> Is there a way I can set up my Debian machine or Windows server to
> enalbe me exchage data betwen Windows server and my PC using Debian
> system?
>
> [...]
>
 http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking
 may get you started.

>>> I put up some info on this a while back which may help:
>>> 
http://clivemenzies.co.uk/help/index.php?option=com_content&task=category§ionid=8&id=33&Itemid=58
>>>
>>> Regards
>>>
>>> Clive
>>>
>>> --
>>> www.clivemenzies.co.uk ...
>>> ...strategies for business
>>>
>>>
>>>
>>> --
>>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>>>
>> Hey,
>>
>> I did the following configuration in smb.conf of my debian machine
>>
>> #-snap begin--#
>>  [globals]
>> security = share
>>
>> [user1-docs]
>> comment = User1's Documents
>> path = /home/user1/Documents
>> read only = No
>> guest ok = Yes
>> force user = user1
>> map archive = no
>> #snap end---#
>>
>> I know this is insesure. but we are in a small office like a family. I
>> can use IE to access my debian machine by entering
>> \\mypcname\user1-docs
>>
>> The problem is I want to get access to my Windows XP file server's
>> E:/backup folder. When I switch my machine to Windows system I can
>> access XP server's backup folder by entering \\server\backup in IE's
>> address bar. But  this is not the case in debian system. In Debian
>> system's Mozilla if I enter \\server\backup in address bar it tells me
>> "http:\\server could not found".
>>
>> Can any of you tell me how to use Debian system access to window XPs
>> share files in my LAN please?
>>
>> Thanks,
>> Rocky
>>
>>
>> --
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>>
>
> Further to my previous post.
>
> I enabled swap in /etc/inetd.conf and I can go to localhost:901 as
> well. The problem is I still not be able to access to Windows file
> server share folder. Do I need to configure Windows XP instead?
>
> Thanks,
> Rocky
>
>
>
The problem is that entering \\server\share in mozilla makes it search
for an http server.
IE automatically searches for windows shares with the same address.

You need to enter smb://server to specify to the browser what protocol
to use.

If you are using Gnome or KDE, use their file browsers and enter the
above in the adress bar.
If not using nautilus or konqueror, you'll have to install
'firefox-gnome-support' (do an 'apt-get install firefox-gnome-support')
to be able to browse samba shares from firefox.


hope that helps,

Vibhav




Hey, Thanks a lot for your reply! It really helped me a lot:)  It works now.

We have a printer connected to the Windows XP file server. And all the
other windows machine can use that shared printer. I'm wondering how
can I set up my debian machine so I can use the share printer?

Thanks a lot in advance!

Rocky


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




Re: MOBILE PHONES AT VERY LOW PRICE OFFER. (reporting list spam)

2006-09-27 Thread Johannes Wiedersich

Mumia W.. wrote:
Is it a good idea to report spam to the mailing list to the respective 
ISPs? The spam was not sent to me personally; however, it *is* spam; it 
made it into my mailbox, and the mail-list debian-user didn't "opt-in." ;-)


Should I attempt to report things like this?


Probably, yes. Especially if the server from which the spam originates 
(not to be confused with the 'from' or 'reply-to' address) is within 
your country. Sending spam is illegal in many countries including the EU 
and the US, so the people responsible for servers in these countries are 
legally obliged to take action, if they are notified.


'host' and 'whois' are your friends here.

Johannes


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




Re: Problem installing xserver-xorg

2006-09-27 Thread David Goodenough
On Monday 25 September 2006 14:50, Adam Porter wrote:
> David Goodenough wrote:
> > I am trying to install xorg on an HP 9010 laptop.  It was installed but
> > the hard drive died and so I took an old 2.5" drive I had which had linux
> > on it with XFree86 (and a SIS screen configured) and I am trying to
> > upgrade it to
> > work on this new machine.  I got rid of the old XFree86 code (I think I
> > got
> > rid of all of it)
>
> You say it had Linux on it; was that Debian or something else?
>
> If it was Debian, what version?
>
> If it was newer than Woody, try $(apt-get --purge remove xserver-xorg),
> then reinstall it.
>
> If it was Woody or older, or not Debian, then I recommend you wipe it and
> install Debian from scratch.
Well I managed to get the CD working, and I started from scratch and got
exactly the same answer.  It looks to me as though a question that is of
too low a priority has no default value and that is causing the problem.
But I have no idea how to find out which question is failing. 

So I am going to go back to testing, and then try to upgrade from that.

David


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



apt-build patch available

2006-09-27 Thread Adam Porter
For anyone who would like to use apt-build more, but has run into bugs
dealing with differing binary and source "Version" fields, there is a nice
patch available at bug 332594:

http://bugs.debian.org/cgi-bin/bugreport.cgi/apt-build.diff?bug=332594;msg=17;att=1

I don't know why the patch hasn't been released in an updated apt-build
package yet, but I mailed the bug report and tagged it "patch", so
hopefully it will be soon.  In the meantime, this might help someone.


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



AV Engines for PPC

2006-09-27 Thread Chuck Payne

Hey,

I saw a cool story on howtoforge on how to get f-prot to work with 
debian and amavis, but the problem I have it looks like f-prot is only 
i386. So I am working what AV Engines beside ClamAV, which I have 
install is out there for PPC.


Payne


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




Re: mknod /dev/fuse

2006-09-27 Thread Magnus Therning
On Wed, Sep 27, 2006 at 10:23:08 +0200, Eric Persson wrote:
>What can I do to prevent that I need to type
>sudo mknod /dev/fuse -m 0666 c 10 229
>upon every boot when I like to use for example sshfs?

Use udev and stick "fuse" in /etc/modules.  That seems to do it for me
at least :-)

/M

-- 
Magnus Therning (OpenPGP: 0xAB4DFBA4)
[EMAIL PROTECTED] Jabber: [EMAIL PROTECTED]
http://therning.org/magnus

Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.

`This must be Thursday,' said Arthur to himself, sinking low over his
beer, I never could get the hang of Thursdays.'

-- Arthur, on what was to be his last Thursday on Earth.


pgpw7jKipIey9.pgp
Description: PGP signature


Re: Set up samba

2006-09-27 Thread Rocky Ou

On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:

Rocky Ou wrote:
> On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:
>> rocky wrote:
>> > rocky wrote:
>> >
>> >> Clive Menzies wrote:
>> >>
>> >>> On (26/09/06 09:11), Chris Lale wrote:
>> >>>
>>  rocky wrote:
>> 
>> > [...]
>> >
>> > Is there a way I can set up my Debian machine or Windows server to
>> > enalbe me exchage data betwen Windows server and my PC using
>> Debian
>> > system?
>> >
>> > [...]
>> >
>> 
>> http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking
>>
>>  may get you started.
>> 
>> >>> I put up some info on this a while back which may help:
>> >>>
>> 
http://clivemenzies.co.uk/help/index.php?option=com_content&task=category§ionid=8&id=33&Itemid=58
>>
>> >>>
>> >>> Regards
>> >>>
>> >>> Clive
>> >>>
>> >>> --
>> >>> www.clivemenzies.co.uk ...
>> >>> ...strategies for business
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> >>> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> >>>
>> >> Hey,
>> >>
>> >> I did the following configuration in smb.conf of my debian machine
>> >>
>> >> #-snap begin--#
>> >>  [globals]
>> >> security = share
>> >>
>> >> [user1-docs]
>> >> comment = User1's Documents
>> >> path = /home/user1/Documents
>> >> read only = No
>> >> guest ok = Yes
>> >> force user = user1
>> >> map archive = no
>> >> #snap end---#
>> >>
>> >> I know this is insesure. but we are in a small office like a
>> family. I
>> >> can use IE to access my debian machine by entering
>> >> \\mypcname\user1-docs
>> >>
>> >> The problem is I want to get access to my Windows XP file server's
>> >> E:/backup folder. When I switch my machine to Windows system I can
>> >> access XP server's backup folder by entering \\server\backup in IE's
>> >> address bar. But  this is not the case in debian system. In Debian
>> >> system's Mozilla if I enter \\server\backup in address bar it
>> tells me
>> >> "http:\\server could not found".
>> >>
>> >> Can any of you tell me how to use Debian system access to window XPs
>> >> share files in my LAN please?
>> >>
>> >> Thanks,
>> >> Rocky
>> >>
>> >>
>> >> --
>> >> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> >> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> >>
>> >
>> > Further to my previous post.
>> >
>> > I enabled swap in /etc/inetd.conf and I can go to localhost:901 as
>> > well. The problem is I still not be able to access to Windows file
>> > server share folder. Do I need to configure Windows XP instead?
>> >
>> > Thanks,
>> > Rocky
>> >
>> >
>> >
>> The problem is that entering \\server\share in mozilla makes it search
>> for an http server.
>> IE automatically searches for windows shares with the same address.
>>
>> You need to enter smb://server to specify to the browser what protocol
>> to use.
>>
>> If you are using Gnome or KDE, use their file browsers and enter the
>> above in the adress bar.
>> If not using nautilus or konqueror, you'll have to install
>> 'firefox-gnome-support' (do an 'apt-get install firefox-gnome-support')
>> to be able to browse samba shares from firefox.
>>
>>
>> hope that helps,
>>
>> Vibhav
>>
>
>
> Hey, Thanks a lot for your reply! It really helped me a lot:)  It
> works now.
>
> We have a printer connected to the Windows XP file server. And all the
> other windows machine can use that shared printer. I'm wondering how
> can I set up my debian machine so I can use the share printer?
>
> Thanks a lot in advance!
>
> Rocky
>
Hi Rocky,

If Gnome, - gnome-cups-manager. If KDE, start 'control center'
Peripherals > Printer > Add Printer.

In both, select Networked Printer, Windows share and enter server
address, username, passwd and printer type.

that should get you started...

Vibhav


Thanks for your reply!

I'm using KDE. There are 2 options for network printer. One is network
printer(TCP). Another is newwork printer w/Ipp(IPP/HTTP)

In both options I entered smb://server/ppp(my windows XP working
printer name) as printer address and In the subnetwork field I input
192.168.1. after that I hit scan but it tells me:
"you are about to scan a subnet(192.168.1.*)that does not correspond
to current subnet of this computer (127.0.0.*) .Do you want to scan
the specified subnet anyway?"

It seems that my debian network configuration is wrong? Can any of you
help me on this please?

Thanks,
Rocky


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




Re: kernel mess

2006-09-27 Thread Wackojacko

 > Gee... I need to understand this conceptually. Otherwise I won't even be

able to follow people's advice.


Re-reading the last few posts I realised I may be confused as to what 
you are actually running, sorry :).  Are you trying to install on a 32 
bit O/S running a -k8 kernel, or a full amd64 install?


I think the important thing to remember is to make sure you match the 
packages with the O/S.  This should all be taken care of by apt-get anyway.



Does 2.6.8-2-k7 use my cpu's x86_64 instruction set for anything at all?


No, AFAICT its treated as a normal Athlon.


Sempron64 equals AMD64? What optimization shall I stick to?



The -k8 kernels should work on 32 bit debian, as I said earlier I 
compile my own kernel with 64 bit optimisations on 32 bit sid, but I 
doubt this would make any difference.


You do have the kernel headers for the -k8 kernels installed I trust. 
Although m-a prepare should take care of this.


TBH I am at a loss as to where to go next, sorry :)

Wackojacko


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




Utopia packages? (pam_keyring)

2006-09-27 Thread Magnus Therning
I'd like to try out pam_keyring but I can't find a Debian package for
it.  I did find the Debian Utopia project which seems to have packaged
it, but I can only find the SVN repo not a repo with built debs, not
even full Debian source debs :-(
(http://alioth.debian.org/projects/pkg-utopia/)

Anyone who knows where I should be looking?

/M

-- 
Magnus Therning (OpenPGP: 0xAB4DFBA4)
[EMAIL PROTECTED] Jabber: [EMAIL PROTECTED]
http://therning.org/magnus

Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.

Windows [n.]
  A thirty-two bit extension and GUI shell to a sixteen bit patch to
  an eight bit operating system originally coded for a four bit
  microprocessor and sold by a two-bit company that can't stand one
  bit of competition.
 -- Anonymous USEnet post


pgpk4HJQ1KeJU.pgp
Description: PGP signature


Re: How does Debian load the kernel modules

2006-09-27 Thread Wackojacko

Zheng Da wrote:

Does Debian load LKM automatically?
If it does, in which way? With the kernel module loader or with a 
kerneld daemon?
I find that there is /etc/modules, but it list only a few modules. lsmod 
shows me many more.

So I wonder how the other modules is loaded?


There are hardware detection packages like discover, hotplug (sarge 
only) and udev (incorporating hotplug in etch/sid) that detect the 
hardware and load the appropriate modules on boot.  /etc/modules is 
there for the things these don't detect, although in theory you could 
right udev rules for them in most cases.


HTH

Wackojacko


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




Re: mknod /dev/fuse

2006-09-27 Thread Mumia W..

On 09/27/2006 03:23 AM, Eric Persson wrote:

What can I do to prevent that I need to type
sudo mknod /dev/fuse -m 0666 c 10 229
upon every boot when I like to use for example sshfs?

/eric




Create a script that does that, place it into /etc/init.d/ and use 
update-rc.d to create startup links to it.


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

man update-rc.d


--
[EMAIL PROTECTED]


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




Re: How does Debian load the kernel modules

2006-09-27 Thread Mumia W..

On 09/26/2006 09:30 PM, Zheng Da wrote:

Does Debian load LKM automatically?
If it does, in which way? With the kernel module loader or with a kerneld
daemon?
I find that there is /etc/modules, but it list only a few modules. lsmod
shows me many more.
So I wonder how the other modules is loaded?



/etc/modules.conf tells the kernel what modules perform what features. 
When a kernel feature is requested by a program, the kernel looks into 
/etc/modules.conf to see if there is a module that supports that 
feature. If so, it's loaded.


Install the kernel sources, then read 
/Documentation/kmod.txt. Also read "man modprobe.conf"


HTH


--
[EMAIL PROTECTED]


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




matlab installation problems

2006-09-27 Thread roberto

My problem with matlab installation is the following:

1. i try to install matlab7 r14
2. i follow all the steps indicated in the instal guide:
mkdir /usr/local/matlab7 (=$MATLAB)
cd matlab7

3. then i run the installer:
/media/cdrom0/install* &

4. i choose as installation directory $MATLAB
5. i choose as symbolic links directory: /usr/local/bin
6. the installation proceeds well until the end
7. i try to start the license manager daemon:
$MATLAB/etc/scripts/lmstart

$MATLAB/etc/scripts/lmstart: line 686:
/usr/local/matlab7/etc/scripts/util/setlmenv.sh: No such file or
directory

the problem here is with that "/util" dir which does not exist...

also similar problems arise if i try to start matlab:
/usr/local/matlab7/bin/scripts/matlab

/usr/local/matlab7/bin/scripts/matlab: line 796:
/usr/local/matlab7/bin/bin/util/arch.sh: No such file or directory

here the problem is with that extra "/bin" directory...

do you have any idea with this problem?

distro: debian sarge 3.1
kernel: 2.6.8
thank you for any help


--
roberto
OS: GNU/Linux, Debian Sarge
KDE 3.3
kernel 2.6.8-2-686


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




Re: Set up samba

2006-09-27 Thread rocky

Rocky Ou wrote:
> On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:
> > Rocky Ou wrote:
> > > On 9/27/06, Vibhav Sharma <[EMAIL PROTECTED]> wrote:
> > >> rocky wrote:
> > >> > rocky wrote:
> > >> >
> > >> >> Clive Menzies wrote:
> > >> >>
> > >> >>> On (26/09/06 09:11), Chris Lale wrote:
> > >> >>>
> > >>  rocky wrote:
> > >> 
> > >> > [...]
> > >> >
> > >> > Is there a way I can set up my Debian machine or Windows server to
> > >> > enalbe me exchage data betwen Windows server and my PC using
> > >> Debian
> > >> > system?
> > >> >
> > >> > [...]
> > >> >
> > >> 
> > >> http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking
> > >>
> > >>  may get you started.
> > >> 
> > >> >>> I put up some info on this a while back which may help:
> > >> >>>
> > >> http://clivemenzies.co.uk/help/index.php?option=com_content&task=category§ionid=8&id=33&Itemid=58
> > >>
> > >> >>>
> > >> >>> Regards
> > >> >>>
> > >> >>> Clive
> > >> >>>
> > >> >>> --
> > >> >>> www.clivemenzies.co.uk ...
> > >> >>> ...strategies for business
> > >> >>>
> > >> >>>
> > >> >>>
> > >> >>> --
> > >> >>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > >> >>> with a subject of "unsubscribe". Trouble? Contact
> > >> [EMAIL PROTECTED]
> > >> >>>
> > >> >> Hey,
> > >> >>
> > >> >> I did the following configuration in smb.conf of my debian machine
> > >> >>
> > >> >> #-snap begin--#
> > >> >>  [globals]
> > >> >> security = share
> > >> >>
> > >> >> [user1-docs]
> > >> >> comment = User1's Documents
> > >> >> path = /home/user1/Documents
> > >> >> read only = No
> > >> >> guest ok = Yes
> > >> >> force user = user1
> > >> >> map archive = no
> > >> >> #snap end---#
> > >> >>
> > >> >> I know this is insesure. but we are in a small office like a
> > >> family. I
> > >> >> can use IE to access my debian machine by entering
> > >> >> \\mypcname\user1-docs
> > >> >>
> > >> >> The problem is I want to get access to my Windows XP file server's
> > >> >> E:/backup folder. When I switch my machine to Windows system I can
> > >> >> access XP server's backup folder by entering \\server\backup in IE's
> > >> >> address bar. But  this is not the case in debian system. In Debian
> > >> >> system's Mozilla if I enter \\server\backup in address bar it
> > >> tells me
> > >> >> "http:\\server could not found".
> > >> >>
> > >> >> Can any of you tell me how to use Debian system access to window XPs
> > >> >> share files in my LAN please?
> > >> >>
> > >> >> Thanks,
> > >> >> Rocky
> > >> >>
> > >> >>
> > >> >> --
> > >> >> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > >> >> with a subject of "unsubscribe". Trouble? Contact
> > >> [EMAIL PROTECTED]
> > >> >>
> > >> >
> > >> > Further to my previous post.
> > >> >
> > >> > I enabled swap in /etc/inetd.conf and I can go to localhost:901 as
> > >> > well. The problem is I still not be able to access to Windows file
> > >> > server share folder. Do I need to configure Windows XP instead?
> > >> >
> > >> > Thanks,
> > >> > Rocky
> > >> >
> > >> >
> > >> >
> > >> The problem is that entering \\server\share in mozilla makes it search
> > >> for an http server.
> > >> IE automatically searches for windows shares with the same address.
> > >>
> > >> You need to enter smb://server to specify to the browser what protocol
> > >> to use.
> > >>
> > >> If you are using Gnome or KDE, use their file browsers and enter the
> > >> above in the adress bar.
> > >> If not using nautilus or konqueror, you'll have to install
> > >> 'firefox-gnome-support' (do an 'apt-get install firefox-gnome-support')
> > >> to be able to browse samba shares from firefox.
> > >>
> > >>
> > >> hope that helps,
> > >>
> > >> Vibhav
> > >>
> > >
> > >
> > > Hey, Thanks a lot for your reply! It really helped me a lot:)  It
> > > works now.
> > >
> > > We have a printer connected to the Windows XP file server. And all the
> > > other windows machine can use that shared printer. I'm wondering how
> > > can I set up my debian machine so I can use the share printer?
> > >
> > > Thanks a lot in advance!
> > >
> > > Rocky
> > >
> > Hi Rocky,
> >
> > If Gnome, - gnome-cups-manager. If KDE, start 'control center'
> > Peripherals > Printer > Add Printer.
> >
> > In both, select Networked Printer, Windows share and enter server
> > address, username, passwd and printer type.
> >
> > that should get you started...
> >
> > Vibhav
> >
> Thanks for your reply!
>
> I'm using KDE. There are 2 options for network printer. One is network
> printer(TCP). Another is newwork printer w/Ipp(IPP/HTTP)
>
> In both options I entered smb://server/ppp(my windows XP working
> printer name) as printer address and In the subnetwork field I input
> 192.168.1. after that I hit scan but it tells me:
> "you are about to scan a subnet(192.168.1.*)that does not correspond
> to current subnet of this computer (127.0.0.*) .Do you want to scan
> the specified subn

Sound not configured correctly after recent kernel upgrade

2006-09-27 Thread Maurits van Rees
Hi,

I run Debian sarge.  Since I installed the recent security upgrade for
the 2.6.8 kernel I have problems getting sound out of my machine.  I
reinstalled the previous version of that kernel package again, but
this did not have the desired effect, so maybe it is not related.  (I
then reinstalled the latest package again.)

When I run a program like ogg123 to play an ogg file it gives an error:

Error: Cannot open device oss.

AFAIK I am using alsa as a wrapper around oss.  Audio is not a part
of my system that I deeply understand. ;) Also the /dev/dsp device
file is not found, which used to be there.

I was starting to wonder if I had a hardware failure, but then I
noticed that mplayer did produce sound.  So some programs are working
and some not.  Flash in Firefox also doesn't give a sound.

I found out that I can now actually play an ogg file if I start ogg123
with the option '-d alsa09'.  But that's not very handy of course. :)


So I'm not quite sure what caused this to change.  I didn't see any
package upgrades in my aptitude log that could be related.  I tried
dpkg-reconfiguring some alsa packages, but that didn't help.

Any ideas about getting this back into a more usable state?

Some info:

$ lsmod | grep snd
snd_via82xx29604  0
snd_ac97_codec 69508  1 snd_via82xx
snd_pcm97480  1 snd_via82xx
snd_timer  25668  1 snd_pcm
snd_page_alloc 11720  2 snd_via82xx,snd_pcm
gameport4736  1 snd_via82xx
snd_mpu401_uart 8000  1 snd_via82xx
snd_rawmidi25316  1 snd_mpu401_uart
snd_seq_device  8264  1 snd_rawmidi
snd57380  7 
snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore  10336  1 snd

$ dpkg -l *alsa* | grep ^ii
ii  alsa-base  1.0.8-7ALSA driver configuration files
ii  alsa-oss   1.0.8-1ALSA wrapper for OSS applications
ii  alsa-utils 1.0.8-4ALSA utilities
ii  libsdl1.2debia 1.2.7+1.2.8cvs Simple DirectMedia Layer (with X11 and ALSA

Thanks,

-- 
Maurits van Rees | http://maurits.vanrees.org/ [NL]
Work | http://zestsoftware.nl/
   GnuPG key | http://maurits.vanrees.org/var/gpgkey.asc
"Do only what only you can do." --- Edsger Wybe Dijkstra


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



mkisofs and mkzftree

2006-09-27 Thread Deepak Kumar Tripathi
Title: mkisofs and mkzftree






Which debian package contain mkzftree because i am uisng mkisofs unstable and in source it is not avalable.


thanks in advance


Deepak Tripathi .---.
Open Source Developer  / \   
   [EMAIL PROTECTED]@./   
   /`\_/`\   
   .''`.  //  _  \\  
  : :'  :    | \ )|_ 
  `. `'`    /`\_`>  <_/ \
    `-  \__/'---'\__/
Debian GNU/Linux






The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.

www.aztecsoft.com



mail recive and send

2006-09-27 Thread S. M. Ibrahim (Lavlu)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i want to recive and send my mail from my debian terminal (without using any 
mail client). i want to say that, exim4 or something like this will recive   
the mails of my gmail account so that i can get the mail on my localmail box. 
More over want to send mail from bash using "mail [EMAIL PROTECTED]"  with 
my gmail.com account.


any idea ? 
- -- 
S. M. Ibrahim (Lavlu)
Home page: http://lavluda.tripod.com
Blog: http://lavluda.tk
Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
gpg key: A9910F9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFGlgFzpD0S6mRD54RAsLCAKCkK27BeGVvVwFLESeWDD6lxQFdVQCguJuo
gEotcZvfBLX1An5rH1y1dnI=
=v98K
-END PGP SIGNATURE-


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



Re: mkisofs and mkzftree

2006-09-27 Thread Sven Arvidsson
On Wed, 2006-09-27 at 16:04 +0530, Deepak Kumar Tripathi wrote:
> Which debian package contain mkzftree because i am uisng mkisofs
> unstable and in source it is not avalable.


Hi,

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387927

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



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


Re: Music lovers! Cakewalk?

2006-09-27 Thread Henry Sobotka

s. keeling wrote:

I've a co-worker I'm trying to convert to Linux.  He's a musician, and
his primary app in $REDMOND is something called cakewalk.  I've no
idea what that is (I'm not a musician).  Is there anything in the
Linux/FOSS world that's equivalent/related/worth looking at?
Suggestions welcome.  "apt-cache search cakewalk" turns up nothing
useful (sarge).


rosegarden4 is a possible equivalent.

h~


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




Re: Sound not configured correctly after recent kernel upgrade

2006-09-27 Thread Florian Kulzer
On Wed, Sep 27, 2006 at 09:00:25 +, Maurits van Rees wrote:
> Hi,
> 
> I run Debian sarge.  Since I installed the recent security upgrade for
> the 2.6.8 kernel I have problems getting sound out of my machine.  I
> reinstalled the previous version of that kernel package again, but
> this did not have the desired effect, so maybe it is not related.  (I
> then reinstalled the latest package again.)
> 
> When I run a program like ogg123 to play an ogg file it gives an error:
> 
> Error: Cannot open device oss.
> 
> AFAIK I am using alsa as a wrapper around oss.  Audio is not a part
> of my system that I deeply understand. ;) Also the /dev/dsp device
> file is not found, which used to be there.
> 
> I was starting to wonder if I had a hardware failure, but then I
> noticed that mplayer did produce sound.  So some programs are working
> and some not.  Flash in Firefox also doesn't give a sound.
> 
> I found out that I can now actually play an ogg file if I start ogg123
> with the option '-d alsa09'.  But that's not very handy of course. :)
> 
> 
> So I'm not quite sure what caused this to change.  I didn't see any
> package upgrades in my aptitude log that could be related.  I tried
> dpkg-reconfiguring some alsa packages, but that didn't help.
> 
> Any ideas about getting this back into a more usable state?
> 
> Some info:
> 
> $ lsmod | grep snd
> snd_via82xx29604  0
> snd_ac97_codec 69508  1 snd_via82xx
> snd_pcm97480  1 snd_via82xx
> snd_timer  25668  1 snd_pcm
> snd_page_alloc 11720  2 snd_via82xx,snd_pcm
> gameport4736  1 snd_via82xx
> snd_mpu401_uart 8000  1 snd_via82xx
> snd_rawmidi25316  1 snd_mpu401_uart
> snd_seq_device  8264  1 snd_rawmidi
> snd57380  7 
> snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
> soundcore  10336  1 snd
> 
> $ dpkg -l *alsa* | grep ^ii
> ii  alsa-base  1.0.8-7ALSA driver configuration files
> ii  alsa-oss   1.0.8-1ALSA wrapper for OSS applications
> ii  alsa-utils 1.0.8-4ALSA utilities
> ii  libsdl1.2debia 1.2.7+1.2.8cvs Simple DirectMedia Layer (with X11 and ALSA

Try to modprobe snd_seq_oss, snd_pcm_oss, snd_mixer_oss and check if
that makes any difference. If it does then you can add the relevant
module(s) to /etc/modules.

-- 
Regards,
  Florian


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



new LUG ?

2006-09-27 Thread Jabka Atu
Howdy ,...i wish to rectreate the BGUX (Ben Gureon Universty linux grup).a post had been posted already on www.whatsup.co.il.Little info : City:Be'er Sheva.aproximatly 10 members will join at first
http://www.whatsup.org.il/index.php?name=PNphpBB2&file=viewtopic&t=34165&highlight=%E1%E0%F8+%F9%E1%F2



Re: mail recive and send

2006-09-27 Thread Jon Dowland
At 1159375969 past the epoch, S. M. Ibrahim (Lavlu) wrote:
> i want to recive and send my mail from my debian terminal
> (without using any mail client).

How will you read the mail?

> i want to say that, exim4 or something like this will
> recive   the mails of my gmail account

You need a seperate piece of software to fetch the mail from
gmail via the POP3 protocol. Fetchmail or, ideally,
retchmail.

> so that i can get the mail on my localmail box.  More over
> want to send mail from bash using "mail
> [EMAIL PROTECTED]"  with my gmail.com account.

You need to configure exim4 so that

* you have a smarthost to send mail via (your ISP perhaps)
* you can do per-user address rewriting

The latter might be supported without any exim4 config,
either by adding yourself to /etc/email-addresses, or
configuring your MUA (such as mutt) to add an explicit From:
header. The latter is probably best.

-- 
Jon Dowland
http://alcopop.org/


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



Re: mknod /dev/fuse

2006-09-27 Thread Jon Dowland
At 1159351461 past the epoch, Magnus Therning wrote:
> On Wed, Sep 27, 2006 at 10:23:08 +0200, Eric Persson
> wrote:
> >What can I do to prevent that I need to type sudo mknod
> >/dev/fuse -m 0666 c 10 229 upon every boot when I like to
> >use for example sshfs?
> 
> Use udev and stick "fuse" in /etc/modules.  That seems to
> do it for me at least :-)

The fuse-utils package in sarge suffers from
 (/dev/fuse is user root
group root) . You might be able to configure the modutils
files to specify the group, I'm not sure.



-- 
Jon Dowland
http://alcopop.org/


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



[Solved] Re: Sound not configured correctly after recent kernel upgrade

2006-09-27 Thread Maurits van Rees
Florian Kulzer, on 2006-09-27:
> Try to modprobe snd_seq_oss, snd_pcm_oss, snd_mixer_oss and check if
> that makes any difference. If it does then you can add the relevant
> module(s) to /etc/modules.

Ah, that does the trick.  Well, I still can't hear anything, but
that's because I am logged in via ssh.  But maybe my neighbours can
hear something. :)  At least ogg123 does not display the error
anymore.

Thanks, Florian,

-- 
Maurits van Rees | http://maurits.vanrees.org/ [NL]
Work | http://zestsoftware.nl/
   GnuPG key | http://maurits.vanrees.org/var/gpgkey.asc
"Do only what only you can do." --- Edsger Wybe Dijkstra


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



Re: Music lovers! Cakewalk?

2006-09-27 Thread Hodgins Family
On Wed, 2006-27-09 at 07:11 -0400, Henry Sobotka wrote:
> s. keeling wrote:
> > I've a co-worker I'm trying to convert to Linux.  He's a musician, and
> > his primary app in $REDMOND is something called cakewalk.  I've no
> > idea what that is (I'm not a musician).  Is there anything in the
> > Linux/FOSS world that's equivalent/related/worth looking at?
> > Suggestions welcome.  "apt-cache search cakewalk" turns up nothing
> > useful (sarge).
> 
> rosegarden4 is a possible equivalent.
> 
> h~

This might be worth a look: http://ardour.org/

You might find more info if you google "cakewalk music linux"

HTH

Rob


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



[schaefer: Re: Disabling some services indivually and easily (nut)]

2006-09-27 Thread Marc SCHAEFER
First, some software already uses kernel-passed command line to disable
or enable user-space services, namely knoppix.  And of course
debian-installer.

Second, I will probably file a bug against nut, however it is really
difficult to discriminate between UPS not installed *intentionnally* and
not, that's why there is a problem there.

PS: I have tried to subscribe to debian-user, but failed, I will try
again.


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



Re: apt-build patch available

2006-09-27 Thread Adam Porter
Adam Porter wrote:

> For anyone who would like to use apt-build more, but has run into bugs
> dealing with differing binary and source "Version" fields, there is a nice
> patch available at bug 332594:

> I don't know why the patch hasn't been released in an updated apt-build
> package yet, but I mailed the bug report and tagged it "patch", so
> hopefully it will be soon.  In the meantime, this might help someone.

Wow, that didn't take long.  Mr. Danjou already applied the patch and
uploaded a new version.  :)  Debian at its finest.


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



Re: dhcp server - one mac on multiple subnets

2006-09-27 Thread Scott Reese
Erik Persson wrote:
> Scott Reese wrote:
>> Erik Persson wrote:
> [snip]
>> Greetings Erik:
>>
>>> From your description, it sounds like you have multiple subnets on the
>> same physical network (a multihomed server).  While isc dhcpd can be set
>> up to handle this situation, it won't do what you want it to do. (from
>> the man page...)
> 
> Thanks for your information!
> The problem is that my setup should work for a relay agent with option
> 82 support.
> 
> The network topology looks like this (with some 20 subnets):
> 
> ./--net1
> dhcp-serverrouter---net2
> .\--net3
> 
> The logical layout is similar:
> .../-192.168.B.0/24--subnet1
> dhcp-server--192.168.A.0/24--router--192.168.C.0/24--subnet2
> ...\-192.168.D.0/24--subnet3
> 
> The router is doing dhcp relaying. I'm not sure if it has option 82
> support though.
> 
>> If any subnet in a shared network has addresses available for dynamic
>> allocation, those addresses are collected into a  common  pool  for that
>> shared network and assigned to clients as needed.  There is no way to
>> distinguish on which subnet of a shared network a client should boot.
> 
>> When the client issues a DHCPDISCOVER, there is no way for the server to
>> tell which of the different subnets the request came from.  You could
> 
> Well, in my case there is. A relay agent, with option 82 support, adds
> information about which subnets the requests originates from. A dhcp
> server with support for this, can based on this information give the
> client the appropriate ip address. This is what I know.
> 
> Something doesn't work in my setup though. Either the router is just
> doing dhcp relaying without(!?!) option 82 support, or isc dhcp server
> does not support option 82, but I think isc dhcpd does. I'm not sure
> about version 2 however.
> It could be something about the configuration as well, and of course
> that it don't work for statically assigned ip addresses even if there is
> 2 different host declarations for 2 different subnets.
> 
> However, from the man pages (I guess - its a while since a looked up the
> info):
>If it is desirable to be able to boot a DHCP or BOOTP
>client on more than one subnet with fixed addresses,
>more than one address may be specified in the
>fixed-address  declaration,  or  more  than  one  host
>statement may be specified.
> and
>fixed-address address [, address ... ];
>The fixed-address declaration is used to assign
>one or more fixed IP  addresses to a client.
>It should only appear in a host declaration.
>If more than one  address  is  supplied,  then
>when  the client  boots, it will be assigned
>the address that corresponds to the network on
>which it is booting.
> 
> It could be that this is only valid for multi homed dhcp servers, and
> not for option 82 requests.
> 
>> probably work around the problem by setting up address pools for each of
>> your subnets and then assigning the clients to different pools via MAC
>> address.  Any solution that you come up with is going to have to be
>> based on MAC address, because that is the only thing that the client has
>> for the initial request.
> 
> We are already assigning the clients ip address based on mac address.
> The problem is that this is binding them to just one subnet. If they
> move the computer to another subnet, they will get the old ip address,
> which doesn't work in the new subnet. Not very nice.
> 
> /ep
> 
> 

Greetings Erik:

While we do some pretty ugly DHCP hacks here, relaying isn't one of
them, so I can't try it out for you.  We are using the 3.0 version of
the ISC DHCPD server, and it does mention being able to support relay
agent information in the form of option agent.circuit-id and
agent.remote-id.

The only other thing that you might try is running tcpdump on the dhcp
server and looking at the packets.  That would verify that the router is
attaching the option 82 information properly, and you could verify that
the circuit-id being sent by the router is what you expect it to be.

Good luck.

-Scott


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



mod_headers in apache 1.3

2006-09-27 Thread saravanan ganapathy
Hi,

I am using apache 1.3.33 on debian3.1 and I want to
hide 'server string' in headers. I already configured
'ServerTokens Prod'. 

Now it shows server string as 'Apache' and I need to
change this. So I configured the following in my
httpd.conf and this is not working

LoadModule headers_module
/usr/lib/apache/1.3/mod_headers.so

Header set Server "nothing"

The same above config is working in apache2.x.

Whats the problem in apache1.x?

Sarav 







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



Re: Fwd: Help, lvm2 snapshot and XFS , using xfs_freeze to do this, but then lvcreate hang.

2006-09-27 Thread Albert Dengg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Sep 27, 2006 at 01:03:32PM +0800, bowen zheng wrote:
> -- Forwarded message --
> From: bowen zheng <[EMAIL PROTECTED]>
> Date: 2006-9-27 1:03
> Subject: Help, lvm2 snapshot and XFS , using xfs_freeze to do this,
> but then lvcreate hang.
> To: [EMAIL PROTECTED]
> 
> 
> Help, lvm2 snapshot and XFS , using xfs_freeze to do this, but then
> lvcreate hang.
> 
> I use lvm2 and xfs both.  If I do not use xfs_freeze before, I can use
> lvcreate snapshot the lv. And it work fine for some static files or
> lv, but not for running system such as / (root) which will generate a
> log of I/O error.
> 
> So I heard that xfs should run xfs_freeze before create snapshot.
> However, after xfs_freeze -f, then lvcreate hang all the time. And I
> still can not kill (-9) the lvcreate process.
> 
> Anyone know what can I do now ???
> And how to use snapshot under xfs,  is this a xfs or lvm bug ???
do you have /dev on the root partition?
to my expicience xfs_freeze -f halts all write operations on the
partition and lvcreate wants to write to the device and create one,
apart from the log/backup of the lvm metadata...

yours
Albert

- -- 
Albert Dengg <[EMAIL PROTECTED]>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFGnHzhrtSwvbWj0kRAmG9AJ9kmxDc966f3eCF/JTHFMNANNeHLACePwbF
p5bkkb1bIgz1ET9IE03zm0U=
=Mi/y
-END PGP SIGNATURE-


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



Re: Set up samba

2006-09-27 Thread Ernst-Magne Vindal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 26 Sep 2006, rocky wrote:


Date: 26 Sep 2006 20:33:32 -0700
From: rocky <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: Set up samba
Resent-Date: Tue, 26 Sep 2006 23:35:02 -0500 (CDT)
Resent-From: debian-user@lists.debian.org


Chris Lale wrote:

rocky wrote:

[...]

Is there a way I can set up my Debian machine or Windows server to
enalbe me exchage data betwen Windows server and my PC using Debian
system?

[...]

http://newbiedoc.berlios.de/wiki/Installing_Samba_Linux/Windows_networking
may get you started.

Chris.


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


Thanks very much for your reply.

The first step of the tutorial says "In control panel -> CLient for
Microsoft Networks -> File and Print Sharing..."

Our server is Windowx XP and I went to Control Panel but I could not
find Client for MIcrosoft Networks.

Any ideas please?

Thanks,
Rocky


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




yes, and the text also says 'IN WIN98'

think man, and look for something related to network in winxp. AND if U 
google a little you'll find out that during install of xp, if netcard is 
detected, then 'Client for MS network', 'File and print sharing' and 
'TCP/IP' is installed and enabled. By default.


Find your Local area conn, > right click > properties .then U have it.

and there in the advanced tab U also have settings for firewall, first try 
to disable, if U then can connect, enable it and configure it.


good luck.

/ernst-magne

Linux-User #310283 with the Linux Counter, http://counter.li.org/
**   and the man said  **
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFGnNMDnAPBn+/v/gRAtNlAJ4kkvh5lTtTP1P3t2TOXuNV/9Do1ACfahOF
vLOXw+vq/e8VdKfuLJb3Kww=
=Z0Wm
-END PGP SIGNATURE-


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




SATA and SoundBlaster clash ???

2006-09-27 Thread Dominique Dumont

Hello

I'm currently working on a bug where ac3 stream on the spdif output of
my SB Live is corrupted while I'm performing SATA I/O (See [1] and [2]
for the whole story)

I'm wondering if other people have similar problem.

My setup is:
- a7n8x deluxe board 
- SB Live digital 5.1 (snd_emu10k1 driver)
- SATA disk (sata_sil on the mobo)
- Debian sid with 2.6.27 kernel

If I try to play a movie with an ac3 stream (from the SB live spdif)
on my external amplifier (Yamaha DSP A1) while performing I/O on the
SATA drive (like md5sum *.avi), I get a lot of ac3 drop-out (the ac3
light on my amp blinks on and off).

Likewise, PCM output shows severe high frequencys distorsions (above 5
kHz).

I'm working with ALSA and lklm people to solve the problem. ([1] and [2])

Meanwhile I'm wondering if other people can reproduce the problem ?

Thanks


[1] http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg17399.html 
[2] 
http://groups.google.com/group/fa.linux.kernel/browse_frm/thread/4583a755034699de

-- 
Dominique Dumont 
"Delivering successful solutions requires giving people what they
need, not what they want." Kurt Bittner


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



Package server

2006-09-27 Thread Gandalf, the White
Hi there!

Some friends and I are organizing an Install Fest at the university.
We intend to set up a server to distribute the newest packages to the
brand new installed PCs.
The idea is to point to this server in each PC's /etc/apt/sources.list
file.

How can I set such server?


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



Re: Package server

2006-09-27 Thread S. M. Ibrahim (Lavlu)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 27 September 2006 18:25, Gandalf, the White wrote:
> Hi there!
>
> Some friends and I are organizing an Install Fest at the university.
> We intend to set up a server to distribute the newest packages to the
> brand new installed PCs.
> The idea is to point to this server in each PC's /etc/apt/sources.list
> file.
>
> How can I set such server?
use apt-proxy, it will save lots of download.
- -- 
S. M. Ibrahim (Lavlu)
Home page: http://lavluda.tripod.com
Blog: http://lavluda.tk
Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
gpg key: A9910F9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFGng9zpD0S6mRD54RAhPeAKCfVnEaLaS+l1FPuS+9J4QOBEjHTACdEzsf
AyvtgMOXCufNS7C0iDToihw=
=pA7k
-END PGP SIGNATURE-


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



Re: Package server

2006-09-27 Thread Roberto C. Sanchez
On Wed, Sep 27, 2006 at 05:25:23AM -0700, Gandalf, the White wrote:
> Hi there!
> 
> Some friends and I are organizing an Install Fest at the university.
> We intend to set up a server to distribute the newest packages to the
> brand new installed PCs.
> The idea is to point to this server in each PC's /etc/apt/sources.list
> file.
> 
> How can I set such server?
> 

Follow my HOWTO:

http://people.connexer.com/~roberto/howtos/debrepository

If you already understand the Debian repository layout and why it is
structured the way it is, then there are other howtos out there.
However, if you are new to such things, my howto explains in a fair
amount of detail the rationale behind much of it.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Music lovers! Cakewalk?

2006-09-27 Thread Hans du Plooy
On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> I've a co-worker I'm trying to convert to Linux.  He's a musician, and
> his primary app in $REDMOND is something called cakewalk.  I've no
> idea what that is (I'm not a musician).  Is there anything in the
> Linux/FOSS world that's equivalent/related/worth looking at?
> Suggestions welcome.  "apt-cache search cakewalk" turns up nothing
> useful (sarge).

Cakewalk is (as far as I remember - it's been years) a music
notation/midi sequencer program.  The closes thing that I know of is
Rosegarden and Noteedit - I haven't used either so I can't tell you if
it's any good.

You might also look into Studio64 - it's a Debian based distro that's
got all the sound stuff already setup and integrated.

Hans


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



RE: mkisofs and mkzftree

2006-09-27 Thread Sven Arvidsson
On Wed, 2006-09-27 at 16:54 +0530, Deepak Kumar Tripathi wrote:
> Hi in my root dir.
> mkisofs_5%3a1.0~pre4-1.1_i386.deb   mkzftree-install.diff
> 
> 
> when i am applying package using
> #patch -p1 
> its fail.
> How will i do this.

Hi,

Please respond back to the list and not to me directly :)


What fails? You're not trying to apply the patch to the binary package
are you? You need to get the source code for mkisofs, apply the patch
and rebuild the package.

Alternatively you can try to downgrade mkisofs to an earlier version
that still has the mkzftree binary. 
http://snapshot.debian.net/

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



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


Re: Making kernel 2.6.18

2006-09-27 Thread Hugo Vanwoerkom

David Baron wrote:

Manually putting in the symlink worked. 2.6.18 is up and running.
Easily build the kqemu and, using m-a all the other added kernel models.
And yes, Nvidia's installer CAN be easily used with multiple kernels and even 
cross-compile (read their "advanced" options).


I'll keep 2.6.17 around for a few days just in case but so far so good!




Good. I am holding off. There are reports in the suspend2-devel list 
that the 2.6.18 version causes paging problems. I am now in resume #26 
from a boot on the 18th.


H


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




Re: bash command timer

2006-09-27 Thread Hugo Vanwoerkom

Roberto C. Sanchez wrote:

On Tue, Sep 26, 2006 at 05:19:47PM -0500, Hugo Vanwoerkom wrote:

Ron Johnson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/25/06 13:54, Hugo Vanwoerkom wrote:

Hi,

I am looking for a way to time scripts, how long they take to execute.

That has appeared in the list before, but now I can't find it.

I could write it myself, but I bet it exists already.

Are you referring to time(1)?

 $ time ./testmem
 Out of memory at 2802 M

 real0m0.020s
 user0m0.002s
 sys 0m0.017s


Aha! I am and it is a package that I did not have installed ;-)



Just remember that if you run time without a patch qualification, you
get the shell's builtin time function.  If you want to use the time
binary, then be sure to specify /usr/bin/time.

Regards,

-Roberto


I ran right into this when I did not specify /usr/bin/time.
However... I do not think time is what I want. What I want is a 
chronometer function that works just like one: you click and it shows 
0:00, click and it starts running, click and it shows how far it got...


I wrote a command to do that and keep the elapsed time in a environment 
variable, but "setenv("CHRONO", msecs.data(), 1));" does not set the 
variable "$CHRONO", so I have to rethink.


H

















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




Xorg packages vs Nvidia's driver? (RESEND)

2006-09-27 Thread David Baron
>Which packages might be removed or pinned so that upgrades will not 
>necessitate 
>reinstallation of Nvidia's (their installer) driver? libGLcore.so (symlink)? 
>etc.

This problem persists in Sid. Almost anything Xorg or OpenGL that gets updated 
necessitates reinstalling the Nvidia stuff, both kernel module and other 
stuff. No so bad a trip but 

Seems to me that the Nvidia stuff should not go to /usr or /usr/lib 
or /usr/X11R6 .../modules where Xorg stuff normally goes. Should have its own 
directories and these specified in xorg.conf. Actually, their installer 
tries, cites a "modular" Xorg installation and requests an "sdk". Failing 
that, it places things in the "standard" directories.

The installer has an --x-prefix option which they recommend only under "rare 
circumstances". There are --x-module-path (defaults to ...xorg/modules now)  
and --x-library-path (defaults to --x-prefix/lib) as well

Anyone use these to straighten this out? Which options?
The debian package of the Nvidia driver DRI did not work when I tried that? 
Where does this now place its items?


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



Re: Fwd: Bash script to run OpenJUMP on Linux...

2006-09-27 Thread Andrew Vaughan
Hi Scott

Sorry for the late reply, I don't find time to read -user very often.

On Thursday 21 September 2006 06:07, Redefined Horizons wrote:
> I've recently installed the Java 1.5 packages for Debian. I'm trying
> to create a simple bash script that will launch a java program. (There
> isn't a Debian package for this program, but I hope to create one if I
> can get it runnging.)  I'm
> trying to launch the program, but I'm running into some trouble.
>
> I think I've tracked my problem down to a compatability problem with
> my installed JVM and the program I'd like to run. I read that you
> should be albe to run Java programs compiled for Java 1.4 on a Java
> 1.5 JRE, but perhaps that doesn't work with Debian?
>
> There may be another reason why my script isn't working. I have
> attached the script and the error message it generates. If anyone is
> familiar with this problem and can take a look at the script I'd
> appreciate it. (The script is short.) :]
>
> I can add a section to the Debian wiki explaining how to launch a Java
> program on Debian if I can figure this out.
>
> Scott Huey


Exception in thread "main" java.lang.UnsupportedClassVersionError:

That error means that the class format version isn't supported.  It's 
normally caused by compiling with java 1.5, and running with 1.4 or earlier 

If you need to build on 1.5 and run on earlier, pass -target  to 
sun's javac.

Looking at test_run_jump.sh, I think what's happening is that the your java 
alternative isn't pointing 
to /usr/lib/jvm/java-1.5.0-sun-1.5.0_07/jre/bin/java.  So either rebuild 
the source for java 1.4, or try

echo "Liftoff..."
$JAVA_HOME/java ...

Also consider changing JAVA_HOME to /usr/lib/jvm/java-1.5.0-sun/jre/bin/ 
which won't be so brittle.

HTH
Andrew V.



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



Re: Making kernel 2.6.18

2006-09-27 Thread David Baron
On Wednesday 27 September 2006 16:20, Hugo Vanwoerkom wrote:
> David Baron wrote:
> > Manually putting in the symlink worked. 2.6.18 is up and running.
> > Easily build the kqemu and, using m-a all the other added kernel models.
> > And yes, Nvidia's installer CAN be easily used with multiple kernels and
> > even cross-compile (read their "advanced" options).
> >
> > I'll keep 2.6.17 around for a few days just in case but so far so good!
>
> Good. I am holding off. There are reports in the suspend2-devel list
> that the 2.6.18 version causes paging problems. I am now in resume #26
> from a boot on the 18th.

I have never used suspend. 


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



GPG keys aren't available on new system

2006-09-27 Thread John O'Hagan
Hi list,

I have some GPG-encrypted files (using the Kgpg front-end) on one box, which I 
copied to another box, along with the contents of ~/.gnupg and /etc/gnupg. If 
I attempt to decrypt the files on the new box, it fails with the 
message "Secret key not available". 

On the old box it's fine; both run current testing. Is there anything else I 
need to do?

Thanks,

John


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



Re: GPG keys aren't available on new system

2006-09-27 Thread Roberto C. Sanchez
On Thu, Sep 28, 2006 at 12:07:03AM +1000, John O'Hagan wrote:
> Hi list,
> 
> I have some GPG-encrypted files (using the Kgpg front-end) on one box, which 
> I 
> copied to another box, along with the contents of ~/.gnupg and /etc/gnupg. If 
> I attempt to decrypt the files on the new box, it fails with the 
> message "Secret key not available". 
> 
> On the old box it's fine; both run current testing. Is there anything else I 
> need to do?
> 

Do you have more than one secret key?  Maybe you need do configure kgpg
to use a specific key.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Music lovers! Cakewalk?

2006-09-27 Thread s. keeling
Hans du Plooy <[EMAIL PROTECTED]>:
>  On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> > I've a co-worker I'm trying to convert to Linux.  He's a musician, and
> > his primary app in $REDMOND is something called cakewalk.  I've no
> > idea what that is (I'm not a musician).  Is there anything in the
> > Linux/FOSS world that's equivalent/related/worth looking at?
> > Suggestions welcome.  "apt-cache search cakewalk" turns up nothing
> > useful (sarge).
> 
>  Cakewalk is (as far as I remember - it's been years) a music
>  notation/midi sequencer program.  The closes thing that I know of is
>  Rosegarden and Noteedit - I haven't used either so I can't tell you if
>  it's any good.

Henry, Hodgins, Hans, thanks very much.  I'll look into all your
suggestions.  Hans:

>  You might also look into Studio64 - it's a Debian based distro that's
>  got all the sound stuff already setup and integrated.

(from the review at www.freesoftwaremagazine.com, mentioned on
distrowatch):

   "So the goal of 64 Studio Ltd. is to create a native x86_64
   distribution with a selected set of creative tools and as much
   integration between them as possible."

... Specifically for 64 bit systems.  I'll have to look into that
(dunno what he's running yet; still pretty preliminary stages here).


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://www.spots.ab.ca/~keeling  Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.htmlPlease, don't Cc: me.
   Spammers! http://www.spots.ab.ca/~keeling/emails.html


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



Re: Debian Love

2006-09-27 Thread celejar

Debian rules! Many thanks to everyone behind Debian.


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




gnome-terminal and mutt

2006-09-27 Thread Gerard Robin

hello,
when I run mutt in gnome-terminal and I open a mail which contains a
link as http://.., if I open this link, it is opened with lynx. But
I would like to use dillo instead lynx.
Which file must I edit to change the browser ?
tia
--
Gérard



Kerneltop

2006-09-27 Thread David Baron
Tried this. Request kernel profiling be enabled (no /proc/profile found) as in 
documentation.

My .config has:
# Instrumentation Support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
# CONFIG_KPROBES is not set

What else do I need to do?


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



Re: gnome-terminal and mutt

2006-09-27 Thread Sven Arvidsson
On Wed, 2006-09-27 at 16:33 +0100, Gerard Robin wrote:
> hello,
> when I run mutt in gnome-terminal and I open a mail which contains a
> link as http://.., if I open this link, it is opened with lynx. But
> I would like to use dillo instead lynx.
> Which file must I edit to change the browser ?
> tia

If you are running GNOME, "Preferred Applications" in Preferences. If
you don't run a complete GNOME environment, you can change the gconf
key /desktop/gnome/applications/browser 

Also, I think the default browser is set to x-www-browser so you should
be able to change that using the debian alternatives system.

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



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


initrd

2006-09-27 Thread Skylar Thompson
I'm working on a project that requires preseeding the Debian installer.  In
my build process, I mount the ISO image over loopback, and then copy
everything to scratch space on a hard drive. I then extract the cpio initrd
for the 2.6 kernel to another directory, copy in my initrd from an
overlay directory,
and then put the initrd back on the server:

pushd $TMPINITRD
gzip -d -c $TMPISO/install/2.6/initrd.gz|cpio -i
cp -R $SVNROOT/debian-install-iso/initrd-overlay/* $TMPINITRD
find .|cpio -ocB|gzip -c > $INITRD26
popd

When I boot the CD, it finds the initrd, but then promply kernel panics,
saying that it is unable to mount root. Is this the accepted way to
generate initrds without mkinitrd? I'd rather not have a system running the
same kernel version as the project is going to be, although I could do
this in a VM if I had to.

-- 
-- Skylar Thompson ([EMAIL PROTECTED])
-- http://www.cs.earlham.edu/~skylar/




signature.asc
Description: OpenPGP digital signature


Re: Package server

2006-09-27 Thread Damon L. Chesser

S. M. Ibrahim (Lavlu) wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 27 September 2006 18:25, Gandalf, the White wrote:
  

Hi there!

Some friends and I are organizing an Install Fest at the university.
We intend to set up a server to distribute the newest packages to the
brand new installed PCs.
The idea is to point to this server in each PC's /etc/apt/sources.list
file.

How can I set such server?


use apt-proxy, it will save lots of download.
- -- 
S. M. Ibrahim (Lavlu)

Home page: http://lavluda.tripod.com
Blog: http://lavluda.tk
Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
gpg key: A9910F9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFGng9zpD0S6mRD54RAhPeAKCfVnEaLaS+l1FPuS+9J4QOBEjHTACdEzsf
AyvtgMOXCufNS7C0iDToihw=
=pA7k
-END PGP SIGNATURE-


  

Please stop requesting receipts on this mailing list.  It is very annoying.

Thank you.

--
Damon L. Chesser
[EMAIL PROTECTED]
[EMAIL PROTECTED]


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




Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Owen Heisler
On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
> On 09/26/06 20:08, Owen Heisler wrote:
> > I have set up a mail server using postfix and am using the maildir style
> > mailbox at "~/.mail".  I have set up that account in Evolution and can
> > view/delete messages from that mailbox.  I would like to create folders
> > in the mailbox as well.  Is this possible with Evolution?  Is is
> > possible with the Maildir mailbox style?
> 
> Sure.  Highlight the maildir "inbox" and right-click.

Evolution won't let me.  The "New Folder" option is disabled.  If I try
from another folder, then try to select the Inbox from the resulting
dialog, it still won't let me.


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



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Owen Heisler
On Wed, 2006-09-27 at 00:50 -0400, Roberto C. Sanchez wrote:
> On Tue, Sep 26, 2006 at 11:24:58PM -0500, Ron Johnson wrote:
> > On 09/26/06 20:08, Owen Heisler wrote:
> > > I have set up a mail server using postfix and am using the maildir style
> > > mailbox at "~/.mail".  I have set up that account in Evolution and can
> > 
> > The standard location for maildirs is "~/Maildir".
> 
> Yes, but it is configurable.  Personally, I don't like clutter in my
> home directory, so I changed /etc/defaults/courier and
> /etc/courier/imapd (and don't forget /etc/courier/{imapd,pop3d}{,-ssl}
> if you use any of those as well).  I put all my mail into ~/.Maildir to
> keep the clutter away.

Okay, if ~/Maildir is proper, I'll change it to ~/.Maildir; I like to
keep it out of sight too.


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



Re: gnome-terminal and mutt

2006-09-27 Thread Gerard Robin

On Wed, Sep 27, 2006 at 04:42:22PM +0200, Sven Arvidsson wrote:

From: Sven Arvidsson <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: gnome-terminal and mutt



when I run mutt in gnome-terminal and I open a mail which contains a
link as http://.., if I open this link, it is opened with lynx. But
I would like to use dillo instead lynx.
Which file must I edit to change the browser ?



If you are running GNOME, "Preferred Applications" in Preferences. If
you don't run a complete GNOME environment, you can change the gconf
key /desktop/gnome/applications/browser 


Many thanks, it's ok :-)

--
Gérard



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/27/06 09:55, Owen Heisler wrote:
> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
>> On 09/26/06 20:08, Owen Heisler wrote:
>>> I have set up a mail server using postfix and am using the maildir style
>>> mailbox at "~/.mail".  I have set up that account in Evolution and can
>>> view/delete messages from that mailbox.  I would like to create folders
>>> in the mailbox as well.  Is this possible with Evolution?  Is is
>>> possible with the Maildir mailbox style?
>> Sure.  Highlight the maildir "inbox" and right-click.
> 
> Evolution won't let me.  The "New Folder" option is disabled.  If I try
> from another folder, then try to select the Inbox from the resulting
> dialog, it still won't let me.

Hmmm, it always worked for me.  But then, I never used Maildir
directly from Evo, but use IMAP.  Courier-IMAP, in turn, "talks
Maildir".

- --
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.5 (GNU/Linux)

iD8DBQFFGph/S9HxQb37XmcRAhEiAKCYzYjSV1dz4pMmf2jXiLH90JvPQwCfX55m
GDjcdq5zXyawBnpgnvrgK/4=
=9lkk
-END PGP SIGNATURE-


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



Re: gnome-terminal and mutt

2006-09-27 Thread Vincent Lefevre
On 2006-09-27 16:33:29 +0100, Gerard Robin wrote:
> when I run mutt in gnome-terminal and I open a mail which contains a
> link as http://.., if I open this link, it is opened with lynx. But
> I would like to use dillo instead lynx.
> Which file must I edit to change the browser ?

It depends how you open the link. If you use some gnome-terminal
feature after selecting the link, see Sven Arvidsson's answer.
If you use urlview, edit your .urlview file, by adding, e.g.

COMMAND dillo %s

(assuming that dillo takes the URL as argument).

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


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



Re: spamcop

2006-09-27 Thread Kamaraju Kusumanchi
On Wednesday 20 September 2006 08:21, John Kelly wrote:
> For the second time in the past few days, spamcop has listed
> murphy.debian.org.  That's it.  I'm done with spamcop!

If murphy is sending spamtraps, it deserves to be listed. period.

If it is not spamcop, there are tons of other DNSBLs which will happily list 
it in the due course. Since spamcop is very very aggressive, you are seeing 
the effect first in spamcop and not in other DNSBLs.

Why not just whitelist murphy by yourself?

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: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Owen Heisler
On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
> On 09/27/06 09:55, Owen Heisler wrote:
> > On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
> >> On 09/26/06 20:08, Owen Heisler wrote:
> >>> I have set up a mail server using postfix and am using the maildir style
> >>> mailbox at "~/.mail".  I have set up that account in Evolution and can
> >>> view/delete messages from that mailbox.  I would like to create folders
> >>> in the mailbox as well.  Is this possible with Evolution?  Is is
> >>> possible with the Maildir mailbox style?
> >> Sure.  Highlight the maildir "inbox" and right-click.
> > 
> > Evolution won't let me.  The "New Folder" option is disabled.  If I try
> > from another folder, then try to select the Inbox from the resulting
> > dialog, it still won't let me.
> 
> Hmmm, it always worked for me.  But then, I never used Maildir
> directly from Evo, but use IMAP.  Courier-IMAP, in turn, "talks
> Maildir".

I guess I'll have to figure out how to get that working then.


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



Re: spamcop

2006-09-27 Thread Michael Marsh

On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:

If murphy is sending spamtraps, it deserves to be listed. period.


Um, murphy sends confirmation email to any address registered through
the web interface.  Even if you changed this to email-to-subscribe
without a web option, addresses can be spoofed.  This isn't about spam
coming from murphy, it's about a denial of service attack against it.

I suppose another option is to have the confirmations handled by a
different host, though this still allows an attacker to DoS the
confirmation server through spamcop, so that people using spamcop can
no longer subscribe nor unsubscribe.

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


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




xfce4 and automount usb stick icons on desktop

2006-09-27 Thread H.S.


Hello,

I was wondering if automounting of USB sticks works in xfce4 in Debian 
Etch. I tried it yesterday and couldn't figure out how to do this. 
Automounting of a CD works when inserted in the drive though.


A little google search hinted that xffm file manager may be needed for 
usb automounting but the package appears not be present in Etch.


Any idea how to get this working in xfce4? The installation is fully 
updates, has hal, udev, and kernel 2.6.17.


thanks,
->HS



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




message-receipts (was: Package server)

2006-09-27 Thread hendrik
On Wed, Sep 27, 2006 at 10:13:39AM -0500, Damon L. Chesser wrote:
> >
> >  
> Please stop requesting receipts on this mailing list.  It is very annoying.
> 
> Thank you.
> 
> -- 
> Damon L. Chesser
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 

I've seen this mentioned several times, but don't know what it means,
nor how it annoys.

Presumably there is some message-receipt protocol.

(a) How does won request or not request receipts?
(b) How do receipts bother one -- I've never noticed it.

-- hendrik


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



Re: mod_headers in apache 1.3

2006-09-27 Thread saravanan ganapathy
--- saravanan ganapathy <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I am using apache 1.3.33 on debian3.1 and I want to
> hide 'server string' in headers. I already
> configured
> 'ServerTokens Prod'. 
> 
> Now it shows server string as 'Apache' and I need to
> change this. So I configured the following in my
> httpd.conf and this is not working
> 
> LoadModule headers_module
> /usr/lib/apache/1.3/mod_headers.so
> 
> Header set Server "nothing"
> 
> The same above config is working in apache2.x.
> 
> Whats the problem in apache1.x?
> 

Any help please?

Sarav 

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



Help building iptables from source

2006-09-27 Thread Hernan Freschi
Hello folks, I'm having a little trouble here.

I'm trying to patch iptables to support layer7
(l7-filter.sourceforge.net). I have the kernel already patched, now I'm
trying to patch IPTABLES

So what I did was:

apt-get source iptables
apt-get build-dep iptables

then I go into /usr/src/iptables-version/iptables and

patch -p1 < layer7.patch
chmod +x ./extensions/.layer7-test

After that i tried a lot of things:

debian/rules binary
dpkg-buildpackage
pbuilder

None of them works. The module doesn't even compile. So i edited
extensions/Makefile, and added "layer7" at the end of the list. That
made it try to compile, but I got a dependency missing error. I checked
and the script didn't look for the kernel headers at /usr/src/linux,
but at its own /usr/src/iptables-version/debian/buld/kernel_profectio
(I had exported the KERNEL_DIR variable to the right location already).
I copied the layer7-something (don't remember the name right now) from
/usr/src/linux/include/// but that didn't work either. I edited the
Header file for the layer7 module. It finally found the header file but
I get this (debian/rules binary):

Making dependencies: please wait...
make[1]: Leaving directory `/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make[1]: Entering directory `/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
Something wrong... deleting dependencies.
make[1]: `ip6tables-save' is up to date.
make[1]: `ip6tables-restore' is up to date.
make[1]: `iptables.8' is up to date.
make[1]: `ip6tables.8' is up to date.
make[1]: Leaving directory `/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make: *** [build] Error 2

Anyone knows what may be wrong?

Cheers,
Hernan


Re: debian forum

2006-09-27 Thread Kamaraju Kusumanchi
On Thursday 21 September 2006 15:17, S. M. Ibrahim (Lavlu) wrote:
> today at the time of searching http://debian.org get a link
> http://forums.debian.net
>
> but, there number of registed user is too few "We have *7054* registered
> users"
>
> why debian not making a official forum for debian-user??


According to http://lists.debian.org/stats/ the subscribe count for d-u is 
around 2900 which is way less compared to the forum subscribers. So the 
number for forum.debian.net is definitely not low. That said, I would like to 
rant why I prefer mailing lists over forums.

I was a mailing list user for a long time, then shifted to forums for some 
time and then came back to mailing lists quickly. Many reasons are stated 
before by other posters in this thread. Here are some other main drawbacks of 
forum IMHO.

a) quoting messages is really really tough in a forum interface.

Can't really stress how important this is for a meaningful discussion. Becomes 
essential if the discussions are somewhat lengthy.

b) moderators excersize too much control on the content.

While this does not happen that much in forums.debian.net it does happen in 
other forums that I am part of (ex:- forums.spamcop.net) and is really 
annoying. Moderators can literally move around topics, delete topics, merge 
posts with one another at will. This might be liked by some, but I hate it. I 
do not want someone else to impose their aesthetics on me. I like to be 
incharge of the contents and deal with it myself.

c) Cannot use vim to compose emails.

If I am using a mailing list interface, I can use kmail to read my emails, and 
vim to write replies. In forums I cannot do that. I am being restricted by 
their st**id editor.

d) read some emails now and read some other emails later.

I usually like to read all the new posts and help as much as I can. I read say 
100 emails at a time, go do some real work which pays me, then come back and 
read another 100 emails etc., In forum, it is tough to do this. There is a 
facility to do something like "view new posts since last visit" and that's 
it. The newness of the posts will be lost if I log out or close my browser or 
loose internet conneciton etc., In the end, I wont be able to read all the 
emails and that I don't like!

e) forums need X to be running

This is self explanatory...
What if your X is broke and you need support?
what if you "listen" to emails while driving to work instead of reading?

hope that clarifies why most of the expertise is on the mailing lists instead 
of on the forums. Sorry to discourage but I dont think forums will ever 
replace mailing lists ...

raju

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


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



Re: Knoppix/Debian HD Install problem

2006-09-27 Thread Kamaraju Kusumanchi
On Thursday 21 September 2006 11:25, John Graves wrote:
> I took what appears to be an unwise shortcut and installed Knoppix on
> the harddrive of a spare laptop.  It now appears that some portion of
> what is installed is in german.  Is there an easy way to either fix my
> installation or reinstall in English?
>

If you want to run Debian, install Debian from the get go. Knoppix->Debian or 
Ubuntu->Debian are not supported and will consume a lot of time in the end. 
Your best bet (in terms of time) is to reinstall Debian from the scratch.

raju


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



Re: mod_headers in apache 1.3

2006-09-27 Thread ericp






saravanan ganapathy wrote:

  --- saravanan ganapathy <[EMAIL PROTECTED]> wrote:

  
  
Hi,

I am using apache 1.3.33 on debian3.1 and I want to
hide 'server string' in headers. I already
configured
'ServerTokens Prod'. 

Now it shows server string as 'Apache' and I need to
change this. So I configured the following in my
httpd.conf and this is not working

LoadModule headers_module
/usr/lib/apache/1.3/mod_headers.so

Header set Server "nothing"

  

Perhaps this might work better
Header unset Server
http://httpd.apache.org/docs/1.3/mod/mod_headers.html

There might be another "Header set Server" later on in the config file.


  

The same above config is working in apache2.x.

Whats the problem in apache1.x?


  
  

You may have better luck int the apache mailing list
http://httpd.apache.org/userslist.html


  Any help please?

Sarav 

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


  





RE: spamcop

2006-09-27 Thread Seth Goodman
On Wednesday, September 27, 2006 10:58 AM -0500, Michael Marsh wrote:

> On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
> > If murphy is sending spamtraps, it deserves to be listed. period.
>
> Um, murphy sends confirmation email to any address registered
> through the web interface.  Even if you changed this to
> email-to-subscribe without a web option, addresses can be spoofed.
> This isn't about spam coming from murphy, it's about a denial of
> service attack against it.
>
> I suppose another option is to have the confirmations handled by a
> different host, though this still allows an attacker to DoS the
> confirmation server through spamcop, so that people using spamcop
> can no longer subscribe nor unsubscribe.

I agree with Michael: tricking a server that responsibly sends out
confirmation messages into sending one to a spamtrap is about denial of
service.  I also agree with Kumaraju that sending mail to spamtraps
should get anyone listed.  If your server is not otherwise a spam
source, and the DoS continues, you should expect to get the server
whitelisted.  However, it is your responsibility, and not the DNSBL
maintainer, to make sure this happens.

It's a rather nasty form of DoS, as it uses an organization that tries
to fight network abuse to cause problems for the FLOSS community.  Worst
of all, the Debian listmasters have swallowed the bait.  That's why it
is important, whether people like SpamCop or not, to arrange to get
murphy whitelisted.  Complaining that SpamCop is cluelessly administered
won't convince many to stop using SpamCop, yet will convince some that
the Debian community has an attitude problem.  Either way, the people
perpetrating the DoS win, though it turns out differently if we
cooperate with SpamCop.

--
Seth Goodman


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



Re: Help building iptables from source

2006-09-27 Thread ericp




A quick google revealed

In this thread it is suggested that you recompile the kernel to get the
right kernel headers. 
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=277739

Better instructions here, not in english, but you can follow along
http://www.linux.hr/modules/news/article.php?storyid=2156

ERIC

Hernan Freschi wrote:
Hello folks, I'm having a little trouble here.
  
I'm trying to patch iptables to support layer7
(l7-filter.sourceforge.net).
I have the kernel already patched, now I'm
trying to patch IPTABLES
  
So what I did was:
  
apt-get source iptables
apt-get build-dep iptables
  
then I go into /usr/src/iptables-version/iptables and
  
patch -p1 < layer7.patch
chmod +x ./extensions/.layer7-test
  
After that i tried a lot of things:
  
debian/rules binary
dpkg-buildpackage
pbuilder
  
None of them works. The module doesn't even compile. So i edited
extensions/Makefile, and added "layer7" at the end of the list. That
made it try to compile, but I got a dependency missing error. I checked
and the script didn't look for the kernel headers at /usr/src/linux,
but at its own /usr/src/iptables-version/debian/buld/kernel_profectio
(I had exported the KERNEL_DIR variable to the right location already).
I copied the layer7-something (don't remember the name right now) from
/usr/src/linux/include/// but that didn't work either. I edited the
Header file for the layer7 module. It finally found the header file but
I get this (debian/rules binary):
  
Making dependencies: please wait...
make[1]: Leaving directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make[1]: Entering directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
Something wrong... deleting dependencies.
make[1]: `ip6tables-save' is up to date.
make[1]: `ip6tables-restore' is up to date.
make[1]: `iptables.8' is up to date.
make[1]: `ip6tables.8' is up to date.
make[1]: Leaving directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make: *** [build] Error 2
  
Anyone knows what may be wrong?
  
Cheers,
Hernan





Re: good personal information manager

2006-09-27 Thread Kamaraju Kusumanchi
On Saturday 23 September 2006 22:41, James Richardson wrote:
> Hi,
> I have been searching for a good personal information manager that
> will run on GNU/Linux, unsecessfully.
>
> What I am looking for is something that works mostly like franklin
> planner for windows...
>
> I need a good todo list manager, appoinment manager, task manager,
> contact manager and the ability to sync with a palm type pda It
> would be really slick if it could integrate with mutt and emacs and
> not require KDE.
>
> I think I have tried most of the ones in sarge that didn't require KDE
> and they are not what I am looking for. I feel sure something must
> exist somewhere
>

Why the apparent hatred against KDE if I may ask? Is your computer too slow to 
run KDE or is it something else? Desktop Environments are infact designed for 
this purpose : integration among common tasks and provide a consistent 
interface (be it KDE, GNOME ...).

just my 2 cents
raju


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



Re: Help building iptables from source

2006-09-27 Thread Hernan Freschi
None of them work for debian. I need to do it the debian way (I have
compiled from the original source and it works. But I want to do it
debian).



Cheers,

Hernan2006/9/27, ericp <[EMAIL PROTECTED]>:



  


A quick google revealed

In this thread it is suggested that you recompile the kernel to get the
right kernel headers. 
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=277739


Better instructions here, not in english, but you can follow along
http://www.linux.hr/modules/news/article.php?storyid=2156

ERIC

Hernan Freschi wrote:
Hello folks, I'm having a little trouble here.
  
I'm trying to patch iptables to support layer7
(l7-filter.sourceforge.net).
I have the kernel already patched, now I'm
trying to patch IPTABLES
  
So what I did was:
  
apt-get source iptables
apt-get build-dep iptables
  
then I go into /usr/src/iptables-version/iptables and
  
patch -p1 < layer7.patch
chmod +x ./extensions/.layer7-test
  
After that i tried a lot of things:
  
debian/rules binary
dpkg-buildpackage
pbuilder
  
None of them works. The module doesn't even compile. So i edited
extensions/Makefile, and added "layer7" at the end of the list. That
made it try to compile, but I got a dependency missing error. I checked
and the script didn't look for the kernel headers at /usr/src/linux,
but at its own /usr/src/iptables-version/debian/buld/kernel_profectio
(I had exported the KERNEL_DIR variable to the right location already).
I copied the layer7-something (don't remember the name right now) from
/usr/src/linux/include/// but that didn't work either. I edited the
Header file for the layer7 module. It finally found the header file but
I get this (debian/rules binary):
  
Making dependencies: please wait...
make[1]: Leaving directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make[1]: Entering directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
Something wrong... deleting dependencies.
make[1]: `ip6tables-save' is up to date.
make[1]: `ip6tables-restore' is up to date.
make[1]: `iptables.8' is up to date.
make[1]: `ip6tables.8' is up to date.
make[1]: Leaving directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make: *** [build] Error 2
  
Anyone knows what may be wrong?
  
Cheers,
Hernan







Re: debian forum

2006-09-27 Thread Andrei Popescu
"David E. Fox" <[EMAIL PROTECTED]> wrote:

> On Fri, 22 Sep 2006 20:22:21 +0300
> Andrei Popescu <[EMAIL PROTECTED]> wrote:
> 
> 
> > Maybe you could host a debian-offtopic list. Maybe there is some
> > interest for that :)
> 
> hell come on over to [EMAIL PROTECTED] We con't care if yuu don't
> run Mandrake :).
> http://mandrakeot.mdw1982.com/
> 
> :)

But I do!

Just joking :)

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


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



Re: Help building iptables from source

2006-09-27 Thread ericp




Ah,

Well I won't be of much help then :( Just today I was looking for a
Debian package of the 2.6.15 kernel source, and I couldn't find one
(aptitude search, google). So I downloaded it from kernel.org, not very
Debian of me.

ERIC

Hernan Freschi wrote:
None of them work for debian. I need to do it the debian
way (I have
compiled from the original source and it works. But I want to do it
debian).
  
Cheers,
Hernan
  
  2006/9/27, ericp <[EMAIL PROTECTED]>:
  
A quick google revealed

In this thread it is suggested that you recompile the kernel to get the
right kernel headers. 
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=277739


Better instructions here, not in english, but you can follow along
http://www.linux.hr/modules/news/article.php?storyid=2156

ERIC


Hernan Freschi wrote:
Hello folks, I'm having a little trouble here.
  
I'm trying to patch iptables to support layer7
(l7-filter.sourceforge.net).
I have the kernel already patched, now I'm
trying to patch IPTABLES
  
So what I did was:
  
apt-get source iptables
apt-get build-dep iptables
  
then I go into /usr/src/iptables-version/iptables and
  
patch -p1 < layer7.patch
chmod +x ./extensions/.layer7-test
  
After that i tried a lot of things:
  
debian/rules binary
dpkg-buildpackage
pbuilder
  
None of them works. The module doesn't even compile. So i edited
extensions/Makefile, and added "layer7" at the end of the list. That
made it try to compile, but I got a dependency missing error. I checked
and the script didn't look for the kernel headers at /usr/src/linux,
but at its own /usr/src/iptables-version/debian/buld/kernel_profectio
(I had exported the KERNEL_DIR variable to the right location already).
I copied the layer7-something (don't remember the name right now) from
/usr/src/linux/include/// but that didn't work either. I edited the
Header file for the layer7 module. It finally found the header file but
I get this (debian/rules binary):
  
Making dependencies: please wait...
make[1]: Leaving directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make[1]: Entering directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
Something wrong... deleting dependencies.
make[1]: `ip6tables-save' is up to date.
make[1]: `ip6tables-restore' is up to date.
make[1]: `iptables.8' is up to date.
make[1]: `ip6tables.8' is up to date.
make[1]: Leaving directory
`/usr/src/iptables-1.3.5.0debian1/debian/build/iptables_profectio'
make: *** [build] Error 2
  
Anyone knows what may be wrong?
  
Cheers,
Hernan



  
  
  





Re: spamcop

2006-09-27 Thread Kamaraju Kusumanchi
On Wednesday 27 September 2006 11:57, Michael Marsh wrote:
> On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
> > If murphy is sending spamtraps, it deserves to be listed. period.
>
> Um, murphy sends confirmation email to any address registered through
> the web interface. 

What about the idea of placing a captcha in the subscription page 
(http://www.debian.org/MailingLists/subscribe) ? I am pretty sure this idea 
must have occured to the persons who are in charge (as it is so simple) and 
they must have discarded for some reason which I am too ignoramus to think 
of...

raju


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


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



Re: kernel mess

2006-09-27 Thread Clive Menzies
On (26/09/06 11:46), Wackojacko wrote:
> I run nvidia graphics drivers on my AMD64 3200+, in both 64 bit and 32 
> bit sid, so they definitely work.
> 
> Here's what I do.
> 
> ~apt-get install module-assistant nvidia-kernel-source
> ~m-a prepare (sudo or root)
> ~m-a a-i nvidia (sudo or root)
> ~dpkg -i /usr/src/nvidia-kernel-moduleX.deb (sudo or root)
> ~apt-get install nvidia-glx (sudo or root)
> 
> Restart X.

Thanks for this.  A recent sid upgrade borked X and it would appear the
'nv' module had disappeared.  I resorted to a backup system on a
different partition but avoided updating for a while.  I spotted your
post and thought I'd try to recover the main system and whoopie!

I had to dpkg-reconfigure xserver-xorg because I'd been playing around
trying to fix the problem orginally but other than that, I have the best
clarity of diplay I've seen  and it wsn't bad before :)

Thanks again.

Regards

Clive

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



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



Gxine segmentation fault at playback

2006-09-27 Thread José Alburquerque
Has anyone experienced segmentation faults with gxine?  I've been trying 
to run it since I installed testing a few months ago (I believe I had 
gxine 0.5.6 then).  I thought that an upgrade would fix my problem, but 
to this date updates have not made a difference.


Currently, I'm running sid and my gxine version is 0.5.7.  When I run it 
from a terminal, it starts up fine.  I have some media marks that I've 
added and when I click on any of them, gxine buffers fine, starts 
playing and shortly after disappears with a segmentation fault.  This is 
what the output looks like:


[EMAIL PROTECTED]:~$ gxine
lirc: cannot initialise - disabling remote control
lirc: maybe lircd isn't running or you can't connect to the socket?
Segmentation fault

Anyone experience this?  Do you know a fix?  Would much appreciate it.  
Thanks.


--
Sincerely
Jose Alburquerque


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




Re: spamcop

2006-09-27 Thread Mike Bird
On Wednesday 27 September 2006 09:51, Seth Goodman wrote:
> I agree with Michael: tricking a server that responsibly sends out
> confirmation messages into sending one to a spamtrap is about denial of
> service.  I also agree with Kumaraju that sending mail to spamtraps
> should get anyone listed.  If your server is not otherwise a spam
> source, and the DoS continues, you should expect to get the server
> whitelisted.  However, it is your responsibility, and not the DNSBL
> maintainer, to make sure this happens.
>
> It's a rather nasty form of DoS, as it uses an organization that tries
> to fight network abuse to cause problems for the FLOSS community.  Worst
> of all, the Debian listmasters have swallowed the bait.  That's why it
> is important, whether people like SpamCop or not, to arrange to get
> murphy whitelisted.  Complaining that SpamCop is cluelessly administered
> won't convince many to stop using SpamCop, yet will convince some that
> the Debian community has an attitude problem.  Either way, the people
> perpetrating the DoS win, though it turns out differently if we
> cooperate with SpamCop.

+1

This is entirely reasonable and responsible.  Spamcop even has its
own opt-in confirmation that works the same way.  All we need is a
listmaster with the time and inclination to communicate with the
Spamcop deputies.

--Mike Bird


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



Re: spamcop

2006-09-27 Thread Michael Marsh

On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:

On Wednesday 27 September 2006 11:57, Michael Marsh wrote:
> Um, murphy sends confirmation email to any address registered through
> the web interface.
What about the idea of placing a captcha in the subscription page
(http://www.debian.org/MailingLists/subscribe) ? I am pretty sure this idea
must have occured to the persons who are in charge (as it is so simple) and
they must have discarded for some reason which I am too ignoramus to think
of...


I doubt it would help.  This is a minimal-effort, large-scale
annoyance issue for a person to actually do by hand.  The debian
mailing lists are a large audience.  Someone sufficiently motivated to
put murphy into a spam trap with a bogus subscription attempt probably
won't balk at a captcha.

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


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




viewcvs

2006-09-27 Thread Tony Heal








I have viewcvs v 1.11.1p1debian running on a woody
installation and it  uses color to differentiate between lines and between
different revisions of a file in the system. However I have installed  0.9.2+cvs.1.0.dev.2004.07.28-1.5
on a new sarge box for testing and it does not have the color.

 

The depends and suggests do not show anything that looks
like it would allow the color. Does anyone have an idea of what I am missing?

 

Thanks

 

Tony








Re: matlab installation problems

2006-09-27 Thread KS
roberto wrote:
> My problem with matlab installation is the following:
> 
> 1. i try to install matlab7 r14
> 2. i follow all the steps indicated in the instal guide:
> mkdir /usr/local/matlab7 (=$MATLAB)
> cd matlab7
> 
> 3. then i run the installer:
> /media/cdrom0/install* &
> 
> 4. i choose as installation directory $MATLAB
> 5. i choose as symbolic links directory: /usr/local/bin
> 6. the installation proceeds well until the end
> 7. i try to start the license manager daemon:
> $MATLAB/etc/scripts/lmstart
> 
> $MATLAB/etc/scripts/lmstart: line 686:
> /usr/local/matlab7/etc/scripts/util/setlmenv.sh: No such file or
> directory
> 
> the problem here is with that "/util" dir which does not exist...
> 
I don't have that directory in "scripts". The reason for its
non-existence could be that I'm not using LM.

> also similar problems arise if i try to start matlab:
> /usr/local/matlab7/bin/scripts/matlab
> 
> /usr/local/matlab7/bin/scripts/matlab: line 796:
> /usr/local/matlab7/bin/bin/util/arch.sh: No such file or directory
> 
> here the problem is with that extra "/bin" directory...

I don't have a bin directory in the parent bin directory.
~$ ls /usr/local/matlab7/bin/
engopts.sh  glnx86  matopts.sh mcc mexopts.sh   scripts
f90opts.sh  ldd mbuild mex optsetup.sh  util
gccopts.sh  matlab  mbuildopts.sh  mexext  registry

> do you have any idea with this problem?
> 
> distro: debian sarge 3.1
> kernel: 2.6.8
> thank you for any help

BTW, I'm using Debian Unstable here.
Linux gurh 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686 GNU/Linux


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



Re: spamcop

2006-09-27 Thread John Hasler
Kamaraju Kusumanchi writes:
> What about the idea of placing a captcha in the subscription page
> (http://www.debian.org/MailingLists/subscribe) ?

Why do you want to prevent blind people from subscribing?
-- 
John Hasler


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



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/27/06 10:44, Owen Heisler wrote:
> On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
>> On 09/27/06 09:55, Owen Heisler wrote:
>>> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
 On 09/26/06 20:08, Owen Heisler wrote:
> I have set up a mail server using postfix and am using the maildir style
> mailbox at "~/.mail".  I have set up that account in Evolution and can
> view/delete messages from that mailbox.  I would like to create folders
> in the mailbox as well.  Is this possible with Evolution?  Is is
> possible with the Maildir mailbox style?
 Sure.  Highlight the maildir "inbox" and right-click.
>>> Evolution won't let me.  The "New Folder" option is disabled.  If I try
>>> from another folder, then try to select the Inbox from the resulting
>>> dialog, it still won't let me.
>> Hmmm, it always worked for me.  But then, I never used Maildir
>> directly from Evo, but use IMAP.  Courier-IMAP, in turn, "talks
>> Maildir".
> 
> I guess I'll have to figure out how to get that working then.

There are some good web sites showing how to do it.


- --
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.5 (GNU/Linux)

iD8DBQFFGsJeS9HxQb37XmcRAoZ7AJ0dJLX0uEwl1uCu9fWJFnKOTrLP+gCgjaeu
KuzmVI1ypngRuVZMG/jXfsE=
=zzw+
-END PGP SIGNATURE-


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



Re: Music lovers! Cakewalk?

2006-09-27 Thread Andrei Popescu
"s. keeling" <[EMAIL PROTECTED]> wrote:

> Hans du Plooy <[EMAIL PROTECTED]>:
> >  On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> > > I've a co-worker I'm trying to convert to Linux.  He's a musician, and
> > > his primary app in $REDMOND is something called cakewalk.  I've no
> > > idea what that is (I'm not a musician).  Is there anything in the
> > > Linux/FOSS world that's equivalent/related/worth looking at?
> > > Suggestions welcome.  "apt-cache search cakewalk" turns up nothing
> > > useful (sarge).
> > 
> >  Cakewalk is (as far as I remember - it's been years) a music
> >  notation/midi sequencer program.  The closes thing that I know of is
> >  Rosegarden and Noteedit - I haven't used either so I can't tell you if
> >  it's any good.
> 
> Henry, Hodgins, Hans, thanks very much.  I'll look into all your
> suggestions.  Hans:
> 
> >  You might also look into Studio64 - it's a Debian based distro that's
> >  got all the sound stuff already setup and integrated.
> 
> (from the review at www.freesoftwaremagazine.com, mentioned on
> distrowatch):
> 
>"So the goal of 64 Studio Ltd. is to create a native x86_64
>distribution with a selected set of creative tools and as much
>integration between them as possible."
> 
> ... Specifically for 64 bit systems.  I'll have to look into that
> (dunno what he's running yet; still pretty preliminary stages here).

If he is going to install sarge, make sure he installs the alsa-base (I
think) package, in order to use alsa. Alsa is much better suited
(quality, performace) for musicians then oss.


-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


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



Re: kernel mess

2006-09-27 Thread Wackojacko

Clive Menzies wrote:

On (26/09/06 11:46), Wackojacko wrote:
I run nvidia graphics drivers on my AMD64 3200+, in both 64 bit and 32 
bit sid, so they definitely work.


Here's what I do.

~apt-get install module-assistant nvidia-kernel-source
~m-a prepare (sudo or root)
~m-a a-i nvidia (sudo or root)
~dpkg -i /usr/src/nvidia-kernel-moduleX.deb (sudo or root)
~apt-get install nvidia-glx (sudo or root)

Restart X.


Thanks for this.  A recent sid upgrade borked X and it would appear the
'nv' module had disappeared.  I resorted to a backup system on a
different partition but avoided updating for a while.  I spotted your
post and thought I'd try to recover the main system and whoopie!

I had to dpkg-reconfigure xserver-xorg because I'd been playing around
trying to fix the problem orginally but other than that, I have the best
clarity of diplay I've seen  and it wsn't bad before :)

Thanks again.

Regards

Clive


No problem, glad it works for you as well.  Now if we could only work 
out what was wrong with the OP's setup :)


Wackojacko


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




Re: debian forum

2006-09-27 Thread Ralph Katz
On 09/27/2006 12:40 PM, Kamaraju Kusumanchi wrote:

> According to http://lists.debian.org/stats/ the subscribe count for d-u is 
> around 2900 which is way less compared to the forum subscribers. 

Raju,

Many of us read the list as a newsgroup or from a web interface, so
we're not counted at all in those statistics:

http://lists.debian.org/debian-user/
http://gmane.org/
news://linux.debian.users
etc.

Like everything else Linux, there are many choices.

Regards,
Ralph


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



Re: Gnome 2.16 in experimental

2006-09-27 Thread Виталий Ищенко
According to this link
http://www.0d.be/debian/debian-gnome-2.16-status.html
not all packages are there (as for i386)

I've install evolution + gtkhtml from experimental, works without
problems =)
В Втр, 26/09/2006 в 10:38 +0200, Michael Ott пишет:
> Hi!
> 
> Does anyone try to install the Gnome desktop from experimental?
> 
> CU
>  
>   Michael  
>   



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Виталий Ищенко
I've set up courier-imap
And the only thing I have to edit in /etc/courier/imapd

ADDRESS=127.0.0.1 (or whatever you like :)
and
MAILDIRPATH=.Maildir (relative to home folder)

В Срд, 27/09/2006 в 10:44 -0500, Owen Heisler пишет:
> On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
> > On 09/27/06 09:55, Owen Heisler wrote:
> > > On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
> > >> On 09/26/06 20:08, Owen Heisler wrote:
> > >>> I have set up a mail server using postfix and am using the maildir style
> > >>> mailbox at "~/.mail".  I have set up that account in Evolution and can
> > >>> view/delete messages from that mailbox.  I would like to create folders
> > >>> in the mailbox as well.  Is this possible with Evolution?  Is is
> > >>> possible with the Maildir mailbox style?
> > >> Sure.  Highlight the maildir "inbox" and right-click.
> > > 
> > > Evolution won't let me.  The "New Folder" option is disabled.  If I try
> > > from another folder, then try to select the Inbox from the resulting
> > > dialog, it still won't let me.
> > 
> > Hmmm, it always worked for me.  But then, I never used Maildir
> > directly from Evo, but use IMAP.  Courier-IMAP, in turn, "talks
> > Maildir".
> 
> I guess I'll have to figure out how to get that working then.
> 
> 



Re: xfce4 and automount usb stick icons on desktop

2006-09-27 Thread Brad Sawatzky
On Wed, 27 Sep 2006, H.S. wrote:
 
> I was wondering if automounting of USB sticks works in xfce4 in Debian�
> Etch. I tried it yesterday and couldn't figure out how to do this.�
> Automounting of a CD works when inserted in the drive though.

It's been working for me (etch, same kernel version).

I would check the following:
  - watch /var/log/messages (I think) to see if udev is actually
recognizing your usb stick when it's plugged in,
  - that 'hald' is running,
  - that 'gnome-volume-manager' is running, and
  - that the appropriate "auto-mount" boxes are checked in the
'gnome-volume-properties' program.

'hald' runs as the system-user 'hal' and should start when you boot.
'gnome-volume-manager' runs as the logged in user and should start with
your X session.  Under earlier versions of xfce4 I had to manually start
gnome-volume-manager when I logged in (autostart script).  With the current
version (4.3.90.2) it is started without my script.  I'm not sure what
mechanism is starting it now (session manager maybe?).

> A little google search hinted that xffm file manager may be needed for�
> usb automounting but the package appears not be present in Etch.

xffm shouldn't have anything to do with it (but it might be automagically
starting gnome-volume-manager if it isn't already running).

-- Brad


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



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Owen Heisler
On Wed, 2006-09-27 at 13:26 -0500, Ron Johnson wrote:
> On 09/27/06 10:44, Owen Heisler wrote:
> > On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
> >> On 09/27/06 09:55, Owen Heisler wrote:
> >>> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
>  On 09/26/06 20:08, Owen Heisler wrote:
> > I have set up a mail server using postfix and am using the maildir style
> > mailbox at "~/.mail".  I have set up that account in Evolution and can
> > view/delete messages from that mailbox.  I would like to create folders
> > in the mailbox as well.  Is this possible with Evolution?  Is is
> > possible with the Maildir mailbox style?
>  Sure.  Highlight the maildir "inbox" and right-click.
> >>> Evolution won't let me.  The "New Folder" option is disabled.  If I try
> >>> from another folder, then try to select the Inbox from the resulting
> >>> dialog, it still won't let me.
> >> Hmmm, it always worked for me.  But then, I never used Maildir
> >> directly from Evo, but use IMAP.  Courier-IMAP, in turn, "talks
> >> Maildir".
> > 
> > I guess I'll have to figure out how to get that working then.
> 
> There are some good web sites showing how to do it.

I did some more experimenting with Evolution, and found that if I make a
folder and then put the three folders in it (tmp, cur, new), that
Evolution will work with it.  I guess Evolution just isn't smart enough
to do that itself.

So it's all working now (I just have to make folders manually), except
for a weird ".#evolution" folder that Evolution creates, and trying to
get Evolution to put sent messages in a "Sent" folder in ~/.Maildir;
instead it keeps them in its own ~/.evolution.


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



Re: mail recive and send

2006-09-27 Thread Andrei Popescu
Jon Dowland <[EMAIL PROTECTED]> wrote:

> You need a seperate piece of software to fetch the mail from
> gmail via the POP3 protocol. Fetchmail or, ideally,
> retchmail.

getmail is very easy to configure, at leas compared to fetchmail

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


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



Re: mail recive and send

2006-09-27 Thread Roberto C. Sanchez
On Wed, Sep 27, 2006 at 10:17:00PM +0300, Andrei Popescu wrote:
> Jon Dowland <[EMAIL PROTECTED]> wrote:
> 
> > You need a seperate piece of software to fetch the mail from
> > gmail via the POP3 protocol. Fetchmail or, ideally,
> > retchmail.
> 
> getmail is very easy to configure, at leas compared to fetchmail
> 

Huh?  Configurig fetchmail was braindead easy.  Just copy the default
fetchmailrc from /etc (or modify it if you want a systemwide setup) and
then follow the commented out examples in the file.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/27/06 13:34, Owen Heisler wrote:
> On Wed, 2006-09-27 at 13:26 -0500, Ron Johnson wrote:
>> On 09/27/06 10:44, Owen Heisler wrote:
>>> On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
 On 09/27/06 09:55, Owen Heisler wrote:
> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
>> On 09/26/06 20:08, Owen Heisler wrote:
>>> I have set up a mail server using postfix and am using the maildir style
>>> mailbox at "~/.mail".  I have set up that account in Evolution and can
>>> view/delete messages from that mailbox.  I would like to create folders
>>> in the mailbox as well.  Is this possible with Evolution?  Is is
>>> possible with the Maildir mailbox style?
>> Sure.  Highlight the maildir "inbox" and right-click.
> Evolution won't let me.  The "New Folder" option is disabled.  If I try
> from another folder, then try to select the Inbox from the resulting
> dialog, it still won't let me.
 Hmmm, it always worked for me.  But then, I never used Maildir
 directly from Evo, but use IMAP.  Courier-IMAP, in turn, "talks
 Maildir".
>>> I guess I'll have to figure out how to get that working then.
>> There are some good web sites showing how to do it.
> 
> I did some more experimenting with Evolution, and found that if I make a
> folder and then put the three folders in it (tmp, cur, new), that
> Evolution will work with it.  I guess Evolution just isn't smart enough
> to do that itself.

It figures that you will use maildirmake(1) or use an IMAP server.

> So it's all working now (I just have to make folders manually), except
> for a weird ".#evolution" folder that Evolution creates, and trying to
> get Evolution to put sent messages in a "Sent" folder in ~/.Maildir;
> instead it keeps them in its own ~/.evolution.

Telling Evo where to put Sent files is definitely configurable.

- --
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.5 (GNU/Linux)

iD8DBQFFGtNSS9HxQb37XmcRAj6FAJsGAfIW2Zu3cIW0jVMFPJO3w5xYxACgskUE
85AFvab8kzCltOJ6oT56054=
=4QOv
-END PGP SIGNATURE-


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



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Owen Heisler
On Wed, 2006-09-27 at 23:00 +0400, Виталий Ищенко wrote:
> I've set up courier-imap
> And the only thing I have to edit in /etc/courier/imapd
> 
> ADDRESS=127.0.0.1 (or whatever you like :)
> and
> MAILDIRPATH=.Maildir (relative to home folder)

Okay, thanks.  I think I've figured out how to get Evolution to work
without using imap, though.



cpu freq scaling stopped working

2006-09-27 Thread B.Hoffmann
Installed Etch about two months ago and intially cpu freq daemon and  
monitoring worked fine with the Gnome applet.


However recently I noticed that this had stopped and applet now reporting  
that it is unsupported: "You will not be able to modify the frequency of  
your machine.  Your machine may be misconfigured or not have hardware  
support for CPU frequency scaling."


Up to date Etch (as of posting) on AMD64 X 2 (4200?) with both 2.6.16 and  
2.6.17 kernels, same problem.


I remembered that a while ago I installed both powernowd and cpufreqd on  
top of what was a working cpufreq scaling.
dmesg did not give me anu clue as to a fault with powernowd, so I removed  
this one.

With cpufreqd it gave the message that loading had failed.

What is the default cpu frq scaling solution on an Etch install on this  
type of processor?


How can I get it back to working solution?

What about cpudyn?

Looking back it probably doesn't make sense to have more than one of these  
running. Which one would be the best for an AMD processor to use and are  
there any utility packages needed to configure the daemon or should it  
work automatically when loaded?


Lots of questions I know - Thank you.
Have learned a lot from this list over the past year already.

--
Kind Regards,

B.Hoffmann


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




RE: matlab installation problems

2006-09-27 Thread Micha Feigin
Did you try to just run matlab? With matlab 6.5 I needed to run the license
server but with ,matlab 7 it doesn't seem to be needed at least with my
setup.

-Original Message-
From: KS [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 27, 2006 8:24 PM
To: debian-user
Subject: Re: matlab installation problems

roberto wrote:
> My problem with matlab installation is the following:
> 
> 1. i try to install matlab7 r14
> 2. i follow all the steps indicated in the instal guide:
> mkdir /usr/local/matlab7 (=$MATLAB)
> cd matlab7
> 
> 3. then i run the installer:
> /media/cdrom0/install* &
> 
> 4. i choose as installation directory $MATLAB
> 5. i choose as symbolic links directory: /usr/local/bin
> 6. the installation proceeds well until the end
> 7. i try to start the license manager daemon:
> $MATLAB/etc/scripts/lmstart
> 
> $MATLAB/etc/scripts/lmstart: line 686:
> /usr/local/matlab7/etc/scripts/util/setlmenv.sh: No such file or
> directory
> 
> the problem here is with that "/util" dir which does not exist...
> 
I don't have that directory in "scripts". The reason for its
non-existence could be that I'm not using LM.

> also similar problems arise if i try to start matlab:
> /usr/local/matlab7/bin/scripts/matlab
> 
> /usr/local/matlab7/bin/scripts/matlab: line 796:
> /usr/local/matlab7/bin/bin/util/arch.sh: No such file or directory
> 
> here the problem is with that extra "/bin" directory...

I don't have a bin directory in the parent bin directory.
~$ ls /usr/local/matlab7/bin/
engopts.sh  glnx86  matopts.sh mcc mexopts.sh   scripts
f90opts.sh  ldd mbuild mex optsetup.sh  util
gccopts.sh  matlab  mbuildopts.sh  mexext  registry

> do you have any idea with this problem?
> 
> distro: debian sarge 3.1
> kernel: 2.6.8
> thank you for any help

BTW, I'm using Debian Unstable here.
Linux gurh 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686 GNU/Linux


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

 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


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



Re: Evolution, a Maildir style mailbox, and folders

2006-09-27 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/27/06 14:05, Owen Heisler wrote:
> On Wed, 2006-09-27 at 23:00 +0400, Виталий Ищенко wrote:
>> I've set up courier-imap
>> And the only thing I have to edit in /etc/courier/imapd
>>
>> ADDRESS=127.0.0.1 (or whatever you like :)
>> and
>> MAILDIRPATH=.Maildir (relative to home folder)
> 
> Okay, thanks.  I think I've figured out how to get Evolution to work
> without using imap, though.

Using IMAP is definitely useful, though, since it breaks the link
between data and presentation.  Examples:

(1) Back during the X.org 7.0 transition, my GUI broke for a couple
of days.  Since I use fetchmail/postfix/spamassasin/maildrop, and
use postfix as a smarthost, I was able, using links2, to configure
mutt to use IMAP and still have my email fetched and filtered and
sent without any reconfiguration.

(2) Occasionally, Evo would break or I'd get tired of it's bloat.
Temporarily moving to Sylpheed was trivial for the same reason as
with Mutt.

(3) When I decided to permanently move to Tbird, same ease as (1)
and (2).


(4) If I ever decide to implement webmail, it will be easy.

- --
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.5 (GNU/Linux)

iD8DBQFFGtphS9HxQb37XmcRAu69AKDEcpkvPmIT25epCrYqUSJvKubvkwCfTIiy
Bz69rlbqXlZlSApaooOPy6A=
=YMvQ
-END PGP SIGNATURE-


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



  1   2   >