RE: psql comands

2006-09-12 Thread Iuri Sampaio
I tried but it says that the file is not recognized as a tar file :(
As the filename is: profi_lamp_install_guide.tar.tar
So I ran

[EMAIL PROTECTED]:~$ tar -xvf profi_lamp_install_guide.tar.tar
tar: Read 1918 bytes from profi_lamp_install_guide.tar.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
[EMAIL PROTECTED]:~$ 

then I tried 
[EMAIL PROTECTED]:~$ tar -xzvf profi_lamp_install_guide.tar.tar

which gave this
INSTALL

Which I ran and got

[EMAIL PROTECTED]:~$ ./INSTALL
./INSTALL: line 1: 1st: command not found
./INSTALL: line 2:
-:
command not found
./INSTALL: line 15: Zlib: command not found
./INSTALL: line 16:
-:
command not found
./INSTALL: line 17: syntax error near unexpected token `v1.2.3'
./INSTALL: line 17: `zlib (v1.2.3) (http://www.gzip.org/zlib/)'
[EMAIL PROTECTED]:~$ ls



Anyway I already got it but it didn't help me that much since postgresql has
to be installed different. Check it out
http://openacs.org/doc/current/postgres.html


thanks

-Original Message-
From: Mumia W. [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 07, 2006 2:44 AM
To: Debian User
Subject: Re: psql comands

On 09/07/2006 12:23 AM, Iuri Sampaio wrote:
> [...] I couldn't open the docs at
> 
> http://www.devroom.org/index.php?article_id=10
> 
> don't you have a htm, or pdf version?
> 

The "Download" link at that url points to a .tar.gz archive 
file. The documentation is probably inside it. Un-tar that 
file with something like this:

mkdir ~/lampp
tar xvzf profi_lampp_install_guide.tar.gz -C ~/lampp


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


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



Re: Good reference book

2006-09-12 Thread Kim Christensen
* Sam Franc <[EMAIL PROTECTED]> [2006-09-12 13:48:41 -0700]:

> What is a good reference book to get to start to learn linux and debian?
> Sam

"The GNU Linux/Debian 3.1 Bible"
http://www.amazon.com/Debian-GNU-Linux-3-1-Bible/dp/0764576445/sr=8-1/qid=1158129597/ref=pd_bbs_1/103-5560758-8939060?ie=UTF8&s=books

Very good for newcomers to the Linux world as well as newly adopted
Debian users!

-- 
Kim Christensen
"I want bowel cancer!"


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



RE: How do I replace lilo with grub?

2006-09-12 Thread Iuri Sampaio
Someone correct me if I'm wrong, but I guess you just need to install and it
must overwrite lilo. 

$grub-install

An advice, you should always keep a copy of your boot loader system (GRUB)in
another place else instead of mbr(master boot sector), a floppy is a good
way.

iuri

-Original Message-
From: micha [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 13, 2006 2:11 AM
To: debian-user@lists.debian.org
Subject: Re: How do I replace lilo with grub?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joseph Smidt wrote:
> I just installed Debian.  Grub failed to load but lilo worked.  Now
> that everything is installed, how do I replace lilo with grub?
> 
> 

You apt-get install grub and then grub should work.

If it fails, you should check the error messages and have a look at
menu.lst (or grub.conf not shure how it is called right now) and
manually install grub (via grub-install dev/hd-whatever)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFB5LHt8ni3uY9iegRAuxYAJ0QrIyPRByF0YAbJMKVxr97hOhhhQCfdp+v
N1ALjfXn0SS3oMQnpHBWAgI=
=f0vH
-END PGP SIGNATURE-


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


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



Re: Web interface to view iptables logs

2006-09-12 Thread Kim Christensen
* Alejandro <[EMAIL PROTECTED]> [2006-09-12 16:51:43 -0300]:

> Dear all, I have a Debian with iptables. At this moment, iptables logs
> are put in syslog.
> I want a package that let me see the iptables logs in a web interface,
> using either syslog or ulog, in order to analize the firewall behaviour.
> 
> Can you tell me how I can do this  What package/tarball can I
> download and use ??

I'm using the technique described here on a couple of my servers and it
works like a charm:

http://gentoo-wiki.com/HOWTO_setup_PHP-Syslog-NG

Yeah, it's the gentoo wiki but the idea sure works cross-distro :-)

-- 
Kim Christensen
"I am Jack's broken heart."


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



Re: my sarge system won't update

2006-09-12 Thread Mumia W.

On 09/12/2006 10:46 PM, mark foster wrote:
I'm attempting to update my mail server which runs debian sarge, 
postfix, etc.
However this time it is not working. I did the usual `aptitude update; 
aptitude upgrade`
I'm looking for some help out of this, I'm at a loss being a relative 
newbie to debian and dpkg.
I should note the the 'getent' command seems to have disappeared and I 
don't know why.  dpkg -C does not show any problems.  What should I do 
to fix this?

...
Fetched 88.0MB in 4m18s (340kB/s)
Can't exec "locale": Input/output error at 
/usr/share/perl5/Debconf/Encoding.pm line 12.

[...]



On my Sarge system, 'getent' is in the libc6 package:
$ dlocate getent
libc6: /usr/share/man/man1/getent.1.gz
libc6: /usr/bin/getent
...

The C library is rather critical to the system, so you want to 
investigate to see if it's installed properly.


If you must re-install it, you can get it from a Debian mirror 
via web browser and probably install it using dpkg.




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




Re: my sarge system won't update

2006-09-12 Thread mark foster

mark foster wrote:
I'm attempting to update my mail server which runs debian sarge, 
postfix, etc.
However this time it is not working. I did the usual `aptitude update; 
aptitude upgrade`
Ok, never mind, I discovered fs corruption on the inodes associated with 
locale, iconvconfig and so on. So after running fsck I copied those 
binaries over from another debian system and afterwards was able to 
perform the update.


--
Some days it's just not worth chewing through the restraints...
Mark D. Foster, CISSP <[EMAIL PROTECTED]>  http://mark.foster.cc/



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




Re: hibernate desktop?

2006-09-12 Thread Anuradha Weeraman

On 9/13/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:

Anybody done this successfully?


Just download and apply the suspend2 patch for your kernel [0] .
Recompile with suspend2 / Swap Writer options enabled, install the
hibernate package [1] and tweak /etc/hibernate/hibernate.conf.
Afterwards, add a resume2=swap:/dev/hdaX to your lilo or grub config
and you're good to go.

For a bit of eye-candy, you can download suspend2-userui [0] and
enable it by tweaking /etc/hibernate/suspend2.conf. That way you can
get text-mode, fb-mode progress bars when suspending happens. Also,
you can interrupt the process. I believe the necessary patches to
support this are included in suspend2 versions 2.1.9 and later.

Good luck!

[0] http://www.suspend2.net/downloads/all/
[1] http://packages.debian.org/testing/utils/hibernate

--
Anuradha Weeraman
http://www.lug.lk/~anu/
http://anuradha.wordpress.com


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




Re: How do I replace lilo with grub?

2006-09-12 Thread micha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joseph Smidt wrote:
> I just installed Debian.  Grub failed to load but lilo worked.  Now
> that everything is installed, how do I replace lilo with grub?
> 
> 

You apt-get install grub and then grub should work.

If it fails, you should check the error messages and have a look at
menu.lst (or grub.conf not shure how it is called right now) and
manually install grub (via grub-install dev/hd-whatever)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFB5LHt8ni3uY9iegRAuxYAJ0QrIyPRByF0YAbJMKVxr97hOhhhQCfdp+v
N1ALjfXn0SS3oMQnpHBWAgI=
=f0vH
-END PGP SIGNATURE-


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



Re: Good reference book

2006-09-12 Thread Welly Hartanto




Dimitar Vukman wrote:

  On Tue, 12 Sep 2006 13:48:41 -0700
Sam Franc <[EMAIL PROTECTED]> wrote:

  
  
What is a good reference book to get to start to learn linux and
debian? Sam



  
  


This should help, for debian:
http://www.us.debian.org/doc/#manuals

Linux in general:
http://linux-newbie.dotsrc.org/index.html

  

If you have managed to install debian right now,
apt-cache search debian reference will list all available packages 
related to debian.


::mslinuz::





munin problems

2006-09-12 Thread julian
Hi all,

I have just installed Munin following the DEbian Sarge documentation and
installed the client app on my other servers.

All went fine and the main server was updating the graphs, but the two
clients are not updating the graphs.

Munin's cron job is also having problems

Error writing to /var/run/munin/munin-update.lock, wrong permissions at
/usr/share/perl5/Munin.pm line 356.
Error writing to /var/run/munin/munin-graph.lock, wrong permissions at
/usr/share/perl5/Munin.pm line 356.
Error writing to /var/run/munin/munin-html.lock, wrong permissions at
/usr/share/perl5/Munin.pm line 356.

Can any one offer some help please?

Kind regards,

Julian De Marchi



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



Re: geek blog

2006-09-12 Thread Carl Fink
On Tue, Sep 12, 2006 at 10:22:42PM -0300, Gabriel Parrondo wrote:
> El mar, 12-09-2006 a las 02:29 +0300, Jabka Atu escribió:
> > Hi Michel,
> > 
> > I have found this funney blog :
> > http://bsh83.blogspot.com/
> > 
> > it's about some poor geek student (sounds familiar? )
> > .
> > 
> > 
> 
> 
> Was this message for the list? It doesn't look like.

It's spam.
-- 
Carl Fink [EMAIL PROTECTED]
If you attempt to fix something that isn't broken, it will be.
-Bruce Tognazzini


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



my sarge system won't update

2006-09-12 Thread mark foster
I'm attempting to update my mail server which runs debian sarge, 
postfix, etc.
However this time it is not working. I did the usual `aptitude update; 
aptitude upgrade`
I'm looking for some help out of this, I'm at a loss being a relative 
newbie to debian and dpkg.
I should note the the 'getent' command seems to have disappeared and I 
don't know why.  dpkg -C does not show any problems.  What should I do 
to fix this?

...
Fetched 88.0MB in 4m18s (340kB/s)
Can't exec "locale": Input/output error at 
/usr/share/perl5/Debconf/Encoding.pm line 12.
Use of uninitialized value in scalar chomp at 
/usr/share/perl5/Debconf/Encoding.pm line 13.

Preconfiguring packages ...
(Reading database ... 84339 files and directories currently installed.)
Preparing to replace locales 2.3.2.ds1-22sarge3 (using 
.../locales_2.3.2.ds1-22sarge4_all.deb) ...

Unpacking replacement locales ...
dpkg: error processing 
/var/cache/apt/archives/locales_2.3.2.ds1-22sarge4_all.deb (--unpack):
unable to stat `./usr/share/locale/el/LC_MESSAGES/libc.mo' (which I was 
about to install): Input/output error

dpkg-deb: subprocess paste killed by signal (Broken pipe)
Preparing to replace libc6 2.3.2.ds1-22sarge3 (using 
.../libc6_2.3.2.ds1-22sarge4_i386.deb) ...

Unpacking replacement libc6 ...
dpkg: error processing 
/var/cache/apt/archives/libc6_2.3.2.ds1-22sarge4_i386.deb (--unpack):
unable to stat `./usr/sbin/iconvconfig' (which I was about to install): 
Input/output error

dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/locales_2.3.2.ds1-22sarge4_all.deb
/var/cache/apt/archives/libc6_2.3.2.ds1-22sarge4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ack!  Something bad happened while installing packages.  Trying to recover:
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

--
Some days it's just not worth chewing through the restraints...
Mark D. Foster, CISSP <[EMAIL PROTECTED]>  http://mark.foster.cc/



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




Re: Debian Sarge screen refresh rate

2006-09-12 Thread Jeff

Rocky Ou wrote:

On 9/12/06, Mumia W. <[EMAIL PROTECTED]> wrote:

On 09/12/2006 03:07 AM, Rocky Ou wrote:
> On 9/6/06, Mumia W. <[EMAIL PROTECTED]> wrote:
>> On 09/06/2006 02:57 AM, Rocky Ou wrote:
>> > Hey,
>> >
>> > I used dpkg-reconfigure xserver-xfree86 to configure my monitor 
refresh

>> > rate
>> > to Vertical 70-75 and Horizontal 80-85. in /etc/X11/XFConfig86-4 it
>> shows
>> > what I just configured with dpkg-reconfigure. The problem is it
>> actually
>> > does not act that way. The actual refresh rate is far more less. 
It is

>> > not a
>> > laptop and it is not LCD screen. Can any of you help me please? BTW,
>> > aptitude update and aptitude upgrade does not help neither.
>> >
>> > Thanks a lot in advance!
>> > Rocky
>> >
>>
>> Find out the actual refresh rates and plug them into
>> XF86Config-4. You can probably find this information in your
>> user manual for the device, or you can check the
>> manufacturer's or vendor's web site.
>>
>>
>>
>
> I searched the refresh rate for my monitor and it tells me the max
> resolution and refresh rate is 1028*1024 I really do not understand
> how to convert this into Xserver config.
>
> Below is my xserverconfig file but my monitor is using 1028*768 as
> resolution and some bad refresh rate which hurts my eyes.
>
> Can any of you help me please?
>
> -snip begin-
>
> # XF86Config-4 (XFree86 X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool,
> using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xfree86 package 
upgrades

> *only*
> # if it has not been modified since the last upgrade of the 
xserver-xfree86

> # package.
> #
> # If you have edited this file but would like it to be automatically
> updated
> # again, run the following commands as root:
> #
> #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
> #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
> #   dpkg-reconfigure xserver-xfree86
>
> Section "Files"
> FontPath"unix/:7100"# local font server
> # if the local font server has problems, we can fall back on these
> FontPath"/usr/lib/X11/fonts/misc"
> FontPath"/usr/lib/X11/fonts/cyrillic"
> FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/Type1"
> FontPath"/usr/lib/X11/fonts/CID"
> FontPath"/usr/lib/X11/fonts/Speedo"
> FontPath"/usr/lib/X11/fonts/100dpi"
> FontPath"/usr/lib/X11/fonts/75dpi"
> EndSection
>
> Section "Module"
> Load"GLcore"
> Load"bitmap"
> Load"dbe"
> Load"ddc"
> Load"dri"
> Load"extmod"
> Load"freetype"
> Load"glx"
> Load"int10"
> Load"record"
> Load"speedo"
> Load"type1"
> Load"vbe"
> EndSection
>
> Section "InputDevice"
> Identifier"Generic Keyboard"
> Driver"keyboard"
> Option"CoreKeyboard"
> Option"XkbRules""xfree86"
> Option"XkbModel""pc104"
> Option"XkbLayout""us"
> EndSection
>
> Section "InputDevice"
> Identifier"Configured Mouse"
> Driver"mouse"
> Option"CorePointer"
> Option"Device""/dev/psaux"
> Option"Protocol""ImPS/2"
> Option"Emulate3Buttons""true"
> Option"ZAxisMapping""4 5"
> EndSection
> Section "InputDevice"
> Identifier"Generic Mouse"
> Driver"mouse"
> Option"SendCoreEvents""true"
> Option"Device""/dev/input/mice"
> Option"Protocol""ImPS/2"
> Option"Emulate3Buttons""true"
> Option"ZAxisMapping""4 5"
> EndSection
>
> Section "Device"
> Identifier"Generic Video Card"
> Driver"vesa"
> EndSection
>
> Section "Monitor"
> Identifier"TRZ:b32f"
> HorizSync65-70
> VertRefresh80-85
> Option"DPMS"
>  Gamma   1.70  1.70  1.70  # created by KGamma
> EndSection
>
> Section "Screen"
> Identifier"Default Screen"
> Device"Generic Video Card"
> Monitor"TRZ:b32f"
> DefaultDepth24
> SubSection "Display"
> Depth1
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth4
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth8
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth15
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth

Re: Debian Sarge screen refresh rate

2006-09-12 Thread Rocky Ou

On 9/12/06, Mumia W. <[EMAIL PROTECTED]> wrote:

On 09/12/2006 03:07 AM, Rocky Ou wrote:
> On 9/6/06, Mumia W. <[EMAIL PROTECTED]> wrote:
>> On 09/06/2006 02:57 AM, Rocky Ou wrote:
>> > Hey,
>> >
>> > I used dpkg-reconfigure xserver-xfree86 to configure my monitor refresh
>> > rate
>> > to Vertical 70-75 and Horizontal 80-85. in /etc/X11/XFConfig86-4 it
>> shows
>> > what I just configured with dpkg-reconfigure. The problem is it
>> actually
>> > does not act that way. The actual refresh rate is far more less. It is
>> > not a
>> > laptop and it is not LCD screen. Can any of you help me please? BTW,
>> > aptitude update and aptitude upgrade does not help neither.
>> >
>> > Thanks a lot in advance!
>> > Rocky
>> >
>>
>> Find out the actual refresh rates and plug them into
>> XF86Config-4. You can probably find this information in your
>> user manual for the device, or you can check the
>> manufacturer's or vendor's web site.
>>
>>
>>
>
> I searched the refresh rate for my monitor and it tells me the max
> resolution and refresh rate is 1028*1024 I really do not understand
> how to convert this into Xserver config.
>
> Below is my xserverconfig file but my monitor is using 1028*768 as
> resolution and some bad refresh rate which hurts my eyes.
>
> Can any of you help me please?
>
> -snip begin-
>
> # XF86Config-4 (XFree86 X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool,
> using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the XF86Config-4 manual page.
> # (Type "man XF86Config-4" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xfree86 package upgrades
> *only*
> # if it has not been modified since the last upgrade of the xserver-xfree86
> # package.
> #
> # If you have edited this file but would like it to be automatically
> updated
> # again, run the following commands as root:
> #
> #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
> #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
> #   dpkg-reconfigure xserver-xfree86
>
> Section "Files"
> FontPath"unix/:7100"# local font server
> # if the local font server has problems, we can fall back on these
> FontPath"/usr/lib/X11/fonts/misc"
> FontPath"/usr/lib/X11/fonts/cyrillic"
> FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/Type1"
> FontPath"/usr/lib/X11/fonts/CID"
> FontPath"/usr/lib/X11/fonts/Speedo"
> FontPath"/usr/lib/X11/fonts/100dpi"
> FontPath"/usr/lib/X11/fonts/75dpi"
> EndSection
>
> Section "Module"
> Load"GLcore"
> Load"bitmap"
> Load"dbe"
> Load"ddc"
> Load"dri"
> Load"extmod"
> Load"freetype"
> Load"glx"
> Load"int10"
> Load"record"
> Load"speedo"
> Load"type1"
> Load"vbe"
> EndSection
>
> Section "InputDevice"
> Identifier"Generic Keyboard"
> Driver"keyboard"
> Option"CoreKeyboard"
> Option"XkbRules""xfree86"
> Option"XkbModel""pc104"
> Option"XkbLayout""us"
> EndSection
>
> Section "InputDevice"
> Identifier"Configured Mouse"
> Driver"mouse"
> Option"CorePointer"
> Option"Device""/dev/psaux"
> Option"Protocol""ImPS/2"
> Option"Emulate3Buttons""true"
> Option"ZAxisMapping""4 5"
> EndSection
> Section "InputDevice"
> Identifier"Generic Mouse"
> Driver"mouse"
> Option"SendCoreEvents""true"
> Option"Device""/dev/input/mice"
> Option"Protocol""ImPS/2"
> Option"Emulate3Buttons""true"
> Option"ZAxisMapping""4 5"
> EndSection
>
> Section "Device"
> Identifier"Generic Video Card"
> Driver"vesa"
> EndSection
>
> Section "Monitor"
> Identifier"TRZ:b32f"
> HorizSync65-70
> VertRefresh80-85
> Option"DPMS"
>  Gamma   1.70  1.70  1.70  # created by KGamma
> EndSection
>
> Section "Screen"
> Identifier"Default Screen"
> Device"Generic Video Card"
> Monitor"TRZ:b32f"
> DefaultDepth24
> SubSection "Display"
> Depth1
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth4
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth8
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth15
> Modes"800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth16
> Modes   

[SOLVED] Re: LaTeX: C package

2006-09-12 Thread Romulo Sousa

Thank you very much!!! :)
It's running!!! :)

Romulo Sousa

On 9/12/06, WANG Xu <[EMAIL PROTECTED]> wrote:

On Tue, Sep 12, 2006 at 10:53:27PM -0300, Romulo Sousa wrote:
> Hi folks,
>
> How can I do to add a C code on my LaTeX? I'm looking for the
> usepackage (also on the lshort.pdf) but I can't find it.

You may try listings macro package for that, and it is
provided by tetex-extra

--
Wang Xu


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





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




Re: LaTeX: C package

2006-09-12 Thread WANG Xu
On Tue, Sep 12, 2006 at 10:53:27PM -0300, Romulo Sousa wrote:
> Hi folks,
> 
> How can I do to add a C code on my LaTeX? I'm looking for the
> usepackage (also on the lshort.pdf) but I can't find it.

You may try listings macro package for that, and it is
provided by tetex-extra

--
Wang Xu


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



LaTeX: C package

2006-09-12 Thread Romulo Sousa

Hi folks,

How can I do to add a C code on my LaTeX? I'm looking for the
usepackage (also on the lshort.pdf) but I can't find it.

[ ]'s

Romulo Sousa


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




Re: geek blog

2006-09-12 Thread Gabriel Parrondo
El mar, 12-09-2006 a las 02:29 +0300, Jabka Atu escribió:
> Hi Michel,
> 
> I have found this funney blog :
> http://bsh83.blogspot.com/
> 
> it's about some poor geek student (sounds familiar? )
> .
> 
> 


Was this message for the list? It doesn't look like.




-- 
Gabriel Parrondo
GNU/Linux User #404138
GnuPG Public Key ID: BED7BF43
JID: [EMAIL PROTECTED]

"The only difference between theory and practice is that, in theory, there's no 
difference between theory and practice."


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Re: [SOLVED]samba panics

2006-09-12 Thread Arthur Marsh

Alan Chandler wrote, On 2006-09-13 04:37:

On Tuesday 12 September 2006 19:14, Alan Chandler wrote:

Is anyone else experiencing problems with smbd.  I keep getting mails that
is has segfaulted.

I just tried a re-install (of Etch) and it did the same.



Seems to be a problem of a "," appearing at the end of one of the swat 
generated lines.  I removed it, and all is well again




I've had similar problems that have been difficult to pinpoint. I'd love 
a debug option for swat that shows how swat parses the smb.conf file.


Arthur.


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




Configuring mdadm - Initialise superblock warning

2006-09-12 Thread Duncan McDonald

Hello,

I'm a relative newbie to Debian and recently after I ran 'apt-get 
dist-upgrade' I got the following warning:


? Initialise the superblock if you reuse hard disks
?
? WARNING! If you are using hard disks which have a md superblock from an
? earlier installation in a different RAID array, you MUST zero the
? superblock before activating the autostart feature.
?
? For doing this, do not start the RAID devices automatically and zero the
? superblock (mdadm --zero-superblock /dev/xxx). You can then further use
? 'dpkg-reconfigure mdadm' to activate the autostart feature.

I'm running Sarge stable on a RAID1 array using two brand new hard disks, so 
am I right in assuming that I don't need to initialize the superblock?


I've tried Google but I couldn't find anything useful. Can anyone give me 
some pointers?


Cheers,

  -Duncan 



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




request to avoid geek blog post

2006-09-12 Thread Jabka Atu

Dear Debian list member,
im sorry i have send my last mail to this mailing list.
it was a private msg to my friend .


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




geek blog

2006-09-12 Thread Jabka Atu

Hi Michel,

I have found this funney blog :
http://bsh83.blogspot.com/

it's about some poor geek student (sounds familiar? )
.


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




Re: USB rescue/boot disk

2006-09-12 Thread T
On Mon, 11 Sep 2006 17:29:04 +0200, Joost Kraaijeveld wrote:

> I want a bootable USB stick that will boot any machine that allows me to
> boot from USB: a Debian Live USB (and not CD). ...
> 
> Is it actually possible to create an USB rescue/boot disk that contains
> a Debian Etch AMD64  or i386 based installation? Is there an image
> available somewhere?

When talking about rescue Live CD, IMHO, nothing comes close to grml
(grml.org).

What's more exciting is that it also come with an 55M alternative iso,
which is ideal for a Live USB. It is a pure Debian 386 based Live
system that will boot any machine that allows booting usb.

The root fs is read only, so it should be usb friendly.

http://grml.org/faq/#grmlsmall

tong




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



Re: Issues upgrading cpu

2006-09-12 Thread Bruno Buys
Albert Dengg wrote:

> On Wed, Sep 06, 2006 at 01:36:45PM -0300, Bruno Buys wrote:
>
> >On 9/6/06, Albert Dengg <[EMAIL PROTECTED]> wrote:
>
> >>-BEGIN PGP SIGNED MESSAGE-
> >>Hash: SHA1
> >>
> >>On Wed, Sep 06, 2006 at 12:51:48AM -0300, Bruno Buys wrote:
> >>
> >>>I upgraded my cpu to a sempron with 64bit extension (Sempron 3400+ for
> >>>754, to be precise). After some googling and reading, I still can't
> >>>figure those out:
> >>>
> >>>- Why do some instruction flags don't appear at /proc/cpuinfo? sse3 and
> >>>x86-64, specifically. Do they have different names? (output follows).
> >>>According to a tom's hw chart, there's no such thing as a sempron 3400
> >>>for 754 platform without sse3 and x86-64.
> >>>
> >>>[EMAIL PROTECTED]:~$ cat /proc/cpuinfo
> >>>processor : 0
> >>>vendor_id : AuthenticAMD
> >>>cpu family : 15
> >>>model : 44
> >>>model name : AMD Hammer Family processor - Model Unknown
> >>>stepping : 2
> >>>cpu MHz : 2043.189
> >>>cache size : 256 KB
> >>>fdiv_bug : no
> >>>hlt_bug : no
> >>>f00f_bug : no
> >>>coma_bug : no
> >>>fpu : yes
> >>>fpu_exception : yes
> >>>cpuid level : 1
> >>>wp : yes
> >>>flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> >>>mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm
> >>>3dnowext 3dnow pni
> >>>bogomips : 4038.65
> >>>
> >>>The machine now runs a 64bit sarge netinstaller (which it didn't
> >>>before), so I know the 64bit instructions are there. Is the complete
> >>>64bit reinstall worth the hassle?
> >>
> >>just guessing...
> >>what kernel are you using?
>
>
>
> >kernel is 2.6.8-2-k7 stock sarge.
>
>
> >i havent tried though i doubt that a normal 686 or k7 kernel supports
>
> >>either of these extentions and therefore will not test for them...
> >>
> >>what does it say when you start the amd64 installer and open a console?
>
>
>
>
> >I didn?t try that. Will try as soon as I get back home.
> >thanks for the tips, albert. I?ll try some livecd?s as well.
> >One clue: mplayer?s ./configure told me arch is 'k8', instead of 'k7'.
> >By the way, here?s the processor:
> >http://www.amdcompare.com/us-en/desktop/details.aspx?opn=SDA3400AIO3BX
>
>
> just fort your comparision, here is the ouput from my athlon64/3200+ (no
> sse3):
> [EMAIL PROTECTED]:~$ cat /proc/cpuinfo
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 15
> model : 31
> model name : AMD Athlon(tm) 64 Processor 3200+
> stepping : 0
> cpu MHz : 1000.000
> cache size : 512 KB
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt
> lm 3dnowext 3dnow lahf_lm
> bogomips : 2007.25
> TLB size : 1024 4K pages
> clflush size : 64
> cache_alignment : 64
> address sizes : 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp
>
> yours
> Albert
>


Hi Albert,
SSE3 does appear at my cpuinfo, but its called pni, from 'prescott new
instructions'. See http://en.wikipedia.org/wiki/SSE3.
yours,


bruno


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



Question about RAID on Adaptec 2940UW on Sparc Port of Debian

2006-09-12 Thread Roman Shakin
Hello people, 
I am thinking of buying some scsi drives to give my sun ultra running
debian stable, my question for the masses I already have a adaptec 2940 scsi
card that powers my tape drive. What would I need to get working to get it to
6 drives working as one, or split them as 3 and 3 for data intergrity. Please
point me in the right direction. 

--Roman


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



Re: Good reference book

2006-09-12 Thread Dimitar Vukman
On Tue, 12 Sep 2006 13:48:41 -0700
Sam Franc <[EMAIL PROTECTED]> wrote:

> What is a good reference book to get to start to learn linux and
> debian? Sam
> 
> 



This should help, for debian:
http://www.us.debian.org/doc/#manuals

Linux in general:
http://linux-newbie.dotsrc.org/index.html

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


signature.asc
Description: PGP signature


Re: Good reference book

2006-09-12 Thread Bud Rogers
On Tuesday 12 September 2006 15:48, Sam Franc wrote:
> What is a good reference book to get to start to learn linux and
> debian? Sam

I have found The Debian System by Martin Krafft to be very useful.  I'm 
not sure if it would be adequate by itself for a total beginner, but it 
is a very comprehensive guide to installing and maintaining a debian 
system.

http://www.nostarch.com/frameset.php?startat=debian

-- 
Bud Rogers  <[EMAIL PROTECTED]>  KD5SZ



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



Re: Good reference book

2006-09-12 Thread Adam Stroud
I have "The Debian System" and that is a decent book -> 
http://www.nostarch.com/frameset.php?startat=debian


The Debian documentation (http://www.debian.org/doc/
) is also a great place to start as well a the all important man pages.

I am fairly new to Debian myself and between these three resources I 
have been able to answer any question that I had about the system.


Sam Franc wrote:

What is a good reference book to get to start to learn linux and debian?
Sam





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




Good reference book

2006-09-12 Thread Sam Franc

What is a good reference book to get to start to learn linux and debian?
Sam


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




Trouble with Debian etch on fujitsu-siemens PA1510.

2006-09-12 Thread Margiolas Christos
Before some weeks I bought a very nice laptop, the PA 1510. I am tring
to install debian testing on it... I have tried the gui and the classic
installation and I hadn't any problem. The problem is that when I am
trying to boot the debian system the coptuter show me the
message"hda_codec: Unknown model for ALC861 trying auto-probe from
Bios" and after the system hangs and repeat the message
"azx_get_reponse timeout". The ALC861 is my sound card. I tried to give
some parametres to grub in order to load the debian system. I tried
noapic, noacpi but nothing. Also the laptop works fine with ubuntu :(.


Re: hibernate desktop?

2006-09-12 Thread Matt Price

On 9/12/06, Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:

Hi,

Anybody done this successfully?
Details?

H



the suspend capabilities of the linux kernel are improving, but not
foolproof.  if your BIOS supports ACPI susp-to-memory or susp-to-disk
you vcan mess around with the files in /etc/acpi.  mine doesn't so i
use custom kernels built with the suspend2 patches.  there are various
howtos, i'd siggest www.suspend2net as a starting point (Search the
wiki for 'debian', that should help).  you may also find some pointers
to a set of kernels built for ubuntu.  if you run sid, those should
work.

matt



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





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




Web interface to view iptables logs

2006-09-12 Thread Alejandro
Dear all, I have a Debian with iptables. At this moment, iptables logs
are put in syslog.
I want a package that let me see the iptables logs in a web interface,
using either syslog or ulog, in order to analize the firewall behaviour.

Can you tell me how I can do this  What package/tarball can I
download and use ???

Thanks a lot,

Alejandro


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



hibernate desktop?

2006-09-12 Thread Hugo Vanwoerkom

Hi,

Anybody done this successfully?
Details?

H


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




Re: aptitude update and pdiff files

2006-09-12 Thread Jochen Schulz
celejar:
> 
> Well, that's exactly the problem. If one doesn't update daily, there
> can be quite a few pdiffs to download.

Apt is configurable in this respect, it just isn't documented yet (see
Bug #376158):

apt-get update -o Acquire::Pdiffs=false

or, to make this setting permanent, put the following in
/etc/apt/apt.conf:

Acquire::PDiffs "false";

All package management tools using apt should honour this.

J.
-- 
It is not in my power to change anything.
[Agree]   [Disagree]
 


signature.asc
Description: Digital signature


Re: aptitude update and pdiff files

2006-09-12 Thread Kevin B. McCarty
Urs Thuermann wrote:

> For a couple of month I have seen an annoying change in behavior of
> aptitude update and apt-get update.  Formerly, a couple of package
> files where downloaded which took a few seconds.  Now I normally see
> that aptitude update downloads hundreds of files named like 
> 
> Get:282 2006-09-11-1318.15.pdiff [13.3kB]
> Get:283 2006-09-11-1318.15.pdiff [13.3kB]
> Get:284 2006-09-11-1318.15.pdiff [34.3kB]
> Get:285 2006-09-11-1318.15.pdiff [34.3kB]
> Get:286 2006-09-11-1318.15.pdiff [34.3kB]
> 
> and this takes quite long.  From the name I guess these are only
> differences two package files so that less data have to be
> transferred.  However, the overhead of nearly 300 TCP connections
> causes this to take *much* longer on some systems than simply
> downloading the whole package file.

Try putting this line in /etc/apt/apt.conf (creating the file if it
doesn't already exist) to turn off pdiffs:

Acquire::PDiffs "false";

I guess you can put it in a separate file in /etc/apt/apt.conf.d/
instead if that directory exists on your system.

Not sure why this isn't in the apt.conf(5) man page; maybe because it
was just added recently.

regards,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG: public key ID 4F83C751 Princeton, NJ 08544


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



Re: [SOLVED]samba panics

2006-09-12 Thread Alan Chandler
On Tuesday 12 September 2006 19:14, Alan Chandler wrote:
> Is anyone else experiencing problems with smbd.  I keep getting mails that
> is has segfaulted.
>
> I just tried a re-install (of Etch) and it did the same.
>

Seems to be a problem of a "," appearing at the end of one of the swat 
generated lines.  I removed it, and all is well again

-- 
Alan Chandler
http://www.chandlerfamily.org.uk


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



Re: Debian Sarge screen refresh rate

2006-09-12 Thread Mumia W.

On 09/12/2006 03:07 AM, Rocky Ou wrote:

On 9/6/06, Mumia W. <[EMAIL PROTECTED]> wrote:

On 09/06/2006 02:57 AM, Rocky Ou wrote:
> Hey,
>
> I used dpkg-reconfigure xserver-xfree86 to configure my monitor refresh
> rate
> to Vertical 70-75 and Horizontal 80-85. in /etc/X11/XFConfig86-4 it 
shows
> what I just configured with dpkg-reconfigure. The problem is it 
actually

> does not act that way. The actual refresh rate is far more less. It is
> not a
> laptop and it is not LCD screen. Can any of you help me please? BTW,
> aptitude update and aptitude upgrade does not help neither.
>
> Thanks a lot in advance!
> Rocky
>

Find out the actual refresh rates and plug them into
XF86Config-4. You can probably find this information in your
user manual for the device, or you can check the
manufacturer's or vendor's web site.





I searched the refresh rate for my monitor and it tells me the max
resolution and refresh rate is 1028*1024 I really do not understand
how to convert this into Xserver config.

Below is my xserverconfig file but my monitor is using 1028*768 as
resolution and some bad refresh rate which hurts my eyes.

Can any of you help me please?

-snip begin-

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, 
using

# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades 
*only*

# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically 
updated

# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier"Generic Keyboard"
Driver"keyboard"
Option"CoreKeyboard"
Option"XkbRules""xfree86"
Option"XkbModel""pc104"
Option"XkbLayout""us"
EndSection

Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
Option"CorePointer"
Option"Device""/dev/psaux"
Option"Protocol""ImPS/2"
Option"Emulate3Buttons""true"
Option"ZAxisMapping""4 5"
EndSection
Section "InputDevice"
Identifier"Generic Mouse"
Driver"mouse"
Option"SendCoreEvents""true"
Option"Device""/dev/input/mice"
Option"Protocol""ImPS/2"
Option"Emulate3Buttons""true"
Option"ZAxisMapping""4 5"
EndSection

Section "Device"
Identifier"Generic Video Card"
Driver"vesa"
EndSection

Section "Monitor"
Identifier"TRZ:b32f"
HorizSync65-70
VertRefresh80-85
Option"DPMS"
 Gamma   1.70  1.70  1.70  # created by KGamma
EndSection

Section "Screen"
Identifier"Default Screen"
Device"Generic Video Card"
Monitor"TRZ:b32f"
DefaultDepth24
SubSection "Display"
Depth1
Modes"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth4
Modes"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth8
Modes"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth15
Modes"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth16
Modes"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth24
Modes"800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier"Default Layout"
Screen"Default Screen"
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
InputDevice"Gene

Re: USB rescue/boot disk

2006-09-12 Thread John Hasler
Mike McCarty wrote:
> The use of any *NIX type file system which keeps access dates/times will
> cause wearout very quickly.

celejar writes:
> Can't it be mounted read-only?

Or just noatime.
-- 
John Hasler


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



samba panics

2006-09-12 Thread Alan Chandler
Is anyone else experiencing problems with smbd.  I keep getting mails that is 
has segfaulted.

I just tried a re-install (of Etch) and it did the same.


-- 
Alan Chandler
http://www.chandlerfamily.org.uk


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



Re: debian unstable, stable enough?

2006-09-12 Thread Andrei Popescu
Michelle Konzack <[EMAIL PROTECTED]> wrote:

> Am 2006-09-09 01:30:50, schrieb Andrei Popescu:
> 
> > "(Snapshots of the "testing" and "unstable" distributions are created
> > weekly.)"
> > 
> > But I don't seem to be able to find them anywhere.
> 
> If you go the CD link on the Debian website, there is a link,
> which let you go dirtectly to Testing...
> 
> Note:   The last time I have used a Testing-Netisnatll-CD, it
> gaved me the choice between Stable, Testing and Unstable
> 

Nice, I will try it out as soon as I change my laptop (running sid)

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


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



ISO Creation

2006-09-12 Thread Stephen Yorke
Hey all...
 
I am still trying to get my LIVECD created properly and pretty much have a Beta 
of it.
 
The problem I am having though is with the ISO itself.  I create it with 
MKISOFS and  I can mount and boot it with QEMU but not VMWare or Microsoft 
Virtual Server.
 
Am I doing something wrong?
Is there a different switch which needs to be in place to get it to work with 
the other products?
 
Any suggestions would be great.
-Stephen



Re: USB rescue/boot disk

2006-09-12 Thread celejar

On 9/12/06, Mike McCarty <[EMAIL PROTECTED]> wrote:

celejar wrote:
> On 9/12/06, Ottavio Caruso <[EMAIL PROTECTED]> wrote:
>
>> Mark Coetser wrote@
>>
>> >> http://www.debian-administration.org/articles/179
>>
>> I have an objection to that article.
>> Nothing should be "installed" onto a flash drive.
>> You'd wear out your memory stick in no time.
>>
>> The only elegant solution I have found is Damn Small
>> Linux, but unfortunately the authors refuse to comply
>> to known standards (licence, copyright, package
>> management) so I cannot recommend it.
>>
>> Ottavio Caruso
>
>
> Why will a one time install wear out the key? (The author mentions
> that he isn't making a swap partition for that very reason). What is
> the advantage of DSL in this regard?

The use of any *NIX type file system which keeps access dates/times
will cause wearout very quickly. I've used DSL, and have no idea
why it would be superior in this respect. OTOH, I have not used DSL
from a memory stick.

Mike


Can't it be mounted read-only?

Celejar


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




Re: WiFi Card Drivers

2006-09-12 Thread celejar

On 9/12/06, John Graves <[EMAIL PROTECTED]> wrote:

My laptop is Knoppix and now seems to be a mix of unstable & testing.
Be that as it may, I can't find any drivers for my SMC 2635 WiFi Card.
Can anyone point me to a source of drivers or instructions in how to
contruct a driver for the card.  I am new at this and still learning. I
do appreciate the patience of the group.

--
Regards,

John Graves


linux-wless.passys.nl

Celejar


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




WiFi Card Drivers

2006-09-12 Thread John Graves
My laptop is Knoppix and now seems to be a mix of unstable & testing.  
Be that as it may, I can't find any drivers for my SMC 2635 WiFi Card.  
Can anyone point me to a source of drivers or instructions in how to 
contruct a driver for the card.  I am new at this and still learning. I 
do appreciate the patience of the group.


--
Regards,

John Graves

Dynamic Devices Inc.
781-245-9100
Wakefield, MA
email: [EMAIL PROTECTED]

Converged wired & wireless networks for Data, Voice, & Video.
Firewalls and security products.


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




Re: USB rescue/boot disk

2006-09-12 Thread celejar

On 9/12/06, Ottavio Caruso <[EMAIL PROTECTED]> wrote:

Mark Coetser wrote@

>> http://www.debian-administration.org/articles/179

I have an objection to that article.
Nothing should be "installed" onto a flash drive.
You'd wear out your memory stick in no time.

The only elegant solution I have found is Damn Small
Linux, but unfortunately the authors refuse to comply
to known standards (licence, copyright, package
management) so I cannot recommend it.

Ottavio Caruso


Why will a one time install wear out the key? (The author mentions
that he isn't making a swap partition for that very reason). What is
the advantage of DSL in this regard?

Celejar


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




MRTG does not pick up interface IP addresses one of the hosts

2006-09-12 Thread George Borisov
Hello,

I am monitoring a few firewalls using MRTG.

On all but one of them MRTG is able to pick up the IP address for
 all the interfaces on these machines.

Several of these machines are Debian Sarge boxes (including the
box with the problem.) All of them have an almost identical SNMP
configuration (community, location, support and interface speed
are the only things that have been manually set.)

The question is, therefore, why is MRTG unable to pickup the IP
address information from just this one host, but can do it just
fine for all the others?

When running cfgmaker against the problem machine I can see the
IP addresses in the output, but not in the generated config file.

This is pretty much the limit of my SNMP knowledge. :-(

I also have a test Cacti server here which is also unable to pull
the address information from this one host.

Any ideas?


Thank you in advance,

-- 
George Borisov

DXSolutions Ltd



signature.asc
Description: OpenPGP digital signature


RE: USB rescue/boot disk

2006-09-12 Thread Ottavio Caruso
Mark Coetser wrote@

>> http://www.debian-administration.org/articles/179 

I have an objection to that article.
Nothing should be "installed" onto a flash drive.
You'd wear out your memory stick in no time.

The only elegant solution I have found is Damn Small
Linux, but unfortunately the authors refuse to comply
to known standards (licence, copyright, package
management) so I cannot recommend it.

Ottavio Caruso
--
Please follow up to mailing list!

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


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



Re: aptitude update and pdiff files

2006-09-12 Thread celejar

On 9/12/06, Owen Heisler <[EMAIL PROTECTED]> wrote:

On Tue, 2006-09-12 at 10:12 -0400, celejar wrote:
> On 12 Sep 2006 14:56:11 +0200, Urs Thuermann <[EMAIL PROTECTED]> wrote:
> > For a couple of month I have seen an annoying change in behavior of
> > aptitude update and apt-get update.  Formerly, a couple of package
> > files where downloaded which took a few seconds.  Now I normally see
> > that aptitude update downloads hundreds of files named like
> >
> >Get:282 2006-09-11-1318.15.pdiff [13.3kB]
> >Get:283 2006-09-11-1318.15.pdiff [13.3kB]
> >Get:284 2006-09-11-1318.15.pdiff [34.3kB]
> >Get:285 2006-09-11-1318.15.pdiff [34.3kB]
> >Get:286 2006-09-11-1318.15.pdiff [34.3kB]
> >
> > and this takes quite long.  From the name I guess these are only
> > differences two package files so that less data have to be
> > transferred.  However, the overhead of nearly 300 TCP connections
> > causes this to take *much* longer on some systems than simply
> > downloading the whole package file.
>
> I've been bitten by this also. They recently upgraded apt to download
> diffs instead of the entire package list each time. I suppose if one
> does apt-get update every day the new system is more efficient, but on
> my dialup system where I only update when I need to install something
> new, I have the same issue as you.

Perhaps for your dialup connection this is worse, but for one I have it
is better.  I would much much rather download 10 files that are 30kB
each than the single package list that is 4MB.  If only there weren't so
many pdiff files to download sometimes...


Well, that's exactly the problem. If one doesn't update daily, there
can be quite a few pdiffs to download.

Celejar


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




Re: aptitude update and pdiff files

2006-09-12 Thread Owen Heisler
On Tue, 2006-09-12 at 10:12 -0400, celejar wrote:
> On 12 Sep 2006 14:56:11 +0200, Urs Thuermann <[EMAIL PROTECTED]> wrote:
> > For a couple of month I have seen an annoying change in behavior of
> > aptitude update and apt-get update.  Formerly, a couple of package
> > files where downloaded which took a few seconds.  Now I normally see
> > that aptitude update downloads hundreds of files named like
> >
> >Get:282 2006-09-11-1318.15.pdiff [13.3kB]
> >Get:283 2006-09-11-1318.15.pdiff [13.3kB]
> >Get:284 2006-09-11-1318.15.pdiff [34.3kB]
> >Get:285 2006-09-11-1318.15.pdiff [34.3kB]
> >Get:286 2006-09-11-1318.15.pdiff [34.3kB]
> >
> > and this takes quite long.  From the name I guess these are only
> > differences two package files so that less data have to be
> > transferred.  However, the overhead of nearly 300 TCP connections
> > causes this to take *much* longer on some systems than simply
> > downloading the whole package file.
> 
> I've been bitten by this also. They recently upgraded apt to download
> diffs instead of the entire package list each time. I suppose if one
> does apt-get update every day the new system is more efficient, but on
> my dialup system where I only update when I need to install something
> new, I have the same issue as you.

Perhaps for your dialup connection this is worse, but for one I have it
is better.  I would much much rather download 10 files that are 30kB
each than the single package list that is 4MB.  If only there weren't so
many pdiff files to download sometimes...


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



Re: debian unstable, stable enough?

2006-09-12 Thread Michelle Konzack
Am 2006-09-09 01:30:50, schrieb Andrei Popescu:

> "(Snapshots of the "testing" and "unstable" distributions are created
> weekly.)"
> 
> But I don't seem to be able to find them anywhere.

If you go the CD link on the Debian website, there is a link,
which let you go dirtectly to Testing...

Note:   The last time I have used a Testing-Netisnatll-CD, it
gaved me the choice between Stable, Testing and Unstable

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


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



Mouse Problem with kernel 2.6.x

2006-09-12 Thread ferrangu z
 Got a strange Problem. The lights of my optical mouse just shuts of while just booting into kernel 2.6.x, and it stops working. The mouse works fine in 2.4.x kernels.   


Re: New Intel-board / MMCONFIG-Error

2006-09-12 Thread Kevin Mark
On Tue, Sep 12, 2006 at 12:06:45PM +0200, Michael Schröder wrote:
> Hi,
> 
> I have a new Intel-board DG965SS with 965-Chipset and want to install a 
> fresh Debian Sarge, but my computer won't.
> 
> Some tests:
> 
> a) after booting the sarge netinst-cd the installation ends with no 
> cdrom-drive found
> b) same with grml-0.8
> c) suse doesn't recognize anything of the hardware:(
> d) ubuntu with self-made kernel (2.6.17.13) breaks after loading grub with
> 
> > PCI: BIOS Bug: MCFG area at f000 is not E820-reserverd
> > PCI: Not using MMCONFIG
> 
> Does anyone has experienced these error and got a solution for me and 
> the rest of world?
> 
> Thanks & regards, Michael.
Hi Michael,
does this use SATA? If so, have you tried changing to PATA?
any other details about the board? Would you try to replace the cdrom
drive to see if that helps? Maybe you need to modprobe in the middle of
the installer to have it recognize the cdrom? have you been able to use
Knoppix, grml, ubuntu or suse livecd's? If so, have you tried to use
debootstrap or dbootstrap (I forget which) to install(its in the Debian
Reference in PDF on the website)?
cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: external hard-disk enclosure advice?

2006-09-12 Thread Miles Bader
Stefan Monnier <[EMAIL PROTECTED]> writes:
> You may want to check out some of the network-attached-storage solutions.
> ASUS and Linksys have pretty cheap ones (not much more expensive than an
> external USB/firewire box) and it does give you a lot of extra flexibility.

Hmmm, I wanna use it as my main disk though (e.g. lots of compiling), so
I don't want anything as slow as NFS, for instance (I sometimes compile
stuff in NFS mounted trees at work, and man, it's _painful_)...

Now that SATAe is starting to be supported, I'm thinking maybe it's
worth getting a SATAe enclosure and a PCI SATAe card for my current PC
-- if nothing else the enclosure should be pretty cheap (since it would
require almost nothing in the way of interface electronics), and as fast
as the disk itself.

Thanks,

-Miles

-- 
If you can't beat them, arrange to have them beaten.  [George Carlin]


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



Re: aptitude update and pdiff files

2006-09-12 Thread celejar

On 12 Sep 2006 14:56:11 +0200, Urs Thuermann <[EMAIL PROTECTED]> wrote:

For a couple of month I have seen an annoying change in behavior of
aptitude update and apt-get update.  Formerly, a couple of package
files where downloaded which took a few seconds.  Now I normally see
that aptitude update downloads hundreds of files named like

   Get:282 2006-09-11-1318.15.pdiff [13.3kB]
   Get:283 2006-09-11-1318.15.pdiff [13.3kB]
   Get:284 2006-09-11-1318.15.pdiff [34.3kB]
   Get:285 2006-09-11-1318.15.pdiff [34.3kB]
   Get:286 2006-09-11-1318.15.pdiff [34.3kB]

and this takes quite long.  From the name I guess these are only
differences two package files so that less data have to be
transferred.  However, the overhead of nearly 300 TCP connections
causes this to take *much* longer on some systems than simply
downloading the whole package file.

urs


I've been bitten by this also. They recently upgraded apt to download
diffs instead of the entire package list each time. I suppose if one
does apt-get update every day the new system is more efficient, but on
my dialup system where I only update when I need to install something
new, I have the same issue as you.

Celejar


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




Re: USB rescue/boot disk

2006-09-12 Thread Thierry Chatelet

nor wrote:

http://linuxmobile.sourceforge.net/

Joost Kraaijeveld escribió:

Hi ,

I want a bootable USB stick that will boot any machine that allows me to
boot from USB: a Debian Live USB (and not CD). I have found a howto on
the internet (http://feraga.com/) but that one does not seem to work for
me.

Is it actually possible to create an USB rescue/boot disk that contains
a Debian Etch AMD64  or i386 based installation? Is there an image
available somewhere (as the Debian Live Project does not have such an
image (yet?) )?


  



From this location, you can make an installation:rescue usb stick for 
x86 or amb64



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




Re: USB rescue/boot disk

2006-09-12 Thread nor

http://linuxmobile.sourceforge.net/

Joost Kraaijeveld escribió:

Hi ,

I want a bootable USB stick that will boot any machine that allows me to
boot from USB: a Debian Live USB (and not CD). I have found a howto on
the internet (http://feraga.com/) but that one does not seem to work for
me.

Is it actually possible to create an USB rescue/boot disk that contains
a Debian Etch AMD64  or i386 based installation? Is there an image
available somewhere (as the Debian Live Project does not have such an
image (yet?) )?


  



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




aptitude update and pdiff files

2006-09-12 Thread Urs Thuermann
For a couple of month I have seen an annoying change in behavior of
aptitude update and apt-get update.  Formerly, a couple of package
files where downloaded which took a few seconds.  Now I normally see
that aptitude update downloads hundreds of files named like 

Get:282 2006-09-11-1318.15.pdiff [13.3kB]
Get:283 2006-09-11-1318.15.pdiff [13.3kB]
Get:284 2006-09-11-1318.15.pdiff [34.3kB]
Get:285 2006-09-11-1318.15.pdiff [34.3kB]
Get:286 2006-09-11-1318.15.pdiff [34.3kB]

and this takes quite long.  From the name I guess these are only
differences two package files so that less data have to be
transferred.  However, the overhead of nearly 300 TCP connections
causes this to take *much* longer on some systems than simply
downloading the whole package file.

urs


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



Livu Akvaparks

2006-09-12 Thread Tanner
Title: Livu Akvaparks









 

 

No
22 septembra Līvu Akvaparkā tiks pabeigti profilaktiskie darbi un
tiks atvērtas durvis saviem apmeklētājiem. Sakarā ar

šo darbosies kolosālas atlaides. Tagad :

 

ģimenes
biļete (2 pieaugušie + 2 bērni) uz 6
stundām tikai 9 LS.

4 pieaugušiem uz 6 stundam
tikai 10 LS (2,5LS par cilvēku).

 

Sīkāka informācija par cenām uz
atrakcioniem www.akvaparks.lv .






Re: new kernel crashes

2006-09-12 Thread Zbynek Michl

On Tue, 12 Sep 2006, BeLioN BeLioN wrote:


Hello,

I have just update my Debian Etch system. One of the packages upgraded
is the kernel (I think that it upgraded from 2.6.15 to 2.6.16), but
the new kernel does not start any more. It just hangs when loading the
module usbhid .
I have searched in the Internet, and did not find anything similar.
Does anybody know the reason or a solution?



Hi,

I have had a similar problem with Debian distribution kernels 2.6.16 and 
2.6.17, but it crashed when I rebooted (it has been when unloading usb 
modules from a kernel, I think). So I have tried vanilla kernel (from 
kernel.org) 2.6.16.28 and it works fine.


Zbynek


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




Powerware Prestige 3000

2006-09-12 Thread julian
Hi All,

Has any one installed a PowerWare Prestige 3000 on their debian system? I
have tried google but it is a dead end. Is any one able to point me the
right direction?

Many thanks in advance,

Julian De Marchi

http://hosting.jdcomputers.com.au


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



new kernel crashes

2006-09-12 Thread BeLioN BeLioN

Hello,

I have just update my Debian Etch system. One of the packages upgraded
is the kernel (I think that it upgraded from 2.6.15 to 2.6.16), but
the new kernel does not start any more. It just hangs when loading the
module usbhid .
I have searched in the Internet, and did not find anything similar.
Does anybody know the reason or a solution?

Thank you


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




RE: debian-user-digest Digest V2006 #1975

2006-09-12 Thread Vijith C



unsubscribe
 
Thanks and regards
Vijith.C
Mphasis Technologies Ltd.
 


From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, 
September 12, 2006 3:51 PMTo: 
[EMAIL PROTECTED]Subject: debian-user-digest Digest 
V2006 #1975



Re: Lost on new insatallation

2006-09-12 Thread Wouter Verhelst
Note, you should really have sent this to debian-user@lists.debian.org,
our user support mailinglist. I Cc'ed them, please replies (if any)
there.

On Mon, Sep 11, 2006 at 08:27:52PM -0700, Sam Franc wrote:
> I just bought Debian 3.1 i386 Rel R2.
> I know absolutely nothing about Linux.
> I have been a MS user for 20? years.
> Never used a password with MS.
> Just booted right up.
> Now with Debian I am Password bolluxed up.
> Installation insisted on a password a couple of times.
> I don't even know the terms but I guess it asked for a password for ROOT 
> and USER.

That's correct.

> I think I need a text book to read up on the terms.
> I bought "LINUX from Scratch" By Gerard Beekmans.
> But that is no help at all to me.
> They problem to start is I can't even get booted up.
> I run through a couple of password requests.
> I don't know if they are user or root.
> After many trials I can get past them and the following shows up:
> [EMAIL PROTECTED]:~$_

That means it worked (note that it's probably in lowercase, not
uppercase)

> I have no idea what to enter here or what it is?

You've reached the "shell", which is the basic user interface of a Linux
system. Your system is fully functional, although I suppose it's not
doing what you expected it to do :-)

If you would like to have a graphical user interface, then what you
should've done is install the "desktop" task when prompted; this will
give you the required components to do this.

It's not too late to do that now. The easiest way to get there is if you
install the packages "mdetect" and "read-edid", and then install the
desktop task. You can do this as follows:

* Log on as the "root" user, with the root password you entered. Note
  that Linux is case-sensitive; everything should be entered in
  lowercase.
* Install the two packages; run "apt-get install read-edid mdetect"
  (without the quotes)
* Run "tasksel" (without the quotes), and select the desktop task.
  Confirm your choice; when prompted, allow the system to autodetect
  your hardware.

The installation should now work, and give you a graphical UI. If the
above procedure does not work, or you find it impossible to understand
somehow, I recommand you just reinstall; there are other ways to fix
your installation, but if you do not understand the system, a reinstall
is often the easiest way to fix the system.

> PS:I just want to get Debian installed from the DVD.
> I can't depend on downloading anything as I get only 26.4 on a regular 
> basis and that cuts out on me.

That should not be necessary, at least not for the initial installation.

-- 
Fun will now commence
  -- Seven Of Nine, "Ashes to Ashes", stardate 53679.4


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



Re: Probleme apache en local

2006-09-12 Thread Kim Christensen
* Olivier Durand <[EMAIL PROTECTED]> [2006-09-12 10:38:29 +0200]:

> Bonjour à tous, depuis une semaine, impossible de me connecter à mon 
> site en local. J'ai ce message !!!
> 
> Message APACHE :
> Starting apache 1.3 web server ... php warning :
> mime_magic:type regex BEGIN [ :space:]]*[{] application/x-awk invalid in 
> unknown on line 0
> 
> Merci de m'aider !

Please post your messages in english on this list, or subscribe to 
http://lists.debian.org/debian-user-french/ instead!

-- 
Kim Christensen
"People were always asking me if I knew Tyler Durden"


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



Re: SSHD, why wouldn't it be part of the install.

2006-09-12 Thread Adrian Midgley
Paul Johnson wrote:
> On Monday 11 September 2006 12:14, Chuck Payne wrote:
>
>   
>> When I got home I did a locate, which, and whereis and   strange, I can see
>> ssh, but no sshd. So I did an apt-get install, and WOW! No package can be
>> found. So what am I do?
>> 
>
>   
apt-cache search ssh
and then
> Try the full package name.  Openssh works great.
>
>   



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



New Intel-board / MMCONFIG-Error

2006-09-12 Thread Michael Schröder

Hi,

I have a new Intel-board DG965SS with 965-Chipset and want to install a 
fresh Debian Sarge, but my computer won't.


Some tests:

a) after booting the sarge netinst-cd the installation ends with no 
cdrom-drive found

b) same with grml-0.8
c) suse doesn't recognize anything of the hardware:(
d) ubuntu with self-made kernel (2.6.17.13) breaks after loading grub with

