Re: Something strange with ip configuration

2006-07-04 Thread Jude DaShiell
The auto statement needs to follow the card whose parameters were just 
defined.




On Fri, 24 Mar 2006, Paolo Pantaleo wrote:


2006/3/24, Paolo Pantaleo <[EMAIL PROTECTED]>:

Hi,
I have a Debian testing. I am experiencing sme problmes with ethernet
cards ip configurations. My /etc/network/interfaces file is:

### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT.
auto lo

iface lo inet loopback


### END OF DEBCONF AREA.  PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED.


iface eth1 inet static
address 172.18.255.77
netmask 255.255.255.0

iface eth0 inet static
address 172.18.3.51
netmask 255.255.255.0
gateway 172.18.3.254

auto eth0

auto eth1

but if I run ip addr I get:

1: lo:  mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:0c:6e:91:c4:11 brd ff:ff:ff:ff:ff:ff
inet 169.254.125.207/16 scope link eth0
inet 172.18.3.51/24 brd 172.18.3.255 scope global eth0
inet6 fe80::20c:6eff:fe91:c411/64 scope link
   valid_lft forever preferred_lft forever
3: eth1:  mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:0e:e8:8a:20:cd brd ff:ff:ff:ff:ff:ff
inet 169.254.130.156/16 scope link eth1
inet 172.18.255.77/24 brd 172.18.255.255 scope global eth1
inet6 fe80::20e:e8ff:fe8a:20cd/64 scope link
   valid_lft forever preferred_lft forever
4: sit0:  mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0

and ip route:
172.18.3.0/24 dev eth0  proto kernel  scope link  src 172.18.3.51
172.18.255.0/24 dev eth1  proto kernel  scope link  src 172.18.255.77
169.254.0.0/16 dev eth0  proto kernel  scope link  src 169.254.125.207
169.254.0.0/16 dev eth1  proto kernel  scope link  src 169.254.130.156
default via 172.18.3.254 dev eth0

So where the 169.* addresses can come from?

Thnx
PAolo


--

if you have a minute to spend pleas visit my photogrphy site:
http://mypic.altervista.org



I removed zeroconf and everything was ok, thnx Florian

I have avahi installed, and running, but it seems not to be the guilty

PAolo


--

if you have a minute to spend pleas visit my photogrphy site:
http://mypic.altervista.org





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




Re: slow memory leak when running gvim

2006-07-04 Thread amateur
On Wed, Jul 05, 2006 at 12:41:19AM -0400, Kamaraju Kusumanchi wrote:
> Initially I have
> 
> $free -m
>  total   used   free sharedbuffers cached
> Mem:  1011806204  0 67458
> -/+ buffers/cache:280730
> Swap:  953  0953
 
> $free -m
>  total   used   free sharedbuffers cached
> Mem:  1011809201  0 67460
> -/+ buffers/cache:281730
> Swap:  953  0953
> 
> Is this normal? A 3-4MB additional memory is being used for every 10 gvim 
> windows opened. Does anyone else see this behaviour? I am using debian etch, 
I noticed that the cached and buffered memory grows 2M and 1M
respectively. Isn't that what your lost memory turns into? I think
this should be a totally normal phenomenon.


> -- 
> This email account uses challenge-response system.
> Contact me only if you are comfortable with it.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
-

-- 
FORTUNE PROVIDES QUESTIONS FOR THE GREAT ANSWERS: #13
A:  Doc, Happy, Bashful, Dopey, Sneezy, Sleepy, & Grumpy
Q:  Who were the Democratic presidential candidates?


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



Re: /dev/lp0 rights and CUPS

