Re: xorg and fonts

2008-12-05 Thread Boyd Stephen Smith Jr.
On Saturday 2008 December 06 01:23, lee wrote: > I got an automatically created > xorg.conf with no font paths specified, That's fine, X.org's X11 server has some default paths it uses. > so I put the paths in > myself. That's fine too; they will supplement, not replace the default list, unles

Re: xorg and fonts

2008-12-05 Thread Sven Joachim
On 2008-12-06 08:23 +0100, lee wrote: > Hi, > > is there something that is supposed to update /etc/X11/xorg.conf > regarding font paths Use $EDITOR for that if you must. > --- or something that is supposed to make the > installed fonts available otherwise? I got an automatically created > xorg.c

xorg and fonts

2008-12-05 Thread lee
Hi, is there something that is supposed to update /etc/X11/xorg.conf regarding font paths --- or something that is supposed to make the installed fonts available otherwise? I got an automatically created xorg.conf with no font paths specified, so I put the paths in myself. Or do things like kdm/gd

Re: Better support for merging local and upstream (was: Erase cache, clean registry in Linux)

2008-12-05 Thread Boyd Stephen Smith Jr.
On Friday 2008 December 05 23:02, Stefan Monnier wrote: > >>> Q: How are we going to do that? > >>> A: It's not possible in general. > >> > >> Of course it is, since you can always fall back on the current code in > >> those cases where you don't know how else to do it. > > > > No, it's not. > > Fa

Re: where are the data and log folders of postgresql 8.3 on debian sid?

2008-12-05 Thread 中和刘
On Sat, Dec 6, 2008 at 12:48 PM, Ken Irving <[EMAIL PROTECTED]> wrote: > On Sat, Dec 06, 2008 at 12:17:40PM +0800, ? wrote: >> On Sat, Dec 6, 2008 at 11:42 AM, Ken Irving <[EMAIL PROTECTED]> wrote: >> > On Fri, Dec 05, 2008 at 06:28:03PM -0900, Ken Irving wrote: >> >> On Sat, Dec 06, 2008 a

Better support for merging local and upstream (was: Erase cache, clean registry in Linux)

2008-12-05 Thread Stefan Monnier
>>> Q: How are we going to do that? >>> A: It's not possible in general. >> Of course it is, since you can always fall back on the current code in >> those cases where you don't know how else to do it. > No, it's not. > Falling back to the old behavior (not merging changes) is not a technique > for

Anyone tried lenny rc1 install on a Dell inspiron 8600?

2008-12-05 Thread A. F. Cano
Hi, I've just tried the net install of lenny RC1 on a new blank HD in a Dell Inspiron 8600, and it hangs on the hardware detection step (network hardware detection step in the expert option). I've tried all the boot options: noapic, nolapic, acpi=off, etc... with no success. Suggestions? Thanks

Re: where are the data and log folders of postgresql 8.3 on debian sid?

2008-12-05 Thread Ken Irving
On Sat, Dec 06, 2008 at 12:17:40PM +0800, ? wrote: > On Sat, Dec 6, 2008 at 11:42 AM, Ken Irving <[EMAIL PROTECTED]> wrote: > > On Fri, Dec 05, 2008 at 06:28:03PM -0900, Ken Irving wrote: > >> On Sat, Dec 06, 2008 at 10:03:04AM +0800, ? wrote: > >> > I have installed postgresql 8.3

is there any error for my postgresql installation?

2008-12-05 Thread 中和刘
here is a latest log messages for my newly installed postgresql server 2008-12-06 12:33:08 HKT LOG: could not load root certificate file "root.crt": no SSL error reported (1) 2008-12-06 12:33:08 HKT DETAIL: Will not verify client certificates. (2) 2008-12-06 12:33:08 HKT LOG: could not create IP

Re: Can't build 2.6.5 kernel after Upgrade to Etch-and-a-Half

2008-12-05 Thread Ron Johnson
On 12/05/08 13:14, Martin McCormick wrote: I upgraded this system about a week ago and this is the first thing that doesn't work at all. I had needed to compile the USB serial driver in to the kernel so I originally did make menuconfig 2.6.5 is (relatively) ancient. Did you mean 2.6.25

Re: where are the data and log folders of postgresql 8.3 on debian sid?

