Re: wireless card

2006-02-23 Thread Oliver Lupton
On Thu, 23 Feb 2006 16:43:01 +0800
Paolo Alexis Falcone [EMAIL PROTECTED] wrote:
 Other than that, you could use cards that use the Ralink RT2500
 chipset (e.g. MSI CB54G2, ASUS wifi cards, etc). The good thing about
 these is that these don't require any firmware. You just download the
 GPL'd rt2500 drivers.

FWIW you can order a Belkin card which *does* have this chipset from 
http://www.linuxemporium.co.uk/products/wireless/ the one I ordered has just 
come for my new (gentoo, yeah I'm a traitor) pc, it appears to have the rt2500 
chipset as advertised.

HTH

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: howto check open ports ?

2006-02-22 Thread Oliver Lupton
On Wed, 22 Feb 2006 16:24:54 -0500
Stephen R Laniel [EMAIL PROTECTED] wrote:

 it's not going to tell you that ports 8080 and above are
 open, because they always are.

My router/firewall blocks all ports, including those over 1023 (1024?)

Cheers,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: howto check open ports ?

2006-02-22 Thread Oliver Lupton
On Wed, 22 Feb 2006 17:31:49 -0500
Stephen R Laniel [EMAIL PROTECTED] wrote:

 On Wed, Feb 22, 2006 at 10:26:05PM +, Oliver Lupton wrote:
  My router/firewall blocks all ports, including those over 1023 (1024?)
 
 I assume you mean that your router *can*, not that it
 necessarily does. It seems like it would be awfully
 inconvenient to block all such ports, given that programs
 often need to open connections to non-privileged ports.
 E.g., see below for all the ports that netstat reveals have
 connections currently open.

Sorry, maybe I phrased myself badly.

I, and I think the original poster is in the same situation, have my own box 
behind a separate router, that router is firewalling incoming traffic (WAN - 
Me) and in my case then it does block *all* ports except ones specifically 
allowed by the router admin (in this case, me).

The netstat output you show is, I believe, showing the local ends of any 
outgoing requests you have open, which are not blocked by the router. `netstat 
-l` shows a, what I think is a more relavent, list of ports your machine is 
listening on for incoming connections.

Cheers,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: which command can be used to show IP address

2006-02-19 Thread Oliver Lupton
On Sun, 19 Feb 2006 15:42:49 -0800 (PST)
Serena Cantor [EMAIL PROTECTED] wrote:

 I use sarge.
 
 I have cable modem connection, use DHCP to config, Do
 I have fixed IP? I plan to set up web site using it.
 
 Thanks in advance!

You can use ifconfig to show you what interfaces and addresses you currently 
have.
I don't know if it's possible to immediately tell if it's static or not.

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: binary output from ls

2006-02-15 Thread Oliver Lupton
On Wed, 15 Feb 2006 17:09:30 +0100
Ivan Glushkov [EMAIL PROTECTED] wrote:

 Hi,
 if I issue ls .  filelist.txt
 as user I get:
 a binary file like:
 
 ESC[0mESC[0mAcro3nKTzaESC[0m
 ESC[0mfilelist.logESC[0m
 ESC[01;34mgconfd-glushkovESC[0m
 ESC[01;34mkde-glushkovESC[0m
 ESC[01;34mkeyring-CXhOCWESC[0m
 ESC[01;34mksocket-glushkovESC[0m
 ESC[01;35mmapping-glushkovESC[0m
 ESC[01;34morbit-glushkovESC[0m
 ESC[01;34mssh-mmCRYB8783ESC[0m
 ESC[01;35mxmms_glushkov.0ESC[0m
 ESC[0mzmanImD0upESC[0m
 ESC[m
 ...
 
 if I do that like root, I get the list of files as expected.
 What is the difference? Both root and the user are using the same shell.
 
Cheers,
Ivan

I believe you're just seeing the colour codes for ls's beautiful output.
Passing --color=never to ls should fix it. user's apparently have colours by 
default and root doesn't (it's an alias in one of the shell init scripts), at 
least that's how it is here.

Cheers,
Oliver

-- 
I will live for never, or live failing.


signature.asc
Description: PGP signature


Re: Should I have both apache and apache2 packages installed

2006-02-02 Thread Oliver Lupton
On Thu, 02 Feb 2006 02:18:46 -0700
Scott [EMAIL PROTECTED] wrote:

 Care to elaborate?  I've wondered about this for some time now myself. 
 How can you have two servers running at once on one box?

I'd imagine you could bind them to different IPs fairly easily.

 And why after all this time is the old one still around (and still 
 popular on web servers)?

Last time I checked then Zend, of PHP 'fame', still recommend the older version 
for use with PHP. I assume there are others who say the same thing, none of 
which helps with migrating to Apache2 :)

Cheers,

-ol

-- 
I will live for never, or live failing.


signature.asc
Description: PGP signature


Re: debian etch sylpheed-claws-gtk not working

2006-02-01 Thread Oliver Lupton
On Tue, 31 Jan 2006 19:57:35 -0800
Rodney D. Myers [EMAIL PROTECTED] wrote:

 debian etch  SC-gtk 1.9.100-2
Same

 any ideas or should I submit a bug report?
For what it's worth, I'm writing this email in the same version of sylpheed on 
the same distro :)

Cheers,

-ol

-- 
I will live for never, or live failing.


signature.asc
Description: PGP signature


Re: Hardware RAID, software RAID, 3ware 9550SX, level 1 vs. level 5

2006-01-27 Thread Oliver Lupton
On Fri, 27 Jan 2006 23:33:54 +0100
Stephan Seitz [EMAIL PROTECTED] wrote:
 Hm, are you sure? Mirroring is RAID1. RAID10 means, that you have one 
 RAID0 array mirrored at another one. Since you need three disks for a 
 RAID5, I thought RAID50 would mean a RAID5 array over at least three 
 RAID0 arrays (each with at least two disks, so RAID50 should need at 
 least 6 disks).

As I understand it, and wikipedia agrees with me, RAID 50 is the same as RAID 
5+0. Or a RAID 0 array of RAID 5 arrays. I *think* that the term specifically 
means a RAID 0 or RAID 5's rather than vice versa.

Cheers,

-ol

-- 
I will live for never, or live failing.


signature.asc
Description: PGP signature


Re: An email for you contains VIRUSES

2006-01-26 Thread Oliver Lupton
On Thu, 26 Jan 2006 12:42:31 -0500
Gene Heskett [EMAIL PROTECTED] wrote:

 On Thursday 26 January 2006 09:10, SpiderWall wrote:
 The SpiderWall (spiderwall.ospedale.varese.it) has found potentially
  malicious code in the email message addressed to you. Delivery has
  been stopped.
 
 Is anyone else getting tired of this bounce loop?

Just a lot..

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: gdm error

2006-01-25 Thread Oliver Lupton
On Wed, 25 Jan 2006 17:10:12 +0100
nikodeb nikodeb [EMAIL PROTECTED] wrote:

 Hi all,
 
 I'm using debian testing under my old school dell c600.
 Since I upgraded today with a apt-get upgrade and apt-get dist-upgrade the
 Xserver has changed to xorg.
 
 Now GDM always displays the error message:
 ---
 Configuration is not correct
 The configuration file contains an invalid command line for the login
 dialog, so running the default command. Please fix your configuration.
 ---
 
 GDM version is 2.8.0.6
 
 Then I click on OK button and everything works fine.
 
 I don't exactly which file could be causing this error ??
 
 I didn't find any help on google even with the keywords gdm Configuration
 is not correct
 
 Does anybody already knows this problem? Is there a fix or workaround to
 avoid this error?
 
 Thanks in advance
 
 Nicolas

Dell Latitude C600 laptop?
I have the same machine, also running testing.
Hope some of these files help, it works fine for me with gdm and xfce.

Cheers,

-ol


-- 
I will live forever, or die trying.


xorg.conf
Description: Binary data


gdm.conf
Description: Binary data


signature.asc
Description: PGP signature


Re: GMail like offline email client

2006-01-21 Thread Oliver Lupton
On Sat, 21 Jan 2006 14:54:41 +0300
Виталий Ищенко [EMAIL PROTECTED] wrote:

 But it stores all threads like plain lists, not as treeview and that's 
 uncomfortable for me, or i'm mistaken an evo has the abiliti to handle 
 mailing-list and display them as trees?

Sylpheed[-Claws][-Gtk2] displays list threads in a tree view, as does 
Thunderbird, though the latter is much heavier and resource intensive than the 
former.

HTH,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: PGP Keys on packages

2006-01-20 Thread Oliver Lupton
On Fri, 20 Jan 2006 05:50:49 -0500
Tom Allison [EMAIL PROTECTED] wrote:

 I'm a little tired of all these messages on PGP keys missing or not missing 
 for 
 packages.
 
 How do I get the ones that are missing?
 or
 How do I make the messages go away and revert to the pre-secure approach?
 
 

This is asked a lot. You could check the archives as well :)

Quoting a recent message (by Andreas Janssen):

You need to import the archive key for 2006 (man apt-key). You can get
the key here:

http://ftp-master.debian.org/ziyi_key_2006.asc


HTH,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: Wine error

2006-01-19 Thread Oliver Lupton
On Thu, 19 Jan 2006 16:30:08 +0530
Nikhil Prabhakar [EMAIL PROTECTED] wrote:

 Hi,
   While launching Firefox using wine I'm getting the folowing error:
 SNIP
 I'm using Debian Sarge 3.1 with kernel 2.6.15.
 
 Thanks in advance.
 
 Regards
 Nikhil Prabhakar
 

Not that it helps with the error, but out of interest why are you running a 
windows version of firefox with wine rather than a native linux one?

Cheers,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: ftp from msdos

2006-01-11 Thread Oliver Lupton
On Wed, 11 Jan 2006 10:49:18 +0100
Sturla Holm Hansen [EMAIL PROTECTED] wrote:

 Hello all.
 I'm having a problem with ftp from a custom system at a client that uses 
 ftp to get som files from suppliers.
 The new firewall is obviously stopping it as it wasn't a problem before.
 I've tried ftp-connections with firefox, msie, smartftp and lftp and 
 they all work, the only place I can replicate the problem is with the 
 ftp-client in dos (or windows cmd).
 I've allso tried purging all rules and setting policy to accept on all 
 chains, still the same problem...
 Anyone have any good ideas?
 
 If you do: Thanx a lot, I'm stuck...
 
 Sturla
 
 

My knowledge of this is a little hazy, but I suspect it's something to do with 
'passive' and 'active' FTP (`pftp` and `ftp` use the different modes), active 
requires connections from the server to the client, while passive forces all 
connections to be client to server.

Just a thought.

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: Free Memory and Tasks

2006-01-11 Thread Oliver Lupton
On Wed, 11 Jan 2006 22:50:07 +0100
Marco [EMAIL PROTECTED] wrote:

 Joris Huizer ha scritto:
  Marco wrote:
  Hi all,
  How to check the memory used from a task?
 
  With top I look only total memory, free memory and used memory.
 
  Every day my free memory decrease and I don't understand why...
 
  Help :-(
 
  Thanks
  Marco
 
 
 
  Top should tell you the meemory per task - start top and press 'f' - 
  this will allow you to add MEM (N) and SWAP (P) and others if you like
 
  HTH,
 
  Joris
 Thanks Joris :-)
 
 I have another question...
 
 How to order top screen for memory usage and not for PID number
 
 Thanks
 
 Marco
 
 

Press  and  to change the column to order processes by.

man top

HTH,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: saving xterm scrolling data to file

2006-01-11 Thread Oliver Lupton
On Wed, 11 Jan 2006 17:14:55 -0500 (EST)
[EMAIL PROTECTED] (Haines Brown) wrote:

 When I run a command with debug in xterm, a lot of info scrolls
 past. How can I save this to a file? All I get is how to debug
 the debug message, not the debuging information itself, which just
 scrolls quickly by in the terminal:
 
   For debugging messages, please use the --debug option.
   Debugging messages may help finding a solution to your problem.
   If you intend to send any error or debug messages to the gphoto
   developer mailing list [EMAIL PROTECTED], please run
   gphoto2 as follows:
 
 env LANG=C gphoto2 --debug --debug --debug -f /opt/tmp/camera -P
 
   Please make sure there is sufficient quoting around the arguments.
 
 I vaguely recall there is a utility to capture input to the terminal
 to file.
 

If you're using bash as a shell (and probably others too)

command  /file/to/direct/output.to

or if you want stderr to go to the file as well:

command 21  /file/to/direct/output.to

HTH

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: C++ development tool/platform

2005-12-10 Thread Oliver Lupton
On Sat, 10 Dec 2005 21:03:51 +0100 (CET)
Elise Huard [EMAIL PROTECTED] wrote:

 Browsing the packages yielded Kdevelop (i'm more of a gnome-fan, but
 it's a possibility), and a friend said he liked gedit, plain and
 simple.  
 
 What is your experience ?  More to the point, what would the code-wizards 
 amongst you recommend ?

I use and love Anjuta, light enough weight compared to Eclipse but still 
functions well :)

HTH

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: RAR under linux: any alternative?

2005-12-10 Thread Oliver Lupton
On Sat, 10 Dec 2005 23:02:50 -0300
Gabriel [EMAIL PROTECTED] wrote:

 Does anyone know a free software alternative to RAR???

Use 'tar' combined with gzip or bzip2 to create a .tar.gz or .tar.bz2
man tar, man bzip2 and man gzip for more info :)

HTH

-ol 


-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: RAR under linux: any alternative?

2005-12-10 Thread Oliver Lupton
On Sat, 10 Dec 2005 23:35:35 -0300
Gabriel [EMAIL PROTECTED] wrote:
 yeah, I know that, but I was talking about a program to decompress RAR 
 files...

Ah okay, I misinterpreted what you meant :)

Cheers,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Weird PS/2 mouse behaviour

2005-12-07 Thread Oliver Lupton
Hi,

I've had this problem ever since I got the external mouse, it's recurred across 
(iirc) a stock 2.4 kernel, a stock 2.6 kernel, and 2 self-compiled 2.6 kernels. 
So I don't think that's the issue.

I'm running a testing system with testing security updates.

Whenever I plug in my external PS/2 mouse, model number SAGM011 Microsoft 
branded iirc (doesn't say on the mouse itself), then it goes haywire. Shoots 
all over the screen, randomly clicks on things until I unplug it, but if I then 
wait for the activity it just caused to die down and plug it in again it works 
perfectly. It replicates the behaviour every time, alternately going crazy and 
working perfectly.

This isn't a major issue, I can just plug it in twice, but if anyone has any 
ideas I'd love to lose this annoyance :)

/etc/X11/xorg.conf:

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

I did try all the other device options it gave when I upgraded to X.org, iirc 
this was the only one that worked.

If there are any other files or sections of files that would be useful, I'll be 
happy to supply them :)

Thanks,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: Weird PS/2 mouse behaviour

2005-12-07 Thread Oliver Lupton
On Wed, 7 Dec 2005 14:13:38 -0500
Leonid Grinberg [EMAIL PROTECTED] wrote:

 Hello,
 
 Am I correct in saying that you are plugging in the mouse, it acts in
 the strange manner that you described, you unplug it, plug it back in
 and all is fine?
Yes, exactly

 I have no idea as to why this would happen, but, out of curiosity, are
 you plugging in the mouse while the machine (or at least X) is on?
Yes, this is all with the machine on, but the machine has been rebooted 
multiple times and it doesn't seem to change anything.

Cheers,

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: What's your favourite FLOSS?

2005-12-05 Thread Oliver Lupton
On Wed, 30 Nov 2005 13:09:59 +0200
Tshepang Lekhonkhobe [EMAIL PROTECTED] wrote:
 audio editor:
 * audacity (7)
 * audacious, gnusound, xfmedia

Just a little correction, audacious is an audio player, not an editor. It was 
forked from beep-media-player :)

-ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: Upgrading from old Sarge (Testing) to Unstable

2005-11-29 Thread Oliver Lupton
On Wed, 30 Nov 2005 13:54:57 +1100
Yasir Assam [EMAIL PROTECTED] wrote:

 deb http://mirror.aarnet.edu.au/debian unstable main contrib non-free
Assuming that's an official mirror. Easy to check.

 Is it safe just to issue the following command?
 
 $ apt-get upgrade
You probably want dist-upgrade rather than upgrade. As changing from stable to 
unstable is bound to require adding/removing packages.

upgrade installed newer versions of installed packages as long as they don't 
require new packages installed.
dist-upgrade installs the new packages too.
 
 Previously, I compiled my own kernel (using the Debian kernal package 
 tools) and I also installed an ATI display driver separately. I also 
 made some changes to various configuration files. Will all that remain 
 intact if I upgrade?
I don't think any configuration done by you should be lost.

HTH

-ol
 
-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: oom-killer

2005-11-27 Thread Oliver Lupton
On Sun, 27 Nov 2005 13:31:26 + (GMT)
Thomas Adam [EMAIL PROTECTED] wrote: 
  I am no script whiz and all I was trying to do is figure the HD size,
 That's why there's the 'du' command.
The 'df' command too, if you want to see the size of the disk.

HTH, -ol

-- 
I will live forever, or die trying.


signature.asc
Description: PGP signature


Re: msql libs : what package?

2005-11-24 Thread Oliver Lupton
On 23 Nov 2005 23:19:01 -0800
[EMAIL PROTECTED] wrote:

 msql_connect()
 
 should be 
 
 mysql_connect()
 
 
 
 Kegan Holtzhausen
 
 

Not if he wants to use mSQL rather than MySQL.

http://php.net/msql
http://php.net/mysql

Cheers,

-ol

-- 
I will live forever, or die trying.


pgpAqs99vw7wv.pgp
Description: PGP signature


Re: mplayer and mp3s

2005-11-23 Thread Oliver Lupton
On Wed, 23 Nov 2005 09:35:46 -0500 (EST)
Ishwar Rattan [EMAIL PROTECTED] wrote:

 Does any one know the correct invocation of mplayer
 to play mp3 music file(s)?
 
 -ishwar
 
 

Just `mplayer mymusic.mp3` works for me, make sure your mplayer was compiled 
with MP3 support (uses lame iirc).

HTH

-ol

-- 
I will live forever, or die trying.


pgpmVZctPN3aX.pgp
Description: PGP signature


Re: What's your favourite FLOSS?

2005-11-23 Thread Oliver Lupton
audio editor [ gnusound ] - rarely used
audio player [ audacious ]
ripper [ abcde ]
pdf [ gpdf ]
disc burner [ none ]
e-mail client[ sylpheed-claws-gtk2 ]
file manager [ xfce4-terminal ]
image editor [ gimp ]
image viewer [ display, mozilla-firefox ]
package manager [ aptitude (cli mode) ]
terminal emulator [ xfce4-terminal ]
text editor [ anjuta, vi ]
video player [ mplayer ]
web browser [ mozilla-firefox ]
ftp [ gftp, ftp ]

-- 
I will live forever, or die trying.


pgpAn5qjoi35c.pgp
Description: PGP signature


Re: LAN DHCP/DDNS name

2005-11-23 Thread Oliver Lupton
On Thu, 24 Nov 2005 11:51:55 +1100
Neil Dugan [EMAIL PROTECTED] wrote:

 Hi I have a LAN with DHCP and DDNS running, I have just installed Debian 
 on one of the computers.  This new computer isn't specifying a name when 
 doing the DHCP lookup, so the DDNS hasn't got a useful name for it to use.
 
 How do I specify a name for the computer to use with DHCP?
 
 There is a name in /etc/hosts
 $ hostname
 linux
 $
 
 Regards Neil.
 
 

I had to set my machine's hostname in /etc/dhclient.conf to get it sent out.

HTH

-ol


-- 
I will live forever, or die trying.


pgpFEiguvIug7.pgp
Description: PGP signature


Re: Open ports in Debian

2005-11-22 Thread Oliver Lupton
On Wed, 23 Nov 2005 00:54:13 +0100
Rutger Wessels [EMAIL PROTECTED] wrote:
 113/tcp open  auth

That's an 'ident' daemon I believe. _very_ primitive security, some braindead 
IRC networks require it to be running and doubtlessly other things will require 
it too.

HTH

-ol

-- 
I will live forever, or die trying.


pgpSDlq76k8TF.pgp
Description: PGP signature


Re: How Download Debian Woody ?

2005-11-21 Thread Oliver Lupton
On Mon, 21 Nov 2005 08:55:01 +0100
[EMAIL PROTECTED] wrote:

 I'am very interesting for install Debian Woody, but
 I don't  find it for dowload in your web sites.
 I find the olderst and the newerst versions, but not
 Debian Woody(3.0).
 
 Can you help me ?
 
 Very thanks.
 

woody is the old stable release, sarge is the current stable release.

But if you really want woody, just look around on ftp.debian.org 
ftp://ftp.debian.org/debian/dists/oldstable/main/disks-i386/current/ for 
example.

HTH

-ol

-- 
I will live forever, or die trying.


pgptRiqUedIYE.pgp
Description: PGP signature


Re: No .deb for sun-j2re1.5 ava2-runtime

2005-11-21 Thread Oliver Lupton
On Mon, 21 Nov 2005 09:54:06 +0100
pascal [EMAIL PROTECTED] wrote:

 Hello.
 
 When I was trying to install Azureus apt returned me an error it needed
 these virtual packages.
 
 sun-j2re1.5
 java2-runtime
 
 From which no .deb packages exist.
 
 Where or how can I get these .deb packages?
 
 
 

Take a look on http://java.debian.net/

HTH

-ol

-- 
I will live forever, or die trying.


pgpsbyLU9BCWt.pgp
Description: PGP signature


Re: .bash_history

2005-11-20 Thread Oliver Lupton
On Sun, 20 Nov 2005 22:17:59 +
Adam Hardy [EMAIL PROTECTED] wrote:

 I rely on .bash_history alot to remind me what command syntax to use - I 
 don't scroll back thro the history with the up button, I just grep the 
 .bash_history file for the command I want to run.
 
 This used to work until recently when I found that the .bash_history had 
 been transformed into a data file, instead of the ASCII text that I was 
 used to.
 
 I don't know what caused this. But I deleted the file and carried on. 
 For a while the .bash_history file returned as ASCII text, but now it's 
 happened again.
 
 What am I doing wrong?
 
 
 Thanks
 Adam
 
 

Try using the 'history' command instead, grep it by piping it:

history | grep mycommand

HTH

-ol

-- 
I will live forever, or die trying.


pgpJLXTGq08O1.pgp
Description: PGP signature


Re: A few general questions from a Debian newbie

2005-11-12 Thread Oliver Lupton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Scott wrote:
 I was absolutely blown away by this:
 
 The latest official Debian Sarge package for Firefox is for v 1.04!
 http://security.debian.org/pool/updates/main/m/mozilla-firefox/
 
 I'm rather surprised to see this.  Why?
 
 Firefox is currently @ 1.07 and every point release since 1.0 has been
 due to security issues.

Following the link you gave, I get to a file such as
mozilla-firefox_1.0.4-2sarge5_i386.deb, I'm not entirely sure what the
'-2' part means, but the 'sarge5' refers to this being the fifth
security update the the 1.0.4[-2] package.

At least, that's how I understand it :)

HTH

- -ol

- --
I will live forever, or die trying.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDdrZEOq/GuNpXGggRAi7QAJ4hvCfNzRk1JPShIX/2NVzxUG288QCgn2Vy
YV8XMVht9bh6wKvV2uJDHfg=
=Tp/F
-END PGP SIGNATURE-


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



Re: help needed for converting strings in a file

2005-11-10 Thread Oliver Lupton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jochen Schulz wrote:
 You are searching wget (--convert-links).
 
 J.

Firefox's (and Mozilla's?) Save Page As option on the right-click menu
might also be worth a look, though not much good if you want to automate
the process it does handle converting links and saving images and so on.

I'm sure wget has all the same functionality, but it's not *quite* as
easy as a couple of clicks :)

HTH

- -ol

- --
I will live forever, or die trying.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDc7UwOq/GuNpXGggRAvelAJ4+r6w9gDMWpUh7EpCpf3lOIwGxSQCfa/Ok
PAa1qLSEeAzDctbyu85McEM=
=Tnat
-END PGP SIGNATURE-


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



Re: Window manager/desktop environment that's not RAM-intensive

2005-11-10 Thread Oliver Lupton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Waldner wrote:
 So I'm looking for a window manager/desktop environment that doesn't
  have the memory footprint of Gnome or KDE.

Take a look at Xfce, it's relatively lightweight, and it's easy to use :)

HTH

- -ol

- --
I will live forever, or die trying.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDc+LROq/GuNpXGggRAgAQAJ9GQWi74G26vaudQyePn3ZrCODwbwCghMGG
VhCPAtrbcMN2Vtr6m52QOc8=
=3R6h
-END PGP SIGNATURE-


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



Re: Thunderbird and deleting msgs in threaded display

2005-11-06 Thread Oliver Lupton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Hardy wrote:
 I'm using Thunderbird 1.0.2 which is the latest available Debian
 packaged release, and I'd like to know if anyone else sees this bug,
 which is giving me grief at the moment due to my heavy use of the delete
 button.
 
 I wonder whether this is a bug on all platforms, or is it just in Linux
 Debian under Gnome that I run it under?
 
 I expand all the threads in the folder, and start deleting them, either
 with the delete key or the delete menu button. With the current message
 highlighted/focussed and all further messages unread, TB quickly marks
 the msg read and moves it to the trash folder. If I go fast because I
 want to delete the whole thread, after on average every 10 deletes, TB
 forgets which msg should have the focus, the highlight disappears and I
 have to use the down button to move onto a msg.
 
 This didn't happen in Mozilla Suite, which I was using until last week.
 
 Does anyone else experience this?
 
 
 
 Adam
 
 

I have the same problem, it's just never bothered me enough to do
anything about it.

Cheers,

- -ol

- --
I will live forever, or die trying.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDbnTEOq/GuNpXGggRAivvAKDXayOeRg5CUt1tLD4FwhncIJDEUwCfetIA
eul8mjL5OatzvHxecairFUI=
=9xNA
-END PGP SIGNATURE-


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



Re: Portable way to get my NICs' IPs

2005-10-28 Thread Oliver Lupton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stephen R Laniel wrote:

 I open a socket to a remote machine, and that socket binds to a
 particular interface, right? How does the socket decide what to
 bind to? Presumably the socket libraries are fairly portable,
 right?

- From a socket-using program's point of view you just choose an IP
(which afaik you have to find out yourself) to bind to, or let the OS
choose one for you by not specifying (or with IN_ADDR_ANY or
something...). You don't really deal with a list of IPs or interfaces
(at least, I never have...), you just call socket(), bind() and
connect() without ever knowing which IPs are on which interfaces or
anything like that.

hth

- -ol

- --
I will live forever, or die trying.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDYp8oOq/GuNpXGggRAoMlAJ4rloWTzbEAe+EtVIM+E/mbYxeE7QCg5aqO
1OItGGCuK1phzckHv3TYE4E=
=OdtS
-END PGP SIGNATURE-


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



Re: /tmp Cannot write: No space left on device

2005-10-27 Thread Oliver Lupton

Kai Hendry wrote:


frodo$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
 


This is the one you're interested in


/dev/hda6 on /home type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
frodo$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/hda1 6.5G  6.1G 0 100% /
/dev/hda6  21G   12G  7.8G  60% /home
tmpfs 252M 0  252M   0% /dev/shm
tmpfs  10M   72K   10M   1% /dev
frodo$ cat /etc/fstab | grep tmp
frodo$


I'm not sure how my /tmp directory works. But I've noticed a couple of times I
run out of space on it.

Why is my mount reporting it's 10M? That's tiny. I'm sure I didn't purposefully
set that whilst installing Debian.

Why does df -h give two entries for tmpfs, where both don't seem to be fully
used!


 


You don't have a partition specifically for /tmp, so /tmp will be stored
on the root partition, /, which df shows is full
The two tmpfs filesystems are mounted on /dev and /dev/shm and are
unrelated to /tmp

HTH

-ol

--
I will live forever, or die trying.



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




Re: Portable way to get my NICs' IPs

2005-10-27 Thread Oliver Lupton

Stephen R Laniel wrote:


Is there a portable way to

1) get a list of all my NICs (eth0, eth1, ath0, whatever);
  and
2) get all their IPs?

For some reason I'm having a hard time figuring this out.
And I need it to run across Gentoo, Debian, FreeBSD and
others, so it needs to be portable. I assume there's some
POSIX-approved way to do this, right?

 

I'd have thought that ifconfig was pretty portable and would give you 
the infomation you want.


HTH

-ol

--
I will live forever, or die trying.


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




Re: https on testing/unstable

2005-10-27 Thread Oliver Lupton

Alan Ianson wrote:


Hello List,

Whenever I run testing or unstable I am unable to access my bank online, with 
any browser. I'm trying to use Scotiabank online. That is about the only 
secure site that I use so I haven't noticed any other problems. Does anyone 
know why that would be, or what if anything I can do to get access to my 
banks site? The site works fine when I'm using Sarge.



 


Maybe check you have openssl installed on your testing/unstable box

Just an idea :)

-ol

--
I will live forever, or die trying.


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




Re: what is the stack size in Debian kernels?

2005-10-20 Thread Oliver Lupton

kamaraju kusumanchi wrote:

Is this filename correct? I dont have any config.gz file in /proc 
directory. I dont have any config* or *.gz files under /proc. Where is 
the typo?


It's a kernel configuration option (sorry, don't remember the name) if 
the config.gz file should exist.
I don't know if the debian images have it enabled, I've been running 
self compiled kernels for a while now.


HTH

-ol

--
I will live forever, or die trying.


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




Re: Compile error of GTK

2005-10-19 Thread Oliver Lupton

Vegard|drageV wrote:


but this package has dependencies to other packages wich is not available to
me, namly:

libpango1.0-dev, libx11-dev, xlibs-dev
 

Why are they not available to you? I don't think you've got much hope of 
compiling gtk apps without them.



Is there anybody who have any idea on what I can do to fix the compiler?
 


Looks to me like a depedency issue, not a broken compiler.

HTH

-ol

--
I will live forever, or die trying.


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




Re: Anyone know how to do a timed program with mplayer?

2005-10-17 Thread Oliver Lupton

Adam Funk wrote:


I can listen to a continuously ogg-streaming radio station with this
command:

mplayer http://engine.collegemedia.vt.edu:8000/wuvt.ogg

and I've successfully recorded (using scripts and at) fixed-duration
RealPlayer radio shows to .wav to listen to them later.  But I'd like to
record a specific show tonight from the continuous live ogg stream.

I suppose I could set up an at job to start recording at 18:30 and another
to killall mplayer at 20:00, but I think that might cause problems (and
it's hideously inelegant).

Is there a better way?


 

I guess this isn't the neatest either, but how about using mplayer's 
slave mode (-slave), so it reads for commands from stdin. And have a 
simple script which sleeps for 1:30 and then prints whatever mplayer's 
stop command is to mplayer?


As I said it's not the neatest, but it's neater than killall mplayer :)

Cheers,

-ol


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




Re: mp3 player/network

2005-10-13 Thread Oliver Lupton

Roger Creasy wrote:


Hello:

I have a home network, a win xp desktop, a win xp laptop, and 3 Debian
desktops. Everything seems ok with the network. All boxes have internet
access and can share files, etc. However, I cannot play mp3 files that
reside on the windows desktop on the Debian boxes. Any ideas? I am using
players that installed with Debian (Juk, noatun).
 

If the mp3s are on a shared folder on the xp box you should be able to 
mount that on a debian system with samba and play them from there with 
just about any mp3 player (assuming that your network between the two 
boxes isn't _really_ slow)



Related but different... I want to be able to have kalarm start an mp3. Is
there an mp3 player that can be told (by kalarm) to start-up and play a
particular file (or even better, folder of files)?

TIA

Roger
 

I'd say xmms, running `xmms my/music/folder/` plays all the files in the 
folder in order with the current instance of xmms running (or a new one 
if there isn't one), or you can specify a individual filename in the 
same way.


If you want you should be able to make it queue the files you want it to 
play and not interrupt whatever is currently playing.


Hope this helps!

ol


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




Re: mp3 player/network

2005-10-13 Thread Oliver Lupton

Roger Creasy wrote:


If the mp3s are on a shared folder on the xp box you should be able to
mount that on a debian system with samba and play them from there with
just about any mp3 player
   




OK. I have a newbie question. How do I mount the shared folder?

Roger

 

I have the following line in /etc/fstab for mounting my XP box's shared 
folder:


//mano/SharedDocs /mano smbfs   rw,users,uid=oliver 0   0

With 'mano' being the hostname of the XP box

HTH

-ol


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




Re: Debian Dell Laptop Connectivity

2005-09-22 Thread Oliver Lupton

Scott Fitzgerald wrote:


Dell's
computers are so inexpensive, but their connectivity absolutely sucks
 

Everything worked out of the box installing sarge on my latitude c600, 
really sucks ;)


Cheers,

-ol


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




Re: Installing individually downloaded debian packages

2005-09-21 Thread Oliver Lupton

Saurabh Nanda wrote:


# Short Question:
How do I install a debian package which I've (manually) downloaded. I
don't have a net connection so I can't use apt-get or something
similar to fetch an entire package list and then install the package.

# Long story:
I trashed my Reliance Internet connection and subscribed to Airtel DSL
broadband. I have an NFORCE motherboard. So I downloaded the Linux
drivers on a friend's comp and wrote them on to a CD. When I tried
installing the drivers on my comp it couldn't find the kernel headers.
So I went over to my friend's comp again and downloaded the kernel
headers (strangely, the kernel's image was present on my 9 CD sarge
set, but the headers and source were not). Now, I want to install this
debian package that contains the kernel headers on my system. Which in
turn will enable me to compile my ethernet card's driver, which in
turn will enable me to get online!

TIA
Nandz.
PS: I tried searching the archive to see if a similar query had been
answered before, but could not find anything related. If, incase I
have missed out something, please send me a link to the relevant
discussion.
--
http://nandz.blogspot.com
http://foodieforlife.blogspot.com


 


dpkg -i packagename.deb

Run as root.

Cheers,

-ol


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




Re: OT: What do they mean: T1, T3, DS-3, DS-48, OC-3, OC-48, OC-192...

2005-09-20 Thread Oliver Lupton

Andy Anderson wrote:


I know that this is off topic, but I've been curious for a while
as to what, exactly, the acronyms (or designators, or whatever
they're properly called) in the subject line mean.  I sort of
have some sense of what a T1 is - a dedicated connection to the
Internet via some ISP that is anywhere from 128 Kbps to 1.5 Mbps
in bandwidth - but what does the T (or DS or OC) stand for?  Is
there a reference somewhere?  Google was no help at all...

Thanks in advance to anyone who can shed some light on this.

Try Wikipedia rather than Google, just going to 
http://en.wikipedia.org/wiki/T1 etc very often gets a good, complete 
explanation of something :)


Hope this helps,

-ol


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




Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Oliver Lupton

Jared Hall wrote:


Debian Users-

I seem to have missed my php.ini file.  
I used phpinfo(); to find the damn thing, but when I went to the place

that phpinfo() sent me it wasn't there!
I've looked every where by hand, and then thought: Is there some way
of using grep which will save me time and energy which I don't know
about. I've always used grep to search files and things like the
dmesg and think it's very handy, one of these days I should read the
man page on it... infact I'll go do that right now, but in the mean
time:

by some miracle of god is there a way of using it to only search the
file system?
Is there any other way to save myself the hassle which lost files
always cause me?

Thank you
Jared


 


locate php.ini

For me it's in /usr/local/lib, but then I compiled php myself so...

Hope this helps

-ol


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




Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Oliver Lupton

Jared Hall wrote:


This is not my php.ini file, but I will remember the tip.  It is very
helpful in other ways. Thank you.  Any other suggestions?

Thank you for responding Roberto,
Jared


 

It's always possible you don't have one for some reason, php will 
usually run quite happily on defaults without it.


Cheers,
-ol


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




Re: Can't find php.ini, and sometimes other files too

2005-09-19 Thread Oliver Lupton

Jared Hall wrote:


Oliver and Debian users-

In regards to a lost php.ini on a server running php-5.0.5
 


It's always possible you don't have one for some reason, php will
usually run quite happily on defaults without it.

Cheers,
-ol
   

I'm not sure what to do if it's not there... can I just copy one? 
where shall I put it? anybody have an extra php.ini for php-5.0.5

hanging around?

Thanks Oliver,

Jared

PS doesn't apache need to know where that php.ini file is? Because
apache-php is working great, minus some slight modifications which
need to be made.

 

You could try this: http://cvs.php.net/co.php/php-src/php.ini-dist I 
found that linked from 
http://php.net/manual/en/configuration.php#configuration.file


Cheers,
-ol


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




Re: Overwhelmed newbie

2005-09-18 Thread Oliver Lupton

Kent West wrote:


Once you have an Internet connection, you're good to go. Most
applications you want are available from the official Debian
repositories, and it's generally these versions you'll want to install,
especially as a newbie. Opera, however, not being Free (although it is
free), is not available from the Debian repositories. Might I suggest
Firefox?
 

In my experience, Firefox's memory usage is somewhere similar or above 
the total RAM in his system, though that may just be something messed up 
by me.


-ol


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




Re: Is there a screencapture utility?

2005-09-15 Thread Oliver Lupton

Ron Johnson wrote:


On Thu, 2005-09-15 at 00:16 +, [EMAIL PROTECTED] wrote:
 


I'm running sarge/GNOME. I'd like an ability to capture portions of a screen
(part of a window preferably). Is there something which will do that?

I am aware of the GNOME applet (but that doesn't seem to capture a window) and
of GIMP (which doesn't completely meet my needs either).

What bothers me is that I thought I had that ability in the woody installation
which I 'upgraded'  to sarge, getting GNOME 2.x!
   



GNOME 2.8 has Take Screenshot... right on the drop-down Foot
menu.

After you've taken the screenshot, edit it GIMP to pull out only
the window you want.

Now, a windowshot utility would be so useful...

 

As Kent West said, use imagemagick's 'import', it'll grab either a 
random selection (click and drag a selection box), the whole screen 
(import -window root outfile.jpg), or a single window (focus the window 
after you run import)


Oliver


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




Re: lock ssh user in his home

2005-09-15 Thread Oliver Lupton

Matt Zagrabelny wrote:


On Wed, 2005-09-14 at 15:13 -0300, Leonardo Marques wrote:
 


Hey people,

Someone know what can i do to lock ssh user in his home ?
   



ive never done it, but i believe this is an application of 'chroot'.
google for 'chroot ssh' or 'apt-cache search chroot'

-matt zagrabelny


 

afaik then if you chroot then you'll also have to have all the programs 
you want to use (ls, cd, cp, mv...) within the new root directory.


Probably not what's wanted.

-ol


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




Re: php-mysql connection pb

2005-09-15 Thread Oliver Lupton

belahcene abdelkader wrote:


hi,
I am using sarge Official Distro.

I have written an application with php-mysql thru
apache, it ran correctly ( on previous release
before the official sarge without any special config)

, i move it to sarge, now I have a problem, I don't if
it is a sarge pb or a mysql or mysql-php ?
this is the error

Fatal error: Call to undefined function: mysql_query()
in /var/www/studentNew.php on line 7

I have install php4 with php4-mysql, mysql-server is
also installed .
the strange  thing (for me of course) is that , the 
phpmyadmin runs correctly and acceed to the database,

so I suppose that the php mysql api is installed
correctly.

Any idea is welcome
thank you very much in advance
best regards
bela

Just an idea (unchecked - I run self-compiled php5), but try either 
putting dl('mysql.so'); at the top of your script, or add a similar 
line to php.ini (http://php.net/manual/en/ini.core.php#ini.extension)


Hope this helps,

Oliver


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




Re: ÄúµÄ¼òÀúÒÑÊÕµ½£¬Õý

2005-09-13 Thread Oliver Lupton

sinohr sinohr wrote:


ÄúµÄ¼òÀúÒÑÊÕµ½£¬ÕýÔÚÆÀÒéÖ®ÖУ¡


 


Yes, I understand completely.


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




Re: Thunderbird not visible

2005-09-12 Thread Oliver Lupton

Paul Scott wrote:


Steve Lamb wrote:


Paul Scott wrote:

It runs but nothing appears on the screen.  I have found nothing 
relevant in logs
or anything with Google.  TIA for any diagnostic thoughts.   



   Uhm, ok, what does strace tell ya is going on?  Sometimes when 
something
is just inexplicably hung a good strace gives a clue as to the 
cause.  Also do
you have any extensions in TBird at all?  If so start it up from the 
command
line with --safe-mode to see if that helps.  That, however, is a 
guess based
on a similar experience I had with Firefox so it might not be 
relevant or, in

fact, a valid command-line parameter.  :)
 

I tried both ideas and before finding anything in the strace output I 
tried safe mode.  Then I got the profile manager and was reminded I 
had seen many variations of this problem before.  I can see no lock on 
the old profile but have created a new one and am sending this from 
T-Bird.


Now I just have a bunch of mail to reorganize!

Thanks much,

Paul




Have you checked that it's not still running without it's GUI?
It's done that to me before, and refused to work properly until I've 
killed the unGUIed ones.


Just a thought,

Oliver


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




Re: announcing the beginning of security support for testing

2005-09-12 Thread Oliver Lupton

Joey Hess wrote:


deb http://secure-testing.debian.net/debian-secure-testing 
etch/security-updates main contrib non-free
deb-src http://secure-testing.debian.net/debian-secure-testing 
etch/security-updates main contrib non-free

Alternatively, replace secure-testing.debian.net in the above lines with
a mirror near you:

ftp.de.debian.org (located in Germany)
ftp.nl.debian.org (located in the Netherlands)
the.earth.li  (located in UK)
ftp2.jp.debian.org(located in Japan)
farbror.acc.umu.se(located in Sweden)
 

Sorry if this is a newbie question, but why is this 
secure-testing.debian.net when debian.org is the official site? Is the 
testing security nonofficial? Or are .net and .org equivilant?


Oliver


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




Re: Newbie --Admin access problem on KDE... HELP!!

2005-09-09 Thread Oliver Lupton

Oliver Elphick wrote:


snip

If you want to use DHCP to get an address
automatically, it will be different - sorry, I haven't got an example
here.

snip
 


[auto eth0]
iface eth0 inet dhcp

-ol


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




Re: Problem with apache 1.3 and php5

2005-09-09 Thread Oliver Lupton

Oliver Fuhrer wrote:


Well,
If I try to access a website which contains php scripts like
http://phpsysinfo.warezmaster.ath.cx/ the browser just asks me to download
the php-file. I also disabled connections over internal proxy server and
cleared the browser cache but nothing changed. The server-info shows the
following info on mod_php5

Module Name: mod_php5.c
Content handlers: application/x-httpd-php , application/x-httpd-php-source ,
text/html
Configuration Phase Participation: Create Directory Config, Merge Directory
Configs, Child Exit
Request Phase Participation: none
Module Directives:
   php_value - PHP Value Modifier 
   php_flag - PHP Flag Modifier 
   php_admin_value - PHP Value Modifier (Admin) 
   php_admin_flag - PHP Flag Modifier (Admin) 
Current Configuration: 



Could this also be a permission problem somewhere?

Thx, Oliver

 


You need to tell us what the errors are.
   







 


Check /etc/apache/mime.types and make sure there's a line for php files.

Relavent section from mine

application/x-httpd-php phtml pht php php5
application/x-httpd-php-source  phps

Cheers

-ol


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




Re: APT Sources

2005-09-08 Thread Oliver Lupton

Philip Radford wrote:


Hi all,

I have just done a fresh install of Debian Sarge from the r1.0a DVD.

Can someone send me or advise me how to update my apt_sources file so that I 
can use the testing branches from a UK Mirror.

Many thanks.

Phil.


 


/etc/apt/sources.list:

deb http://ftp.uk.debian.org/debian/ testing main
deb-src http://ftp.uk.debian.org/debian/ testing main

deb http://security.debian.org/ sarge/updates main

That's what I have, the 3rd isn't neccessary.

Cheers, Oliver


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




Re: X.Org Hits Testing

2005-09-07 Thread Oliver Lupton

Jason Clinton wrote:

Well its finally happened, and I'm so happy that it has. As of now, most of 
mirrors have X.Org packages in their testing/etch repository. Before I 
perform the upgrade, I'm starting this thread to catch any and all problems 
that might arrise. Please let us know if you have any trouble with the 
upgrade by replying here.


*crosses fingers and runs 'aptitude upgrade'*
 


Am I looking in the wrong place?

http://packages.debian.org/cgi-bin/search_packages.pl?exact=0searchon=namesversion=allcase=insensitiverelease=allkeywords=xorgarch=any

apt-get says it's lists are up to date, apt-cache search xorg returns 
nothing.


Cheers, Oliver


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




Re: debconf

2005-09-06 Thread Oliver Lupton

David R. Litwin wrote:


Use sudo.

   



Hm My sudo is not configured.

 

`su` then. Doesn't matter how you get root privs, you just need to run 
it with them.



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




Re: question for sources.list

2005-09-06 Thread Oliver Lupton

roberto wrote:


On 9/6/05, Frederic Dernbach [EMAIL PROTECTED] wrote:
 


roberto a écrit :

   


On 9/2/05, Andrew Sackville-West [EMAIL PROTECTED] wrote:


 


roberto wrote:


   


Hello, i was using sarge-testing for my laptop but now that sarge is
stable should i modify my sources.list substituting testing with
stable??

Here is my sources.list

# Official Debian mirror
deb http://ftp.it.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.it.debian.org/debian/ testing main non-free contrib
deb http://ftp.it.debian.org/debian-non-US/ testing/non-US main contrib non-free
deb-src http://ftp.it.debian.org/debian-non-US/ testing/non-US main
contrib non-free
deb http://ftp.it.debian.org/debian/ unstable main non-free contrib
deb http://ftp.it.debian.org/debian-non-US/ unstable/non-US main
contrib non-free
deb-src http://ftp.it.debian.org/debian/ unstable main contrib non-free
deb http://ftp.it.debian.org/debian/ ../project/experimental main
non-free contrib

 munch 


 


yes you need to put

deb http://ftp./debian/ stable main...
deb-src http:///debian/ stable main ...

sources.list tells apt where to find the packages.

but you also need to edit /etc/apt/apt.conf
and change the

APT::DefaultRelease line to

APT::DefaultRelease stable; [or sarge]

this tells apt which release to use.



   


ok, thank you and i'll try to modify sources.list but i did not find
any /etc/apt/apt.conf only a directory /etc/apt/apt.conf.d/ with a
file 70debconf




 


And do not forget to run 'apt-get update' once you have changed your
/etc/apt/sources.list file .

Fred

   

well i tried 
~:#apt-get update


and after some correct download i got the following errors:
###
W: Couldn't stat source package list http://ftp.it.debian.org
stable/non-US/main Packages
(/var/lib/apt/lists/ftp.it.debian.org_debian-non-US_dists_stable_non-US_main_binary-i386_Packages)
- stat (2 Nosuch file or directory)
W: Couldn't stat source package list http://ftp.it.debian.org
stable/non-US/contrib Packages
(/var/lib/apt/lists/ftp.it.debian.org_debian-non-US_dists_stable_non-US_contrib_binary-i386_Packages)
- stat(2 No such file or directory)
W: Couldn't stat source package list http://ftp.it.debian.org
stable/non-US/non-free Packages
(/var/lib/apt/lists/ftp.it.debian.org_debian-non-US_dists_stable_non-US_non-free_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.it.debian.org
stable/non-US/main Packages
(/var/lib/apt/lists/ftp.it.debian.org_debian-non-US_dists_stable_non-US_main_binary-i386_Packages)
- stat (2 Nosuch file or directory)
W: Couldn't stat source package list http://ftp.it.debian.org
stable/non-US/contrib Packages
(/var/lib/apt/lists/ftp.it.debian.org_debian-non-US_dists_stable_non-US_contrib_binary-i386_Packages)
- stat(2 No such file or directory)
W: Couldn't stat source package list http://ftp.it.debian.org
stable/non-US/non-free Packages
(/var/lib/apt/lists/ftp.it.debian.org_debian-non-US_dists_stable_non-US_non-free_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old
ones used instead.


i think something is still wrong in sources.list which i attach here:
###
# My sources.list file.

# Official Debian mirror
deb http://ftp.it.debian.org/debian/stable main non-free contrib
deb-src http://ftp.it.debian.org/debian/stable main non-free contrib
deb http://ftp.it.debian.org/debian-non-US/ stable/non-US main
contrib non-free
deb-src http://ftp.it.debian.org/debian-non-US/ stable/non-US main
contrib non-free
deb http://ftp.it.debian.org/debian/stable main non-free contrib
deb http://ftp.it.debian.org/debian-non-US/ stable/non-US main
contrib non-free
deb-src http://ftp.it.debian.org/debian/stable main contrib non-free
#deb http://ftp.it.debian.org/debian/ ../project/experimental main
non-free contrib

# Security updates
deb http://security.debian.org/ stable/updates main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free

# JDK
deb http://jopa.studentenweb.org/debian/ ./
deb-src http://jopa.studentenweb.org/debian/ ./

# DRI
deb http://people.debian.org/~daenzer/dri-trunk/ ./
deb-src http://people.debian.org/~daenzer/dri-trunk/ ./


:(
thank you

 

I don't know exactly what the issues are and what's happened with it, 
but this is in in #debian topic:


NO MORE non-us /msg dpkg crypto in main

And as the ones failing are the non-us ones...

Cheers, Oliver


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




Re: starting X makes the screen go white (newb - new install)

2005-09-05 Thread Oliver Lupton

jeroen wrote:


Hello all,

--intro

I'm trying (finally) to get debian to work on my Vaio PCG-C1VE.
Using the latest version of the installer (floppy images) i succeeded  
in installing 3.1 on the little b*st*rd. Previous versions didn't  
support USB disks (at least not on a noob level) so thx debian!


I used apt to get me the files i needed during the installation (i  
did have to do an 'ifup -a' to get the network up - and still have to  
after every reboot - but that's slightly OT here).


Once i got the machine to boot from its own HD i though it would be  
nice to have GUI to learn my way around debian (and linux in general).


--/intro

fresh install
i did:
#apt-get install x-window-system
#apt-get install gnome

immediately after this i used vi to change my /etc/X11/XF86Config-4.
The most important change i did was adding this modeline:
ModeLine 1024x480 65.00 1024 1032 1176 1344 480 488 494 563 -hsync - 
vsync
together with some other minor changes i found on http://www- 
jcsu.jesus.cam.ac.uk/~mma29/c1/


#startx
works fine (this means it starts up ;-/ ), the only thing i get to  
see is a black screen which bleeds to a very white blue (starting at  
the edges). Some vertical and horizontal lines can be seen as well,  
all at the edge of some very white colours.

Some pictures i took during this  happening can be found here:
http://www.yuru.be/debian/startx_1.jpg  (going from 1 to 6)

The only way to get me out of this white hell is by tapping Ctrl-Alt- 
F1, followed by Ctrl-C to stop the X server.


With my limited knowledge i though i could have forgotten to add a  
window manager (didn't i read somewhere that this is not included in  
gnome??) so i did

#apt-get install fvwm

nothing changed.

So here i am writing this mail, hoping somebody here can put me on  
the right track.


Thx for taking the time to read this,
Jeroen

I would include my XFree86.0.log but i have no idea how to get it of  
the laptop (skipped mail config in debian installer...)



I'm a newbie too, but try running 'gdm' (GNOME Display Manager, I think) 
instead of 'startx' and see how that works.
I think that apt-get install gnome should have installed metacity, 
GNOME's window manager.


Good luck.

Oliver


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




Re: apt gui

2005-09-04 Thread Oliver Lupton

Max wrote:


Dear All,

When installing Sarge this morning I chose the option for manually 
choosing which packages to install.  There was a simple GUI where I 
could see which packages were available and select which I wanted.  Was 
that synaptic?


Regards, Max


 


I'd guess it was aptitude, but I'm not sure.
I wouldn't describe synaptic's GUI as simple anyway...

Cheers, Oliver


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




Re: Apache2 MySQL

2005-09-03 Thread Oliver Lupton

Steve Å wrote:


On Thu, Sep 01, 2005 at 10:16:49PM +0800 or thereabouts, Robert Vangel wrote:
 


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steve Å wrote:
   


Hello Ben:

Yeah I have everything installed that I need -- Did PHP4-MySQL get enabled
automatically for you, or did you have to add the module manually to
'apache2.dconf' ? What syntax does the apache2.conf file use for this module ?

 


It's not the apache config you need to edit. It's the
/etc/php4/apache(2)?/php4.ini file, add check to see if there is a
`extension=mysql.so' line there. If not, add it.
   



OK added that stanza and restarted Apache. The error that's returned when
attempting to connect with my web application is the same;

Warning: main(/var/www/test/Connections/GNC.php): failed to open stream: No such
file or directory in /var/www/apache2-default/test/index.php on line 1

Fatal error: main(): Failed opening required '/var/www/test/Connections/GNC.php'
(include_path='.:/usr/share/php') in /var/www/apache2-default/test/index.php on
line 1


I'm not sure what that 'include path' error means.

 


In PHP when you do:
   include filename.php;
Then PHP searches the directories in include_path for filename.php.
/usr/share/php will be there so PEAR (http://pear.php.net) packages can 
be found.
In practice for your problem it's probably not reallt anything to do 
with PEAR or include_path, just explaining :)


Oliver


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




Re: question for sources.list

2005-09-02 Thread Oliver Lupton

roberto wrote:


Hello, i was using sarge-testing for my laptop but now that sarge is
stable should i modify my sources.list substituting testing with
stable??

[snip]

--
roberto
debian sarge, kernel 2.6.8


 

If you want to stay with sarge (and run stable) then yes, I think you 
need to.
If you do nothing, as I understand it then you will automagically be 
running etch (new testing) rather than sarge.


Hope that helps (at least a bit)

Cheers

Oliver


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




Re: firefox-crash (1.0.4-2sarge2)

2005-08-27 Thread Oliver Lupton

Brett wrote:


Greetings,
I just updated firefox yesterday and today it is giving me some 
problems. First it was seg faulting all over the place (eg when 
opening a new window or opening the extensions window). So I tried to 
uninstall all extensions (which I though might be the problem), but 
firefox kept crashing too much to do that. So I deleted my .mozilla 
profile directory, but now it wouldn't start at all. It gives the error:


Xlib: connection to :0.0 refused by server
Xlib: XDM authorization key matches an existing client!

(firefox-bin:1615): Gtk-WARNING **: cannot open display:

So I killed Xwindows and still the same error. I removed 
mozilla-firefox (with --purge), re-installed and still the error. I 
tried rebooting and still no luck. Thunderbird (where I write this) 
and all other apps work fine.


This is with firefox 1.0.4-2sarge2

Any ideas are appreciated,
Brett


Maybe check (ps aux | grep firefox) if there's still a firefox running 
somewhere?

Just a thought.

Cheers

Oliver


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




Re: call for a vote -- should debian-user mailing list replies go to author or to list?

2005-08-24 Thread Oliver Lupton

David Christensen wrote:


debian users:

I am tired of replying to messages on this list, only to realize that my reply
went to the message author and not to the list.  It is my understanding that the
people in charge of this list think that his behavior is a feature, not a bug.
I disagree.


I acknowledge that this issue can be argued back and forth indefinitely, and
will never be unanimously decided.  Therefore, I call for a simple majority vote
to decide the matter, with a cutoff for voting of 72 hours from the time this
message is posted.


I vote for Reply to list.


Sincerely yours,

David Christensen, P.E.
CA Lic. No. E14109 and M28845
977 Lourence Drive, Tracy, CA 95376
http://www.holgerdanske.com/dpchrist/
[EMAIL PROTECTED] 
(209) 830-8249


p.s.  I searched the mailing list archives for vote reply and vote
 replies during the past year with results of No matches.


 

I would vote for Reply to list, it's not a big thing but it *is* more 
convenient.
At least for me, 99% of the time I want to reply to the list, not to the 
person.


Cheers

Oliver


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




Re: firefox update causes segmentation fault

2005-08-22 Thread Oliver Lupton

gnat wrote:


hi all,

i installed mozilla-firefox (1.0.4-2sarge2) with aptitude, as recommended by 
the security list, and now when i try to launch firefox it causes a 
Segmentation fault.

i am running sarge with the stock (straight from apt) 2.6 k7 kernel.

i tried reinstalling the package to no avail.

here is the last few lines of 'strace /usr/bin/mozilla-firefox' though i'm not 
sure if its all relevant.

open(/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome/classic.jar,
 O_RDONLY|O_LARGEFILE) = 19
lseek(19, 8275, SEEK_SET)   = 8275
read(19, PK\3\4\n\0\0\0\0\0\332\242.1\307\365\250\7\\23\0\0\\23..., 30) = 30
lseek(19, 8356, SEEK_SET)   = 8356
read(19, /*\n * The contents of this file ..., 4898) = 4898
close(19)   = 0
gettimeofday({1124725420, 272230}, NULL) = 0
stat64(/usr/lib/mozilla-firefox/components/necko.xpt, {st_mode=S_IFREG|0644, 
st_size=12634, ...}) = 0
open(/usr/lib/mozilla-firefox/components/necko.xpt, O_RDONLY|O_LARGEFILE) = 19
read(19, XPCOM\nTypeLib\r\n\32\1\2\0T\0\0001Z\0\0\0\\0\0\tQ..., 12634) = 
12634
close(19)   = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
unlink(/home/gnat/.mozilla/firefox/default.opb/lock) = 0
rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0
tgkill(6973, 6973, SIGSEGV) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


any help on this is greatly appreciated.

thanks,
~~nat


 



Hey, I had the same problem when I updated earlier.
It already seems to be in the bugtracker: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324473
My quickfix was to roll back a version, sorry I can't help with actually 
fixing the segfault.


Cheers

Oliver

P.S. Sorry gnat, I accidentally sent a copy directly to you rather than 
the list .



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