> PCI: BIOS Bug: MCFG area at f000 is not E820-reserverd
> PCI: Not using MMCONFIG

Does anyone has experienced these error and got a solution for me and 
the rest of world?


Thanks & regards, Michael.



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




Re: esound locking sound

2006-09-12 Thread Yuwen Dai
Esound grabs /dev/dsp to manage it, so you can hear sounds fromdifferent apps concurrently.  For example, hear warning or alert sounds
while playing mp3s or videos.On sarge, for ogg123, you'll need to put this in  /etc/libao.conf or~/.libao:default_driver=esdThat works for me.  See man libao.conf .I wouldn't know about the games.  For xmms, Options -> preferences,
eSound.  For mplayer, ~/.mplayer/config , add:  ao=esd .For flash, I needed to add this link:sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1I never found this info in one place!  Hope this is helpful.
Yes. Some sound applications have options to use esd, i.e., mplayer.  Some don't have. In such case, you have to kill the esd.  That's life :-)Dai Yuwen 
Regards,Ralph--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]


Re: USB rescue/boot disk

2006-09-12 Thread Helge Hafting

Joost Kraaijeveld wrote:

Hi ,

I want a bootable USB stick that will boot any machine that allows me to
boot from USB: a Debian Live USB (and not CD). I have found a howto on
the internet (http://feraga.com/) but that one does not seem to work for
me.

Is it actually possible to create an USB rescue/boot disk that contains
a Debian Etch AMD64  or i386 based installation? Is there an image
available somewhere (as the Debian Live Project does not have such an
image (yet?) )?
  

Just about any live/rescue CD/diskette with usb support should
do the trick, I think. Knoppix, for example?
Of course some USB sticks are smaller than a
full CD, in which case you go for one of the smaller rescue/live CDs.
DSL is 50MB, for example.

Helge Hafting


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




Re: iptables not logging via syslog-ng

2006-09-12 Thread Justin Piszcz

Yeah, my guess is you don't have the ulogd support in the kernel.

On Mon, 11 Sep 2006, Justin F. Knotzke wrote:


 Thanks Justin again for the reply..

 Here is what I have:

justin:/var/log/ulog# cat /etc/ulogd.conf
nlgroup 6
logfile /var/log/ulog/ulogd.log
loglevel 1
rmem 131071
bufsize 15
syslogfile /var/log/ulog/syslogemu.log
syslogsync 1
plugin /usr/lib/ulogd/ulogd_LOGEMU.so

 Here are my firewall rules for logging:

 ${IPTABLES} -t filter -A ULDROP -p tcp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LDROP_TCP
  ${IPTABLES} -t filter -A ULDROP -p udp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LDROP_UDP
  ${IPTABLES} -t filter -A ULDROP -p icmp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LDROP_ICMP
  ${IPTABLES} -t filter -A ULDROP -f -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LDROP_FRAG
  ${IPTABLES} -t filter -A ULDROP -j DROP
  echo -n "ULDROP "

  ${IPTABLES} -t filter -A ULREJECT -p tcp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LREJECT_TCP
  ${IPTABLES} -t filter -A ULREJECT -p udp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LREJECT_UDP
  ${IPTABLES} -t filter -A ULREJECT -p icmp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LREJECT_UDP
  ${IPTABLES} -t filter -A ULREJECT -f -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LREJECT_FRAG
  ${IPTABLES} -t filter -A ULREJECT -j REJECT
  echo -n "ULREJECT "

  ${IPTABLES} -t filter -A ULTREJECT -p tcp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LTREJECT_TCP
  ${IPTABLES} -t filter -A ULTREJECT -p udp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LTREJECT_UDP
  ${IPTABLES} -t filter -A ULTREJECT -p icmp -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LTREJECT_ICMP
  ${IPTABLES} -t filter -A ULTREJECT -f -m limit --limit
${LOG_FLOOD} -j ULOG --ulog-nlgroup 6 --ulog-prefix LTREJECT_FRAG
  ${IPTABLES} -t filter -A ULTREJECT -p tcp -j REJECT
--reject-with tcp-reset
  ${IPTABLES} -t filter -A ULTREJECT -p udp -j REJECT
--reject-with icmp-port-unreachable
  ${IPTABLES} -t filter -A ULTREJECT -p icmp -j DROP
  ${IPTABLES} -t filter -A ULTREJECT -j REJECT


 Nothing ever gets logged to /var/log/ulog/syslogemu.log

 Thanks

 J



--
Justin F. Knotzke
[EMAIL PROTECTED]
http://www.shampoo.ca


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





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




Re: invoke thunderbird and firefox when gnome starts

2006-09-12 Thread Yuwen Dai
>You can try starting gnome-settings-manager before firefox and>thunderbird (or was it gnome-settings-daemon? I don't remember, but I'm
>sure that you can see which one exists on your system), which does>things like load font configuration for apps if its started.>>You can also add firefox and thunderbird to the session, there is a
>session manager somewhere in the menues in gnome, which has a tab where>you can add auto-starting apps.On my gnome desktop, the session manager comes up from the"Desktop->Preferences->Sessions".  The "Startup Programs" Tab might be
what you're looking for.  Cheers.Thanks.  Both of you are correct.  "Desktop->Preferences->Sessions" will run gnome-session-properties. I add thunderbird to it so that fonts settings are satisfying.
Best regards,Dai Yuwen --SincerelyJose Alburquerque



Re: Probleme apache en local

2006-09-12 Thread Steve Duncan
J'ai trouve ceci par google. Peut-etre c'est la probleme.

http://lists.alioth.debian.org/pipermail/pkg-php-maint/2006-April/000671.html



--- Olivier Durand <[EMAIL PROTECTED]> wrote:
> Bonjour à tous, depuis une semaine, impossible de me connecter à mon 
> site en local. J'ai ce message !!!
> 
> Message APACHE :
> Starting apache 1.3 web server ... php warning :
> mime_magic:type regex BEGIN [ :space:]]*[{] application/x-awk invalid in 
> unknown on line 0
> 
> Merci de m'aider !

__
Stops spam 100% for your email accounts or you get paid. http://www.cashette.com



Re: eth config for pppoe interface

2006-09-12 Thread Jörg-Volker Peetz
You even don'nt need two network cards. You can connect your ADSL-modem
to a ethernet switch or hub and your PC (one or more) also to this LAN.
You connect the modem to one of these PC by starting pppoe on it. If the
PC is configured as router other PC on the LAN can use this PC as
gateway (and firewall) to the WAN.

Regards,
Jörg-Volker.


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



Re: trouble with an old Packard Bell monitor and an ATI mach64 card

2006-09-12 Thread Hans du Plooy
On Mon, 2006-09-11 at 18:52 -0700, Alex Gould wrote:
> Hi, I'm trying to install Sarge as a lightweight X desktop (fluxbox an
> a few programs) on a HP pavilion 6355. It has an ATI mach64 video card