2008-12-05 Thread 中和刘
On Sat, Dec 6, 2008 at 11:42 AM, Ken Irving <[EMAIL PROTECTED]> wrote: > On Fri, Dec 05, 2008 at 06:28:03PM -0900, Ken Irving wrote: >> On Sat, Dec 06, 2008 at 10:03:04AM +0800, ? wrote: >> > I have installed postgresql 8.3 from debian package, and i'm reading >> > the official document fro

Re: Remote signing of large files

2008-12-05 Thread Osamu Aoki
On Thu, Dec 04, 2008 at 12:26:31PM +, Magnus Therning wrote: > At work I want to add signing to our automatic build system. In > theory it's a simple application of `gpg` at the end of building to > get a detached signature would do, but I'm weary of sticking the > secret key on the build serv

Re: where are the data and log folders of postgresql 8.3 on debian sid?

2008-12-05 Thread Ken Irving
On Fri, Dec 05, 2008 at 06:28:03PM -0900, Ken Irving wrote: > On Sat, Dec 06, 2008 at 10:03:04AM +0800, ? wrote: > > I have installed postgresql 8.3 from debian package, and i'm reading > > the official document from postgresql, the document says after > > installing the database, it needs

Re: where are the data and log folders of postgresql 8.3 on debian sid?

2008-12-05 Thread Ken Irving
On Sat, Dec 06, 2008 at 10:03:04AM +0800, ? wrote: > I have installed postgresql 8.3 from debian package, and i'm reading > the official document from postgresql, the document says after > installing the database, it needs to create data folder and specify > log file to initiate the databas

where are the data and log folders of postgresql 8.3 on debian sid?

2008-12-05 Thread 中和刘
I have installed postgresql 8.3 from debian package, and i'm reading the official document from postgresql, the document says after installing the database, it needs to create data folder and specify log file to initiate the database, like this: --- mkdir /usr/local/pgsql/data chown pos

Re: where is postgresql-8.3's packager's instructions?

2008-12-05 Thread 中和刘
On Sat, Dec 6, 2008 at 9:11 AM, Jeff D <[EMAIL PROTECTED]> wrote: > On Sat, 6 Dec 2008, 中和刘 wrote: > >> I'm learnimg to use postgresql-8.3 database server on debian sid, and >> I have installed it successfully from debian package, then when i read >> the document from postgresql to learn to manage

Re: where is postgresql-8.3's packager's instructions?

2008-12-05 Thread Jeff D
On Sat, 6 Dec 2008, 中和刘 wrote: > I'm learnimg to use postgresql-8.3 database server on debian sid, and > I have installed it successfully from debian package, then when i read > the document from postgresql to learn to manage it, it says: > (If you are installing a pre-packaged distribution, such

Re: Remote signing of large files

2008-12-05 Thread Boyd Stephen Smith Jr.
Please don't CC me on replies, unless I request one. It is against debian-* list policy. On Friday 2008 December 05 15:49, you wrote: > Boyd Stephen Smith Jr. wrote: > > On Thursday 04 December 2008, "Magnus Therning" <[EMAIL PROTECTED]> > > wrote > > about 'Remote signing of large files': > >>

Re: question about a linux embedded router i have

2008-12-05 Thread chloe K
If you are difficult to get this router up, how come don't use linux as router instead. it is easy configure CJ Kelley <[EMAIL PROTECTED]> wrote: Hi all, ive been searching for hours and found very little information, but what I have is a StepTech MAAT router which has linux embedd

Re: question about a linux embedded router i have

2008-12-05 Thread Micha Feigin
On Fri, 5 Dec 2008 16:25:04 -0700 "CJ Kelley" <[EMAIL PROTECTED]> wrote: > Hi all, > > ive been searching for hours and found very little information, but what I > have is a StepTech MAAT router which has linux embedded. Since DHCP is not > enabled by default on this router, i have to statically

where is postgresql-8.3's packager's instructions?

2008-12-05 Thread 中和刘
I'm learnimg to use postgresql-8.3 database server on debian sid, and I have installed it successfully from debian package, then when i read the document from postgresql to learn to manage it, it says: (If you are installing a pre-packaged distribution, such as an RPM or Debian package, ignore this

Re: cryptsetup, hald and automounting external disk

