Re: /media - create directory on usb device insertion

2006-01-17 Thread Chris
On Tuesday 17 January 2006 19:04, Florian Kulzer wrote: > Christof Hurschler wrote: > > On a freinds newly installed testing machine usb partitions that are > > plugged in are added to /media as sda1 for example. > > > > On my older machine, also running testing, this does not occur. Which > > pac

unsubscribe

2006-01-17 Thread Jeffrin
unsubscribe Send instant messages to your online friends http://in.messenger.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: su/sudo cannot X

2006-01-17 Thread Edward J. Shornock
theo wrote: > Hi, > > > Lei Kong wrote: >>> $xhost + >>> $ sudo -s >>> #kedit >>> kedit: cannot connect to X server > You may want to try > sudo -H kedit > or reconsider using X applications as root. > > You can also try > sudo -H bash > or > sudo -H xterm > if you want a root shell able to use

Re: ktuberling

2006-01-17 Thread Marc Shapiro
Elmer E. Dow wrote: Renamed ~.kde/share/config/ktuberlingrc and it works just fine now. I thank you and my four-year-old user thanks you. Elmer Thank YOU. I was unaware of this program until you mentioned it. Now MY daughter (4, but almost 5) wants to play it all the time. In another

Re: Most directories locked read-only: how to unlock them?

2006-01-17 Thread John Hasler
Mike writes: > I think the easiest would be to use a LiveCD, like KNOPPIX, and edit the > fstab that way. Just remount the partition. man mount -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: su/sudo cannot X

2006-01-17 Thread Paul Johnson
On Tuesday 17 January 2006 14:29, Lei Kong wrote: > $xhost + > $ sudo -s > #kedit > kedit: cannot connect to X server Leave off the xhost line when using sudo. It inheirets the parent shell's environment. -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Got Jabber? http:/

Re: Most directories locked read-only: how to unlock them?

2006-01-17 Thread Mike McCarty
Ken Heard wrote: Daniel B. wrote: That looks like you mistyped "defaults" as "drfaults" in your /etc/fstab file. I was well aware that I mistyped "defaults" as my original post indicated. I was also aware that this error caused the root directory to be mounted read-only. Also as my o

unsubscribe

2006-01-17 Thread Roberto Tani
 

Re: su/sudo cannot X

2006-01-17 Thread Lei Kong
On Tuesday 17 January 2006 19:17, you wrote: > On Tue, 2006-01-17 at 17:29 -0500, Lei Kong wrote: > > Hi, > > > > I have a strange problem with my thinkpad z60t, running debian testing. > > I ran these commands in konsole or xterm under kde: > > > > $xhost + > > $ sudo -s > > #kedit > > kedit: cann

Re: AMD64 "Etch" Net-Install Help

2006-01-17 Thread thierry
Christoph Anton Mitterer wrote: Roni Rachi wrote: I have the net-install Debian "Etch" AMD64 version. When I select any of the US servers, it will download some files but then stop and say Could not find security updates at security.debian.org , so then I contin

Re: su/sudo cannot X

2006-01-17 Thread theo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Lei Kong wrote: > $xhost + > $ sudo -s > #kedit > kedit: cannot connect to X server You may want to try sudo -H kedit or reconsider using X applications as root. You can also try sudo -H bash or sudo -H xterm if you want a root shell able to us

Re: You have been invited to join 'FreePHP'