As far as I know you need to use the gatos drivers for the Mach64 cards.

Hans


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



Re: inetd or xinetd

2006-09-12 Thread Jörg-Volker Peetz
If the file "/etc/inetd.conf" contains only comment or empty lines, with
the package "openbsd-inetd" installed inetd is not started at boot-up.

Regards,
Jörg-Volker.


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



Probleme apache en local

2006-09-12 Thread Olivier Durand
Bonjour à tous, depuis une semaine, impossible de me connecter à mon 
site en local. J'ai ce message !!!


Message APACHE :
Starting apache 1.3 web server ... php warning :
mime_magic:type regex BEGIN [ :space:]]*[{] application/x-awk invalid in 
unknown on line 0


Merci de m'aider !



[OT] Re: external hard-disk enclosure advice?

2006-09-12 Thread Kim Christensen
* Stefan Monnier <[EMAIL PROTECTED]> [2006-09-11 11:26:07 -0400]:
>
> Performancewise, it's probably not going to be as good as firewire (not sure
> about USB2).  Also be super-extra careful to get a box that runs some Linux
> kernel firmware so you can get it integrated with your Linux environment
> (you can even install Debian on it).  I use a similar setup here and am
> pretty happy with it: my NAS is just a generic server
> http/print/ntp/mpd/... with the advantage that it's small and quiet.