2008-12-05 Thread Michal R. Hoffmann
On 04/12/08 21:28, subscriptions wrote: Hi all, I am using cryptsetup (LUKS) successfully on most of my partitions (i.e. not /boot) and external disk drives. For the external drives, HALD recognises the LUKS encrypted partition and prompts for a password. Does anybody know where I can configur

question about a linux embedded router i have

2008-12-05 Thread CJ Kelley
Hi all, ive been searching for hours and found very little information, but what I have is a StepTech MAAT router which has linux embedded. Since DHCP is not enabled by default on this router, i have to statically address everything. I wonder if any of you would be able to help me because i dont h

Re: iptables, ftp and dnat?

2008-12-05 Thread Robert L. Harris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Samad wrote: > Hi > > You should try and keep this on list Sorry, hit reply instead of reply all. > > > Alex > > > On Fri, Dec 05, 2008 at 02:17:42PM -0700, Robert L. Harris wrote: > > > >> [snip] > > I've updated my rules to this: # # allow

Re: unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Chris Davies
Alex Samad <[EMAIL PROTECTED]> wrote: > maybe the best thing to do is change to using labels or UUID's ? I'm not aware of any way to get the installer to do that. There is an underlying problem here, though, whereby the installer discovers and uses sdb when in fact it should be referencing sda. E

Re: iptables, ftp and dnat?

2008-12-05 Thread Alex Samad
Hi You should try and keep this on list Alex On Fri, Dec 05, 2008 at 02:17:42PM -0700, Robert L. Harris wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > [snip] > > I've updated my rules to this: > # # allow ftpd > HARVARD="10.1.1.32" > /sbin/modprobe nf_conntrack_ftp >

Re: unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Dirk Vervoort
Alex Samad wrote: On Fri, Dec 05, 2008 at 06:15:12PM +, Chris Davies wrote: Jukka Salmi <[EMAIL PROTECTED]> wrote: I just installed Debian 4.0r5 on a i386 systems (Dell PowerEdge 2950). Begin: Waiting for root file system... ... sd 3:0:0:0: Attached scsi remova

Re: Remote signing of large files

2008-12-05 Thread Magnus Therning
Boyd Stephen Smith Jr. wrote: > On Thursday 04 December 2008, "Magnus Therning" <[EMAIL PROTECTED]> wrote > about 'Remote signing of large files': >> I'd feel a bit more safe if the >> signing could be done on a separate server. However, the built files >> are large and I don't want to introduce

Re: iptables, ftp and dnat?

2008-12-05 Thread Glenn English
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> iptables -I INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT > > Commenting it out, everything looks good until after I log in and try > to do an "ls" when it returns: > ftp> ls > 227 Entering Passive Mode (10,1,1,32,205,208). > > Then nothing

Re: Record or Download RTMPT Stream

2008-12-05 Thread Florian Kulzer
On Fri, Dec 05, 2008 at 21:19:54 +0100, Florian Kulzer wrote: [...] > 1) I took the configuration from the website mentioned above and saved >it as ~/asoundrc. The only change I made was to shorten the output >filename to /tmp/test.raw. To avoid confusion, let me clarify: ~/.asoundrc is

Re: iptables, ftp and dnat?

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 01:35:25PM -0700, Robert L. Harris wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Alex Samad wrote: > > On Fri, Dec 05, 2008 at 10:35:47AM -0700, Robert L. Harris wrote: > > > > Help... I have the following in my firewall startup script: > > > > /sbin/

Re: software raid 1: how to remove a UUID from a device?

2008-12-05 Thread Boyd Stephen Smith Jr.
On Friday 05 December 2008, lee <[EMAIL PROTECTED]> wrote about 'Re: software raid 1: how to remove a UUID from a device?': >On Fri, Dec 05, 2008 at 12:40:21PM +1100, Alex Samad wrote: >> On Thu, Dec 04, 2008 at 07:10:44PM -0600, lee wrote: >> > > On Thursday 2008 December 04 15:15, lee wrote: >>

Re: iptables, ftp and dnat?

2008-12-05 Thread Robert L. Harris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Samad wrote: > On Fri, Dec 05, 2008 at 10:35:47AM -0700, Robert L. Harris wrote: > > Help... I have the following in my firewall startup script: > > /sbin/modprobe nf_conntrack_ftp $IPTABLES -A INPUT -p tcp --dport > 21 -m state --state NEW,ES