2006-01-17 Thread Clive Menzies
On (18/01/06 00:22), Richard Lyons wrote: > On Tuesday, 17 January 2006 at 18:48:47 +, martin wrote: > [...] > > > > > > I got a reply from Dan Trappe :) > > > > "I am still alive and still in Sheffield And still working for > > PlusNet ." sent with OE6 lol > > OT (if this ever was a to

How to disable this PPP message

2006-01-17 Thread Lewis Carroll
 Hi Folks,How do I disable the following messages? These aren't doing me much good; I'm getting more info about blocked packets from Firestarter.Jan 17 15:14:04 epiktistes kernel: Inbound IN=ppp0 OUT= MAC= SRC="" DST=xx.xx.xx.81 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=41539 DF PROTO=TCP SPT=2392 DPT=4

Re: Debian Mailing Lists Survey

2006-01-17 Thread Richard Lyons
On Tuesday, 17 January 2006 at 15:22:25 -0700, Paul E Condon wrote: > On Tue, Jan 17, 2006 at 06:46:48PM +0100, Johannes Wiedersich wrote: [...] > > > > I'm not too big a fan of too many surveys... but that's my personal > > opinion. > > > > Johannes > > > > Actually, prior to OP message showi

Re: Where to find... NOW: update - 2.6.15 on sarge: boots but some problems remain

2006-01-17 Thread A. F. Cano
On Sun, Jan 15, 2006 at 01:19:15AM +, Adam James wrote: > On Sat, 2006-01-14 at 18:45 -0500, A. F. Cano wrote: > > > If you intend to generate an initrd image for your kernel, you'll need > > > to backport an unstable initrd generator (such as yaird or initramfs) > > > for it to play nice. > >

Re: AMD64 "Etch" Net-Install Help

2006-01-17 Thread Christoph Anton Mitterer
Roni Rachi wrote: > I have the net-install Debian "Etch" AMD64 version. When I select any > of the US servers, it will download some files but then stop and say > Could not find security updates at security.debian.org > , so then I continue and it asks me if I > want t

Re: How to change gtk font size

2006-01-17 Thread Christoph Nenning
> Does anyone knows how to?. > I have read a bit about gtkrc but haven't find > anything useful yet. Any help is appreciated. > > Thanx everyone. > Alejandro > I had the problem that the font in some gtk apps was very small, e.g. xmms. Installing the packages: xfonts-75dpi-transcoded and xfonts

Re: You have been invited to join 'FreePHP'

2006-01-17 Thread Richard Lyons
On Tuesday, 17 January 2006 at 18:48:47 +, martin wrote: [...] > > > I got a reply from Dan Trappe :) > > "I am still alive and still in Sheffield And still working for > PlusNet ." sent with OE6 lol OT (if this ever was a topic), but, apropos PlusNet, what does anyone here know of them

Re: su/sudo cannot X

2006-01-17 Thread Martin OConnor
On Tue, 2006-01-17 at 17:29 -0500, Lei Kong wrote: > Hi, > > I have a strange problem with my thinkpad z60t, running debian testing. > I ran these commands in konsole or xterm under kde: > > $xhost + > $ sudo -s > #kedit > kedit: cannot connect to X server > > What is wrong? > My desktop runs d

Re: Debian Book

2006-01-17 Thread Martin OConnor
On Tue, 2006-01-17 at 16:27 -0500, Keith O'Brien wrote: > On Tue, 2006-01-17 at 14:17 -0700, Glenn English wrote: > > On Tue, 2006-01-17 at 17:11 -0300, Michael Fernández M. wrote: > > > > > i want to buy a Debian Book, Someone can recommends a good Debian book? > > > Accidentally responded only

Online Random Draws