Just out of curiosity, and slightly OT, may I ask what hardware you are using? 
I am thinking about changing my current 7-disk jet airplane of a NAS to a
smaller one with external USB disks, to eliminate the noise level but still 
let the server function as something more than file storage. 

-- 
Kim Christensen
"I am Jack's smirking revenge."


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



Odp: Re: is it possible to create a black box with debian?

2006-09-12 Thread Zbigniew Wiech

Hi,

Do I understand well, this blacbox would
act as a private http server located near end customer ?

Why not set a real website, with cheap
internet access and "thin" discless client in untrusted location
?

regards
zbigniew


On Mon, Sep 11, 2006 at 02:52:19PM +, enediel
gonzalez wrote:
> Hello:
>
> I looking for information how to create a black box with debian to
be able
> to put a system on untrusted locations.
>
> This system contains a web site as the only interface for the local
users,
> and ssh as the only way for the remote administration.
>
> Locally, the server could be turned off, and restarted, consider the
case
> that it's necessary to change the ups, etc.
>
> I need to protect the server against the case that somebody makes
a disk
> image, and later on can investigate what it's contained on it.
>
> I found information about filesystems encryption, but in this scenario
> somebody locally should have access in some way to key, I wanted to
avoid
> that, so the server could restart having somewhere encrypted all the
> necessary information to start.
>
> For local users is should be a real black box.
>
> Thanks in advance for any help, suggestion,. etc.
>