Re: Record or Download RTMPT Stream

2008-12-05 Thread Florian Kulzer
On Thu, Dec 04, 2008 at 08:44:32 -0700, [EMAIL PROTECTED] wrote: > Florian Kulzer wrote: > >> [...] >> This ~/.asoundrc works for me to copy the PCM output to a file >> independent even if the capture device is set to my microphone: >> >> http://www.swview.org/node/213 [...] > With this .asoundrc

Re: Erase cache, clean registry in Linux

2008-12-05 Thread Boyd Stephen Smith Jr.
On Friday 05 December 2008, Stefan Monnier <[EMAIL PROTECTED]> wrote about 'Re: Erase cache, clean registry in Linux': >> Q: How are we going to do that? >> A: It's not possible in general. > >Of course it is, since you can always fall back on the current code in >those cases where you don't know

Issues with PCF and BDF Fonts after regular lenny updates

2008-12-05 Thread Amit Uttamchandani
I do my usual Lenny/Testing updates every couple of days and this time however, my terminal and X fonts are messed up. The curios thing is that it is only PCF or BDF fonts. TrueType fonts display correctly. For example, I use slim X11 session manager and this specific theme uses snap.pcf (from a

Re: Bridging

2008-12-05 Thread Daryl Styrk
Umarzuki Mochlis wrote: > Other than sharing the same IP, say wireless interface and ethernet, what > else? In case I missed something. Please share your experience :) > Are you asking how to bridge those interfaces? I don't fully understand your question. -- To UNSUBSCRIBE, email to [EMAIL

Re: gui unreadable after bad shutdown

2008-12-05 Thread admin
On Wed, 2008-12-03 at 23:08 -0600, Kent West wrote: > administrator wrote: > > My system fails to start properly after a bad shutdown (not using > > shutdown/power cut), the graphics are incorrect and full of lines at > > login point. No way of reading the screen as no real images to see, the > >

Re: iptables, ftp and dnat?

2008-12-05 Thread Rob de Graaf
On Fri, 2008-12-05 at 18:35 +0100, Robert L. Harris wrote: > From: > Robert L. Harris > <[EMAIL PROTECTED]> >To: > debian-user@lists.debian.org > > Subject: > iptables, ftp and dnat? >

Re: Monitor is going blank

2008-12-05 Thread Brian
--- On Fri, 12/5/08, subscriptions <[EMAIL PROTECTED]> wrote: > From: subscriptions <[EMAIL PROTECTED]> > Subject: Re: Monitor is going blank > To: "Debian User" > Date: Friday, December 5, 2008, 11:48 AM > On Fri, 2008-12-05 at 15:58 +0100, Brian Kimsey-Hickman > wrote: > > I have a fresh Debian

Re: software raid 1: how to remove a UUID from a device?

2008-12-05 Thread lee
On Fri, Dec 05, 2008 at 10:14:42AM +0100, Neil wrote: > > Note that the physical devices /dev/sda and /dev/sdb have UUIDs > > stored. How do I remove these UUIDs? > > > > You can't. The UUID is calculated out of the properties of the disk > (dunno wich exactly). It's like trying to remove the MD5

Can't build 2.6.5 kernel after Upgrade to Etch-and-a-Half

2008-12-05 Thread Martin McCormick
I upgraded this system about a week ago and this is the first thing that doesn't work at all. I had needed to compile the USB serial driver in to the kernel so I originally did make menuconfig which gave me the errors you will see below. I then did make mrproper to start clean and then mak

Re: unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 06:15:12PM +, Chris Davies wrote: > Jukka Salmi <[EMAIL PROTECTED]> wrote: > > I just installed Debian 4.0r5 on a i386 systems (Dell PowerEdge 2950). > > >Begin: Waiting for root file system... ... > >sd 3:0:0:0: Attached scsi removable disk sdb > > > A

Re: software raid 1: how to remove a UUID from a device?

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 12:52:52PM -0600, lee wrote: > On Fri, Dec 05, 2008 at 12:40:21PM +1100, Alex Samad wrote: > > On Thu, Dec 04, 2008 at 07:10:44PM -0600, lee wrote: > > > > On Thursday 2008 December 04 15:15, lee wrote: > > > > > How do I remove the UUIDs from /dev/sda and /dev/sdb to preven