2006-07-04 Thread Olle Eriksson
On Monday 03 July 2006 19:31, Chris wrote:
> I have added lp to /etc/modules as was suggested in another message to
> this list.  Now I have  /dev/lp0 upon boot, but CUPS (localhost:631)
> complains:
>
> "Unable to open parallel port device file "/dev/lp0": Permission
> denied"
>
> here are the versions I have installed.
>
> ii  cupsys 1.2.1-3Common UNIX Printing System(tm) -
> server ii  udev   0.093-1/dev/ and hotplug management
> daemon
>
> and here are the rights I am getting with this setup
>
> crw-rw 1 root lp 6, 0 2006-07-03 18:10 /dev/lp0
>
> why, oh why, can't udev and CUPS get along?   And how do I get udev to
> set the rights of /dev/lp0 to lp:lp which according to another posting
> is necessary to get let cupsd see it (it works if I manually do it)?
>
> I have the following in /etc/udev/permissions.d/udev.permissions
>
> printers/*:lp:lp:0660
> usb/lp[0-9]*:lp:lp:0660
> usb/legousbtower[0-9]*:root:root:666
> lp[0-9]*:lp:lp:0660
> parport[0-9]*:lp:lp:0660
> irlpt[0-9]*:root:lp:0660
> usblp[0-9]*:lp:lp:0660
>
> Any suggestions would be greatly (really!) appreciated,

I am no expert on udeb permission rules but that looks to me like you want 
the owner *and* group set to lp, with a permission of 660. But looking at 
the output of ls above you get root as the owner. Anyway that's what it 
looks like on my setup as well. I haven't had time to work with the udeb 
permissions (don't even have a udev.permissions on my etch setup), but I 
only got it to work when I set the permissions to 666. I do that from a 
startup script now. Not very nice I know but it works. Let me know if it 
helps.

Best regards


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


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



Is using ubunto tutorial my only chance?

2006-07-04 Thread Poub

Hello,

Sorry to cc you directly, but after extensive research I found out that 
you are the most competent people when it comes to boot on a dmraid system.


I found this bug report: 
http://bugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=350250

And the fact that you've worked at integrated dmraid in the installer:
http://groups.google.fr/group/linux.debian.maint.boot/browse_thread/thread/98ddc337b656c276/5673efa7cabb1a0f?q=dmraid&rnum=1#5673efa7cabb1a0f

- Is there anywhere where I can get/do an iso of the net-install 
including these feature?


- If not I guess my only chance is to follow one of those tutorial for 
ubuntu:

http://www.ubuntu-in.org/wiki/SATA_RAID_Howto
https://help.ubuntu.com/community/FakeRaidHowto
Am I wrong?

So sorry for those weak questions I'm quite a beginner in the debian world.

Thanks in advance for your answer.
Best regards.


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




Re: new Package of the Day features

2006-07-04 Thread Kevin Mark
On Tue, Jul 04, 2006 at 01:22:57PM -0700, Aaron Maxwell wrote:
> On Monday 03 July 2006 01:46 pm, Andrew Sackville-West wrote:
> > On Mon, Jul 03, 2006 at 09:35:58AM -0700, Aaron Maxwell wrote:
> > > ... aaand now there's an RSS feed.
> > cool, now how about making the package title a link to
> > packages.debian.org? then we can peruse more details easily...
> 
> I've thought about it... linking it like that doesn't quite feel right, 
> because for most users the information on p.d.o doesn't ADD much in 
> terms of discovering new and interesting software (which is the whole 
> point - it should answer, "How can this package benefit me / enhance my 
> life?").  (Though one might argue that it would be interesting to know 
> the suggests, depends, packages with similar tags, etc.)  An ideal 
> would be if the package title linked to an informative homepage.  If I 
> can come up with some way to automate that...  Obviously my vision is 
> to make it simple (think google.com, not yahoo.com).  It might be good 
> to put the p.d.o link somewhere else, like along the bottom.
Hi Aaron,
one of the issues I have with the short and long descriptions and the
suggest,depends is this:
they are meant to be useful to the audience that already knows all the
jargon  and lingo used in that particular field and doesnt allow someone
else the change to discover these programs. I may want to take the time
to learn about a field I've never read about in order to learn how to
use a partiular program but the description is not written to explain
what it does to non-experts. I've thought about making an alternate
index to explain all the lingo used in the package discriptions. Also,
the 'suggests' only show a package name. This to me is not that useful.
I'd like to know the specific reason why I should install this extra
package. I'd like to know in what way it will add functionality or
features to the main program. The package name used in the suggests
field does not enlighten me enough.
Cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Python or OpenGL Memory Leak in Debian 3.1r0

2006-07-04 Thread Charles and Monica Sharman


I encountered a memory leak in my python code that imports OpenGL. 
Either python or its OpenGL import is not freeing memory.  I use Debian 
3.1r0 and the most current python and python-opengl packages from there 
(python version 2.3.5).  Here's an example python program that has the 
memory leak.


--
# Stand-alone test of glReadPixels.  There is an obvious memory leak.

from OpenGL.GL import *
from OpenGL.GLUT import *

import sys

def KeyMotion(key, x, y):
if key != 'q':
viewport = glGetIntegerv(GL_VIEWPORT)
a = glReadPixelsf(viewport[0], viewport[1],
  viewport[2], viewport[3], GL_RGB)
glutPostRedisplay()
else:
sys.exit(0)

def DrawStuff():
pass

glutInit(sys.argv)
glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB)
glutInitWindowPosition(0, 0)
glutInitWindowSize(400, 400)
glutCreateWindow('Test')
glutDisplayFunc(DrawStuff)
glutKeyboardFunc(KeyMotion)
glClearColor(0.0, 0.0, 0.0, 0.0)
glClear(GL_COLOR_BUFFER_BIT)
glutMainLoop()
--

The glReadPixels line grabs memory every time it is called, and it is 
never released.  I'm not sure where to post this bug, because I cannot 
tell which package causes the bug.  (If I had to guess, I think OpenGL is 
the culprit.)  Can anyone help direct me to the proper place to post this 
bug?


Thanks,
Charles
[EMAIL PROTECTED]


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




Re: Sending mail takes ages.

2006-07-04 Thread Willie Wonka

Pete Clarke wrote:
> >  Could be an ident lookup timeout?
> > 
> >  Set:
> > 
> >  rfc1413_query_timeout = 0s
> > 
> > Steve
> 
> That appears to have made quite a difference...certainly from OE...
> I will test it on the other clients too ...
> 
> Thanks a lot :-D
> 
> Cheers,

I have had this bookmarked for when I finaly get into setting up a mail server;
"Configuring Exim and Courier IMAP under Debian GNU/Linux"

Perhaps it can help you..

Regards

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


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



RE: Postfix under Debian 3.1 not working

2006-07-04 Thread Conrad Williams



Just 
guessing, try command> hostname
 
was 
this working before hand? Or is this a new install?
 
what's 
in your /etc/hosts ,  /etc/hostname and do you have a  
/etc/mailhostname  ?
 
The 
gethostbyname should be able to resolve your 
computer's hostname.
 
What 
about doing some nslookups. Do they work? nslookup localhost or nslookup 
hostname

  Jul  3 
  22:47:30 localhost postfix/virtual[28250]: fatal: gethostbyname: 
  Success  


slow memory leak when running gvim

2006-07-04 Thread Kamaraju Kusumanchi
Initially I have

$free -m
 total   used   free sharedbuffers cached
Mem:  1011806204  0 67458
-/+ buffers/cache:280730
Swap:  953  0953

Open 10 gvim windows 
$gvim; gvim; gvim; gvim; gvim; gvim; gvim; gvim; gvim; gvim;

quit all the windows. Then I have

$free -m
 total   used   free sharedbuffers cached
Mem:  1011809201  0 67460
-/+ buffers/cache:281730
Swap:  953  0953

Is this normal? A 3-4MB additional memory is being used for every 10 gvim 
windows opened. Does anyone else see this behaviour? I am using debian etch, 

$dpkg -l vim\* | grep ^ii
ii  vim-common  6.4-007+1  Vi IMproved - Common files
ii  vim-full6.4-007+1  Vi IMproved - enhanced vi editor - full 
fled
ii  vim-gui-common  6.4-007+1  Vi IMproved - Common GUI files
ii  vim-latexsuite  20060325-1 View, edit and compile LaTeX documents from
ii  vim-runtime 6.4-007+1  Vi IMproved - Runtime files

thanks
raju

-- 
This email account uses challenge-response system.
Contact me only if you are comfortable with it.


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



Print fax to samba

2006-07-04 Thread BAGI Akos

Hi List!

I'm using efax-gtk to receive faxes. It works fine.
My problem is:
How to set up printing to a printer on a remote XP?
The printer has no postscript, it has only PCL3 (HP LaserJet compatible)
The printer is already working from other programs ( like openoffice.org )
I'm using CUPS.

Thank you for your help:

Akos



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




Re: Using remote apps on local X server

2006-07-04 Thread Damon L. Chesser

Bob Smither wrote:

This must be a FAQ, but I could not stumble upon a solution.  With other
Linux boxen, I can ssh -X into them, then run X apps on the remote with
local display.  On a newly installed Sarge Debian box, doing this
results in the following error:

  Gtk-WARNING **: cannot open display:

Any suggestions as to why I can't run the remote app and see it locally?

Thanks!
  


You will need to set the DISPLAY variable and export it.  I don't know 
what you set it to, but I do know you will have to export DISPLAY 
serverx: X,XX here = display and serverx=name or ipaddress of the 
desired server (such as 192.168.2.4:  0,0.  I have just exhausted my 
knowledge of the matter as I don't play with exporting displays, but I 
hope that helps, and at the  very least, get you on the right track.


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


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




debconf/config.dat corruption

2006-07-04 Thread Conrad Williams


While installing a few packages, I had a RAID disk failure, resulting in a
RAID cache flush. This corrupted the install process, but it had downloaded
the packages.

Into recovery mode and did following;
Logsave was installed (using aptitude, yep the system kept going OK) after
the initial failure, before reboot. Changed init.d file system checking
scripts to include logsave. Then was a shutdown -F which cleanup up some
inode issues and files (logsave didn't work). So I don't know exactly what
has been altered. Logsave was not saved in either /var/log/aptitude or the
debconf/config.dat files.
I have done a debsums on the system, and everything looks fine. Will look at
the tripwire logs later.

My backup and debconf/config.dat-old are both prior to the installs, of
which, some packages were installed, and some were not. Copied the
config.dat-old to config.dat, but I think that is not enough.

Can I regenerate a new /var/cache/debconf/config.dat from the existing
system? How?

perhaps the following?

aptitude reinstall *

I know, this probably won't work... as I want it to


Thanks

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 4/07/2006
 
<>

Re: Using remote apps on local X server

2006-07-04 Thread Paul Dwerryhouse
On Tue, Jul 04, 2006 at 11:17:25PM -0500, Bob Smither wrote:
>   Gtk-WARNING **: cannot open display:
> 
> Any suggestions as to why I can't run the remote app and see it locally?

Has your remote box got 'X11Forwarding yes' in its /etc/ssh/sshd_config
file?

Cheers,

Paul.

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584

Running Debian Linux for ARM processors under QEMU
http://nepotismia.com/linux/qemu/arm/


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



Re: clarification regarding icons seen during a Debian installation.

2006-07-04 Thread Damon L. Chesser
well, I did say IIRC, I don't exactly install Debian every day.  Maybe 
someone else has more concrete info for you?



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




Using remote apps on local X server

2006-07-04 Thread Bob Smither
This must be a FAQ, but I could not stumble upon a solution.  With other
Linux boxen, I can ssh -X into them, then run X apps on the remote with
local display.  On a newly installed Sarge Debian box, doing this
results in the following error:

  Gtk-WARNING **: cannot open display:

Any suggestions as to why I can't run the remote app and see it locally?

Thanks!

-- 
Bob Smither, Ph.D. [EMAIL PROTECTED]

But when a long Train of Abuses and Usurpations, pursuing invariably
the same Object, evinces a Design to reduce them under absolute 
Despotism, it is their Right, it is their Duty, to throw off such 
Government, and to provide new Guards for their future Security.
  -- Thomas Jefferson, Declaration of Independence, July 4, 1776



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



Re: setting camera parameters from Linux

2006-07-04 Thread H.S.

Ron Johnson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

H.S. wrote:


Nyizsnyik Ferenc wrote:


On Wed, 2006-06-28 at 23:44 -0400, H.S. wrote:



[snip]


Perhaps I was not clear. It is not the photographs' meta
information I want to change, but the information that is stored
in the camera, e.g. owner's name. In other words, I was wondering
if one can change some of the camera settings the way a camera's
manufacturer's software  allows you do do.



If it can be done thru a Windows app, it can be done in a Linux app.

Do you know if there are Windows apps to do such tasks?



I know only about Canon's software that comes with a PowerShot camera. 
IIRC, it is called ZoomBrowser 
(http://www.usa.canon.com/consumer/controller?act=DownloadDetailAct&fcategoryid=320&modelid=11125).


->HS



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




Re: locale and font alias

2006-07-04 Thread T
[sent > 6 hours ago, resending]

On Mon, 03 Jul 2006 22:51:44 -0700, Willie Wonka wrote:

>> My system comes with default locale not English. How can set the
>> default locale to English?
> 
> ~$ sudo dpkg-reconfigure locales  #As a User ~$ dpkg-reconfigure
> locales #As Root

thanks for the clear and detailed instruction. Having done it, the
x-window font problem still exists:

>>  Fatal server error:
>>  could not open default font 'fixed';
>> 
>> How can I fix that?
>> 
>> Note, remove and re-install xfonts-base didn't help.

> If you want to use Xfree86 (Default on "Sarge") make sure you have
> atleast these

I have all the required.

$ dpkg --get-selections | grep -E 'xserver|x-window|xfonts'
x-window-system-coreinstall xfonts-100dpi 
 install xfonts-75dpi 
  install xfonts-artwiz   install
xfonts-base install
xfonts-bolkhov-cp1251-75dpi install
xfonts-bolkhov-cp1251-misc  install xfonts-encodings  
 install xfonts-intl-european 
  install xfonts-konsole  install
xfonts-scalable install xfonts-terminus   
 install xfonts-utils 
  install xserver-common  install
xserver-xorginstall

> Here's some Font entries in my Sarge XF86Config-4 file; [...] Section
> "Files"

Here is mine, (for etch, from /etc/X11/xorg.conf):

---
RgbPath  "/usr/X11R6/lib/X11/rgb" ModulePath  
"/usr/X11R6/lib/modules" FontPath
"/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/misc" FontPath
"/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/75dpi" FontPath
"/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath
"/usr/X11R6/lib/X11/fonts/100dpi" FontPath
"/usr/X11R6/lib/X11/fonts/Type1" FontPath
"/usr/share/fonts/ttf/western" FontPath
"/usr/share/fonts/ttf/decoratives" FontPath
"/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath
"/usr/share/fonts/latex-ttf-fonts"
---

Relevant info in /var/log/Xorg.0.log:

---
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 13 23:35:31 2005 (==)
Using config file: "/etc/X11/xorg.conf" (**) FontPath set to
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100d
pi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/li
b/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi" (==) RgbPath set to
"/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules"

(II) Loading extension FontCache

(II) LoadModule: "type1"
(II) Loading font Type1
(II) Loading font CID
Could not init font path element unix/:7100, removing from list!
---


As I said, it was working fine, until I removed all xfonts-*-transcoded
fonts. Now it is "could not open default font 'fixed'".

I did some googling, the
"http://forums.linuxiso.org/viewtopic.php?t=28644"; tells how to handle the
problem, but mine is not covered.

I did find the same symptom as mine:
http://linux.derkeiler.com/Mailing-Lists/Debian/2004-03/1589.html

but that one has no answer.

please help. My X is not starting.

thanks a lot




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



Re: Xwindows and Emacs

2006-07-04 Thread Paul E Condon
On Wed, Jul 05, 2006 at 01:37:31AM +, s. keeling wrote:
> Paul E Condon <[EMAIL PROTECTED]>:
> >  On Tue, Jul 04, 2006 at 01:47:04PM +, s. keeling wrote:
> > > Paul E Condon <[EMAIL PROTECTED]>:
> > > > 
> > > >  emacs*font: fixed
> > > 
> > > See if you have an app called xfontsel.  It's a GUI point and click
> > > interface to fonts.  Note the "spc" column.  For terminal fonts, "c"
> > > and "m" apply.  "p" is for proportional fonts, and don't work well in
> > > 
> > > "fixed" is defined by the X Window system as the fallback default
> > > non-proportional (aka. fixed) spacing font, but there's many others to
> > 
> >  My adventure began when I noticed that "fixed" provided a different
> >  font under xorg from the one I have been getting under xfree. From
> 
> Well, first understand that we've pretty much plumbed the depths of my
> knowledge of font lower levels.  However, here's a couple that I have
> left.  You can get the same sort of strange behaviour by rearranging
> the order of the FontPath lines in your X config file.  I have:
> 
> FontPath"/usr/lib/X11/fonts/misc"
> FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/Type1"
> FontPath"/usr/lib/X11/fonts/CID"
> FontPath"/usr/lib/X11/fonts/Speedo"
> FontPath"/usr/lib/X11/fonts/100dpi"
> FontPath"/usr/lib/X11/fonts/75dpi"
> 
> What does the "/:unscaled" mean?  What happens when you put the 75dpi
> lines before the 100dpi lines?
> 
> What happens when you go from the above defining fonts for X, to
> something like xfs (X Font Server) defining fonts for X?
> 
> I thought a font was a simple matrix bitmap defining pixels to turn on
> or off or shade or colorize.  Smiple.  No, beyond that little matrix
> is a vast array of fantastically specialized machinery that does
> magical things with that little matrix.  BTW:
> 
> Emacs*font: 
> -b&h-lucidatypewriter-medium-r-normal-sans-10-100-75-75-m-60-iso8859-1

I like it! 
And I think I need to stop searching for my perfect emacs font and do some 
useful 
work. 

Thanks to all, I've learned a lot.

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: Xwindows and Emacs

2006-07-04 Thread Paul E Condon
On Tue, Jul 04, 2006 at 04:41:33PM -0400, cga2000 wrote:
> On Tue, Jul 04, 2006 at 02:18:35PM EDT, Paul E Condon wrote:
> [..]
> > But there is something incomplete about your explanation: when I don't
> > but the magic line into my resources, I still get a monospace font in
> > emacs windows, but it is a different one. So there appear to be two
> > defaults, the "fixed" one and the nil one. Do you happen to know where
> > the nil one is defined? Might that be in emacs?
> > 
> Take a peek at:
> 
> /usr/X11R6/lib/X11/fonts/misc/fonts.alias
> 
> .. that's with XFree.. you may have to look in a different place with
> xorg..
> 

This is exactly what I wanted to learn! Thanks.
And I'll do a find on fonts.alias the next time I boot Etch.

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: rhythmbox

2006-07-04 Thread Hans van Middendorp
On Tue, 04 Jul 2006 07:20:36 +0100
Adam Hardy <[EMAIL PROTECTED]> wrote:

> Hans van Middendorp on 02/07/06 21:28, wrote:
> > On Sun, 02 Jul 2006 15:48:20 +0100
> > Adam Hardy <[EMAIL PROTECTED]> wrote:
> > 
> >> Thomas Jollans on 02/07/06 15:05, wrote:
> >>> Adam Hardy wrote:
>  Just did a general upgrade in etch and accepted all bugs and have
>  problems now with rhythmbox, which won't play any MP3s now. it'll
>  play OGG files, but not MP3s.
>  Trying to fix it, I came across some directions for testing files
>  with gstreamer, and I realise that rhythmbox considers itself a
>  Gnome app, but I'm using KDE. I don't have gstreamer installer,
>  it looks like a heavy-weight Gnome component, maybe even a
>  daemon but I'm not sure. So to test, I should install gstreamer,
>  but I'm not convinced I need gstreamer at all in KDE. But
>  perhaps rhythmbox has changed now to work only under Gnome.
> 
>  Anyone know what the situation is?
> >>> GStreamer is a library that is used heavily in Gnome, but does not
> >>> use a daemon by default. (unlike arts...) It does not hurt to
> >>> install gstreamer and gstreamer should not depend on anything
> >>> rhythmbox didn't depend on anyway... (like glib etc)
> >> Sorry Thomas, meant to send that to the list. 
> >>
> >> I installed gstreamer but I don't have the command 'basicgthread'
> >> which it seems I need to run from the cmd line to test play my
> >> mp3s.
> >>
> >> I tried running rhythmbox under gnome and but that made no
> >> difference.
> >>
> >> So what is gstreamer or more to the point, how do I get rhythmbox
> >> to use it, if even that is what the MP3 problem is all about?
> >>
> > 
> > I am not sure if Rhythmbox is using gstreamer0.8 or already 0.10.
> > If 0.8 it will play mp3 with gstreamer-mad. After installing that
> > run gst-register-0.8 in console as normal user.
> > 
> > If 0.10 i thimk you need gstreamer-0.10-fluendo-mp3. The gst
> > command is not necassary voor v0.10.
> > 
> > I no go, give quod-libet a try.
> 
> quod-libet didn't work either: 
> 
> "Gstreamer encountered a general stream error."
> 
> There is obviously something wrong with the config because gst-launch
> works OK.
> 
When i was using Rhythmbox with Gnome 2.12 i had some problems to get it
running. In Gnome, as far as i can remember, i had to put the
sound(daemon or systen) on gstreamer, esd or alsa. Cannot remenber
which one. With Gnome 2.14 it is put on "automatic" by default.

Now, i am using Xfce4 with alsa. Rhythmbox and Quod Libet are both
working well. 

Maybe you could install a light windowmanger like Fluxbox or Icewm and
see if they will run from there. But be sure that no sound daemons from
KDE or Gnome are running.
I think the problem is somewhere in the soundsystem/daemons.

Hans


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



Re: Midi files S.O.S.

2006-07-04 Thread Rodolfo Medina
Rodolfo Medina <[EMAIL PROTECTED]> writes:

> I'm looking for a program that allows to modify
> midi files, i.e. adjust tone and speed and cancel
> traces: they're called midi sequencers, aren't they?
> Well, I've been trying:
>
> brahms
> timidity
> rosegarden
> amarok
> audacity
> muse
>
> , but none of them will help:
> timidity seems to work, but it's not a sequencer:
> it plays midi files fine but cannot modify them (is that true?);
> the others don't even play midi files.
>
> Anyone out there who can provide a hint?
> What program to use, and how to make it work?


In particular:
when I launch brahms I get the following error message:

 Brahms couldn't connect aRts sound server.
 Please ensure that artsd is running

, and it won't start. I try again, and this time it starts
but when I import a midi file it is not heard.


Instead, when I launch audacity I get the following error message:
 
 There was an error initializing the audio i/o layer.
 You will not able to play or record audio.
 Error: Host error.

, then it starts all the same. But when I import a midi file and try to
play it, I get the following:

 Error while opening sound device. Plase check the output device settings 
 and the project sample rate.

Can anybody provide any help?
Thanks,
Rodolfo


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



sid and fglrx 8.25.18 AGAIN

2006-07-04 Thread Nicoco Kinlidex

hello,

I really need to get the latest ATI drivers working on my computer.
I have no problem with "non-free" debian.org repositories but it is 
version 8.24.8
when I install the newer version, module loads perfectly, xorg.0.log 
doesn't show any error (something like fglrx : DRI init successful) but 
fglrxinfo indicates I use MESA GLX driver.


when I 'strace fglrxinfo' I see :

open("/usr/X11R6/lib/modules/dri//fglrx_dri.so", O_RDONLY) = -1 ENOENT 
(No such file or directory)


it indeed is not in that directory (it's in /usr/lib/dri/fglrx_dri.so).

this issue looks like a recent other one 
(http://groups.google.com/group/linux.debian.user/browse_thread/thread/c407350357763b8f/24bc0a6d76b4cc25?lnk=st&q=fglrx&rnum=2#24bc0a6d76b4cc25)
except that the solution given doesn't work for me (i don't have 
anything like ATI in /etc/profile and "unset LIBGL_DRIVERS_PATH" doesn't 
change the problem)


any help appreciated !

--
Nicoco


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




Re: locale and font alias

2006-07-04 Thread s. keeling
T <[EMAIL PROTECTED]>:
> 
>  please help. My X is not starting. 

Perhaps mkfontdir is the solution?  Rebuild the font catalogs.  I've
no idea why they're no longer there.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://www.spots.ab.ca/~keeling   Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.html
   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: Xwindows and Emacs

2006-07-04 Thread s. keeling
Paul E Condon <[EMAIL PROTECTED]>:
>  On Tue, Jul 04, 2006 at 01:47:04PM +, s. keeling wrote:
> > Paul E Condon <[EMAIL PROTECTED]>:
> > > 
> > >  emacs*font: fixed
> > 
> > See if you have an app called xfontsel.  It's a GUI point and click
> > interface to fonts.  Note the "spc" column.  For terminal fonts, "c"
> > and "m" apply.  "p" is for proportional fonts, and don't work well in
> > 
> > "fixed" is defined by the X Window system as the fallback default
> > non-proportional (aka. fixed) spacing font, but there's many others to
> 
>  My adventure began when I noticed that "fixed" provided a different
>  font under xorg from the one I have been getting under xfree. From

Well, first understand that we've pretty much plumbed the depths of my
knowledge of font lower levels.  However, here's a couple that I have
left.  You can get the same sort of strange behaviour by rearranging
the order of the FontPath lines in your X config file.  I have:

FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"

What does the "/:unscaled" mean?  What happens when you put the 75dpi
lines before the 100dpi lines?

What happens when you go from the above defining fonts for X, to
something like xfs (X Font Server) defining fonts for X?

I thought a font was a simple matrix bitmap defining pixels to turn on
or off or shade or colorize.  Smiple.  No, beyond that little matrix
is a vast array of fantastically specialized machinery that does
magical things with that little matrix.  BTW:

Emacs*font: 
-b&h-lucidatypewriter-medium-r-normal-sans-10-100-75-75-m-60-iso8859-1

Pretty.  :-)


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://www.spots.ab.ca/~keeling   Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.html
   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: xorg dies. Modules loaded in wrong order?

2006-07-04 Thread hendrik
On Mon, Jul 03, 2006 at 09:30:15PM -0400, [EMAIL PROTECTED] wrote:
> After upgrading my etch to xorg7.0 and making everything up-to-date
> yesterday, (except for a few package aptitude didn't want to 
> update) things went fine for a reboot or two.  But today when
> I was out of the room, the screen went black.  When I pressed shift,
> though it remained black except for about ten or so characters of
> gibberish in the top left of the screen.  Pressing ctl-alt-F* didn't
> help, didn't even get me to a text console.  Remote login via ssh
> worked, so I used the ssh connexion to enter a reboot command.
> 
> Rebooting worked fine until it was time to start gdm.  Again the
> screen went black and everything becane unresponsive.
> 
> Now I have a dual boot system, sarge or etch.  Sarge works fine.
> So I figure I eliminated hardware problems.
> 
> After a while I managed to get it into a state where I could use
> a text console after the crash, and examined some log files.  (I used an 
> old 2.6.11 kernel I had lying around to accomplish this -- but I 
> suspect I was just lucky.  Each reboot failed in a similar, but slightly 
> different way, so random chance seems to be a factor)
> 
> The following messages in xorg.1.log seem relevant:
> 
> (II) RADEON(0): [drm] added 1 reserved context for kernel
> (WW) RADEON(0): [agp] AGP not available
> (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
> (II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
> is loaded before the radeon kernel module.
> (**) RADEON(0): RADEONDRICloseScreen
> 
> Very good.  I imagine X *might* have trouble reaching the video card 
> if the driver for the AGP slot is missing.  Now how *do* I "make sure 
> the agpgart kernel module is loaded before the radeon kernel module."?
> And why isn't it already happening?  Or is the problem somewhere else?
> Where should I look?  After the crash (i.e., now), lsmod tells me that 
> agpgart *is* loaded.
> 
> -- hendrik
> 

Well, managed to install and boot to a new kernel -- 2.6.15.
With the new kernel, have booted successfully to X and gdm twice in a row.
Might be fixed, or am I just lucky?  The problem was intermittent, after all.

-- hendrik


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



how to scroll wheel events to multimedia keys in kde?

2006-07-04 Thread Toshiro
Hi! 

I have a Genius Ergomedia 700 keyboard that has tons of extra
keys.

I've been able to map all of them except an included scroll wheel,  I have the 
scancodes that generates but I don't know which command should I map so it 
behaves exactly as a mouse scroll wheel.

Anyone knows how to do this?

Regards,

-- 
Toshiro
http://www.perlhowto.com


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



Re: Midi files S.O.S.

2006-07-04 Thread Rodolfo Medina
Rodolfo Medina <[EMAIL PROTECTED]> writes:

> I'm looking for a program that allows to modify
> midi files, i.e. adjust tone and speed and cancel
> traces: they're called midi sequencers, aren't they?
> Well, I've been trying:
>
> brahms
> timidity
> rosegarden
> amarok
> audacity
> muse
>
> , but none of them will help:
> timidity seems to work, but it's not a sequencer:
> it plays midi files fine but cannot modify them (is that true?);
> the others don't even play midi files.
>
> Anyone out there who can provide a hint?
> What program to use, and how to make it work?


In particular:
when I launch brahms I get the following error message:

 Brahms couldn't connect aRts sound server.
 Please ensure that artsd is running

, and it won't start. I try again, and this time it starts
but when I import a midi file it is not heard.


Instead, when I launch audacity I get the following error message:
 
 There was an error initializing the audio i/o layer.
 You will not able to play or record audio.
 Error: Host error.

, then it starts all the same. But when I import a midi file and try to
play it, I get the following:

 Error while opening sound device. Plase check the output device settings 
 and the project sample rate.

Can anybody provide any help?
Thanks,
Rodolfo


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



Re: locale and font alias

2006-07-04 Thread T
On Mon, 03 Jul 2006 22:51:44 -0700, Willie Wonka wrote:

>> My system comes with default locale not English. How can set the default
>> locale to English?
> 
> ~$ sudo dpkg-reconfigure locales  #As a User ~$ dpkg-reconfigure locales
> #As Root

thanks for the clear and detailed instruction. Having done it, the
x-window font problem still exists:

>>  Fatal server error:
>>  could not open default font 'fixed';
>> 
>> How can I fix that?
>> 
>> Note, remove and re-install xfonts-base didn't help.

> If you want to use Xfree86 (Default on "Sarge") make sure you have
> atleast these

I have all the required. 

$ dpkg --get-selections | grep -E 'xserver|x-window|xfonts'
x-window-system-coreinstall
xfonts-100dpi   install
xfonts-75dpiinstall
xfonts-artwiz   install
xfonts-base install
xfonts-bolkhov-cp1251-75dpi install
xfonts-bolkhov-cp1251-misc  install
xfonts-encodingsinstall
xfonts-intl-europeaninstall
xfonts-konsole  install
xfonts-scalable install
xfonts-terminus install
xfonts-utilsinstall
xserver-common  install
xserver-xorginstall

> Here's some Font entries in my Sarge XF86Config-4 file; [...] Section
> "Files"

Here is mine, (for etch, from /etc/X11/xorg.conf):

---
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
---

Relevant info in /var/log/Xorg.0.log:

---
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep 13 23:35:31 2005
(==) Using config file: "/etc/X11/xorg.conf"
(**) FontPath set to
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100d
pi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/li
b/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi" (==) RgbPath set to
"/usr/X11R6/lib/X11/rgb" (==) ModulePath set to "/usr/X11R6/lib/modules"

(II) Loading extension FontCache

(II) LoadModule: "type1"
(II) Loading font Type1
(II) Loading font CID
Could not init font path element unix/:7100, removing from list!
---


As I said, it was working fine, until I removed all xfonts-*-transcoded
fonts. Now it is "could not open default font 'fixed'".

I did some googling, the
"http://forums.linuxiso.org/viewtopic.php?t=28644"; tells how to handle the
problem, but mine is not covered. 

I did find the same symptom as mine:
http://linux.derkeiler.com/Mailing-Lists/Debian/2004-03/1589.html

but that one has no answer. 

please help. My X is not starting. 

thanks a lot





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



Re: xorg dies. Modules loaded in wrong order?

2006-07-04 Thread hendrik
It's definitely an intermittent problem.  I've changed nothing (except 
to turn off quota checking so I won't have to wait for ages after 
every attempted boot) and etch just booted up properly this morning.
I had booted sarge before I rebooted to etch ... I don't know if that 
might have made a difference...  Now that I've got it up for a few 
minutes, I'll try install the 2.6.15 kernel, just in case that helps.

-- hendrik

On Mon, Jul 03, 2006 at 09:30:15PM -0400, [EMAIL PROTECTED] wrote:
> After upgrading my etch to xorg7.0 and making everything up-to-date
> yesterday, (except for a few package aptitude didn't want to 
> update) things went fine for a reboot or two.  But today when
> I was out of the room, the screen went black.  When I pressed shift,
> though it remained black except for about ten or so characters of
> gibberish in the top left of the screen.  Pressing ctl-alt-F* didn't
> help, didn't even get me to a text console.  Remote login via ssh
> worked, so I used the ssh connexion to enter a reboot command.
> 
> Rebooting worked fine until it was time to start gdm.  Again the
> screen went black and everything becane unresponsive.
> 
> Now I have a dual boot system, sarge or etch.  Sarge works fine.
> So I figure I eliminated hardware problems.
> 
> After a while I managed to get it into a state where I could use
> a text console after the crash, and examined some log files.  (I used an 
> old 2.6.11 kernel I had lying around to accomplish this -- but I 
> suspect I was just lucky.  Each reboot failed in a similar, but slightly 
> different way, so random chance seems to be a factor)
> 
> The following messages in xorg.1.log seem relevant:
> 
> (II) RADEON(0): [drm] added 1 reserved context for kernel
> (WW) RADEON(0): [agp] AGP not available
> (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
> (II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
> is loaded before the radeon kernel module.
> (**) RADEON(0): RADEONDRICloseScreen
> 
> Very good.  I imagine X *might* have trouble reaching the video card 
> if the driver for the AGP slot is missing.  Now how *do* I "make sure 
> the agpgart kernel module is loaded before the radeon kernel module."?
> And why isn't it already happening?  Or is the problem somewhere else?
> Where should I look?  After the crash (i.e., now), lsmod tells me that 
> agpgart *is* loaded.
> 
> -- hendrik
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


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



Re: apt-file problem - no output

2006-07-04 Thread Aaron Maxwell
On Sunday 02 July 2006 02:53 am, Lubos Vrbka wrote:
> i installed apt-file on my i386 etch box. i did apt-file update,
> however using apt-file search doesn't provide any output (i replaced
> the address of our institutional debian mirror with xx.xx.xx in the
> following outputs):

It's likely nothing you did.  See this message from eariler Sunday:
http://lists.debian.org/debian-user/2006/07/msg00074.html

I just verified today (Tuesday) that the Contents-i386 files that 
apt-file uses are still being generated empty.  That's a bug.  I 
believe that apt-file cannot work until it can access a proper 
Contents-* file, which means you'll have to wait until that's fixed.

-- 
Peace,
Aaron Maxwell - http://redsymbol.net


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



Re: new Package of the Day features

2006-07-04 Thread Aaron Maxwell
On Tuesday 04 July 2006 01:46 pm, Aaron Maxwell wrote:
> On Monday 03 July 2006 11:23 am, Angelina Carlton wrote:
> > Hi Aaron,
> > Have you removed -doc packages? personally I like to know about
> > -doc packages, and especially packaged books, like autobook and
> > rutetbook This stuff is nice to have IMHO.
>
> Yes, I've filtered those out.  They don't add enough to justify
> keeping them in the rotation.  Compare, for example, apt and apt-doc.
>  Most descriptions for 'apt-foo' will be like 'Contains documentation
^^ This should read "Most descriptions for 'foo-doc' ", sorry

> for foo in various formats', and the interesting exceptions are rare.
> Similarly, -dev, -dbg, -i18n-, and some others are filtered out.
>
> Note that the filtering is currently just done by a regex on the
> package name, so .*book will be be left in.  (autobook and rutebook
> are left out because they're in non-free, not because they're
> filtered.)
>
> > -Angelina Carlton-
> > orchid on irc.freenode.net
> >  [EMAIL PROTECTED]
> > web:bzgirl.bakadigital.com
>
> OT PS: aptitude -vv moo
>
> --
> Peace,
> Aaron Maxwell - http://redsymbol.net

-- 
Peace,
Aaron Maxwell - http://redsymbol.net


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



wps file

2006-07-04 Thread Christoph Nenning
Hi,

I got a .wps file which was created with M$ Works. OOo, kword and abiword are 
all failing to open it. Does anybody know another tool to open it?

regards

Christoph


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



Re: impressed with etch

2006-07-04 Thread Michael M.

Andrew Malcolmson wrote:

On Mon, 03 Jul 2006 19:16:43 +0100, "B.Hoffmann"
<[EMAIL PROTECTED]> said:
  

Hello list,

tried out the snapshot from 02/07/06 yesterday on my test drive (after
finally wiping my last Windows install off it) and must say I'm very
impressed ! Made great strides since sarge and feels much more up to
date - and a lovely splash as well (sorry to be so vain).



Yes, I'd agree, progress is happening, but what happened to the Debian
spiral logo?  It's nowhere to be found other than in the install boot
screen, not even as an alternative wallpaper.

Bring back the red spiral logo!
  



???

The spiral is the default wallpaper in Gnome.  It's debian-background.svg.


--
Michael M. ++ Portland, OR ++ USA
"No live organism can continue for long to exist sanely under conditions of absolute 
reality; even larks and katydids are supposed, by some, to dream." --S. Jackson


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




Re: Sending mail takes ages.

2006-07-04 Thread Pete Clarke

 Could be an ident lookup timeout?

 Set:

 rfc1413_query_timeout = 0s

Steve


That appears to have made quite a difference...certainly from OE...
I will test it on the other clients too ...

Thanks a lot :-D

Cheers,


Pete.


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




Re: embedded firefox

2006-07-04 Thread Linas Žvirblis
Ian Bull wrote:

> Does anyone know if the firefox available with debian (sid) is compiled
> with dynamic libraries (instead of static ones). This is needed to use
> firefox as an embedded browser.

Firefox in Debian uses shared libraries. You, however, can recompile it
any way you want.


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



embedded firefox

2006-07-04 Thread Ian Bull
Does anyone know if the firefox available with debian (sid) is compiled with dynamic libraries (instead of static ones). This is needed to use firefox as an embedded browser.cheers,ian


Postfix under Debian 3.1 not working

2006-07-04 Thread Scott Dunbar
Hi all,I'm fairly new to Debian 3.1 and am having problems configuring Postfix.  I've Googled around a bit and there are plenty of people blaming other people but the long and the short of it is that Postfix isn't working.
I'm using the "normal" maps - simple hash maps.  I've played around with DNS settings, both resolv.conf's and many other things but continue to get the exact same error:Jul  3 22:47:30 localhost postfix/virtual[28250]: fatal: gethostbyname: Success
This is using the most recent Postfix that apt-get will get me along with everything - except for the newest kernel (I'm at 2.6.8-2-686) - else that can be upgraded.Any thoughts?  Thanks for any help.


Re: clarification regarding icons seen during a Debian installation.

2006-07-04 Thread Christopher Nelson
On Tue, Jul 04, 2006 at 10:42:13AM -0500, Damon L. Chesser wrote:
> Vivek Varghese Cherian wrote:
> >I am doing an install of Debian on VMware. My  VMWare hard disk is 4.3 
> >GB. I have choosen to create a root partition of 4.0 GB and swap 
> >partition with the rest of the free space. I have toggled the the 
> >bootable flag on the root partition to on.
> >
> >My Partition Table entry looks like this.
> >
> >SCSI1  (0,0,0)  sda  - 4.3 GB VMware, VMware Virtual S..
> >
> >#1 primary4.0  GB 
> >ext3  /
> > pri/log   296.1 MB   FREE SPACE 
> >
> >I would like to know what the thunder icon and the smiley icon stands for.
> 
> The thunder icon is "we will format this partition and all data will be 
> lost" the smiley icon means "we will not format this partition, but we 
> will use it"  IIRC.  HTH

They're both on the same partition--I was under the impression the the
thunder was bootable--but I don't have a install disk to test my
hypothesis.

-- 
Christopher Nelson -- [EMAIL PROTECTED]
---
Your goose is cooked.
(Your current chick is burned up too!)


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



Re: How to remove gnome-panel-data?

2006-07-04 Thread Christopher Nelson
On Tue, Jul 04, 2006 at 12:00:18AM -0600, Art Edwards wrote:
> I'm trying to remove gnome-panel-data on a stable box. Here is what
> I get.
> 
> apt-get remove gnome-panel-data
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages will be REMOVED:
>   gnome-panel-data
> 0 upgraded, 0 newly installed, 1 to remove and 26 not upgraded.
> Need to get 0B of archives.
> After unpacking 9601kB disk space will be freed.
> Do you want to continue? [Y/n] y
> (Reading database ... 126581 files and directories currently installed.)
> Removing gnome-panel-data ...
> Warning: /usr/share/gconf/schemas/panel-compatibility.schemas could not be 
> found.
> Warning: /usr/share/gconf/schemas/panel-global.schemas could not be found.
> Warning: /usr/share/gconf/schemas/panel-general.schemas could not be found.
> Warning: /usr/share/gconf/schemas/panel-toplevel.schemas could not be found.
> Warning: /usr/share/gconf/schemas/panel-object.schemas could not be found.
> Warning: /usr/share/gconf/schemas/clock.schemas could not be found.
> Warning: /usr/share/gconf/schemas/fish.schemas could not be found.
> Warning: /usr/share/gconf/schemas/workspace-switcher.schemas could not be 
> found.
> Warning: /usr/share/gconf/schemas/window-list.schemas could not be found.
> usage: gconf-schemas --[un]register file1.schemas [file2.schemas [...]]
> 
> gconf-schemas: error: You need to give at least a file to (un)register.
> dpkg: error processing gnome-panel-data (--remove):
>  subprocess pre-removal script returned error exit status 1
> Errors were encountered while processing:
>  gnome-panel-data
> E: Sub-process /usr/bin/dpkg returned an error code (1)

Have you tried re-installing and then removing?

apt-get install --reinstall gnome-panel-data
apt-get remove [--purge] gnome-panel-data

-- 
Christopher Nelson -- [EMAIL PROTECTED]
---
My idea of roughing it turning the air conditioner too low.


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



Re: Sending mail takes ages.

2006-07-04 Thread Steve Kemp
On Tue, Jul 04, 2006 at 09:14:45PM +0100, Pete Clarke wrote:

> I thought that, so I turned off host lookups in the exim config - same 
> thing happens.
> If I've missed anything, please let me know...

  Could be an ident lookup timeout?

  Set:

  rfc1413_query_timeout = 0s

Steve
-- 
Debian GNU/Linux System Administration
http://www.debian-administration.org/


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



Re: new Package of the Day features

2006-07-04 Thread Aaron Maxwell
On Monday 03 July 2006 11:23 am, Angelina Carlton wrote:
> Hi Aaron,
> Have you removed -doc packages? personally I like to know about -doc
> packages, and especially packaged books, like autobook and rutetbook
> This stuff is nice to have IMHO.

Yes, I've filtered those out.  They don't add enough to justify keeping 
them in the rotation.  Compare, for example, apt and apt-doc.  Most 
descriptions for 'apt-foo' will be like 'Contains documentation for foo 
in various formats', and the interesting exceptions are rare.  
Similarly, -dev, -dbg, -i18n-, and some others are filtered out.

Note that the filtering is currently just done by a regex on the package 
name, so .*book will be be left in.  (autobook and rutebook are left 
out because they're in non-free, not because they're filtered.)

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

OT PS: aptitude -vv moo

-- 
Peace,
Aaron Maxwell - http://redsymbol.net


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



Re: Xwindows and Emacs

2006-07-04 Thread cga2000
On Tue, Jul 04, 2006 at 02:18:35PM EDT, Paul E Condon wrote:
[..]
> But there is something incomplete about your explanation: when I don't
> but the magic line into my resources, I still get a monospace font in
> emacs windows, but it is a different one. So there appear to be two
> defaults, the "fixed" one and the nil one. Do you happen to know where
> the nil one is defined? Might that be in emacs?
> 
Take a peek at:

/usr/X11R6/lib/X11/fonts/misc/fonts.alias

.. that's with XFree.. you may have to look in a different place with
xorg..

HTH

Thanks,

cga


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



Re: new Package of the Day features

2006-07-04 Thread Aaron Maxwell
On Monday 03 July 2006 01:46 pm, Andrew Sackville-West wrote:
> On Mon, Jul 03, 2006 at 09:35:58AM -0700, Aaron Maxwell wrote:
> > ... aaand now there's an RSS feed.
> cool, now how about making the package title a link to
> packages.debian.org? then we can peruse more details easily...

I've thought about it... linking it like that doesn't quite feel right, 
because for most users the information on p.d.o doesn't ADD much in 
terms of discovering new and interesting software (which is the whole 
point - it should answer, "How can this package benefit me / enhance my 
life?").  (Though one might argue that it would be interesting to know 
the suggests, depends, packages with similar tags, etc.)  An ideal 
would be if the package title linked to an informative homepage.  If I 
can come up with some way to automate that...  Obviously my vision is 
to make it simple (think google.com, not yahoo.com).  It might be good 
to put the p.d.o link somewhere else, like along the bottom.

>
> A

-- 
Peace,
Aaron Maxwell - http://redsymbol.net


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



Re: Installing on a small root partition

2006-07-04 Thread charles norwood
On Mon, 2006-07-03 at 09:53 +0100, David Goodenough wrote:
> On Monday 03 July 2006 07:10, Anil Gupte wrote:
> > BlankNeed help and advice.
> >
> > I am trying to do a specialized install of Debian.  Note that I have done
> > two or three before (in the past), but without knowing much about what was
> > going on - I mostly accepted the defaults.
> >
> > This system happens to be in a place where there are frequent power losses.
> >  So, my plan is to have a small root partition (say about 100MB), and make
> > it a read-only partition.  This way, there will be no corruption on
> > constant reboots.  The apps, logs etc will be on a separate partition.  The
> > read-only partition idea was a suggestion from a Linux guru, as a solution
> > for inodes etc being corrupted and the system not booting properly.
> >
> > I tried the Debian installer, but it fails, and I am pretty sure that is
> > because the root partition is small.  Is there any way to tell the
> > installer where to put which files?  I am installing from a DVD containing
> > Sarge.
> >
> > Any suggestions will be welcome.  Also, any advice on the read only root
> > partition will be helpful.
> >
> > Thanx,
> > Anil Gupte
> 
> I have a large number of small systems running a stripped down version of
> Debian, and they are all build using ext3.  That way unless there is a 
> really serious corruption they journal is replayed when the system reboots
> and it comes up cleanly.  Many of these systems are in remote locations
> and I can count on one hand the number of times over a period of 2 and a half
> years when they have not come up automatically.
> 
> David
> 
> 
I'm running a full Sarge installation that has recovered cleanly from
about six power losses.


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



Re: Sending mail takes ages.

2006-07-04 Thread Pete Clarke

#You sure it's the authentication that's taking the time?  A delay of a
#minute sounds suspiciously like a DNS timeout of some kind.  Is the
#server able to resolve the hostname(s) of the connecting clients?

I thought that, so I turned off host lookups in the exim config - same thing 
happens.

If I've missed anything, please let me know...

I have included my exim4 config file below, I am by no means an expert with 
exim, so please forgive the state of the file :-)


This was originally running as exim 3 on Woody, but migrated when Sarge went 
stable...


--

[EMAIL PROTECTED]:~$ cat /etc/exim4/exim4.conf.template
#!!# These options specify the Access Control Lists (ACLs) that
#!!# are used for incoming SMTP messages - after the RCPT and DATA
#!!# commands, respectively.

acl_smtp_rcpt = check_recipient
acl_smtp_data = check_message

#!!# This setting defines a named domain list called
#!!# local_domains, created from the old options that
#!!# referred to local domains. It will be referenced
#!!# later on by the syntax "+local_domains".
#!!# Other domain and host lists may follow.

domainlist local_domains = @ : \
   @[] : \
   localhost : \
   wimbledon : \
   *.wimbledon : \
   an.other.domain : \
   and.an.other

hostlist relay_hosts = 127.0.0.1 : \
   1 : \
   192.168.0.0/24

hostlist auth_relay_hosts = *

# This is the main exim configuration file.
# It was originally generated by `eximconfig', part of the exim package
# distributed with Debian, but it may edited by the mail system 
administrator.
# This file originally generated by eximconfig at Tue Mar 16 00:28:47 GMT 
2004
# See exim info section for details of the things that can be configured 
here.


# Please see the manual for a complete list
# of all the runtime configuration options that can be included in a
# configuration file.

# This file is divided into several parts, all but the last of which are
# terminated by a line containing the word "end". The parts must appear
# in the correct order, and all must be present (even if some of them are
# in fact empty). Blank lines, and lines starting with # are ignored.

##
#MAIN CONFIGURATION SETTINGS #
##

# Specify the domain you want to be added to all unqualified addresses
# here. Unqualified addresses are accepted only from local callers by
# default. See the receiver_unqualified_{hosts,nets} options if you want
# to permit unqualified addresses from remote sources. If this option is
# not set, the primary_hostname value is used for qualification.

#qualify_domain = wimbledon

# If you want unqualified recipient addresses to be qualified with a 
different

# domain to unqualified sender addresses, specify the recipient domain here.
# If this option is not set, the qualify_domain value is used.

# qualify_recipient =

# Specify your local domains as a colon-separated list here. If this option
# is not set (i.e. not mentioned in the configuration file), the
# qualify_recipient value is used as the only local domain. If you do not 
want
# to do any local deliveries, uncomment the following line, but do not 
supply

# any data for it. This sets local_domains to an empty string, which is not
# the same as not mentioning it at all. An empty string specifies that there
# are no local domains; not setting it at all causes the default value (the
# setting of qualify_recipient) to be used.


# Allow mail addressed to our hostname, or to our IP address.


# Domains we relay for; that is domains that aren't considered local but we
# accept mail for them.


# If this is uncommented, we accept and relay mail for all domains we are
# in the DNS as an MX for.

#relay_domains_include_local_mx = true

# No local deliveries will ever be run under the uids of these users (a 
colon-
# separated list). An attempt to do so gets changed so that it runs under 
the

# uid of "nobody" instead. This is a paranoic safety catch. Note the default
# setting means you cannot deliver mail addressed to root as if it were a
# normal user. This isn't usually a problem, as most sites have an alias for
# root that redirects such mail to a human administrator.

never_users = root

# The setting below causes Exim to do a reverse DNS lookup on all incoming
# IP calls, in order to get the true host name. If you feel this is too
# expensive, you can specify the networks for which a lookup is done, or
# remove the setting entirely.

host_lookup = !192.168.0.0/24 : *

# The setting below would, if uncommented, cause Exim to check the syntax of
# all the headers that are supposed to contain email addresses (To:, From:,
# etc). This reduces the level of bounced bounces considerably.


# Exim contains support for the Realtime Blocking List (RBL), and the many
# similar services that are being maintaine

Re: Xwindows and Emacs, fix typo

2006-07-04 Thread Paul E Condon
On Tue, Jul 04, 2006 at 12:18:35PM -0600, Paul E Condon wrote:
> On Tue, Jul 04, 2006 at 01:47:04PM +, s. keeling wrote:
> > Paul E Condon <[EMAIL PROTECTED]>:
> > >  Long ago, I was a RedHat user. When I moved to Debian, I kept a copy
> > >  of a file, .Xresources, that made Emacs display under X in a way that
> > >  I liked.  Now in trying to use Etch, I discover that the file doesn't
> > >  work quite the way I want under xserver-xorg. I want to tweek it, but
> > >  can't find docs that address my questions in a way that I recognize. I
> > >  think my main issue is with the line:
> > > 
> > >  emacs*font: fixed
> > 
> > See if you have an app called xfontsel.  It's a GUI point and click
> > interface to fonts.  Note the "spc" column.  For terminal fonts, "c"
> > and "m" apply.  "p" is for proportional fonts, and don't work well in
> > terminal based apps.
> > 
> > "fixed" is defined by the X Window system as the fallback default
> > non-proportional (aka. fixed) spacing font, but there's many others to
> > choose from.  Fiddling with xfontsel for a bit will teach you a lot
> > about this.
> 
> This description of "fixed" is very helpful. I had thought it had to
> be something like what you describe, but I haven't found any explanation
> by googling. 
> 
> My adventure began when I noticed that "fixed" provided a different
> font under xorg from the one I have been getting under xfree. From
> this, I conclude it is implementation dependent. I'd like to find
> where this default is set in xfree, and simply copy what is there into
> my xorg resources. It seems to me a better way to get what I want than
> searching vast libraries of weird fonts with my limited search skills.
> 
> But there is something incomplete about your explanation: when I don't
> put the magic line into my resources, I still get a monospace font in
  ^
> emacs windows, but it is a different one. So there appear to be two
> defaults, the "fixed" one and the nil one. Do you happen to know where
^^^
Oops! It turns out 'nil' is a non-empty attribute specification key
word in X fonts.  I don't know what it means in the X windows context,
but whatever it is, that isn't what I intended in this email.

> the nil one is defined? Might that be in emacs?
> 
> Thanks, again.

Also, as expected, I am, indeed, having some difficulty matching the
xfree definition of "fixed" by searching in xfontsel. 

Part of the appeal of open software is the
possibility of having it do what you want, not what some focus group
has led some marketers to believe you want. Its a wonderful promise,
but ... 

-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: Sending mail takes ages.

2006-07-04 Thread Dave Ewart
On Tuesday, 04.07.2006 at 17:56 +0100, Pete Clarke wrote:

> Hi all,
> 
> I have a Debian sarge mailserver, running exim4-daemon-heavy, 
> courier-pop/imap etc.
> 
> When collecting email or using IMAP everything runs very well indeed, 
> however, when sending mail from a standard client (OE, Squirrelmail, Kmail, 
> Evolution, OSX mail app etc.) there is a long delay, upto a minute, before 
> the authentication process kicks in and the mail is sent.
> 
> I am authenticating against an LDAP server (which is running on the same 
> box), all other authentications (PAM,  Samba etc.) are instantaneous, it's 
> just sending mail that takes forever.

You sure it's the authentication that's taking the time?  A delay of a
minute sounds suspiciously like a DNS timeout of some kind.  Is the
server able to resolve the hostname(s) of the connecting clients?

Dave.

-- 
Please don't CC me on list messages!
...
Dave Ewart - [EMAIL PROTECTED] - jabber: [EMAIL PROTECTED]
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92



signature.asc
Description: Digital signature


Re: Xwindows and Emacs

2006-07-04 Thread Paul E Condon
On Tue, Jul 04, 2006 at 01:47:04PM +, s. keeling wrote:
> Paul E Condon <[EMAIL PROTECTED]>:
> >  Long ago, I was a RedHat user. When I moved to Debian, I kept a copy
> >  of a file, .Xresources, that made Emacs display under X in a way that
> >  I liked.  Now in trying to use Etch, I discover that the file doesn't
> >  work quite the way I want under xserver-xorg. I want to tweek it, but
> >  can't find docs that address my questions in a way that I recognize. I
> >  think my main issue is with the line:
> > 
> >  emacs*font: fixed
> 
> See if you have an app called xfontsel.  It's a GUI point and click
> interface to fonts.  Note the "spc" column.  For terminal fonts, "c"
> and "m" apply.  "p" is for proportional fonts, and don't work well in
> terminal based apps.
> 
> "fixed" is defined by the X Window system as the fallback default
> non-proportional (aka. fixed) spacing font, but there's many others to
> choose from.  Fiddling with xfontsel for a bit will teach you a lot
> about this.

This description of "fixed" is very helpful. I had thought it had to
be something like what you describe, but I haven't found any explanation
by googling. 

My adventure began when I noticed that "fixed" provided a different
font under xorg from the one I have been getting under xfree. From
this, I conclude it is implementation dependent. I'd like to find
where this default is set in xfree, and simply copy what is there into
my xorg resources. It seems to me a better way to get what I want than
searching vast libraries of weird fonts with my limited search skills.

But there is something incomplete about your explanation: when I don't
but the magic line into my resources, I still get a monospace font in
emacs windows, but it is a different one. So there appear to be two
defaults, the "fixed" one and the nil one. Do you happen to know where
the nil one is defined? Might that be in emacs?

Thanks, again.
-- 
Paul E Condon   
[EMAIL PROTECTED]


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



Re: SquiVi2 and apt-get problem

2006-07-04 Thread George Borisov
George Chelidze wrote:
>
> Err http://ftp.debian.org stable/main bc 1.06-15
>  302 Moved Temporarily
> Failed to fetch
> http://ftp.debian.org/debian/pool/main/b/bc/bc_1.06-15_i386.deb  302
> Moved Temporarily
> E: Unable to fetch some archives, maybe run apt-get update or try with
> --fix-missing?
> 
> Is there any known workaround?

Edit the apt.source file to use FTP instead? (e.g.
ftp://ftp.uk.debian.org ...)


Hope this helps,

-- 
George Borisov

DXSolutions Ltd



signature.asc
Description: OpenPGP digital signature


Re: setting camera parameters from Linux

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

H.S. wrote:
> Nyizsnyik Ferenc wrote:
>> On Wed, 2006-06-28 at 23:44 -0400, H.S. wrote:
>> 
[snip]
> 
> Perhaps I was not clear. It is not the photographs' meta
> information I want to change, but the information that is stored
> in the camera, e.g. owner's name. In other words, I was wondering
> if one can change some of the camera settings the way a camera's
> manufacturer's software  allows you do do.

If it can be done thru a Windows app, it can be done in a Linux app.

Do you know if there are Windows apps to do such tasks?

- --
Ron Johnson, Jr.
Jefferson LA  USA

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

iD8DBQFEqqZiS9HxQb37XmcRAlS4AJ4lahiHGB4BRA0Q/JL9a6FpQky0+wCeOlbe
72tV2YZPxJv3uQKzSYagSl4=
=9mAC
-END PGP SIGNATURE-


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



Re: setting camera parameters from Linux

2006-07-04 Thread H.S.

Nyizsnyik Ferenc wrote:

On Wed, 2006-06-28 at 23:44 -0400, H.S. wrote:


Hello,

I have been digikam recently to grab photos from Canon A520 and it has 
been working wonderfully. This is on Debian Etch.


I was wondering, is there any application in Linux that will allow me to 
set parameters in a digital camera? e.g. owner name, date and time, etc.


Thanks,
->HS




Hello,
I use gtKam (in Sarge). I get every photo from my camera (Canon
Powershot S45) with all the meta-info, including date and time of shot,
of course, but also focal length, exposure time, white balance and so
on. I don't think you can change these.



Perhaps I was not clear. It is not the photographs' meta information I 
want to change, but the information that is stored in the camera, e.g. 
owner's name. In other words, I was wondering if one can change some of 
the camera settings the way a camera's manufacturer's software  allows 
you do do.


->HS



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




Re: /dev/lp0 rights and CUPS

2006-07-04 Thread Ken Wahl
On Tue, Jul 04, 2006 at 02:41:59PM +1000, John O'Hagan wrote:
> It was because the new /etc/cups/cupsd.conf contains:
> 
>   # Only listen for connections from the local machine.
>   Listen localhost:631
>   Listen /var/run/cups/cups.sock
> 

Thanks, John. Commenting out line 3 fixed the kdeprint/cups1.2
incompatibility problem (1,2,3) on Sid for me.

(1) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370403
(2) http://bugs.kde.org/show_bug.cgi?id=115891
(3) http://www.kdedevelopers.org/node/1901

-- 
Ken Wahl


signature.asc
Description: Digital signature


Resource temporarily unavailable:

2006-07-04 Thread Beginner
Hi there,

SYS: Debian 3.1, kernel 2.4.27-2-generic alpha GNU/Linux, clamd daemon 0.88.2

When I got in to work this morning my server wiould not allow me (or others) 
access. Even when I 
logged into the console and tried to do an `ls`  it responded with 

(35)Resource temporarily unavailable: couldn't create child process: 35

>From what I can find this is either due to lack of memory or some resource 
>limit. I don't think it's 
the memory as there is 1.2GB and a huge 36GB swap (long story).

procs ---memory-- ---swap-- -io --system-- cpu
 r  b   swpd   free   buff  cache   si   sobibo   incs us sy id wa
 0  0  0 437744  81976 2207760023   106   5448 15  1 84  0

>swapon
/dev/sda4   partition   425800  0   -1
/dev/sdh1   partition   355676000   -2


I noticed that there are lots of  clamd processes. If I restart clamd 
it cleans them up but 
within 30 minutes I have another 30 defunct clamd processes (yes it does SMTP 
with clamd 
enabled). I have tried to comment out the ScanArchive option from clamd.conf. 

LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket
User clamav
AllowSupplementaryGroups
ScanMail
# ScanArchive
ArchiveMaxRecursion 5
ArchiveMaxFiles 1000
ArchiveMaxFileSize 30M
ArchiveMaxCompressionRatio 250
ReadTimeout 180
...

However I am not convinced that the option is disabled as the log shows 
"Archive support 
enabled."

So I guess I have a few questions. The server had been up for at least 30 days 
so I guess the 
number of defunct processes would have been in the thousands. Does it look like 
I am looking at 
the right source of my original resource problem? Apart from getting cron to 
restart clamd is there 
something I have overlooked that is allowing the number of defunct processes to 
grow? Or has 
anyone had a similar experience that was due to something else?

Any ideas would be appreciated.
TIA.
Dp.


Dermot Paikkos

Network Administrator @ Science Photo Library
Phone: 0207 432 1100 
Fax: 0207 286 8668


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



Sending mail takes ages.

2006-07-04 Thread Pete Clarke

Hi all,

I have a Debian sarge mailserver, running exim4-daemon-heavy, 
courier-pop/imap etc.


When collecting email or using IMAP everything runs very well indeed, 
however, when sending mail from a standard client (OE, Squirrelmail, Kmail, 
Evolution, OSX mail app etc.) there is a long delay, upto a minute, before 
the authentication process kicks in and the mail is sent.


I am authenticating against an LDAP server (which is running on the same 
box), all other authentications (PAM,  Samba etc.) are instantaneous, it's 
just sending mail that takes forever.


I have googled, but to to avail.. any ideas?

Cheers,


Pete. 



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




Re: /dev/lp0 rights and CUPS

2006-07-04 Thread Chris
On Tuesday 04 July 2006 06:41, John O'Hagan wrote:
> On Tuesday 04 July 2006 14:27, John O'Hagan wrote:
> > I find I also have to use an old /etc/cups/cupsd.conf file if I want to
> > print as a user (from KDE at least) - I'm in the process of trying to
> > work out why.
>
> It was because the new /etc/cups/cupsd.conf contains:
>
>   # Only listen for connections from the local machine.
>   Listen localhost:631
>   Listen /var/run/cups/cups.sock
>
> The third line was causing permission problems for normal users; commenting
> it out fixed it.
>
> John

I did that and restarted cupsd, it didn't help.  I don't have a usb printer so 
the line you used in local.rules does'nt work for me.

Chris
-- 
C. Hurschler


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



Re: Support for Intel 915GM 910GML Chipset Family

2006-07-04 Thread Pol Hallen
> The chipset installed on
> it is Intel 915GM/GMS 910GML Express Chipset Family. Initially I selected
> vga option while configuring the display device driver, which gave a very
> bloated image on the desktop. To rectify that I reinstalled debian and
> selected i810 driver, this made the desktop disappear altogether.
Hi,

try this: 915resolution - resolution modify tool for Intel graphic chipset
Pol


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



Re: Xwindows and Emacs

2006-07-04 Thread s. keeling
Paul E Condon <[EMAIL PROTECTED]>:
>  Long ago, I was a RedHat user. When I moved to Debian, I kept a copy
>  of a file, .Xresources, that made Emacs display under X in a way that
>  I liked.  Now in trying to use Etch, I discover that the file doesn't
>  work quite the way I want under xserver-xorg. I want to tweek it, but
>  can't find docs that address my questions in a way that I recognize. I
>  think my main issue is with the line:
> 
>  emacs*font: fixed

See if you have an app called xfontsel.  It's a GUI point and click
interface to fonts.  Note the "spc" column.  For terminal fonts, "c"
and "m" apply.  "p" is for proportional fonts, and don't work well in
terminal based apps.

"fixed" is defined by the X Window system as the fallback default
non-proportional (aka. fixed) spacing font, but there's many others to
choose from.  Fiddling with xfontsel for a bit will teach you a lot
about this.

When you find a font you want to try, you can either define it in
~/.Xresources then run "xrdb -merge .Xresources" or just run emacs
supplying the font's name on the command line (-fn|-font).


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)http://www.spots.ab.ca/~keeling   Linux Counter #80292
- -http://www.faqs.org/rfcs/rfc1855.html
   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: Support for Intel 915GM 910GML Chipset Family

2006-07-04 Thread Florian Kulzer
On Tue, Jul 04, 2006 at 16:17:37 +0530, Inder [GTL] wrote:
> Hi.
> 
> I have tried installing Debian 3.1r2 on my laptop. The chipset installed on
> it is Intel 915GM/GMS 910GML Express Chipset Family. Initially I selected
> vga option while configuring the display device driver, which gave a very
> bloated image on the desktop. To rectify that I reinstalled debian and
> selected i810 driver, this made the desktop disappear altogether. 
> 
> Kindly recommend the driver that would work properly on the said chipset.

First of all, you don't need to reinstall Debian to change the setup of
the graphical desktop (the "X Window system"). You just have to become
root and run

dpkg-reconfigure xserver-xfree86

This will start a series of dialogs which allow you to change the setup.
(The same dialogs that are shown during installation.) The changes will
take effect the next time you start X.

The i810 driver which is shipped with Debian 3.1r2 (also called "Sarge"
or "stable") is unfortunately too old to support i9xx graphics cards.
You can either try the "vesa" driver, which should work OK but will not
give you hardware acceleration and which will maybe have lower
resolution, or you could install a newer version of the X Window system
which is called "Xorg" instead of "XFree86". A specially "backported"
version of Xorg is available from www.backports.org. This version can be
installed on Debian Sarge following the instructions given on this
website. Xorg 6.9 comes with an i810 driver which supports your graphics
card.

-- 
Regards,
  Florian


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



Re: Support for Intel 915GM 910GML Chipset Family

2006-07-04 Thread Lubos Vrbka

Inder [GTL] wrote:

Hi.

I have tried installing Debian 3.1r2 on my laptop. The chipset installed on
it is Intel 915GM/GMS 910GML Express Chipset Family. Initially I selected
vga option while configuring the display device driver, which gave a very
bloated image on the desktop. To rectify that I reinstalled debian and
selected i810 driver, this made the desktop disappear altogether.
i have 945gm chipset that works fine. so i presume 915gm might work as 
well. what does 'disappear altogether' mean? you are not able to start 
X? what are the error messages?


btw, you don't have to reinstall debian to change the device driver in 
xorg - dpkg-reconfigure xserver-xorg should be fine.


what are the contents of /var/log/Xorg.0.log? (just the relevant parts). 
i810 driver should work fine with this.

also posting you xorg.conf together with lspci and lsmod output would help.

regards,

--
Lubos
[EMAIL PROTECTED]"


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




Re: clarification regarding icons seen during a Debian installation.

2006-07-04 Thread Damon L. Chesser

Vivek Varghese Cherian wrote:
I am doing an install of Debian on VMware. My  VMWare hard disk is 4.3 
GB. I have choosen to create a root partition of 4.0 GB and swap 
partition with the rest of the free space. I have toggled the the 
bootable flag on the root partition to on.


My Partition Table entry looks like this.

SCSI1  (0,0,0)  sda  - 4.3 GB VMware, VMware Virtual S..

#1 primary4.0  GB 
ext3  /
 pri/log   296.1 MB   FREE SPACE 


I would like to know what the thunder icon and the smiley icon stands for.


The thunder icon is "we will format this partition and all data will be 
lost" the smiley icon means "we will not format this partition, but we 
will use it"  IIRC.  HTH


Thanks in advance.
--
Vivek Varghese Cherian 


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


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




SquiVi2 and apt-get problem

2006-07-04 Thread George Chelidze

Hello,

I can't retrieve packages from remote http repository through apt-get 
since my internet provider decided to filter http traffic with SquiVi2 
software:


# apt-get install bc
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
 bc
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 64.8kB of archives.
After unpacking 188kB of additional disk space will be used.
Err http://ftp.debian.org stable/main bc 1.06-15
 302 Moved Temporarily
Failed to fetch 
http://ftp.debian.org/debian/pool/main/b/bc/bc_1.06-15_i386.deb  302 
Moved Temporarily
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?


Is there any known workaround?

Thanks in advance.

George


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




Support for Intel 915GM 910GML Chipset Family

2006-07-04 Thread Inder [GTL]








Hi.

I have tried installing Debian 3.1r2 on my laptop. The
chipset installed on it is Intel 915GM/GMS 910GML Express Chipset Family.
Initially I selected vga option while configuring the display device driver, which
gave a very bloated image on the desktop. To rectify that I reinstalled debian
and selected i810 driver, this made the desktop disappear altogether. 

 

Kindly recommend the driver that would work properly on the
said chipset.

 

Regards.








Re: How to perform search in gnome terminal?

2006-07-04 Thread Rodolfo Medina
Rodolfo Medina wrote:

> I have Debian Sarge 3.1 r2, with Gnome.
> It seems that the gnome terminal does not support
> word search? It looks strange to me, 'cause it's
> an important function: I couldn't find any item 
> that would do that.
> Any hint?


Lothar Braun writes:

> What do you mean with "word search"?


Rodolfo:
 
 Search for a word or an expression in the whole terminal `history'.
 This is very useful, almost indispensable in some cases.
 I used to use that quite often with KDE graphical environment,
 before switching to Gnome.



Håkon Alstadheim <[EMAIL PROTECTED]> writes:

> Emacs. M-x shell.
> Run C-h t to get a tutorial, including terminology and key-bindings.


That's simply incredible. Thanks.
:)
Rodolfo
z


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



Re: setup RAID after LVM

2006-07-04 Thread Matus UHLAR - fantomas
On 04.07.06 16:52, Gilbert Wong wrote:
> On 04/07/06, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote:
> >
> >
> >actually, yes, but why do you want that? What kind of RAID functionality
> >do
> >you want to get? (logically, it's better to set up lvm on top of raid)
> 
> 
> actually, i don't want to do that .. all i want is to add RAID 1 to my
> already created LVM.
> 
> you're right that it's better (and easier?) to set up lvm on top of raid.
> 
> i just wonder how i can do that w/o re-installation... -_-"

if you added new disk(s), I'd create raid1 in degraded mode, LVM on it
(them) and copied filesystems to the new LVM. Then I would remove old LVM,
and added old disk(s) to RAID1.
-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
M$ Win's are shit, do not use it !


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



Re: How to remove gnome-panel-data?

2006-07-04 Thread Liam O'Toole
On Tue, 4 Jul 2006 00:00:18 -0600
Art Edwards <[EMAIL PROTECTED]> wrote:

> I'm trying to remove gnome-panel-data on a stable box. Here is what
> I get.
> 
> apt-get remove gnome-panel-data
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages will be REMOVED:
>   gnome-panel-data
> 0 upgraded, 0 newly installed, 1 to remove and 26 not upgraded.
> Need to get 0B of archives.
> After unpacking 9601kB disk space will be freed.
> Do you want to continue? [Y/n] y
> (Reading database ... 126581 files and directories currently
> installed.) Removing gnome-panel-data ...
> Warning: /usr/share/gconf/schemas/panel-compatibility.schemas could
> not be found. Warning: /usr/share/gconf/schemas/panel-global.schemas
> could not be found.
> Warning: /usr/share/gconf/schemas/panel-general.schemas could not be
> found. Warning: /usr/share/gconf/schemas/panel-toplevel.schemas could
> not be found. Warning: /usr/share/gconf/schemas/panel-object.schemas
> could not be found. Warning: /usr/share/gconf/schemas/clock.schemas
> could not be found. Warning: /usr/share/gconf/schemas/fish.schemas
> could not be found.
> Warning: /usr/share/gconf/schemas/workspace-switcher.schemas could
> not be found. Warning: /usr/share/gconf/schemas/window-list.schemas
> could not be found. usage: gconf-schemas --[un]register file1.schemas
> [file2.schemas [...]]
> 
> gconf-schemas: error: You need to give at least a file to
> (un)register. dpkg: error processing gnome-panel-data (--remove):
>  subprocess pre-removal script returned error exit status 1
> Errors were encountered while processing:
>  gnome-panel-data
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> 
> Any help would be appreciated.
> 
> Art Edwards
> 
> 

Try this:

apt-get install --reinstall gnome-panel-data

followed by:

apt-get remove gnome-panel-data

The idea is to restore the missing files by reinstalling the package.

-- 

Liam


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



Re: changing icon theme in debian without a DE installed?

2006-07-04 Thread Liam O'Toole
On Mon, 03 Jul 2006 18:58:00 -0400
Nick Lidakis <[EMAIL PROTECTED]> wrote:

> Liam O'Toole wrote:
> > On Sun, 02 Jul 2006 17:46:39 -0400
> > Nick Lidakis <[EMAIL PROTECTED]> wrote:
> >
> >   
> >> I've tried Googling this to no avail. I have the file manager
> >> Thunar installed. I'm trying to figure out how to change the icons
> >> that Thunar (or all of my GTK2 apps for that matter, e.g. Abiword)
> >> is using. It seems to using the the stock gnome icons I have
> >> installed. I don't have Gnome or Xfce installed. GTK2-theme switch
> >> is installed, but that just changes the GTK theme from ./themes.
> >> Apt-cache search reveals nothing similar to GTK2-theme-switcher.
> >>
> >> Any ideas?
> >>
> >>
> >> 
> >
> > Create a file called ~/.gtkrc-2.0 (just for yourself)
> > or /etc/gtk-2.0/gtkrc (for all users) and add the following line:
> >
> > gtk-icon-theme-name="Industrial"
> >
> > to use the Industrial icon theme, for example. Any GTK2 icon theme
> > installed into /usr/share/icons will do. A lot of GTK2 properties
> > can be set statically in this way. See
> >
> > http://developer.gnome.org/doc/API/2.0/gtk/GtkSettings.html
> >
> > for details.
> >
> >   
> I actually have that file in my home dierctory, and it reads as
> follows:
> 
> # -- THEME AUTO-WRITTEN DO NOT EDIT
> include "/home/nick/.themes/Clearlooks_Cairo-Breathe/gtk-2.0/gtkrc"
> 
> style "user-font"
> {
>   font_name="Verdana 10"
> }
> widget_class "*" style "user-font"
> 
> include "/home/nick/.gtkrc-2.0.mine"
> 
> # -- THEME AUTO-WRITTEN DO NOT EDIT
> 
> 
> 
> The Clearlooks theme works  fine, but I'm having a hard time trying
> to figure out how to have Clearlook use my Nue icons which are
> located in ~./icons. Any suggestions?
> 
> 

You have two choices:

1. Keep your copy of ~/.gtkrc-2.0 (which looks like it was written by
the theme switcher) and put further customisations in
~/.gtkrc.mine

2. Replace the contents of ~/.gtkrc-2.0 with the following:

gtk-theme-name="Clearlooks_Cairo-Breathe"
gtk-font-name="Verdana 10"
gtk-icon-theme-name="Industrial"

and don't use the theme switcher again.

The second option certainly gives cleaner output.

-- 

Liam


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



Re: setup RAID after LVM

2006-07-04 Thread Gilbert Wong
On 04/07/06, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote:
actually, yes, but why do you want that? What kind of RAID functionality doyou want to get? (logically, it's better to set up lvm on top of raid)actually, i don't want to do that .. all i want is to add RAID 1 to my already created LVM.
you're right that it's better (and easier?) to set up lvm on top of raid. i just wonder how i can do that w/o re-installation... -_-"Thanks for all of you.


Re: setup RAID after LVM

2006-07-04 Thread Matus UHLAR - fantomas
On 04.07.06 11:53, Gilbert Wong wrote:
> Is it possible to setup mdadm (or any other s/w raid) after LVM2 is
> already there??

actually, yes, but why do you want that? What kind of RAID functionality do
you want to get? (logically, it's better to set up lvm on top of raid)

> i know LVM is top of RAID so i don't know if i can manage without
> re-install the OS.

It's still advised to back up your data before doing such changes.

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
How does cat play with mouse? cat /dev/mouse


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



clarification regarding icons seen during a Debian installation.

2006-07-04 Thread Vivek Varghese Cherian
I am doing an install of Debian on VMware. My  VMWare hard disk is 4.3 GB. I have choosen to create a root partition of 4.0 GB and swap partition with the rest of the free space. I have toggled the the bootable flag on the root partition to on.
My Partition Table entry looks like this.SCSI1  (0,0,0)  sda  - 4.3 GB VMware, VMware Virtual S..    #1 primary    4.0  GB     ext3  /   pri/log   
296.1 MB   FREE SPACE   I would like to know what the thunder icon and the smiley icon stands for.Thanks in advance.-- Vivek Varghese Cherian


Re: Need Help

2006-07-04 Thread Dimitar Vukman
On Tue, 4 Jul 2006 11:57:12 +0530
"Vijith C" <[EMAIL PROTECTED]> wrote:

> Sir,
> 
>I have Installed Debian Linux on HP-DL360G1 Server. It got
> installed with the first CD itself.I couldnt get any Graphics media.
> How can I install the remaining packages including graphcal media. 

Or, if you want to install from the net then just run apt-setup
(/usr/sbin/apt-setup) as root and pick a repository near you. 


-- 
"Infinite Love Is The Only Truth, Everything Else Is Illusion!"
  PGP:0xE6359031 ICQ:32812963 MSN:[EMAIL PROTECTED]


signature.asc
Description: PGP signature


Re: quotaon fails - "Quota format not supported in kernel"

2006-07-04 Thread Matus UHLAR - fantomas
On 03.07.06 07:56, Adam Rosi-Kessel wrote:
> I'm attempting to enable quotas on a Sarge system running a custom
> 2.6.17.3 kernel.
> 
> # grep -i quota /boot/config-`uname -r`
> CONFIG_QUOTA=y
> CONFIG_QUOTACTL=y
> 
> # quotaon -uv / 
> quotaon: using //aquota.user on /dev/hda3 [/]: No such process
> quotaon: Quota format not supported in kernel.

how did you create the /aquota.user file? The quota file format is probably
not supported on that filesystem. see manpage of "convertquota" command,
you can use it to convert to proper file format. Or, you can just purge it
and run "quotacheck" on it.
-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Fucking windows! Bring Bill Gates! (Southpark the movie)


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



Re: Need Help

2006-07-04 Thread Kumar Appaiah

On 04/07/06, Vijith C <[EMAIL PROTECTED]> wrote:

Sir,


Don't be a male chauvinist! :-)


  I have Installed Debian Linux on HP-DL360G1 Server. It got installed with 
the first CD itself.I couldnt get any Graphics media. How can I install the 
remaining packages including graphcal media.


You only have the base installed. Use apt-cdrom to add the rest of the
CDs. Then, You can just use apt-get install x-window-system-core to
get X, and install KDE, GNOME or whatever Window Manager you want. If
you also want a display manager ofr graphical login, install xdm or
kdm or gdm.

HTH.

Kumar

--
Kumar Appaiah,
462, Jamuna Hostel,
Indian Insititute of Technology Madras,
Chennai - 600036


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




Need Help

2006-07-04 Thread Vijith C
Sir,

   I have Installed Debian Linux on HP-DL360G1 Server. It got installed 
with the first CD itself.I couldnt get any Graphics media. How can I install 
the remaining packages including graphcal media. 

Thanks and Regards
Vijith C