Re: Odp: Tough experiments with sound in Debian.Help still appreciated.

2006-09-12 Thread Ismael Valladolid Torres
Zbigniew Wiech escribe:
> I had the same problem - check the connection (thin 2 or 3 pin wire 
> connecting devices) between CD-ROM and sound card. 

In any mature enough CD playing application audio should be extracted
digitally with no need of a physical connection. Otherwise it's too
"old skool".

Cordially, Ismael
-- 
Ismael Valladolid Torres   "Il est vain de pleurer sur l'esprit, il suffit
de travailler pour lui." Albert Camus
http://digitrazos.info/
http://lamediahostia.blogspot.com/  OpenPGP key ID: 0xDE721AF4


signature.asc
Description: Digital signature


Re: inetd or xinetd

2006-09-12 Thread Matus UHLAR - fantomas
On 11.09.06 19:51, Andrei Popescu wrote:
> But I wonder why netbase depends on inetd.

because many packages depending on netbase depends on it because of inetd
(inetd was some time ago in netbase). See:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=154441;archive=yes

However they imho should not depend on it. Maybe debian should introduce
pseudo-packages like internet-superserver or maybe tcp-superserver and
udp-superserver (for things like couriertcpd or tcpserver that only provide
tcp superserver)

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
You have the right to remain silent. Anything you say will be misquoted,
then used against you. 


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



Re: How to list all the non-free packages installed

2006-09-12 Thread Jörg-Volker Peetz
Stefan Monnier wrote:
> Every once in a while I need to install a non-free package, so my system
> does have some non-free packages installed.  What command can I use to find
> out what packages are those (so I can remove them or replace them with free
> alternatives)?

"aptitude" is another choice:

aptitude search ~i~snon-free

> 
> Similarly for packages from `unstable, or `experimental'?
> 

aptitude search ~i~Aunstable

aptitude search ~i~Aexperimental

Regards,
Jörg-Volker.


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



Kmail new account created - keeps asking password

2006-09-12 Thread M-L
I had occasion to create an extra, new account in Kmail, and at every boot, or 
every time that Kmail is shut down, then restarted, it asks me for the 
password of that new account.

I am using Kwallet, and that might be the problem. Has anyone any idea where I 
might find a fix for this? I have never used Kwallet in the past.

TIA
Charlie
-- 
Registered Linux User:- 329524
+++
The eye is the jewel of the body. .Henry David 
Thoreau

>>>
Linux Debian Etch


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