Re: unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Chris Davies
Jukka Salmi <[EMAIL PROTECTED]> wrote: > I just installed Debian 4.0r5 on a i386 systems (Dell PowerEdge 2950). >Begin: Waiting for root file system... ... >sd 3:0:0:0: Attached scsi removable disk sdb > At this point the system hanged for some minutes, until >ALERT! /dev/

Re: iptables, ftp and dnat?

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 10:35:47AM -0700, Robert L. Harris wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Help... I have the following in my firewall startup script: > > /sbin/modprobe nf_conntrack_ftp > $IPTABLES -A INPUT -p tcp --dport 21 -m state --state > NEW,ESTABLISHE

Re: software raid 1: how to remove a UUID from a device?

2008-12-05 Thread lee
On Fri, Dec 05, 2008 at 12:40:21PM +1100, Alex Samad wrote: > On Thu, Dec 04, 2008 at 07:10:44PM -0600, lee wrote: > > > On Thursday 2008 December 04 15:15, lee wrote: > > > > How do I remove the UUIDs from /dev/sda and /dev/sdb to prevent > > > > the automatic detection from being confused again?

Re: iptables, ftp and dnat?

2008-12-05 Thread Robert L. Harris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes it is and I am successfully routing port 80/http to a different server behind the firewall just fine. S Scharf wrote: > > > On Fri, Dec 5, 2008 at 12:52 PM, S Scharf <[EMAIL PROTECTED] > > wrote: > > > > On Fri, Dec 5,

Re: Erase cache, clean registry in Linux

2008-12-05 Thread Stefan Monnier
> Q: How are we going to do that? > A: It's not possible in general. Of course it is, since you can always fall back on the current code in those cases where you don't know how else to do it. > When something is impossible, it's impractical to think about how it > would be done. Solving NP-hard

Re: iptables, ftp and dnat?

2008-12-05 Thread S Scharf
On Fri, Dec 5, 2008 at 12:52 PM, S Scharf <[EMAIL PROTECTED]> wrote: > > > On Fri, Dec 5, 2008 at 12:35 PM, Robert L. Harris < > [EMAIL PROTECTED]> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> Help... I have the following in my firewall startup script: >> >> > > ... > >>

Re: iptables, ftp and dnat?

2008-12-05 Thread S Scharf
On Fri, Dec 5, 2008 at 12:35 PM, Robert L. Harris <[EMAIL PROTECTED] > wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Help... I have the following in my firewall startup script: > > ... > > I am trying to forward public internet ftp traffic to a machine behind > my firewall.

Re: Songbird package?

2008-12-05 Thread Sven Joachim
On 2008-12-05 18:14 +0100, Dr. Jennifer Nussbaum wrote: > Now that Songbird has been released as 1.0, will there be a Debian > package for it? I use Lenny now. Not in the near future, no. There are people who intend to package it¹, but like many Mozilla packages Songbird is rather complex. And

iptables, ftp and dnat?

2008-12-05 Thread Robert L. Harris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Help... I have the following in my firewall startup script: /sbin/modprobe nf_conntrack_ftp $IPTABLES -A INPUT -p tcp --dport 21 -m state --state NEW,ESTABLISHED -j ACCEPT $IPTABLES -A PREROUTING -t nat -p tcp -i $IFACE --dport 21 -j DNAT - -

Songbird package?

2008-12-05 Thread Dr. Jennifer Nussbaum
Now that Songbird has been released as 1.0, will there be a Debian package for it? I use Lenny now. On the Songbird site they only have a source tarball, and the contributed builds are for Fedora, Ubuntu, OpenSolaris, and Gentoo. Are we that much behind the times?!? :-) Jen. -- To

[OT] Server for Debian + MySQL

2008-12-05 Thread Adrian Chapela
Hello, I am thinking on a new server for my mision critical database server. This server will have Debian OS and MySQL database server. Requisites: 2 CPU (minimun), 32 GB RAM, 2 TB for mysql data files on SAS Hard Disks, 500 GB for mysql binlog + system on SAS Hard Disks, RAID with two channe

Re: unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Sven Joachim
On 2008-12-05 17:27 +0100, Jukka Salmi wrote: > I just installed Debian 4.0r5 on a i386 systems (Dell PowerEdge 2950). > While the installer seemed to have succeeded without problems, the > freshly installed system didn't boot because its root file systems could > not be found: > > Begin: Wa