2006-01-17 Thread Coordinator
FROM: THE LOTTERY COORDINATOR, INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT Dear Recipient, ONLINE RESULT Congratulations to you as we bring to your notice, the results of the draws (#969), conducted by AUTRALIA POWERBALL LOTTERY. We are happy to info

Re: Replacement for webmin in Debian? was: Debian Weekly News - January 17th, 2006

2006-01-17 Thread Mike Fedyk
Michael Bellears wrote: I have a few installs that are using webmin. What packages in debian provide similar functionality in a web based interface? I looked at gosa, but it is ldap centric and didn't seem to provide the general purpose web config interface that webmin does. Any reas

RE: Replacement for webmin in Debian? was: Debian Weekly News - January 17th, 2006

2006-01-17 Thread Michael Bellears
> > I have a few installs that are using webmin. What packages > in debian provide similar functionality in a web based > interface? I looked at gosa, but it is ldap centric and > didn't seem to provide the general purpose web config > interface that webmin does. Any reason you can't use th

su/sudo cannot X

2006-01-17 Thread Lei Kong
Hi, I have a strange problem with my thinkpad z60t, running debian testing. I ran these commands in konsole or xterm under kde: $xhost + $ sudo -s #kedit kedit: cannot connect to X server What is wrong? My desktop runs debian testing too, but after su or sudo, root can open windows even without

Replacement for webmin in Debian? was: Debian Weekly News - January 17th, 2006

2006-01-17 Thread Mike Fedyk
Removed Packages. 22 packages have been [76]removed from the Debian archive during the past week: 76. http://ftp-master.debian.org/removals.txt * webmin-* -- Web interface for system maintenance, and modules [94]Bug#343897: Request of maintainer, outdated; unmaintained [ please reply to m

Re: (unknown)

2006-01-17 Thread Jan Schledermann
El Virolo wrote: > Hi all, > > I recently reinstalled Debian Sid on my Athlon XP machine, with KDE > 3.5. The problem is I can't launch KDE : it freezes and gets back to > KDM as soon as it starts displaying "initializing hardware" ... Is > there a log file I can have a look at ? Is it a KDE or u

Re: strange outbound connection

2006-01-17 Thread Justin Guerin
On Tuesday 17 January 2006 07:46, johannes wrote: > Sarunas Burdulis wrote: > >>The firewall (firestrarter gui to be precise), just shows a line in > >>active connections (ie. NOT in blocked connections) with an 'unknown > >>service' on port 1056 to that external host. I'm just wondering how > >>fi

Re: Debian Mailing Lists Survey

2006-01-17 Thread Paul E Condon
On Tue, Jan 17, 2006 at 06:46:48PM +0100, Johannes Wiedersich wrote: > Johannes Wiedersich wrote: > >SkSowe wrote: > > > >>Dear participant, > >> > >>We have completed a study which utilized data from 3 Debian mailing > >>lists (Kde, Mentors, Users) located at Debian list archives > >>http://list

Debian Mailing Lists Survey

2006-01-17 Thread SkSowe
Title: E-mail message content Dear participant,   We have completed a study which utilized data from 3 Debian mailing lists (Kde, Mentors, Users) located at Debian list archives http://lists.debian.org/. Our data extraction and analysis shows that you participated in these lists during the perio

Re: linux 2.6.15 and overheating

2006-01-17 Thread Alvin Oga
On Tue, 17 Jan 2006, Paul Johnson wrote: > On Tuesday 17 January 2006 10:40, John L Fjellstad wrote: > > After I upgraded the linux kernel to a custom compiled 2.6.15, I keep > > getting shutdown because of overheating (one of the last message is > > something about the temperature hitting 93 C

Re: Debian Book

2006-01-17 Thread M.
Thanks!! i will buy "The Debian System." by amazon. Michael.- El mar, 17-01-2006 a las 18:08 -0400, [EMAIL PROTECTED] escribió: > Glenn English wrote: > > On Tue, 2006-01-17 at 17:11 -0300, Michael Fernández M. wrote: > > > > > >> i want to buy a Debian Book, Someone can recommends a good Deb

Re: Most directories locked read-only: how to unlock them?

2006-01-17 Thread Ken Heard
Daniel B. wrote: That looks like you mistyped "defaults" as "drfaults" in your /etc/fstab file. I was well aware that I mistyped "defaults" as my original post indicated. I was also aware that this error caused the root directory to be mounted read-only. Also as my original post indicated

Re: Debian Book

2006-01-17 Thread [EMAIL PROTECTED]
Glenn English wrote: On Tue, 2006-01-17 at 17:11 -0300, Michael Fernández M. wrote: i want to buy a Debian Book, Someone can recommends a good Debian book? I've gotten a lot of useful info out of Martin Kraftt's "The Debian System." It covers the current stable (Sarge). Get the Europe

Re: linux 2.6.15 and overheating

2006-01-17 Thread Paul Johnson
On Tuesday 17 January 2006 10:40, John L Fjellstad wrote: > After I upgraded the linux kernel to a custom compiled 2.6.15, I keep > getting shutdown because of overheating (one of the last message is > something about the temperature hitting 93 C or something). This never > happened to me when I r

Re: Why is Yahoo bulk mailing my Exim mail?

2006-01-17 Thread Paul Johnson
On Tuesday 17 January 2006 12:29, [EMAIL PROTECTED] wrote: > Does anyone have any ideas as to why does Yahoo wants to put this > e-mail into it's "Bulk Mail" folder: That's odd that they would pass judgement, given that they allow spammers to use Yahoo Groups and Yahoo Stores with great longevity

Re: Debian Book

2006-01-17 Thread martin f krafft
also sprach Glenn English <[EMAIL PROTECTED]> [2006.01.17.2217 +0100]: > > i want to buy a Debian Book, Someone can recommends a good Debian book? > > I've gotten a lot of useful info out of Martin Kraftt's "The Debian > System." It covers the current stable (Sarge). Get the European printing > if

Re: Trouble with nvidia glx.

2006-01-17 Thread sebastien marbrier
Le Lundi 16 Janvier 2006 02:15, Sridhar M.A. a écrit : > On Sun, Jan 15, 2006 at 09:58:25PM +0100, sebastien marbrier wrote: >> My dmesg echoes >> nvidia: module license 'NVIDIA' taints kernel. >> ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9 >> ACPI: PCI Interrupt :01:00.0[A

AMD64 "Etch" Net-Install Help

2006-01-17 Thread Roni Rachi
I have the net-install Debian "Etch" AMD64 version. When I select any of the US servers, it will download some files but then stop and say Could not find security updates at security.debian.org , so then I continue and it asks me if I want to be in the Debian popularity group, I say no to this and

Re: Debian Book

2006-01-17 Thread M.
Thanks a lot! i´will take a loot at it. Michael.- El mar, 17-01-2006 a las 16:27 -0500, Keith O'Brien escribió: > On Tue, 2006-01-17 at 14:17 -0700, Glenn English wrote: > > On Tue, 2006-01-17 at 17:11 -0300, Michael Fernández M. wrote: > > > > > i want to buy a Debian Book, Someone can recomme

Re: Debian Book

2006-01-17 Thread Keith O'Brien
On Tue, 2006-01-17 at 14:17 -0700, Glenn English wrote: > On Tue, 2006-01-17 at 17:11 -0300, Michael Fernández M. wrote: > > > i want to buy a Debian Book, Someone can recommends a good Debian book? > Accidentally responded only to poster. Here is a free book online that you can also buy: http

Re: KDE Freezes and exits

2006-01-17 Thread Kent West
Star King of the Grape Trees wrote: ALWAYS use a subject! El Virolo wrote: Hi all, I recently reinstalled Debian Sid on my Athlon XP machine, with KDE 3.5. The problem is I can't launch KDE : it freezes and gets back to KDM as soon as it starts displaying "initializing hardware" ... Is there

Re: Debian Book

2006-01-17 Thread Glenn English
On Tue, 2006-01-17 at 17:11 -0300, Michael Fernández M. wrote: > i want to buy a Debian Book, Someone can recommends a good Debian book? I've gotten a lot of useful info out of Martin Kraftt's "The Debian System." It covers the current stable (Sarge). Get the European printing if you can, from op

Why is Yahoo bulk mailing my Exim mail?

2006-01-17 Thread spamhole
Does anyone have any ideas as to why does Yahoo wants to put this e-mail into it's "Bulk Mail" folder: X-Apparently-To: [EMAIL PROTECTED] via 68.142.200.92; Mon, 16 Jan 2006 21:12:01 -0800 X-YahooFilteredBulk:X.X.X.X X-Originating-IP: [X.X.X.X] Return-Path:<[EMAIL PROTECTED]>

Re: apache2

2006-01-17 Thread [EMAIL PROTECTED]
> You probably have the content negotiation on, so the pages show in the > preferred language (which is set in the browser). English is probably > the default, when the browser doesn't have preference (in Firefox Edit > -> Preferences -> Advanced -> General -> Edit languages...). yes u are right.

unsubscribe

2006-01-17 Thread Cian Phillips
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: /media - create directory on usb device insertion

2006-01-17 Thread Gabriel S Farrell
On Tue, Jan 17, 2006 at 12:45:16PM +0100, Christof Hurschler wrote: > On a freinds newly installed testing machine usb partitions that are plugged > in are added to /media as sda1 for example. > > On my older machine, also running testing, this does not occur. Which > package is doing this, or ho

Re: More information about 'installer for the blind - Speakup"

2006-01-17 Thread Charles Hallenbeck
Hi, On Wed, Dec 28, 2005 at 10:28:49AM +0100, Petra Ritter wrote: > Hello, > > I am new to this List and a newbe to Linux as well. I hope I am on the > 'right' list other way please point me to an list were I am 'right'. > > I am visually impaired and I plan to setup a Debian system in the next

Re: Photo collection management

2006-01-17 Thread Richard Lyons
On Tuesday, 17 January 2006 at 11:22:52 +0100, Piotr Kopszak wrote: > Dear list, > > > Couple of days ago I decided (evidently too late!) that the amount of > pictures on CD-ROMs and on my disks has attained critical mass and I > no longer am able to get any orientation whatsover

Debian Book

2006-01-17 Thread M.
Hi... i new at this list i want to buy a Debian Book, Someone can recommends a good Debian book? Thanks a lot.- Michael.- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: linux 2.6.15 and overheating

2006-01-17 Thread Micha Feigin
On Tue, 17 Jan 2006 10:40:10 -0800 John L Fjellstad <[EMAIL PROTECTED]> wrote: > After I upgraded the linux kernel to a custom compiled 2.6.15, I keep > getting shutdown because of overheating (one of the last message is > something about the temperature hitting 93 C or something). This never > h

Re: strange outbound connection

2006-01-17 Thread Tim Hardy
johannes wrote: Sarunas Burdulis wrote: The firewall (firestrarter gui to be precise), just shows a line in active connections (ie. NOT in blocked connections) with an 'unknown service' on port 1056 to that external host. I'm just wondering how firestarter knows about this connection. I don't

Re: group callander program

2006-01-17 Thread Richard Lyons
On Monday, 16 January 2006 at 22:34:10 -0600, Rodney Richison wrote: > > [...] > > > > > > I personally use egroupware. Since it's web based, I can access it from > > anywhere. It can do many more things than calendaring, but you can > > limit it to > > just calendaring if you would like. > > >

Problems to visualize files

2006-01-17 Thread Romulo Sousa
Hello, I've been trying to configure my FTP server using wu-ftpd and I've got a (classical) problem regarding the visualization of my chroot()'ed directory. The configuration has been change 3 times and the last one has been almost "copied" and "pasted". Throughout the MS-DOS prompt (sorry...unfor

linux 2.6.15 and overheating

2006-01-17 Thread John L Fjellstad
After I upgraded the linux kernel to a custom compiled 2.6.15, I keep getting shutdown because of overheating (one of the last message is something about the temperature hitting 93 C or something). This never happened to me when I run 2.6.14 or earlier. Is it because 2.6.15 has some more function

alienware w/ sarge

2006-01-17 Thread noc ops
Hi, Is anyone using debian sarge on a recent alienware hardware? http://www.alienware.com/Product_pages/notebook_all_small_bus.aspx?cs=5 Looking for feedback before I go about and procure one. thanks for your time! regards, /virendra -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

PHS Messaging Notification

2006-01-17 Thread noreply
Your email message that was sent on 01/17/06, 12:02:19 to <[EMAIL PROTECTED]> was declined for delivery due to the attachment(s) instruction.zip. Presbyterian Healthcare Services does not allow attachments of this nature to be delivered. If you received this message and did not send anything to P

Re: KDE Freezes and exits

2006-01-17 Thread Star King of the Grape Trees
ALWAYS use a subject! El Virolo wrote: Hi all, I recently reinstalled Debian Sid on my Athlon XP machine, with KDE 3.5. The problem is I can't launch KDE : it freezes and gets back to KDM as soon as it starts displaying "initializing hardware" ... Is there a log file I can have a look at ? Is

RE: Fetchmail problems

2006-01-17 Thread David Baron
>Latest versions from Sid seem broken: >1. pid files are not created >2. EHLO syntax errors so connections not made, fail not fetched > >Any information on this? Fix? Latest upgrade, 3rd in as many days, no better. The 2nd problem may be due to exim4 which is the smtp server. This was also recent

Re: You have been invited to join 'FreePHP'

2006-01-17 Thread martin
On Tue, 17 Jan 2006 11:36:20 -0600 (CST) The Frappr Team <[EMAIL PROTECTED]> wrote: > Hi, > You have been invited to join the 'FreePHP' Frappr Map. > > To check out this map, click below or paste url into browser > http://www.frappr.com/freephp > > To add yourself to 'FreePHP', click below or pa

Re: Building deb package frome installed files

2006-01-17 Thread Виталий Ищенко
Yeaaah, thanks a lot that's exactly what I wanted ;) 17.01.06, Stephen Cormier<[EMAIL PROTECTED]> написал(а): > On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: > > I have installed package i.e. apt-get install openoffice.org-core -t > > unstable then i've deleted file openoffice.org-core_2

rpmdb: unable to initialize mutex: Function not implemented

2006-01-17 Thread Paul Smith
Hi all; I have an SRPM that I want to build on my Debian "testing" box. It has a TON of patches which I definitely don't want to have to try to apply by hand. So, I've installed rpm (4.4.1-4) and I installed the SRPM. When I did this I got a bunch of errors: # rpm -i .src.rpm rpmdb: un

Re: Most directories locked read-only: how to unlock them?

2006-01-17 Thread Daniel B.
Ken Heard wrote: ... I first tried Steve Kemp's suggestion, because it was the simpler, as it did not require use of a live CDROM. He warned me that the command "mount -n -o remount,rw /" might not work. It didn't. It returned EXT3-fs: Unrecognized mount option "drfaults" or missin

[no subject]

2006-01-17 Thread El Virolo
Hi all, I recently reinstalled Debian Sid on my Athlon XP machine, with KDE 3.5. The problem is I can't launch KDE : it freezes and gets back to KDM as soon as it starts displaying "initializing hardware" ... Is there a log file I can have a look at ? Is it a KDE or udev/hotplug problem ? Thanks

(xorg) dead keys not working

2006-01-17 Thread El Virolo
Hi all, I recently re-installed Debian Sid (because I had to perform a low-level format on my hard drive) and I'm now experiencing an irritating problem : the dead keys (such as shift, ctrl, etc ...) on my keyboard aren't working (I use a French keyboard) ... I've tried doing dpkg-reconfigure xser

Re: Building deb package frome installed files

2006-01-17 Thread Stephen Cormier
On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: > I have installed package i.e. apt-get install openoffice.org-core -t > unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb > And now i want to build back this package with files, which have been > installed with apt-get Ins

Re: Building deb package frome installed files

2006-01-17 Thread Виталий Ищенко
Hm i only want to build package without it's dependencies i don't want to mirror repository it's to expensive ;) I have installed package i.e. apt-get install openoffice.org-core -t unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb And now i want to build back this package with

Re: /media - create directory on usb device insertion

2006-01-17 Thread Florian Kulzer
Christof Hurschler wrote: On a freinds newly installed testing machine usb partitions that are plugged in are added to /media as sda1 for example. On my older machine, also running testing, this does not occur. Which package is doing this, or how can I enable this functionality? Hi Chris, I

Re: Photo collection management

2006-01-17 Thread Gabriel S Farrell
On Tue, Jan 17, 2006 at 11:22:52AM +0100, Piotr Kopszak wrote: > 1. Possibility of cataloguing my old CD-ROMs without the need of copying >them to disk. > 2. No need to rename any files. > 3. Possibility to read and write EXIF and IPTC data (and really use them in >cataloguing pictures)

You have been invited to join 'FreePHP'

2006-01-17 Thread The Frappr Team
Hi, You have been invited to join the 'FreePHP' Frappr Map. To check out this map, click below or paste url into browser http://www.frappr.com/freephp To add yourself to 'FreePHP', click below or paste url into browser http://www.frappr.com/freephp#addyourself Sincerely, The Frappr Team -- T

Re: Building deb package frome installed files

2006-01-17 Thread Rakotomandimby Mihamina
On Tue, 2006-01-17 at 20:41 +0300, Виталий Ищенко wrote: > I have cleared my cache of deb files and suddenly realized, that i ned > this deb packages to share them on local network... > Is there any utility to do this? And what about its dependencies? The best thing, in my opinion is to mirror a d

Re: Debian Mailing Lists Survey

2006-01-17 Thread Johannes Wiedersich
Johannes Wiedersich wrote: SkSowe wrote: Dear participant, We have completed a study which utilized data from 3 Debian mailing lists (Kde, Mentors, Users) located at Debian list archives http://lists.debian.org/. Our data extraction and analysis shows that you participated in these lists du

Building deb package frome installed files

2006-01-17 Thread Виталий Ищенко
I have cleared my cache of deb files and suddenly realized, that i ned this deb packages to share them on local network... Is there any possibility to build deb packages from installed files, if all needed information is stored under /var/lib/dpkg (control file in available,version,scripts etc...)

Re: Content Management Recommendations?

2006-01-17 Thread Gabriel S Farrell
On Tue, Jan 17, 2006 at 04:07:45PM +0800, Katipo wrote: > Drupal answers to just about any requirement. Second that, especially if you're into PHP. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian Mailing Lists Survey

2006-01-17 Thread Johannes Wiedersich
SkSowe wrote: Dear participant, We have completed a study which utilized data from 3 Debian mailing lists (Kde, Mentors, Users) located at Debian list archives http://lists.debian.org/. Our data extraction and analysis shows that you participated in these lists during the period January 2001-S

Re: How do I find a floppy drive in /dev (not in /dev/fd!)?

2006-01-17 Thread Peter Stoddard
On Tuesday 17 January 2006 01:28 am, Paul E Condon wrote: Many thanks Paul. "Tips for finding the appropriate places in SYSFS" is all the way at the bottom of http://www.reactivated.net/writing_udev_rules.html. > On Mon, Jan 16, 2006 at 09:56:19PM -0800, Peter Stoddard wrote: > > I have purchas

Debian Mailing Lists Survey

2006-01-17 Thread SkSowe
Title: E-mail message content Dear participant,   We have completed a study which utilized data from 3 Debian mailing lists (Kde, Mentors, Users) located at Debian list archives http://lists.debian.org/. Our data extraction and analysis shows that you participated in these lists during the perio

Re: Power down

2006-01-17 Thread Andrei Popescu
On Tue, 17 Jan 2006 08:49:55 + "Elmer E. Dow" <[EMAIL PROTECTED]> wrote: > On Tuesday 17 January 2006 12:58 pm, Andrei Popescu wrote: > > On Mon, 16 Jan 2006 17:17:59 + > > > > "Elmer E. Dow" <[EMAIL PROTECTED]> wrote: > > > Andrei Popescu wrote: > > > >On Mon, 16 Jan 2006 14:02:58 + >

Re: Power down

2006-01-17 Thread Elmer E. Dow
On Tuesday 17 January 2006 12:58 pm, Andrei Popescu wrote: > On Mon, 16 Jan 2006 17:17:59 + > > "Elmer E. Dow" <[EMAIL PROTECTED]> wrote: > > Andrei Popescu wrote: > > >On Mon, 16 Jan 2006 14:02:58 + > > > > > >"Elmer E. Dow" <[EMAIL PROTECTED]> wrote: > > >>Vincent Smeets wrote: > > >>>Hal

Re: How to change gtk font size

2006-01-17 Thread Csanyi Pal
On Tue, Jan 17, 2006 at 07:18:34AM -0800, Alejandro Salas wrote: > Does anyone knows how to?. > I have read a bit about gtkrc but haven't find > anything useful yet. Any help is appreciated. Try gtk-theme-switch ! -- Regards, Csányi Paul Debian Junior Project, DebianEdu, Moodle, sTeam -> :-) :

Re: ktuberling

2006-01-17 Thread Elmer E. Dow
On Tuesday 17 January 2006 03:13 am, Kent West wrote: > Kent West wrote: > > Elmer E. Dow wrote: > >> Greetings: > >> > >> My four-year-old ktuberling user is getting the following message > >> when trying to load the program: "Fatal error: Unable to load the > >> picture, aborting." > >> > >> The

How to change gtk font size

2006-01-17 Thread Alejandro Salas
Does anyone knows how to?. I have read a bit about gtkrc but haven't find anything useful yet. Any help is appreciated. Thanx everyone. Alejandro __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.co

Re: strange outbound connection

2006-01-17 Thread johannes
Sarunas Burdulis wrote: The firewall (firestrarter gui to be precise), just shows a line in active connections (ie. NOT in blocked connections) with an 'unknown service' on port 1056 to that external host. I'm just wondering how firestarter knows about this connection. I don't know how to procee

Re: strange outbound connection

2006-01-17 Thread Sarunas Burdulis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 johannes wrote: > Tim Hardy wrote: > >> johannes wrote: >> >>> Magnus Pedersen wrote: >>> johannes wrote: > The gui of my firewall reports a strange outbound connection on > port 1054 to a strange IP. > > How could I determin

Re: group callander program

2006-01-17 Thread Sarunas Burdulis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson wrote: > On Mon, 2006-01-16 at 11:13 -0600, Rodney Richison wrote: > >>I find many programs as I'm googling for a simple callendar program. >>Would like advice on what you guys find usefull. >> >>I seen thunderbird callendar. >>kdepim >> >

Re: apt and etch: keys

2006-01-17 Thread Christoph Anton Mitterer
Nic Ferrier wrote: >When I do an: > > apt-get update > >I'm getting this: > > W: GPG error: http://ftp.ticklers.org etch Release: The following signatures > couldn't be verified because the public key is not available: NO_PUBKEY > 010908312D230C5F > W: GPG error: http://ftp.ticklers.org test

Re: dpkg / apt problem

2006-01-17 Thread nshakeshaft
> Are you running debian sarge/stable? Ah sorry, no it's the current 'testing' distribution. Thanks, Nic -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

apt and etch: keys

2006-01-17 Thread Nic Ferrier
When I do an: apt-get update I'm getting this: W: GPG error: http://ftp.ticklers.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: GPG error: http://ftp.ticklers.org testing Release: The following sign

Thunderbird email access prob.

2006-01-17 Thread Hugo Vanwoerkom
Hi, For some time now Thunderbird version 1.5 (20051025) does strange things retrieving email from my ISP POP server. Yesterday it worked fine. Today it does nothing when first starting Thunderbird and selecting the appropriate inbox and then "Get Mail". After a little while doing the same

Re: who is r/w-ing my hdd?

2006-01-17 Thread Andrei Popescu
On 17 Jan 2006 01:15:05 -0800 "David A." <[EMAIL PROTECTED]> wrote: > I realy want a quiet PC in my bedroom. My experience is that journaling > file systems generate mor disc activity than ext2 for example. > > I run ext2 and noflushd and it works rather OK. Logfiles spin it up say > once every h

Re: ndiswrapper

2006-01-17 Thread Andrei Popescu
On Tue, 17 Jan 2006 03:09:54 + [EMAIL PROTECTED] wrote: > just installed deb 3.1 sarge, trying to insstall the ndiswrapper i find that > /lib/modules/2.6.8-386 does not have the build link to the linux headers thus > cannot install using the 1.8 source from sf.net. > as far as i can see this

Re: undo the command "apt-get clean"

2006-01-17 Thread Michelle Konzack
Am 2005-12-30 02:44:46, schrieb [EMAIL PROTECTED]: > Hello, > > Unfortunatly I have done an "apt-get clean", which removes all > downloaded files from /var/cache/apt/archives. > How can I download these files again? cd /var/lib/dpkg/info/ apt-get -d --reinstall install `ls *.list |sed s/\

Re: who is r/w-ing my hdd?

2006-01-17 Thread Micha Feigin
On 17 Jan 2006 01:15:05 -0800 "David A." <[EMAIL PROTECTED]> wrote: > I realy want a quiet PC in my bedroom. My experience is that journaling > file systems generate mor disc activity than ext2 for example. > > I run ext2 and noflushd and it works rather OK. Logfiles spin it up say > once every h

Re: who is r/w-ing my hdd?

2006-01-17 Thread Micha Feigin
On Mon, 16 Jan 2006 23:26:00 -0600 Mike McCarty <[EMAIL PROTECTED]> wrote: > Ron Johnson wrote: > > On Fri, 2006-01-13 at 12:00 -0600, Mike McCarty wrote: > > > >>Matthias Pfeifer wrote: > >> > >>>Jochen Schulz <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] > >>>at.bofh.it: > >>> > >>> > >>>

Re: How to build RHEL software to run on Debian?

2006-01-17 Thread Michelle Konzack
Am 2005-12-28 17:31:16, schrieb Matt England: > I'm a software developer, and I would like one set of software binaries > (applications, libraries) to be able to run across many Linux platforms, > including FedoraCore, Redhat Enterprise Linux, and Debian (much the same > way XAMPP -- http://www.

Re: Sarge-built binaries running on Woody systems?

2006-01-17 Thread Michelle Konzack
Am 2005-12-31 20:01:37, schrieb Matt England: > I'm still looking for any guidance on this topic. > > In summary: > > Can one run Sarge-built binaries on Woody? > Can one run Woody-built binaries on Sarge? In both cases you will run into trouble because the "libc6" > In the same context, how we

Re: Compatible VoIP software on Debian

2006-01-17 Thread Michelle Konzack
Am 2005-12-31 01:50:22, schrieb Alessandro Ciorcalo: > If you simply want to have a voice conversation with another person > over the internet and if you have no preferences on the underlying > protocol, then I say simply to use Skype which is easly available on > www.skype.com for both windows an

Anita

2006-01-17 Thread Anita Sanders
Hello, beauty, Sanders Bye Sanders Sanders Sanders Sanders Sanders Sanders Sanders Sanders Sanders Sanders -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Power down

2006-01-17 Thread Andrei Popescu
On Mon, 16 Jan 2006 17:17:59 + "Elmer E. Dow" <[EMAIL PROTECTED]> wrote: > Andrei Popescu wrote: > > >On Mon, 16 Jan 2006 14:02:58 + > >"Elmer E. Dow" <[EMAIL PROTECTED]> wrote: > > > > > > > >>Vincent Smeets wrote: > >> > >> > >> > >>>Hallo, > >>> > >>>I have an old (1999) computer

Re: dpkg / apt problem

2006-01-17 Thread Johannes Wiedersich
[EMAIL PROTECTED] wrote: Hi, An apt-get upgrade has thrown up a problem I don't understand (although this might be related to the fact that I'm a relative newbie to linux, so apologies in advance). Are you running debian sarge/stable? Johannes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Photo collection management

2006-01-17 Thread Piotr Kopszak
On Tue, Jan 17, 2006 at 10:14:31PM +1100, Star King of the Grape Trees wrote: > I would probably do a custom solution, due to the number of CDROMS you > have, and generate thumbnails for all your CD's, along with a list of > images for each CD. Burn this info to another CD, together with the >

  1   2   >