Re: Monitor is going blank

2008-12-05 Thread subscriptions
On Fri, 2008-12-05 at 15:58 +0100, Brian Kimsey-Hickman wrote: > I have a fresh Debian Stable installation that I am trying to use as a > informational kiosk. The only thing I changed from the default installation > was to switch from gdm to kdm. My problem is the screen is going blank after >

unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Jukka Salmi
Hello, I just installed Debian 4.0r5 on a i386 systems (Dell PowerEdge 2950). While the installer seemed to have succeeded without problems, the freshly installed system didn't boot because its root file systems could not be found: Begin: Waiting for root file system... ... [...]

Monitor is going blank

2008-12-05 Thread Brian Kimsey-Hickman
I have a fresh Debian Stable installation that I am trying to use as a informational kiosk. The only thing I changed from the default installation was to switch from gdm to kdm. My problem is the screen is going blank after about 10 or 20 minutes of inactivity. This is what I have tried: Des

Re: FROM LAST APRIL, I almost got it right! Was: Re: Hmmm. A question. Was [Re: Debian is losing its users]

2008-12-05 Thread Dotan Cohen
2008/12/5 Ron Johnson <[EMAIL PROTECTED]>: > On 12/05/08 07:09, Dotan Cohen wrote: > [snip] >> >> Note that this post is _not_ critical of Canonical's commitment to >> Gnome! I rather appreciate Canonical's contributions to Gnome and >> Linux in general. However, as a KDE brat, I feel left out :) I

Bridging

2008-12-05 Thread Umarzuki Mochlis
Other than sharing the same IP, say wireless interface and ethernet, what else? In case I missed something. Please share your experience :) -- Regards, Umarzuki Mochlis http://gameornot.net

Re: FROM LAST APRIL, I almost got it right! Was: Re: Hmmm. A question. Was [Re: Debian is losing its users]

2008-12-05 Thread Ron Johnson
On 12/05/08 07:09, Dotan Cohen wrote: [snip] Note that this post is _not_ critical of Canonical's commitment to Gnome! I rather appreciate Canonical's contributions to Gnome and Linux in general. However, as a KDE brat, I feel left out :) If Kubuntu weren't marketed as an official Ubuntu build t

Re: FROM LAST APRIL, I almost got it right! Was: Re: Hmmm. A question. Was [Re: Debian is losing its users]

2008-12-05 Thread Dotan Cohen
2008/11/29 David Fox <[EMAIL PROTECTED]>: > > I wish that Henrietta Hippo would have been the code name for Hardy Heron. > > http://www.hollywoodinvestigator.com/newzoorevue.htm > I still vote that 9.10 should be Komatose Kubuntu. KDE has been largely ignored by Canonical devs, relative to XFCE an

Re: Trouble

2008-12-05 Thread Chris Bannister
On Mon, Dec 01, 2008 at 08:37:52PM -0300, Amarantita Mieltostada wrote: > Hi, my name is Amaranta, and i'm from Chile. In the page says that I have to > write you in english, so i'm trying, but i'm not that handy though, so > please be patience. > > I have 2 problems: > > 1.- I sort of need the l

Re: only root can unmount

2008-12-05 Thread Chris Bannister
On Mon, Dec 01, 2008 at 04:23:18AM +, T o n g wrote: > A! Thanks a lot for the comment Sven. I find the real reason: > > [EMAIL PROTECTED]:~$ grep dvd /etc/fstab > /dev/dvd /media/dvd autousers,noauto,exec,ro0 0 ^ > /de

Re: ALSA sound recording frustration

2008-12-05 Thread Chris Bannister
On Fri, Nov 28, 2008 at 05:26:49PM -0600, John Hasler wrote: > lee writes: > > But how do know that there is voltage when you cannot measure it or > > otherwise make evident that there is? As far as I understand it, you > > cannot do that without current flowing. You can do it for water pressure >

Re: FROM LAST APRIL, I almost got it right! Was: Re: Hmmm. A question. Was [Re: Debian is losing its users]

2008-12-05 Thread Chris Bannister
On Sat, Nov 29, 2008 at 05:29:28PM +0100, Nigel Henry wrote: > > Don't know, but Jumping Jackflash has got a nice ring to it. A credit to the > Stones, and every time you boot, the login screen shows an animated version > of Mick Jagger, and a few words from the tune. Remember "Start me up" fro

Re: tomcat5.5 does not start

2008-12-05 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: > there is no manager role in tomcat-users.xml ... should I also add > that... Yes. Something like this will do: > the admin webapp is highly useful for deploying .war files No, that's the manager webapp. That one i

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Marcus Better wrote: I cannot login into the Tomcat admin panel... and /usr/share/doc/tomcat5.5-admin does not have any information about the default username/password for it There is no default username/password, and it's documented in /usr/share/doc/tomcat5.5/README.Debian. there is

Re: Iceweasel not starting

2008-12-05 Thread Hugo Vanwoerkom
elijah rutschman wrote: On Thu, Dec 4, 2008 at 1:40 PM, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: Try this: define a new user, any user: adduser mickey then logon to X as that user that you just added. Then try iceweasel again, logged on as that user. That worked! If you were thinking it

Re: tomcat5.5 does not start

2008-12-05 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: >>> [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh >> You should probably not be using that. There is a startup script in >> /etc/init.d, it should get launched on boot. > I see, perhaps the docs should say that sort

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Marcus Better wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: For some reason, tomcat5.5 will not start on port 8180 as documented. What version are you using? the debian/stable version [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh

Re: tomcat5.5 does not start

2008-12-05 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: > For some reason, tomcat5.5 will not start on port 8180 as documented. What version are you using? > [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh You should probably not be using that. There is a startup script i

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Alex Samad wrote: On Fri, Dec 05, 2008 at 04:17:21AM -0500, Terrence Brannon wrote: Alex Samad wrote: On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: For some reason, tomcat5.5 will not start on port 8180 as documented. what does a netstat -panel | grep 8180 rel

Re: software raid 1: how to remove a UUID from a device?

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 10:14:42AM +0100, Neil wrote: > On Thu, Dec 4, 2008 at 10:15 PM, lee <[EMAIL PROTECTED]> wrote: > > Hi, > > > > after switching from i386 to x86_64, my software RAID-1 partitions > > were not discovered automatically as they should have been. It seems > > that the physical d

Re: tomcat5.5 does not start

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 04:17:21AM -0500, Terrence Brannon wrote: > Alex Samad wrote: >> On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: >> >> For some reason, tomcat5.5 will not start on port 8180 as documented. >> >> >> >> what does a netstat -panel | grep 8180 releveal okay

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Alex Samad wrote: On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: For some reason, tomcat5.5 will not start on port 8180 as documented. what does a netstat -panel | grep 8180 releveal [EMAIL PROTECTED]:~/bin# cat tomcat #!/bin/bash -x export JAVA_HOME=/usr/lib/jvm/j

Re: software raid 1: how to remove a UUID from a device?

2008-12-05 Thread Neil
On Thu, Dec 4, 2008 at 10:15 PM, lee <[EMAIL PROTECTED]> wrote: > Hi, > > after switching from i386 to x86_64, my software RAID-1 partitions > were not discovered automatically as they should have been. It seems > that the physical devices (/dev/sda and /dev/sdb) have UUIDs stored > from when I fir

Re: sshd in Vserver not working

2008-12-05 Thread Sjoerd Hardeman
Jochen Schulz wrote: Sjoerd Hardeman: ssh -vvv 10.1.1.14 OpenSSH_5.1p1 Debian-3, OpenSSL 0.9.8g 19 Oct 2007 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 10.1.1.14 [10.1.1.14] port 22. debug1: Connectio

Re: sshd in Vserver not working

2008-12-05 Thread Sjoerd Hardeman
Tzafrir Cohen wrote: On Thu, Dec 04, 2008 at 11:54:24PM +0100, Sjoerd Hardeman wrote: Hi list, I cannot get sshd in a vserver to accept ssh connections. I have set both the host and guest ip to their appropriate values (I have a different ip for the guest and server). The network config seems f

Sound preview w/Nautilus

2008-12-05 Thread Chris
Greetings, Oh buggers... What must I have installed/running to have sound preview of mp3's within Nautilus (Lenny). -- Best regards, Chris () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments "There's no place like 127.0.0.1" --