[stable] OpenGL problem:bay trail

2014-11-20 Thread dE

Hi.

I've a bay trail processor with HD graphics.

I've enabled hardware Firefox hardware acceleration (downloaded from 
Mozilla) but it's extremely slow; not at par to this graphics chip.


Even the GTK UI and scrolling is slow at 1024x768 resolution.

I thought this was an upstream problem, but it works fine with Fedora 20 
which uses 3.15 kernel.


I'm using backproted 3.16 kernel.

Any suggestions/hints?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/546e144a.6060...@gmail.com



Re: USB problem, hardware issue?

2014-11-20 Thread dE

On 11/21/14 01:54, Joel Roth wrote:

Dear List,

I started noticing a delay between when I start moving the
mouse on my T410 (running sid), and when the cursor actually
starts to move. I replaced the mouse, but it didn't help.

Now I am noticing that when I've left the USB keyboard idle,
the first keystroke or two is lost.

I also experienced journal I/O errors on  NTFS partitions on
USB connected disks, and difficulties with ext4 partitions
under loads of many concurrent reads and writes.

Together I'm considering these may be symptoms of hardware issues.
Does anyone have experience with this?

thanks,



Anything in dmesg?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/546eb373.9050...@gmail.com



Re: [stable] OpenGL problem:bay trail

2014-11-20 Thread dE

On 11/20/14 22:00, Dan Ritter wrote:

On Thu, Nov 20, 2014 at 09:48:18PM +0530, dE wrote:

Hi.

I've a bay trail processor with HD graphics.

I've enabled hardware Firefox hardware acceleration (downloaded from
Mozilla) but it's extremely slow; not at par to this graphics chip.

Even the GTK UI and scrolling is slow at 1024x768 resolution.

I thought this was an upstream problem, but it works fine with
Fedora 20 which uses 3.15 kernel.

I'm using backproted 3.16 kernel.

Any suggestions/hints?

Bay Trail graphics aren't well-supported without a very recent
X server: see
https://01.org/linuxgraphics/downloads/2014/2014q2-intel-graphics-stack-release

Even the one in wheezy-backports:
xserver-xorg-video-intel 2:2.21.15-2~bpo70+1

is probably not going to be particularly fast. But it's your
best hope.

-dsr-


No, it doesn't work well. I can confirm.

I'll request a backport for whatever stable packages are available.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/546eb5a2.4000...@gmail.com



Re: USB problem, hardware issue?

2014-11-20 Thread dE

On 11/21/14 09:41, Joel Roth wrote:

On Fri, Nov 21, 2014 at 09:07:23AM +0530, dE wrote:

On 11/21/14 01:54, Joel Roth wrote:

Dear List,

I started noticing a delay between when I start moving the
mouse on my T410 (running sid), and when the cursor actually
starts to move. I replaced the mouse, but it didn't help.

Now I am noticing that when I've left the USB keyboard idle,
the first keystroke or two is lost.

I also experienced journal I/O errors on  NTFS partitions on
USB connected disks, and difficulties with ext4 partitions
under loads of many concurrent reads and writes.

Together I'm considering these may be symptoms of hardware issues.
Does anyone have experience with this?

thanks,


Anything in dmesg?

That's a good reminder. I didn't see anything when I did
check.

thanks,
  



lsmod has USB 2.0 drivers loaded?

Chances are udev is loading the wrong kernel modules. Compare output of 
lspci -k from the livecd with with your running Debian system.


Also update your initramfs with update-initramfs -u.


Custom /etc/kernel scripts not working.

2014-11-21 Thread dE
I've certain scripts placed in /etc/kernel post*.d to update the kernel 
and init in the efi system partition.


This's the script --

#! /bin/bash

cp -Lf /vmlinuz /efi/linux.efi
cp -Lf /initrd.img /efi

I tried echoing somthing and it did not produce any output.

The file is world and user executable/readable and owned by root.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/546ef6ea.2020...@gmail.com



Re: Custom /etc/kernel scripts not working.

2014-11-21 Thread dE

On 11/21/14 14:37, Scott Ferguson wrote:

On 21/11/14 19:25, dE wrote:

I've certain scripts placed in /etc/kernel post*.d to update the kernel
and init in the efi system partition.

This's the script --

#! /bin/bash

cp -Lf /vmlinuz /efi/linux.efi
cp -Lf /initrd.img /efi

I tried echoing somthing and it did not produce any output.

The file is world and user executable/readable and owned by root.



Not an answer - just curious.

Did you try:-
run-parts --test


Kind regards




I read the run-parts man page. The problem was with the script's name.

Thanks for the hint.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/546f6f61.1070...@gmail.com



Re: Headless server just got suspended by updating systemd

2014-11-25 Thread dE

On 11/24/14 04:06, Patrick Wiseman wrote:

I am NOT starting another flamewar about systemd, but I was just
upgrading a headless system (an old T61p laptop which has no
functioning screen any more but which otherwise runs well and which I
use as an internal webserver) by running aptitude in an ssh session.
All went well until udev got upgraded, when I lost contact with the
server and could not ping it.

Looking at the laptop, I noticed that the suspend indicator was on,
even though I have had power management ignore the lid switch. I
opened the lid and it resumed. I was able again to ping and ssh into
the server. However, 'w' told me that the machine had been up for 85
days, which meant it was time to reboot. I did that - it took a VERY
long time to come back up, compared with how quickly it used to reboot
- but when I closed the lid, it suspended again.

It turns out that logind, a piece of systemd, has taken over power
management by default. Editing /etc/systemd/logind.conf so that it
contains "HandleLidSwitch=ignore" and restarting logind (with 'sudo
systemctl restart systemd-logind')[1] has corrected the problem.

My situation is probably rather unusual and so others may not run into
the same problem, but just in case, this information may help.

Patrick
  [1]See 
http://unix.stackexchange.com/questions/52643/how-to-disable-auto-suspend-when-i-close-laptop-lid,
which I found by Googling.




Lessons learned -- Never upgrade to Jessie. Do a fresh install instead.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54754082.7070...@gmail.com



Scanner only does partial scans

2014-05-03 Thread dE

Hello everyone!

This Wheezy upgrade resulted in my scanner failing, the AIO only does 
partial scans after which it stops receiving data from the scanner.


The following is printed in syslog --

May  3 22:44:27 FOSSTS kernel: [ 1250.217183] usblp0: removed
May  3 22:44:27 FOSSTS kernel: [ 1250.217432] Did not find alt setting 1 
for intf 0, config 1
May  3 22:44:27 FOSSTS kernel: [ 1250.217905] Did not find alt setting 1 
for intf 0, config 1
May  3 22:44:31 FOSSTS scanimage: io/hpmud/dot4.c 231: unable to read 
Dot4ReverseReply header: No data available bytesRead=3
May  3 22:44:31 FOSSTS scanimage: io/hpmud/dot4.c 319: invalid 
DOT4InitReply retrying command...
May  3 22:44:31 FOSSTS colord-sane: io/hpmud/musb.c 2066: Invalid 
usb_open: Permission denied
May  3 22:45:32 FOSSTS scanimage: io/hpmud/dot4.c 572: unable to read 
Dot4ReverseData: Inappropriate ioctl for device

May  3 22:45:32 FOSSTS scanimage: invalid mfpdtf fixed header datatype=32
May  3 22:45:32 FOSSTS scanimage: ipConvert error=20
May  3 22:45:34 FOSSTS scanimage: sane_hpaio_cancel: already cancelled!
May  3 22:46:10 FOSSTS dbus[2431]: [system] Activating service 
name='org.freedesktop.PackageKit' (using servicehelper)
May  3 22:46:10 FOSSTS dbus[2431]: [system] Successfully activated 
service 'org.freedesktop.PackageKit'

May  3 22:48:27 FOSSTS AptDaemon: INFO: Quitting due to inactivity
May  3 22:48:27 FOSSTS AptDaemon: INFO: Quitting was requested
May  3 22:49:44 FOSSTS kernel: [ 1568.062329] Did not find alt setting 1 
for intf 0, config 1
May  3 22:49:44 FOSSTS kernel: [ 1568.062694] Did not find alt setting 1 
for intf 0, config 1
May  3 22:50:33 FOSSTS scanimage: io/hpmud/dot4.c 172: unable to read 
Dot4ReverseCmd header: Success
May  3 22:50:33 FOSSTS scanimage: io/hpmud/musb.c 1933: invalid 
Dot4Credit from peripheral
May  3 22:51:18 FOSSTS scanimage: io/hpmud/dot4.c 172: unable to read 
Dot4ReverseCmd header: Success
May  3 22:51:18 FOSSTS scanimage: io/hpmud/musb.c 1933: invalid 
Dot4Credit from peripheral
May  3 22:52:03 FOSSTS scanimage: io/hpmud/dot4.c 172: unable to read 
Dot4ReverseCmd header: Invalid argument
May  3 22:52:03 FOSSTS scanimage: io/hpmud/musb.c 1933: invalid 
Dot4Credit from peripheral
May  3 22:52:48 FOSSTS scanimage: io/hpmud/dot4.c 172: unable to read 
Dot4ReverseCmd header: Invalid argument
May  3 22:52:48 FOSSTS scanimage: io/hpmud/musb.c 1933: invalid 
Dot4Credit from peripheral
May  3 22:53:33 FOSSTS scanimage: io/hpmud/dot4.c 172: unable to read 
Dot4ReverseCmd header: Invalid argument
May  3 22:53:33 FOSSTS scanimage: io/hpmud/musb.c 1933: invalid 
Dot4Credit from peripheral


Trying it out in older versions of Debian works.

Tested using scanimage.

Thanks!


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/536538b8@gmail.com



Tolles Angebot!

2007-07-09 Thread xbreeze . de
!!!KEIN SPAM!!!


Hallo,

Man hört viel über Gratis Handys usw., aber bei dieser Adresse funktioniert es 
wirklich und es kostet Dich gerade mal 9,95Euro! Ich will niemanden etwas 
andrehen! Bei mir hat es funktioniert und ich bin jetzt schon an meinem zweiten 
Handy dran! :-) Also mach mit - es lohnt sich wirklich!

http://handys.freetoy.de/?cid=10954

Mit freundlichen Grüßen


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



Re: Which version

2006-12-12 Thread De Served
On Tue, 2006-12-12 at 20:08 -0500, Kevin Mark wrote:
> On Tue, Dec 12, 2006 at 09:53:16PM +0200, Justin Hartman wrote:
> > Hi Guys
> > 
> > For sake of not repeating the same topics in this thread I will start
> > off by saying that I am also a recent convert to Debian Testing PPC
> > from Ubuntu 6.10. My primary motivation for moving to Debian was as a
> > result of a recent decision by Canonical to drop support for PPC as of
> > the end of version 6.10.
> > 
> > I invested a lot of time and resources in getting my Ubuntu system
> > 'stable' only to discover that my life cycle with Ubuntu would in fact
> > not last very long and this was a hugely disappointing factor for me.
> > >From a ethical point of view this made me realise that as long as any
> > company is behind any kind of distro the only thing that will
> > ultimately matter is the companies bottom-line and not the end user.
> > 
> > I figured it would be wise to terminate my relationship with Ubuntu
> > immediately, rather than later, and start the lengthy process of
> > migrating everything over to Etch.
> > 
> Hi Justin,
> As an owner of a ppc, I have no problem with Canonical dropping support
> for PPC macs, they are a company focused on the desktop, which is why
> they initially supported PPC macs. Once that market no longer was to be
> supported, they had little choice, as they have limited resources to
> further their goal to bring users to the linux desktop. Luckily the PPC
> platform has some life left in the embedded market and to a lesser
> extent the PPC mac users. And with the recent 'vancouver' document that
> was added as a new release standard from etch and forwards, some of the
> architecures that are now supported may be dropped from official status
> or removed. The obvious case being m68k -- aka the orginal macs -- not
> being in Etch. In the upcoming release cycle -- lenny, I'd love to see
> m68k and other arch. still be here but they have an uphill battle no
> matter what distro you pick.
> cheers,
> Kev

Personally, I've always been rather suspicious of the whole Ubuntu
thing.   My thought was that they were giving the CDs away as a means of
bolstering name recognition and establishing themselves as a mainstream
linux player.   I was sure that they would eventually parlay that into
an IPO of some sort, and the people responsible for Ubuntu would walk
away with a multi-billion dollar profit.   Perhaps I was wrong, but it's
still kind of early to discount the theory.



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



Re: Free fonts

2003-02-18 Thread Wim De Smet
On Tue, 18 Feb 2003 12:19:04 +0100
Roman Joost <[EMAIL PROTECTED]> wrote:

> On Mon, Feb 17, 2003 at 04:01:45PM -0800, Dustin Norlander wrote:
> > Hello all,
> > 
> > I just wanted to let everyone know that I have released a bunch of fonts 
> > under the GPL.  All the fonts on http://www.cheapskatefonts.com are 
> > GPL.   The font Dustismo is the most useful as it contains a standard 
> > sans-serif as well as a roman typeface.I know bitstream is about to 
> > release a font family for use with linux, but until then (and after :) ) 
> > feel free to use mine.  Also if anyone wants to package Dustismo for debian 
> > I would be grateful.
> > 
> > Thanks
> > Dustin Norlander
> > http://www.cheapskatefonts.com
> The fonts are looking good! Good work!
> 
> Roman
> -- 
> www: http://www.romanofski.de
> email: [EMAIL PROTECTED]
> 

Could anybody help me out in just how you install a font under X?

totally clueless,
Wim


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




Boot failure after install kernel-image-2.4.20-686-smp

2003-02-22 Thread Dave De Graff
I tried to install kernel-image-2.4.20-686-smp, following the prompts to
"add an 'initrd=/initrd.img' to the image=/vmlinux stanza of
/etc/lilo.conf", and the installation seemed to go fine until I rebooted the
machine.

During boot, the screen hung with a continuous rapid scrolling of the
following lines:
-
insmod: insmod: insmod net-pf-1 failed
insmod: insmod: /lib/modules/2.4.20-686-smp/kernel/net/unix/unix.o: No such
file or directory
-
When I rebooted with old kernel, I checked and found that the file listed
above is there - in the path listed above. All users have read permissions,
so that should not be an issue.

Any ideas?

Thanks,

Dave De Graff



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



problem with SDL and ut2003-demo: resizing screen?

2003-02-28 Thread Wim De Smet
Hi,

when I start the ut2003demo I get a strange error. I've been wondering
if it may be a bug in SDL? Here's the output:
Backtrace:
[ 1]  ./Core.so [0x40a0778a]
[ 2]  /lib/libpthread.so.0 [0x40daba6d]
[ 3]  /lib/libc.so.6 [0x40bb6f58]
[ 4]  ./libSDL-1.2.so.0(SDL_SetVideoMode+0x38c) [0x4005e9e8]
[ 5] 
/usr/local/games/ut2003_demo/System/SDLDrv.so(ResizeViewport__12USDLViewportU+0x39a)
 [0x42f33eea]
[ 6] 
/usr/local/games/ut2003_demo/System/OpenGLDrv.so(SetRes__19UOpenGLRenderDeviceP9UViewporti+0x191)
 [0x42f69b01]
[ 7] 
/usr/local/games/ut2003_demo/System/SDLDrv.so(TryRenderDevice__12USDLViewportPCwiii+0x11e)
 [0x42f33966]
[ 8] 
/usr/local/games/ut2003_demo/System/SDLDrv.so(OpenWindow__12USDLViewportUii+0x223) 
[0x42f328a3]
[ 9] ./Engine.so(Init__11UGameEngine+0x12d1) [0x4026d565]
[10]  ./ut2003-bin[0x805520e]
[11]  ./ut2003-bin(main+0x296e) [0x805820e]
[12]  /lib/libc.so.6(__libc_start_main+0xa4) [0x40ba3054]
[13]  ./ut2003-bin(GetFullName__C7UObjectPw+0x7d) [0x80512d1]
Signal: SIGSEGV [segmentation fault]

So I guess ut2003 tries to set the videomode and fails. If anybody could help,
I'd be most grateful. Perhaps a work-around?

tia,
Wim

-- 
Only two things are infinite: human stupidity and the universe, and I'm
not sure about the latter. -- Albert Einstein


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



X doesn't seem to load app-defaults using gdm

2003-03-04 Thread Wim De Smet
Hi,

I'm currently using gdm and I'm a bit puzzled by what exactly happens
(or doesn't happen) when starting X. I tried using a self-modified
.xsession and X starts fine, but the app-defaults for xterm aren't
loaded. Furthermore, when using one of the other Sessions, for instance
fluxbox or gnome, some of the defaults for certain programs aren't read.

/etc/X11/app-defaults/Rxvt contains the following two lines:
background:black
foreground:white
Yet rxvt is allways loaded with background white and foreground black.

greets,
kromagg

-- 
Only two things are infinite: human stupidity and the universe, and I'm
not sure about the latter. -- Albert Einstein


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



Re: X doesn't seem to load app-defaults using gdm

2003-03-05 Thread Wim De Smet
On Tue, 4 Mar 2003 19:17:41 -0800
Marc Wilson <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 04, 2003 at 10:45:11PM +0100, Wim De Smet wrote:
> > /etc/X11/app-defaults/Rxvt contains the following two lines:
> > background:black
> > foreground:white
> > Yet rxvt is allways loaded with background white and foreground
> > black.
> 
> If that's all the line actually says, of course rxvt isn't going to
> pay the slightest attention.  You haven't created a resource that it
> SHOULD pay attention to.

I haven't created any resource. This is a standard app-default that gets
installed with the package. Maybe a bug?

> 
> X resources are hierarchial.  The name of the file they're defined in
> is entirely irrelevant.
> 
> So, try this:
> 
> rxvt*background:black
> rxvt*foreground:white
> 
> I don't know for sure what class name rxvt actually uses, but a
> preusal of the documentation will tell you.
> 
> -- 

I'll try it. But this still doesn't solve the entire problem. When using
.xsession, none of the app-defaults get loaded (eg. Xterm has a white
background and other stuff like that). Any thoughts on that would still
be welcome.

thx,
Wim


-- 
Only two things are infinite: human stupidity and the universe, and I'm
not sure about the latter. -- Albert Einstein


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



Re: X doesn't seem to load app-defaults using gdm

2003-03-05 Thread Wim De Smet
On Wed, 5 Mar 2003 07:42:33 +0100
Martin Kacerovsky <[EMAIL PROTECTED]> wrote:
> Hi,
>   
> On Tue, Mar 04, 2003 at 07:17:41PM -0800, Marc Wilson wrote:
> > So, try this:
> > 
> > rxvt*background:black
> > rxvt*foreground:white
> > 
> > I don't know for sure what class name rxvt actually uses, 
> > but a preusal of the documentation will tell you.
> > 
> 
> Most terminal emulators accept class name XTerm, I guess,
> (yeah, I know, Eterm does not, it has it's own conf. file)
> so I have in my /etc/X11/Xresources/xterm file:
> 
> ! /etc/X11/Xresources/xterm
> 
> XTerm*font: -misc-fixed-medium-r-normal--20-*iso8859-2
> XTerm*scrollBar:false
> XTerm*foreground:   grey
> XTerm*background:   black
> 
> And rxvt accepts it so, and aterm too.
> 

My bad. Apparently there was no line like this present. So basically the
settings for xterm background color get loaded from somewhere else when
not using the Xsession session under gdm. Only question is where. I'll
look to /etc/X11/Session.d/ but I didn't find it in there earlier. Maybe
I overlooked it...

-- 
Only two things are infinite: human stupidity and the universe, and I'm
not sure about the latter. -- Albert Einstein


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



using XVidModeExtension to change depth/resolution crashes apps

2003-03-07 Thread Wim De Smet
Hi,

I posted here earlier with a problem with ut2003. When trying quake3 I encountered the 
same problem. I think it is due to the use of xvidmodeextension (it's certainly when 
changing resolution and/or color depth). This is the error message that I got from 
quake: 

Using XFree86-VidModeExtension Version 2.1
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
Received signal 11, exiting...
DOUBLE SIGNAL FAULT: Received signal 11, exiting...
Shutdown tty console


could anybody _please_ help with this? I'm at a loss.

tia,
wim

-- 
Only two things are infinite: human stupidity and the universe, and I'm not sure about 
the latter.
 -- Albert Einstein


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



Re: Mozilla stops accepting typed input

2003-03-15 Thread Wim De Smet
On Thu, 13 Mar 2003 12:40:51 -0800
"Martin J. Hillyer" <[EMAIL PROTECTED]> wrote:
> I'm having an irritating problem with Mozilla.  After what appears to
> be a random length of time (often very short, eg, after one entry), it
> stops accepting typing in, for example, the address box, or in a
> google text input area.  I have to kill that instance and start
> another to get it to accept typed input.  Clicking on links still
> works normally.  Does anyone have any ideas?  
> 
> I've thought that perhaps I'd remove a config file and let it
> reconfigure, but I don't see any obvious rc files - 'locate mozillarc'
> only gives /etc/mozilla/mozillarc, which has only one line.  Nothing
> obvious pops out from my ~/.mozilla directory - there's a binary file
> in there called appreg, and two folders - /fonts, and
> /; the latter only has the rather mysteriously named
> folder /b3nzixf2.slt, which has lots of stuff relating to bookmarks,
> cookies, etc, but nothing seems to stand out as possibly corrupted.
> Nothing I've looked for in Google has turned up any clues, so I'm
> turning to the list...
> 
> I'm running testing, kernel 2.4.20, X 4.2.1 with an Athlon XP1500+,
> 512 MB RAM and an nVidia GeForce2/MX-400 64MB video card.  I have been
> bitten by the AMD-AGP issue, but this seems to be pretty much under
> control with the 2.4.20 kernel (it was a problem through 2.4.18).
> 
> Please hold suggestions that I use a different browser; I know that
> (and I've used various), but I would like to get this Mozilla problem
> fixed because I like its many features (popups, cookie and login
> management, eg).
> 
> Thanks for any ideas...
> -- 
> Martin Hillyer
> 
> 

Specifically, when this happens to me I just switch to another window,
click somewhere in there and switch back, after which my input is unlocked
or whatever. This is a work-around but I personally think ppl could work a 
*little* faster at getting new moz versions into testing (coz the old ones
have various issues)

grtz,
Wim


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



problems with ldd/pthreads?

2003-03-20 Thread Wim De Smet
Hi, I had some problems with quake 3 crashing when changing videomodes,
until I found this in the NVIDIA readme:

"Q: OpenGL applications crash and print out the following warning:

WARNING: Your system is running with a buggy dynamic loader.
This may cause crashes in certain applications.  If you
experience crashes you can try setting the environment
variable __GL_SINGLE_THREADED.  For more information please
consult the FREQUENTLY ASKED QUESTIONS section in the file
/usr/share/doc/NVIDIA_GLX-1.0/README.

A: The dynamic loader on your system has a bug which will cause
   applications linked with pthreads, and that dlopen() libGL multiple 
   times, to crash.  This bug is present in older versions of the dynamic 
   loader.  Distributions that shipped with this loader include but
   are not limited to RedHat Linux 6.2 and Mandrake Linux 7.1.  Version
   2.2 and later of the dynamic loader are known to work properly.  If
   the crashing application is single threaded then setting the environment 
   variable __GL_SINGLE_THREADED to any value will prevent the crash.
   In the bash shell you would enter
export __GL_SINGLE_THREADED
   and in csh and derivatives use
setenv __GL_SINGLE_THREADED
   Previous releases of the NVIDIA Accelerated Linux Driver Set attempted
   to work around this problem, however the workaround caused problems with
   other applications and was removed after version 1.0-1541.


Q: When I run Quake3, it crashes when changing video modes; what's wrong?

A: You are probably experiencing the problem described above.  Please
   check the text output for the "WARNING" message describe in the
   previous hint.  Setting __GL_SINGLE_THREADED as described above,
   before running Quake3  will fix the problem."

Now this does work to solve the problem but since ldd is version 2.3.x
I don't think this is the problem, or at least the problem is somewhere
else. Every time I tried to change resolution the program got a signal
11 (but X still changed resolutions). There is also something strange
going on when trying to launch ut 2003 which seems to suffer from the same
problem when trying to change the resolution on startup. (output is much
less descriptive though).

I guess it might have something to do with my kernel since I'm only running
2.2, but I'm confused as to what would be the cause?

any thoughts would be much appreciated,
wim


-- 
Only two things are infinite: human stupidity and the universe, and I'm not sure about 
the latter.
 -- Albert Einstein


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



Re: no audio cds

2003-03-25 Thread Wim De Smet
On Tue, 25 Mar 2003 06:59:35 -0500
Joe Paxton <[EMAIL PROTECTED]> wrote:
> Hello:
> 
> Running Debian Woody on a Dell Inspiron 2650c, I am able to read data
> cds (the installation cd, for example), but I am unable to read (play)
> audio cds. I am not trying to mount the audio cd (I realize that this
> is not needed), but rather, when I put an audio cd in the drive, and
> do 'cd/cdrom' and then 'ls' I see nothing in the drive (and so when I
> try to add that directory to the XMMS playlist, for example, nothing
> is added).
> 

/cdrom is essentially an empty directory untill you mount a filesystem
into it. That being said, an audio cd is not necessarily a filesystem
(I have no idea why mounting it would be any different, this is probably
something for somebody with a little more experience).

So you are right, you don't need to mount it, what you need to do is
access your cd directly, either by using a cd playing program that
streams the audio to your soundcard (requires a cable to be connected
between your soundcard and cdrom, not that common anymore nowadays)
or something like xmms that can play audio cds. In the case of xmms
you need a special package xmms-cdread which will do this. 
I don't use it, but I'm sure you'll be able to figure it out...

greets,
Wim


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



How to find out where memory leaks to

2003-10-22 Thread Thomas De Groote
Hey,

I am running a quite standard Debian woody setup with the kernel 2.4.18 
that comes from the packages. The 2 HDs are in a RAID0, formatted as 
ext3, with quota installed. Problem is that for some reason after about 
1 week the 1 Gb of RAM is completely filled and when looking in top or 
ps I can't discover any process taking a lot of RAM.

Does anyone have an idea as to how to find what is taking my memory 
away? I could add another Gb, but I guess that will be taken in soon as 
well...

Sorry if this is a newbie-question answered elsewhere, I did a search 
but couldn't find anything.

Thomas

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



Re: How to find out where memory leaks to

2003-10-22 Thread Thomas De Groote
On the box I was talking about:
[EMAIL PROTECTED]:~$ free
 total   used   free sharedbuffers 
cached
Mem:901440 441232 460208  0  90296 
247512
-/+ buffers/cache: 103424 798016
Swap:   481928  0 481928
[EMAIL PROTECTED]:~$ free -m
 total   used   free sharedbuffers 
cached
Mem:   880430449  0 88
241
-/+ buffers/cache:101779
Swap:  470  0470

on another box, same symptoms (ext2 disks, no quota) :
[EMAIL PROTECTED]:~$ free
 total   used   free sharedbuffers 
cached
Mem:482548  54044 428504  0   2496  
36256
-/+ buffers/cache:  15292 467256
Swap:   497972  0 497972
[EMAIL PROTECTED]:~$ free
 total   used   free sharedbuffers 
cached
Mem:482548 240648 241900  0   2676 
216620
-/+ buffers/cache:  21352 461196
Swap:   497972  0 497972
[EMAIL PROTECTED]:~$ free -m
 total   used   free sharedbuffers 
cached
Mem:   471239231  0  2
215
-/+ buffers/cache: 20450
Swap:  486  0486

The second 'free' was a couple of hours later, without touching the 
machine...

Thx,

Thomas

On Wednesday, October 22, 2003, at 01:18 PM, Rob Weir wrote:

On Wed, Oct 22, 2003 at 12:03:22PM +0200, Thomas De Groote said
Hey,

I am running a quite standard Debian woody setup with the kernel 
2.4.18
that comes from the packages. The 2 HDs are in a RAID0, formatted as
ext3, with quota installed. Problem is that for some reason after 
about
1 week the 1 Gb of RAM is completely filled and when looking in top or
ps I can't discover any process taking a lot of RAM.

Does anyone have an idea as to how to find what is taking my memory
away? I could add another Gb, but I guess that will be taken in soon 
as
well...

Sorry if this is a newbie-question answered elsewhere, I did a search
but couldn't find anything.
Can you send us the output of "free -m"?  Mine looks like this:

 total   used   free sharedbuffers 
cached
Mem:   250238 11  0  0 
53
-/+ buffers/cache:185 65
Swap:  899453446

I only have 11MB free, but that's because my kernel has 53MB stashed
away as disk cache.  You want to look at the second row (-/+
buffers/cache:) to get a useful value for your free memory.  When an 
app
needs more memory, the kernel will flush the cache and a program can 
use
the memory.

--
Rob Weir <[EMAIL PROTECTED]> | [EMAIL PROTECTED]  |  Do I look like I 
want a CC?
Words of the day:  Mantis JUWTF LLNL UK MD4 brigand NSA pink noise Lon 
Horiuchi



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



Installing debian on new hardware.

2003-10-29 Thread Elie De Brauwer
Hello list, i was just wondering,

I have a new machine PIV 2.8ghz with hyperthreading, and a serial ata disk. 
What is the best way to launch a debian install on it ? Currently there's a 
gentoo with a custom kernel on it which i had to install from a custom chroot 
(since there were problems booting and detecting the disks). But gentoo 
doesn't 'feel' right and i want to turn the machine in a debian. Are there 
any recents boot disks,iso, ... available that are able to boot this machine, 
or how can i create my custom boot disks starting from the current kernel, or 
is it possible to launch the debian install from a chrooted environment ? 

greetings
Elie De Brauwer 

-- 
http://www.de-brauwer.be


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



Re: Fail to telnet Debian from Windows

2003-10-29 Thread Elie De Brauwer
On Wednesday 29 October 2003 09:08, Emil Hägerlund wrote:
> Hi,
>
> I'm trying to login trough telnet (Windows XP) to
> my Debian box (sarge 2.4.22-1-k7). Without luck.
> I have searched Debian and google.
>
> What has to be done in Debian to allow telnet?
>
> This I have done:
> - apt-get install telnetd
> - modified hosts.allow, added:
> statd: 192.168.0.0/255.255.255.0
> telnetd: 192.168.0.0/255.255.255.0
>
> (hosts.deny says ALL:ALL)
>

Is your telnetd started ?
Can you see an open port when you run netstat ?
What error do you get ?
Can you ping the machine ?
Can you telnet localhost from the debian machine ?

-- 
http://www.de-brauwer.be


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



Re: Installing debian on new hardware.

2003-10-29 Thread Elie De Brauwer
On Wednesday 29 October 2003 12:31, Ron Jr wrote:
> On Wed, 2003-10-29 at 02:18, Elie De Brauwer wrote:
> > Hello list, i was just wondering,
> >
> > I have a new machine PIV 2.8ghz with hyperthreading, and a serial ata
> > disk. What is the best way to launch a debian install on it ? Currently
> > there's a gentoo with a custom kernel on it which i had to install from a
> > custom chroot (since there were problems booting and detecting the
> > disks). But gentoo doesn't 'feel' right and i want to turn the machine in
> > a debian. Are there any recents boot disks,iso, ... available that are
> > able to boot this machine, or how can i create my custom boot disks
> > starting from the current kernel, or is it possible to launch the debian
> > install from a chrooted environment ?
>
> Is it only SATA, or also PATA?

SATA for harddisks
PATA for cd-rom/rw
-- 
http://www.de-brauwer.be


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



Re: bit of help for new debian user....

2003-10-29 Thread Elie De Brauwer
On Wednesday 29 October 2003 15:24, Matt Eberhardt wrote:
> Hey list,
>
> I appear to have broken something with my Debian Unstable setup.
> I noticed the problem when trying to ssh out of the box to a remote box. I
> get a:
> "Network is unreachable"
> first thought the problem was ssh.. so I tried to ssh to localhost, whiched
> worked fine.
>
> Then I tried pinging an external host, every ping fails.
>
> Next I tried "lynx yahoo.com" and it fails with a "Unable to connect to
> remote host."
>
> So now I'm thinking network problem... I can ssh out from a windows box, so
> I know that it is not being blocked at the router level.
> I can do "host yahoo.com" and get it to resolve correctly. I can ping
> internal addresses. I can ssh into the box from a windows box. I can get
> webpages from internal addresses.
> But I can't get to anything outside our network anytime i try, i get a
> host unreachable.
>
> Then I thought perhaps iptables was blocking it, so I ran
> "/etc/init.d/iptables clear" but that did not fix anything.
>
> I'm stumped... and there is nothing in the logs that is tossing an
> error
>
> Any ideas?

Is your routing set up properly ? When you traceroute to your isp do you see 
anything weird ? 
Sounds like a routing problem to me. Or an isp problem 

hth
Elie De Brauwer


-- 
http://www.de-brauwer.be


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



Re: Installation Help: SATA Drive

2003-11-15 Thread Elie De Brauwer
On Saturday 15 November 2003 02:15, Justin Burke wrote:
> Hi All,
>
> I could use some help getting Debian installed on a new machine with a
> SATA drive. I've downloaded CD images for both sarge and sid, and both
> installation methods hang at the same point:
>
> "Loading kernel modules
>
> Detected module 'ide-probe-mod' for 'Linux IDE probe driver'"
>
> I have reason to believe that the system is hanging because of the SATA
> drive. I think that I need to use a 2.6.0 kernel. Is this right? How do
> I create an installation CD with a different kernel?


Hi,
I recently installed a debian on a SATA machine and I also had problems 
booting a installation the normal way. (Either debian and gentoo installation 
had problems detecting the drive). But I noticed the most recent knoppix cd 
whould boot and detect the hardware in a 'normal' fashion.  So I'd suggest 
doing an install booted from a knoppix cd.

hth
Elie De Brauwer 

-- 
http://www.de-brauwer.be


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



firebird database on debian

2003-01-23 Thread J. de Boer
Is there anyone out there that has experience with running (and 
installing) a firebird database-engine on debian?
If so, i would appreciate any information on the how's, what's, do's and 
dont's.

Jan de Boer
The Netherlands


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




How to mount storage world readable

2003-01-26 Thread Elie De Brauwer
How do I mount (vfat) partitions/storage (in this case a usb pendrive) world 
readable ?  Anybody got a solution to this ?

helios@Kafka:~$ su
Password: 
Kafka:/home/helios# cd /mnt/
Kafka:/mnt# ls -l
total 8
drwxr-xr-x2 root root 4096 Sep 26 16:18 cdrom
drwxr-xr-x2 root root 4096 Sep 23 15:50 pendrive
Kafka:/mnt# mount /dev/sda1 /mnt/pendrive
Kafka:/mnt# ls -al
total 28
drwxr-xr-x4 root root 4096 Sep 26 16:18 .
drwxr-xr-x   22 root root 4096 Nov 26 13:05 ..
drwxr-xr-x2 root root 4096 Sep 26 16:18 cdrom
drwxr--r--6 root root16384 Jan  1  1970 pendrive
Kafka:/mnt# chmod o+x pendrive
Kafka:/mnt# ls -al
total 28
drwxr-xr-x4 root root 4096 Sep 26 16:18 .
drwxr-xr-x   22 root root 4096 Nov 26 13:05 ..
drwxr-xr-x2 root root 4096 Sep 26 16:18 cdrom
drwxr--r--6 root root16384 Jan  1  1970 pendrive
Kafka:/mnt# 

best regards 

-- 
<=>
 Elie De Brauwer
  www.de-brauwer.be
<=>


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




Is there a way to force apt/dpkg to rebuild the menu in X ?

2003-01-26 Thread Elie De Brauwer
On one of my workstations (Sun Blade 100) I have a problem,  my debian menu 
isn't being updated anymore by apt. When I apt-get install galeon on another 
x86 machine, everything works and under wmaker i get apps -> net -> galeon to 
link to the binary, but everything on my Sun seems static, nothing is getting 
updated anymore, is there a way to rebuild these menu's ? (It's system wide 
for all users and in all windowmanagers).

greetings 
-- 
<=====>
 Elie De Brauwer
  www.de-brauwer.be
<=>


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




Re: Is there a way to force apt/dpkg to rebuild the menu in X ?

2003-01-26 Thread Elie De Brauwer
On Sunday 26 January 2003 15:34, Elie De Brauwer wrote:
> On one of my workstations (Sun Blade 100) I have a problem,  my debian menu
> isn't being updated anymore by apt. When I apt-get install galeon on
> another x86 machine, everything works and under wmaker i get apps -> net ->
> galeon to link to the binary, but everything on my Sun seems static,
> nothing is getting updated anymore, is there a way to rebuild these menu's
> ? (It's system wide for all users and in all windowmanagers).
>


I know i'm replying on my own messages, but i've had the suggestion of Petr 
Vanek to run update-menus, i tried this  with the following result, when I 
copy the cat script (/usr/share/doc/menu/examples/cat) or the -d (debug) 
flag, everything goes well but it always ends with the following error 
messages, the items mentioned exist fgrepping for these items in 
/etc/menu-methods | wc -l results always in the same amount of lines,
any suggestions ?


Kafka:/home/helios# update-menus  
At least one of genmenu, startmenu, endmenu
is undefined in the config file. All of these have to be 
defined (although they may be equal to "")
Unknown Error
/etc/menu-methods//twm: Aborting
Update-menus[2362]: Script /etc/menu-methods//twm returned error status 1.
At least one of genmenu, startmenu, endmenu
is undefined in the config file. All of these have to be 
defined (although they may be equal to "")
Unknown Error
/etc/menu-methods//kdm: Aborting
Update-menus[2362]: Script /etc/menu-methods//kdm returned error status 1.
At least one of genmenu, startmenu, endmenu
is undefined in the config file. All of these have to be 
defined (although they may be equal to "")
Unknown Error
/etc/menu-methods//kdebase: Aborting
Update-menus[2362]: Script /etc/menu-methods//kdebase returned error status 1.
Update-menus[2362]: Script /etc/menu-methods//sawfish-gnome recieved signal 
11.
Update-menus[2362]: Script /etc/menu-methods//sawfish recieved signal 11.
At least one of genmenu, startmenu, endmenu
is undefined in the config file. All of these have to be 
defined (although they may be equal to "")
Unknown Error
/etc/menu-methods//wmaker: Aborting
Update-menus[2362]: Script /etc/menu-methods//wmaker returned error status 1.
At least one of genmenu, startmenu, endmenu
is undefined in the config file. All of these have to be 
defined (although they may be equal to "")
Unknown Error
/etc/menu-methods//wmappearance: Aborting
Update-menus[2362]: Script /etc/menu-methods//wmappearance returned error 
status   
 1.
Update-menus[2362]: Script /etc/menu-methods//enlightenment recieved signal 
11.
At least one of genmenu, startmenu, endmenu
is undefined in the config file. All of these have to be 
defined (although they may be equal to "")
Unknown Error
/etc/menu-methods//blackbox: Aborting
Update-menus[2362]: Script /etc/menu-methods//blackbox returned error status 
1.
-- 
<=>
 Elie De Brauwer
  www.de-brauwer.be
<=>


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




Postgresql install trouble

2003-01-27 Thread Dave De Graff




I'm having trouble getting postgresql to install on 
a fresh woody installation. Postrgresql installed for me with no problem on 
another machine back in September, but this time it's not cooperating. Here's 
what happens:
 
root@host# apt-get -t unstable install 
postgresqlReading Package Lists... DoneBuilding Dependency Tree... 
DoneSome packages could not be installed. This may mean that you 
haverequested an impossible situation or if you are using the 
unstabledistribution that some required packages have not yet been 
createdor been moved out of Incoming.
 
Since you only requested a single operation it is 
extremely likely thatthe package is simply not installable and a bug report 
againstthat package should be filed.The following information may help 
to resolve the situation:
 
Sorry, but the following packages have unmet 
dependencies:  postgresql: Depends: libkrb5-17-heimdal (>= 0.4e-23) 
but it is not going to be 
installed  
Depends: postgresql-client but it is not going to be 
installed  
Depends: libpq3 (>= 7.3.1) but it is not going to be installedE: Sorry, 
broken packages
 
Note that the packages listed are available, so I 
don't see why apt-get doesn't just list them as dependencies to be 
installed.
 
root@lab2:/etc/apt# feta available 
libpq3Package    
Available 
Installedlibpq3 
7.3.1-5root@lab2:/etc/apt# feta available 
libkrb5-17-heimdalPackage    
Available 
Installedlibkrb5-17-heimdal 
0.4e-23root@lab2:/etc/apt# feta available 
postgresql-clientPackage    
Available 
Installed
 
I found a bug report similar to this issue at the 
following link, but the comment made by the package maintainer in resolving the 
bug indicates that the problem is with the user's failure to resolve the 
dependency him/herself (see below). But it's not clear to me how to resolve the 
dependency, or why apt-get doesn't do it automatically as usual. So I'm asking 
here to see what should be done.
 
Thanks,
 
Dave De Graff
 
Related bug and resolution comment:
 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=178550&msg=4
 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux kiev 2.4.19 #7 Tue Jan 21 20:45:59 EST 2003 i686
> Locale: LANG=C, LC_CTYPE=C
> 
> 
> Exerpt frmo 'apt-get install postgresql-dev':
> 
> Sorry, but the following packages have unmet dependencies:
>   postgresql-dev: Depends: libpq3 (>= 7.3.1) but it is not going to be
>   installed
> E: Sorry, broken packages

So sort out the dependency.  Downgrade libpgsql2 to 7.2.3-x

-- 


 


Trouble installing postgresql

2003-01-28 Thread Dave De Graff



I get the following error when trying to install 
postgresql. The packages listed as required dependencies are all available. Does 
anyone know why apt is not simply installing these along with 
postgresql?
 
Thanks,
 
Dave De Graff
 
root@host:~# apt-get 
install postgresqlReading Package Lists... DoneBuilding Dependency 
Tree... DoneSome packages could not be installed. This may mean that you 
haverequested an impossible situation or if you are using the 
unstabledistribution that some required packages have not yet been 
createdor been moved out of Incoming.
 
Since you only requested a single operation it is 
extremely likely thatthe package is simply not installable and a bug report 
againstthat package should be filed.The following information may help 
to resolve the situation:
 
Sorry, but the following packages have unmet 
dependencies:  postgresql: Depends: libkrb5-17-heimdal (>= 0.4e-23) 
but it is not going to be 
installed  
Depends: postgresql-client but it is not going to be 
installed  
Depends: libpq3 (>= 7.3.1) but it is not going to be installedE: Sorry, 
broken packagesroot@host:~#


Getting gcc to work

2003-01-28 Thread Dave De Graff



I've installed gcc but can't find its executables. 
Seems like the last time I installed it on a fresh woody installation, it was 
all configured to run. Session output is below. Any ideas?
 
Thx,
Dave De Graff
 
root@host:# feta 
install gcc-3.2Reading Package Lists... DoneBuilding Dependency Tree... 
DoneThe following extra packages will be installed:  cpp-3.2 
gcc-3.2-base libgcc1 The following NEW packages will be installed:  
cpp-3.2 gcc-3.2 2 packages upgraded, 2 newly installed, 0 to remove and 
77  not upgraded.Need to get 2568kB of archives. After unpacking 5849kB 
will be used.Do you want to continue? [Y/n] Get:1 http://ftp-mirror.internap.com 
unstable/main gcc-3.2-base 1:3.2.2-0pre6 [123kB]Get:2 http://ftp-mirror.internap.com 
unstable/main cpp-3.2 1:3.2.2-0pre6 [120kB]Get:3 http://ftp-mirror.internap.com 
unstable/main libgcc1 1:3.2.2-0pre6 [52.8kB]Get:4 http://ftp-mirror.internap.com 
unstable/main gcc-3.2 1:3.2.2-0pre6 [2273kB]Fetched 2568kB in 25s 
(99.4kB/s)  
(Reading database ... 8828 files and directories currently 
installed.)Preparing to replace gcc-3.2-base 1:3.2.2-0pre5 (using 
.../gcc-3.2-base_1%3a3.2.2-0pre6_i386.deb) ...Unpacking replacement 
gcc-3.2-base ...Selecting previously deselected package 
cpp-3.2.Unpacking cpp-3.2 (from .../cpp-3.2_1%3a3.2.2-0pre6_i386.deb) 
...Preparing to replace libgcc1 1:3.2.2-0pre5 (using 
.../libgcc1_1%3a3.2.2-0pre6_i386.deb) ...Unpacking replacement libgcc1 
...Selecting previously deselected package gcc-3.2.Unpacking gcc-3.2 
(from .../gcc-3.2_1%3a3.2.2-0pre6_i386.deb) ...Setting up gcc-3.2-base 
(3.2.2-0pre6) ...Setting up cpp-3.2 (3.2.2-0pre6) ...Setting up libgcc1 
(3.2.2-0pre6) ...
 
Setting up gcc-3.2 (3.2.2-0pre6) ...root@host:# which ccroot@host:# which gccroot@host:# find /* -name ccroot@host:# find /* -name 
gcc/usr/share/doc/gcc-3.2-base/gccroot@host:# gccbash: gcc: command not 
foundroot@host:# ccbash: cc: command not 
foundroot@host:# which cpproot@host:# find /* -name cpproot@host:# echo 
$PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/binroot@host:#


Re: sed GURU help me~

2003-02-03 Thread Elie De Brauwer
On Tuesday 04 February 2003 07:58, Michael Heironimus wrote:
> On Tue, Feb 04, 2003 at 02:44:28PM +0900, behapy wrote:
> > c:\tmp\kbs+-www.kbs.co.kr+-cgi-bin+-test.cgi
> > c:\tmp\mbc+-www.mbc.co.kr+cgi-bn+-sample.cgi
> > c:\tmp\sbs+-www.sbs.co.kr+-cwb-bin+-sbs.cgi
> >
> > =>  I'd like to change the above to the below..
> >
> > move "c:\tmp\kbs+-www.kbs.co.kr+-cgi-bin+-test.cgi"
> > www.kbs.co.kr+-cgi-bin+-test.cgi move
> > "c:\tmp\mbc+-www.mbc.co.kr+cgi-bn+-sample.cgi"
> > www.mbc.co.kr+cgi-bn+-sample.cgi move
> > "c:\tmp\sbs+-www.sbs.co.kr+-cwb-bin+-sbs.cgi"
> > www.sbs.co.kr+-cwb-bin+-sbs.cgi
> >
> > sed -e "s/^insert move " insert again only www.~~
>
> I think that there's probably a nicer way to do it, but
>
> sed 's/^\c:\\tmp\\[a-z]\++-\(.*\)/move "&" \1/'
>
> should do what you want.

this is another alternative ;) 

sed 's/\(.*\)\(www.*\)/move\ \"\1\2\"\ \2/'


-- 
<=>
 Elie De Brauwer
  www.de-brauwer.be
<=>


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




nvidia drivers conflicting with mesa opengl drivers.

2003-02-09 Thread Wim De Smet
Hi,

I have on my system the nvidia drivers installed, and these provide the
(propietary) nvidia opengl drivers. But I can't seem to get apt-get to
remove xlibmesa because it seems to need that, while it shouldn't
because I have another openGL version installed. Does anybody know how
to solve this dependency problem?

thx,
Wim


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




Re: nvidia drivers conflicting with mesa opengl drivers.

2003-02-11 Thread Wim De Smet
On Sun, 9 Feb 2003 10:50:16 -0800
Marc Wilson <[EMAIL PROTECTED]> wrote:

> On Sun, Feb 09, 2003 at 03:43:31PM +0100, Wim De Smet wrote:
> > I have on my system the nvidia drivers installed, and these provide
> > the(propietary) nvidia opengl drivers. But I can't seem to get
> > apt-get to remove xlibmesa because it seems to need that, while it
> > shouldn't because I have another openGL version installed. Does
> > anybody know how to solve this dependency problem?
> 
> Sure.  Don't remove xlibmesa.  You don't have a dependency problem,
> you have an understanding problem.  The nvidia drivers aren't
> high-level.
> 
> The nvidia driver provides the low-level stuff.  You have to have
> xlibmesa if you want to actually USE it.

Not to be cocky or anything (you are right I don't know much about it),
but I thought the kernel driver was the low level and then the glx
package was the high level? Anyway it doesn't seem to do anything wrong
except some weird error while compiling xwine, that I should remove
libGL.a.

mvg,
Wim

--
this sig just wasted your bandwidth.


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




kde package dependencies broken (kde relies on everything?)

2003-02-14 Thread Wim De Smet
hi,

recently I tried to remove some of the excess software on my system, so
I tried removing stuff like koffice, or kate, or kedit, ksysv, kcron,
everything that doesn't look like it is needed for operating kde, even
kde-base-doc. kde is dependent on all of them. Is this a bug? I can't
believe that if you want kde, you immediately need all these packages.
The only one I've been able to remove so far is kdm, which seems even
more strange. You can remove kdm but not kedit. Where's the logic? Any
ideas, hints, suggestions?

thx,
Wim


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




Re: kde package dependencies broken (kde relies on everything?)

2003-02-14 Thread Wim De Smet
On Fri, 14 Feb 2003 15:07:51 +
Colin Watson <[EMAIL PROTECTED]> wrote:

> On Fri, Feb 14, 2003 at 03:42:07PM +0100, Wim De Smet wrote:
> > recently I tried to remove some of the excess software on my system, so
> > I tried removing stuff like koffice, or kate, or kedit, ksysv, kcron,
> > everything that doesn't look like it is needed for operating kde, even
> > kde-base-doc. kde is dependent on all of them. Is this a bug?
> 
> No. kde is a metapackage provided for convenience. If you don't want all
> of it, just remove the kde package, which you can do harmlessly.
> 

Oh, like that. Thanks, my mistake.

forever in debt,
Wim


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




Re: XMMS Volume Control

2003-02-14 Thread Wim De Smet
On Fri, 14 Feb 2003 16:11:35 +0100
Willem-Jan Meijer <[EMAIL PROTECTED]> wrote:

> Hi there,
> 
> XMMS is now working fine, using the arts output plugin. There's a
> button to control the volume w/o using the volume control on the
> speakers self, but this isn't working. Is this related to the arts
> output plugin?
> 
> However, is there a way to use the volume control that comes with
> XMMS?
> 
> Regards,
> 
> Willem-Jan Meijer
> 
> 

Are you a member of the group sound? You need to have access /dev/mixer
I think to change the volume, and the best way to do that is add your
username to the groep sound. It was on the mailing list just a short
while back. I think you can do it with adduser (do 'man adduser' and
look it up)

greets,
Wim


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




Re: Secure browsing across insecure LAN

2003-02-16 Thread Elie De Brauwer
I think the most easiest way is to open aan SSH connection to your home, 
enable X11 forwarding en export your browser window to your workplace, this 
is the easiest way but may consume a little more bandwidth.

hth

> In my workplace they just installed Internet access. However, I wish I
> could navigate privately some sites (for example, Dmoz.org, where I
> edit), at least privately from some personal in my company with access
> to the server. So I think in creating some kind of private tunnel
> between my work's computer and my home's one, and accessing Internet
> from my home and tunneling to my work.
>
> However, I doubt which method could be better (easier to
> install/manage?), I'm looking to Dante, Ipsec, socat or maybe some other
> VPN. However, as I only want to secure WWW, maybe I could just use some
> kind of SSL service, or maybe even some proxy-ssh combo?.
>
> Does any one have any suggestion?

-- 
<=>
 Elie De Brauwer
  www.de-brauwer.be
<=>


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




Re: Mysql question.

2003-09-13 Thread Elie De Brauwer
When you go to 
/etc/mysql/
and look in the file my.conf

on my system it contains:


# This will be passed to all mysql clients
[client]
#password   = my_password
port= 3306
socket  = /var/run/mysqld/mysqld.sock

(no pass set, which is also the default by apt imo).

hth
> I only did "apt-get install mysql-server" after which I did "mysqladmin -u
> root -p create moregroupware"
>
> Nothing... Same error with our without the "-p"
>
> If a root password has been set, it has been during downloading and
> unpacking of the debian package. in other words: not by me..
>
> Does anyone know if a password is set when freshly installing mysql?
>
> Thanks,
> Mark
>
> - Original Message -
> From: "Oliver Elphick" <[EMAIL PROTECTED]>
> To: "Mark Maas" <[EMAIL PROTECTED]>
> Sent: Friday, September 12, 2003 11:27 PM
> Subject: Re: Mysql question.
>
> > On Fri, 2003-09-12 at 22:06, Mark Maas wrote:
> > > All,
> > > menem:/home/mark# mysqladmin -u root -p create moregroupware
> > > Enter password:
> > > mysqladmin: connect to server at 'localhost' failed
> > > error: 'Access denied for user: '[EMAIL PROTECTED]' (Using
> > > password: YES)'
> > > menem:/home/mark#
> > >
> > > So that's the point where I get stuck.
> >
> > If you didn't create a password for the mysql root user, don't use -p.
> >
> > If you did create one, you may be typing it wrong, in which case I can't
> > help.  It is NOT the same as the system's root password unless you
> > deliberately made it so.
> >
> > --
> > Oliver Elphick[EMAIL PROTECTED]
> > Isle of Wight, UK
> > http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870
> > 5839  932A 614D 4C34 3E1D 0C1C 
> >  "Let the wicked forsake his way, and the unrighteous
> >   man his thoughts; and let him return unto the LORD,
> >   and He will have mercy upon him; and to our God, for
> >   he will abundantly pardon."  Isaiah 55:7

-- 
http://www.de-brauwer.be


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



Re: MS mail bombs

2003-09-19 Thread Elie De Brauwer
On Saturday 20 September 2003 07:08, Walt L. Williams wrote:
> Is there anyone else out there being mail bombed with emails
> that look like there from M$? The rate at which their coming
> is increasing exponentially.
>
> Any suggestions on how to make it stop.

Indeed, yesterday I recieved about fifty and this morning there were already 
fifty waiting. Looks like there are a lot of outlook users out there ;)

-- 
http://www.de-brauwer.be


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



Re: MS mail bombs

2003-09-20 Thread Elie De Brauwer
On Saturday 20 September 2003 07:22, Steve Lamb wrote:
> On Fri, 19 Sep 2003 23:08:42 -0600
>
> "Walt L. Williams" <[EMAIL PROTECTED]> wrote:
> > Is there anyone else out there being mail bombed with emails
> > that look like there from M$? The rate at which their coming
> > is increasing exponentially.
>
> My solution has been exim4, exiscan-acl, clamav, spamassassin and
> liberal use of shorewall's blacklist.

It's rather funny imo,  the infected files contain a url ww2.fce.vutbr.cz
which is a web hit counter ;) anybody has a translation for that page ?

It would be nice to see some statistics ;)


--
http://www.de-brauwer.be


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



xinetd secondary addresses and ports

2003-09-20 Thread Jan de Haan
Hi All,

want to run several instances of the same application
(apache, sshd, whatever...) with different configurations on 
separated secondary addresses with their original port numbers
(e.g. eth0:1 192.168.123.1:80 httpd www.acme.com and eth0:2
172.16.1.1:80 httpd www.whitehouse.gov) This in order to facilitate
several datasources (websites or such) that are not heavily
demanded and to combine them on a single HA-platform. 

Is this the recommended way? 

What about applications that are not able to distinguish
by themselves (sshd -sshd_config ListenAddress-) between addresses?

Sincerely,

Jan.



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



Re: MS mail bombs

2003-09-21 Thread Elie De Brauwer
On Monday 22 September 2003 07:26, Karsten M. Self wrote:
> on Sun, Sep 21, 2003 at 12:09:50PM -0400, Bijan Soleymani ([EMAIL PROTECTED]) 
wrote:
> > On Sat, Sep 20, 2003 at 09:19:32AM -0700, Carla Schroder wrote:
> > > The other way is a neat little trick I use on my ISP account-  limit
> > > the size of messages to download, I limit them to 2000 bytes. You
> > > can try different sizes to see what works. Then when I check mail a
> > > popup window appears showing a list of messages, with subject lines
> > > and the senders of any messages bigger than 2000 bytes. Then I can
> > > either leave them on the server, delete them, or download them. I
> > > don't know if all mail clients do this, it's worth checking out.
> >
> > I use a different trick when I'm on dialup and don't want to download
> > huge messages. I simply use mutt to access my pop mailbox.  Then mutt
> > only downloads the headers from the pop server.  And then I get a list
> > of all the messages, who they're from, what the subject is and what
> > the size is. I can then delete whichever ones I don't want to
> > download.  After that's done I use fetchmail to retrieve the mail as I
> > normally would.
>
> The problem at current rates of Swen delivery is that I'd have to check
> my mail 10-20 times or more daily to avoid mail-over-quota bounces.
>
> If Swen is the shape of things to come, it's the end of dial-up POP3
> mail accounts.

I still think imap is a better alternative fro POP (especially if you tend to 
loose locally store mails and if the ISP is capable of doing some good 
filtering/antivirusscanning  there is no problem at all. 


-- 
http://www.de-brauwer.be


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



Re: Why such volume with W32/Swen@MM?

2003-09-22 Thread Elie De Brauwer
On Monday 22 September 2003 07:19, cr wrote:
> On Monday 22 September 2003 02:42, [EMAIL PROTECTED] wrote:
> > On Sun, Sep 21, 2003 at 10:03:41AM +0100, Clive Menzies wrote:
> > > I've just received one with what looks like all the debian-powerpc list
> > > addresses in the "To" header.  So it does look as though they are
> > > harvesting the Debian lists.
> >
> > Mine have had mostly a single To: address.
> >
> > The virus descriptions I've read says it uses email addresses found on
> > the infected machine.  What I find odd (suspect? ;) is that so many
> > Windows machines happen to have so many addresses for people that are
> > typically non-windows users..  In other words, the places I post consist
> > of mostly unix/linux users, but it seems like I'm getting mail from a
> > lot of different Windows users.
> >
> > To be cynical, a Windows virus would be a good way to attack (with mail
> > volume) non-windows users.
> >
> > My wife wants to know *why* people write viruses...
>
> Yeah, the latest version of Outlook Express has hidden code that trawls the
> Linux lists for addresses, then stashes them carefully but invisibly in its
> address book as a free gift for the next email virus that comes along
> ;)
>

It wouldn't suprise my, the email account I use for mailinglist gets flooded 
>100 a day, my personal email I use for my private mails (which gets the most 
regular spam) only gets 3 or 4 a day and my girlfriends email accounts gets 
nothing :(
 

-- 
http://www.de-brauwer.be


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



Re: MS mail bombs

2003-09-22 Thread Elie De Brauwer
On Monday 22 September 2003 10:09, Olav Lavell wrote:
> Op ma 22-09-2003, om 09:42 schreef Ron Johnson:
> > On Mon, 2003-09-22 at 00:26, Karsten M. Self wrote:
> > > on Sun, Sep 21, 2003 at 12:09:50PM -0400, Bijan Soleymani 
([EMAIL PROTECTED]) wrote:
> > > > On Sat, Sep 20, 2003 at 09:19:32AM -0700, Carla Schroder wrote:
> >
> > [snip]
> >
> > > If Swen is the shape of things to come, it's the end of dial-up POP3
> > > mail accounts.
> >
> > What's going to happen (nay, *is* happening) is that ISPs are starting
> > to offer spam & virus filtering.
>
> Yeah, but for a fee...
>
> Which can be totally justifiable from an ISP point of view, since after
> all they do have to put the technology in place which does not come
> gratis either. But that does not make it any more satifactory from the
> consumer point of view. Customers need to pay more again, only because
> of the sh*t that Microsoft has thrown upon them.
>
But on the other hand there is also a larger cost for the isp since the 
traffic they use increases. More cpu power is needed to do the filtering ... 
and who pays for that ?

-- 
http://www.de-brauwer.be


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



Re: MS mail bombs

2003-09-22 Thread Elie De Brauwer
On Monday 22 September 2003 10:54, Ron Johnson wrote:
> On Mon, 2003-09-22 at 03:09, Olav Lavell wrote:
> > Op ma 22-09-2003, om 09:42 schreef Ron Johnson:
> > > On Mon, 2003-09-22 at 00:26, Karsten M. Self wrote:
> > > > on Sun, Sep 21, 2003 at 12:09:50PM -0400, Bijan Soleymani 
([EMAIL PROTECTED]) wrote:
> > > > > On Sat, Sep 20, 2003 at 09:19:32AM -0700, Carla Schroder wrote:
> > >
> > > [snip]
> > >
> > > > If Swen is the shape of things to come, it's the end of dial-up POP3
> > > > mail accounts.
> > >
> > > What's going to happen (nay, *is* happening) is that ISPs are starting
> > > to offer spam & virus filtering.
> >
> > Yeah, but for a fee...
> >
> > Which can be totally justifiable from an ISP point of view, since after
> > all they do have to put the technology in place which does not come
>
> Bull.  By using spam/virus filtering on their end, they are saving
> on bandwidth between the ISP and the end-user.
>
> Thus, even if they can't/don't use SpamAssassin & Amavisd, and must
> spend money on filtering s/w, it still saves them money by not having
> to upgrade the downstream h/w.

I don't think that many isp's are concerned about the -> 
connection, who needs to pay extra for that ? It's the -> 
connection that eats all the money. 

The isp will simply apply a quota, if I use over 10 gig in the past thirty 
days my calbe modem gets capped to a 15kb/s downstream limit.

-- 
http://www.de-brauwer.be


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



Re: Why such volume with W32/Swen@MM?

2003-09-22 Thread Elie De Brauwer
On Monday 22 September 2003 12:41, Stefan Waidele jun. wrote:
> [EMAIL PROTECTED] wrote:
> > On Sun, Sep 21, 2003 at 10:03:41AM +0100, Clive Menzies wrote:
> >>I've just received one with what looks like all the debian-powerpc list
> >>addresses in the "To" header.  So it does look as though they are
> >>harvesting the Debian lists.
> >
> > [...]
> > To be cynical, a Windows virus would be a good way to attack (with mail
> > volume) non-windows users.
>
> Fill in the blank:
>
> 
> _ is DDOS'ing linux-activists with Swen.
> 
>
> My 'windows-friends' (yes, I do have some) also don't get Swen mailed to
> them.

Ok let's hack evolution, put a backdoor in it, let evolution harvest email 
adresses from outlook users, who are on microsft email lists  and within 2 
months we'll create an evolution worm that always attaches a kernel patch.

;-)




-- 
http://www.de-brauwer.be


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



Re: Debian equivalent of .login file?

2002-10-13 Thread Mathias De Belder

On Sun, Oct 13, 2002 at 01:27:36PM -0400, Levi Waldron wrote:
> What's the Debian equivalent of Unix's .login and .logout files?  Any
> user can place these files in their home directory and their commands
> will be run at login/logout, without having to do anything as root?

.bashrc and .bash_logout respectively. .bashrc should be sourced from
.bash_profile. If you want to set certain defaults for new users, you
can place your tweaked config files in /etc/skel

-- 
Mathias De Belder



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




Re: Kernel Panic Error from new installation by newbie

2002-10-13 Thread Mathias De Belder

On Sun, Oct 13, 2002 at 10:13:24AM -0400, [EMAIL PROTECTED] wrote:
> Every so often (roughly about 15 minutes) I get the following error
> screen.



You're using a fairly recent computer. Try a new kernel image,
"apt-cache search kernel-image" to get a list of kernel images you can
try out. If those don't work, then you probably have faulty/unsupported
hardware.

-- 
Mathias De Belder



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




Re: X behaving wierdly after last SID upgrade

2002-10-13 Thread Mathias De Belder

On Sun, Oct 13, 2002 at 09:34:47AM -0500, John Foster wrote:
> I upgraded my toybox to the latest SID last night and now X is behaving
> very strangley. I noticed that it asked if I wanted debconf to rewrite
> my XFree86-4 file and I said NO! as this usually screws up the system. I
> prefer to manage it by hand. Any other similar experiences before I
> start messing around with it? 

I don't run SID to avoid such problems entirely :)

A friend of mine who does run Sid on all his machines though, told me
that XFree4.2 has been added to the unstable branch recently. Normally,
you should be able to use your current configuration file. If your X
server won't come up, examine its log file and check your
/etc/X11/XF86Config(-4) file for errors.

-- 
Mathias De Belder



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




Re: Setting gnome up

2002-10-14 Thread Mathias De Belder

On Mon, Oct 14, 2002 at 07:42:44AM -, [EMAIL PROTECTED] wrote:
> Now my problem is that I cannot (or better, I've completely forgot how
> to) set gnome up with sawfish.

Put something like "exec gnome-session" in your ~/.xinitrc file. Using
Sawfish is just a matter of selecting the proper window manager in the
Gnome Control Center then.

-- 
Mathias De Belder



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




Re: Debian equivalent of .login file?

2002-10-14 Thread Mathias De Belder

On Mon, Oct 14, 2002 at 05:33:54PM +0200, Kjetil Kjernsmo wrote:
> > .bashrc and .bash_logout respectively. .bashrc should be sourced
> > from .bash_profile.
> 
> Is there any similar things for KDM? I want some stuff ran when I log
> in on the machine, and some stuff on logout.

I'm sorry, but I really have no idea. I don't run KDE, so I'm also not
the person to ask to. Perhaps you should rephrase your question again in
the debian-kde mailing list if you don't get feedback here ?


OT: I really like the pictures about your orienting ski trips. Too bad
.no is so expensive as a vacation country :/

-- 
Mathias De Belder



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




Re: gdm - adding windowmanagers

2002-10-15 Thread Mathias De Belder

On Tue, Oct 15, 2002 at 04:43:19PM +0200, Kenneth Macdonald Karlsen wrote:
> I just cant figure how i add different windowmanagers to gdm.

Have a look at /usr/share/doc/gdm/html/C/index.html. To add
windowmanagers, you basically make a script in the
/etc/X11/gdm/Sessions/ directory. I'm a bit puzzled as to why you want
to manually add things: most debianized packages already add an entry to
the gdm config through their postinstall script. At least, that has
always been my experience.

-- 
Mathias De Belder



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




Re: Mozilla and Java Plugin

2002-10-15 Thread Mathias De Belder

On Wed, Oct 16, 2002 at 02:44:29AM +1000, bob parker wrote:
> "This page contains information of a type (application/x-java-vm) that can 
> only viewed with the appropriate Plug-in"
> What package should I install

http://www.blackdown.org/
ftp://ftp.easynet.be/blackdown/JDK-1.3.1/i386/FCS-02b/INSTALL-j2re

Basically, you'll need to add something like this to your
/etc/apt/sources.list file and do an apt-get update and apt-get install
j2re1.3 to install a Java Runtime Enviroment and the appropriate plugins
(installed automatically for all Mozilla-based browsers):

deb ftp://ftp.easynet.be/blackdown/debian woody main non-free


-- 
Mathias De Belder



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




Re: nvidia drivers

2002-10-16 Thread Mathias De Belder

On Wed, Oct 16, 2002 at 10:16:47AM -0500, Gianfranco Berardi wrote:
> Recently I tried to add USB support, but borked my system.
> I think I have everything working. About the only thing that wasn't 
> working was the nvidia drivers.

If you changed kernels to `make it working again', then you also need to
recompile the nVidia drivers. When you compile them, they're made for
the current running kernel, and won't work on any other kernel you try
them on.

Alternatively, you may check with lsmod to see if the module NVdriver is
still loaded. If you didn't make it autoload on boot, you won't have the
NVdriver module integrated in your kernel, and hence, your nVidia
drivers won't work.

-- 
Mathias De Belder



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




Re: biff replacement

2002-10-30 Thread Mathias De Belder
On Wed, Oct 30, 2002 at 01:34:34PM -0500, Justin Miller wrote:
> Does anyone know of a good replacement? I would like to be notified of
> new mail but biff does this in a very inelegant way. For example, if I
> am in vi it will spam my screen. Also, when I get new mail biff only
> lets me know what folder it is in. I would like to be able to find out
> who sent it, when, and what the title is.

Check the man pages of bash, more specifically for the MAILPATH variable
and their options. For example, this is in my ~/.bashrc file:

export MAILPATH="~/Mail/inbox"

The shell shows a one line message, only when a program exits and gives
controll back to the shell. I don't think it's possible to show more
information about emails though. I would think about a nifty perl
script, but from a first glance through the manpage, it seems it's not
possible to trigger an external program when new mail is detected, so
you'll have to look for other programs if you want such behavior.

-- 
Mathias De Belder



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




Lexmark 3200 driver missing from gs?

2002-11-09 Thread Norio De Sousa

Hi, guys,

Sorry to bother you all, but for a while, I was sucessfully printing to my 
Lexmark 3200 printer from Linux using the lxm3200 driver found in gs-esp. It 
has recently stopped working and I'm wondering if it's because the driver was
removed from the package?

If so, what would be the easiest way to get my printer working again? I know I 
can compile gs myself with the driver in, but I'm trying to find the easiest
possible solution.

Thanks for any and all assistance!

Norio

--
Q: What is Linux?  
A: http://linux.org

Q: Where can I get Linux?  
A: http://linux.co.za, http://freelinux.co.za

Q: Why should I get Linux? 
A: *ahem* Why shouldn't you get Linux???


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




terminal configuration with bell sounds

2002-12-04 Thread Wim De Smet
Hi,

I have a small problem with the terminals in the 3.0r0 woody release (I just upgraded 
to testing/unstable, but the problem should remain the same). It seems that the 
standard configuration of the terminal (standard "debian" in terminfo) does not have 
the ability to emit bell sounds. I searched long and hard for a way to enable them 
(unlike some people I want them :) but I can't seem to find it. xset is setup 
properly, I put set bell-style audible in my .inputrc and finally after some reading I 
found that the terminal capabilities might be where the problem is.

Could somebody help me out here? Is there something I'm missing?

(if this has previously been asked on this list I'm sorry, didn't find any searching 
the archives)

greetings,
Wim


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




Re: Where to view bootup info ? dmesg ??

2002-12-05 Thread Wim De Smet
On Wed, 4 Dec 2002 18:33:52 -0900
Andy <[EMAIL PROTECTED]> wrote:

> >Andy initially wrote:
> >So I did this command: grep -r cardmgr /var/log |less
> >and can't find that message that scrolls by on bootup.
> 
> >Then dave mallery wrote:
> > less /var/log/dmesg
> 
> It is not in there.  I just checked again for the umpteeth time.
> 
> Allow me to ask an even more basic question please:
> 
> Is EVERY single message/text that scrolls by during boot up logged
> into /var/log/dmesg ???
> 
> If so ... then I am seeing things
> 
> 
AFAIK everything should be present in /var/log/messages
(kernel messages at least)

Wim


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




Re: Permedia 2 hardware acceleration (was:openGL question)

2002-12-05 Thread Wim De Smet
[...]

Hi,

I may be wrong but AFAIK there is no support for hardware acceleration
in the xserver drivers. It is my understanding that this requires some
level of knowledge about the hardware that is usually not disclosed. So
the only drivers that I know of that do provide hardware acceleration
are the propietary ones for the nvidia chipsets (the "nv" video drivers,
standard in X, does _not_ provide hardware acceleration).

I may be wrong but I think this is the problem.

cheers,
Wim


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




Re: ifconfig

2002-12-05 Thread Wim De Smet
On Thu, 05 Dec 2002 13:51:49 -0500
Peter van Oene <[EMAIL PROTECTED]> wrote:

> Having trouble getting my DHCP working after a 2.4.20 kernel upgrade. 
> My interfaces work fine manually configured at time.  However, I have
> two issues.
> 
> 1: DHCP doens't work. I have used etherconf to set them to auto and
> also ran dhclient (i don't seem to have dhcpcd).  Ethereal displays no
> packets at all leaving the interface (bootp requests etc)
> 
> 2: At times, when manually configuring using "ifconfig eth0 add 
> 192.168.2.5" a logical eth0:0 is created instead of the address being 
> assigned to the physical.  I can't seem to change this when it occurs.
>  I can down the 0:0, but when I issue the command again, I get it
>  back.
> 
> I'm likely doing something dumb, but am getting really frustrated ;-)
> 
> Thanks for any tips
> 
> Pete
> 
Hi,

can't help you out much but maybe you could try reading the manpages on
dhclient and dhclient.conf. Perhaps something useful in there.

cheers,

Wim


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




problem compiling a new gcc version.

2002-12-07 Thread Wim De Smet
Hi,

I'm running woody with a 2.2.20 kernel. Recently I tried to install a newer gcc (3.2). 
I used these commands:
mkdir /usr/gcc-3.2/
cd /usr/gcc-3.2/
/opt/gcc-3.2/configure --with-local-prefix=/usr/src/kernel-headers-2.2.20/include 
--prefix=/usr
make (or make bootstrap, tried them both)

configure detects no error, but during make I get this:
In file included from /opt/gcc-3.2/libstdc++-v3/src/locale.cc:406:
/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:
 In
   static member function `static const short unsigned int* 
   std::ctype::classic_table()':
/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:45:
 `
   __ctype_b' undeclared (first use this function)
/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:45:
 (Each
   undeclared identifier is reported only once for each function it appears 
   in.)
/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:
 In
   constructor `std::ctype::ctype(int*, const short unsigned int*, bool, 
   unsigned int)':
/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:61:
 `
   __ctype_toupper' undeclared (first use this function)
/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/ctype_noninline.h:61:
 `
   __ctype_tolower' undeclared (first use this function)
make[4]: *** [locale.lo] Fout 1
make[4]: Leaving directory `/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Fout 1
make[3]: Leaving directory `/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Fout 2
make[2]: Leaving directory `/usr/gcc-3.2/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Fout 2
make[1]: Leaving directory `/usr/gcc-3.2'
make: *** [bootstrap] Fout 2

could it be that this is specific to my kernel or is it a configuration problem with 
my current locales?
I hope this is not too specific, I could mail to the gcc people but I haven't had this 
problem under other
systems so I figured it might be a misconfiguration somewhere?

thx in advance,
Wim


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




Re: nvidia driver install

2002-12-09 Thread Wim De Smet
Sorry your error notice doesn't seem to have gotten through. What type of error was it?


On Sun, 8 Dec 2002 18:00:37 +0100 (MET)
Buchholcz Gergo <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> I've encountered some difficulties while trying to install nvidia drivers.
> I compiled a new 2.4.18 kernel (with no modules added), and then i
> tried to install NVIDIA_kernel (source version).
> I've got the following response:
> 
> 
> -- 
> 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: NVidia Riva TNT PCI with XFree86

2002-12-09 Thread Wim De Smet
Hi,

This isn't true. These packages are for the nvidia kernel drivers, which are the 
nvidia propietary drivers.
The X server contains a package for nvidia cards named "nv". This is a free driver, 
but doesn't contain any 3d
acceleration. You probably misconfigured the x server somewhere.

A good way to debug your XF86Config-4 is typing:
X -configure
Then see if it starts up. If it does, just look at the file created in the directory 
you were in while running this command,
it should have a name like XF86Config.new or something, and find the differences with 
your config file (especially in the
"device" section).

gl,
Wim

On Mon, 9 Dec 2002 10:04:19 -0500
sean finney <[EMAIL PROTECTED]> wrote:

> heya,
> 
> yeah, you need a couple packages. install
> 
> nvidia-kernel-src
> nvidia-glx-src
> 
> and follow the directions you get in /usr/share/doc/nvidia*
> 
> 
> good luck,
>   sean
> 
> On Mon, Dec 09, 2002 at 08:49:38AM -0500, Ben Hill wrote:
> > Hi,
> > 
> > I am having some hassle setting up my NVidia Riva TNT PCI graphics card with 
>XFree86 on Debian 3.0 rev0.
> > 
> > I have set up the device manually in the XF86Config-4 as a "nv" type, but when I 
>try to start X, it just tries to display, then retrys endlessly.
> > 
> > Do I need to add NVidia drivers? I noticed that there is an NVidia drivers source 
>deb when I did a package search.
> > 
> > Has anyone set this up?
> > 
> > Cheers,
> > 
> > Ben
> > 
> > --
> > [EMAIL PROTECTED]
> > 
> > -- 
> > __
> > Sign-up for your own FREE Personalized E-mail at Mail.com
> > http://www.mail.com/?sr=signup
> > 
> > One click access to the Top Search Engines
> > http://www.exactsearchbar.com/mailcom
> > 
> > 
> > -- 
> > 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: Mozilla and x-java-vm

2002-12-09 Thread Wim De Smet
On Mon, 9 Dec 2002 15:17:38 +
Anthony Campbell <[EMAIL PROTECTED]> wrote:

> Is there a plugin anywhere for Mozilla to use application/x-java-vm?
> 
> I have the java debs from Blackdown but I still get a message telling me
> I need to install this plugin. Oddly enough, it seems to be there for
> Netscape, but I can't find it anywhere on my disk. A search on Google
> brings up numerous referencers to the question but no clear answer as
> far as I can see.
> 
> AC
> 
> 
> -- 
> [EMAIL PROTECTED]||  http://www.acampbell.org.uk
> using Linux GNU/Debian ||  for book reviews, electronic 
> Windows-free zone  ||  books and skeptical articles
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Hi,

AFAIK there are drivers for "netscape 6" in the java2se distribution from sun, which
you need to copy to your plugin directory after downloading it.

cheers,
Wim


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




Re: NVidia Riva TNT PCI with XFree86

2002-12-10 Thread Wim De Smet
On Tue, 10 Dec 2002 16:12:29 +1000
"Andrew R Reid" <[EMAIL PROTECTED]> wrote:

> 
> 
> > -Original Message-
> > From: Wim De Smet [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, 10 December 2002 1:52 AM
> > To: sean finney
> > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: Re: NVidia Riva TNT PCI with XFree86
> >
> >
> > Hi,
> >
> > This isn't true. These packages are for the nvidia kernel
> 
> --snip--
> 
> Well actually, what Mr. Finney said *is* true.  They question was "Has
> anyone set this up?" referring to the proprietary glx packages.
> 
> Mr. Finney's reply was
> 
> "yeah, you need a couple packages. install
> 
> nvidia-kernel-src
> nvidia-glx-src
> 
> and follow the directions you get in /usr/share/doc/nvidia*"
> 
> What isn't true about that?

You don't need those kernel packages, since u can use the X drivers.
> 
> If Ben posts the output from starting his X server that would be a good
> start, and then we can make an *informed* decision as to what might be
> wrong.
> 
> Regards
> 
> Andrew R. Reid
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Greets,
Wim


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




Re: How do I configure iptables to allow DNS lookups?

2003-08-07 Thread J.A. de Vries
On Wed, 6 Aug 2003, Malcolm Ferguson wrote:

> I'm trying to configure iptables as strictly as possible, however, I'm
> having problems with DNS.  If I understand correctly how DNS works, the
> client sends a UDP packet from a high number port to port 53 on the name
> server.  The name server responds with a UDP packet back to that high
> number port.  Is this correct?
>
> I have /etc/resolv.conf containing a nameserver entry.  I also have some
> name servers listed in the forwarders section of /etc/bind/named.conf.
> Is there a way to configure both bind and the normal name resolver (how
> does it work???) to always use the same port?  Or, do I have to add a
> rule to the INPUT chain that ACCEPTS anything UDP from the name server?
> Obviously the name server isn't on the local LAN.

Hi Malcolm,

Contrary to common belief DNS is not UDP only. Once in a while a normal query
will be to large and then TCP packets are used. So TCP is not exclusively for
zone-transfers.

Here's what I use in my iptables-script:

  if [ "$CONNECTION_TRACKING" = "1" ]; then
iptables -A OUTPUT -o $PUB_IFACE -p udp \
 -s $PUB_IP --sport $EPHEMERAL_PORTS \
 -d $IP --dport 53 \
 -m state --state NEW -j ACCEPT

iptables -A OUTPUT -o $PUB_IFACE -p tcp \
 -s $PUB_IP --sport $EPHEMERAL_PORTS \
 -d $IP --dport 53 \
 -m state --state NEW -j ACCEPT
  fi

  iptables -A OUTPUT -o $PUB_IFACE -p udp \
   -s $PUB_IP --sport $EPHEMERAL_PORTS \
   -d $IP --dport 53 -j ACCEPT

  iptables -A OUTPUT -o $PUB_IFACE -p tcp \
   -s $PUB_IP --sport $EPHEMERAL_PORTS \
   -d $IP --dport 53 -j ACCEPT

  iptables -A INPUT -i $PUB_IFACE -p udp \
   -s $IP --sport 53 \
   -d $PUB_IP --dport $EPHEMERAL_PORTS -j ACCEPT

  iptables -A INPUT -i $PUB_IFACE -p tcp ! --syn \
   -s $IP --sport 53 \
   -d $PUB_IP --dport $EPHEMERAL_PORTS -j ACCEPT

Mind you it is somewhat double. It is something I got used to do in the
past. So there are a couple of catch 'em lines just in case the
connection tracking module isn't loaded on that particular host. You
might not need those extra lines.

Grx HdV



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



Drawing a database structure

2003-08-12 Thread Elie De Brauwer
Is there a program in the debian tree (or on the internet ) capable of 
creating a drawing a database structure (with tables and fields and such), 
something like dia but with database capabilities.

greetings 
Elie De Brauwer 



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



Re: ssh and many command line

2003-08-14 Thread Elie De Brauwer
On Tuesday 12 August 2003 14:19, François Chenais wrote:
> Can U try  this ?
>
>
> ssh  [EMAIL PROTECTED] "for name in `cat /etc/passwd | awk -F : '{ print $1}'`;
> do echo $name; crontab -u name -l; done;"
>
>

I'm starting to get your point, it seems that when starting to use the for or 
variables things start to get strange 

-> this works 
[EMAIL PROTECTED]:~$ for name in `cat /etc/passwd | sed s/:.*//`; do echo $name; 
done 
root
daemon
bin
sys
sync
games
man
-> works also
[EMAIL PROTECTED]:~$ ssh [EMAIL PROTECTED] "echo \"`cat /etc/passwd | sed s/:.*//`\""
[EMAIL PROTECTED]'s password:
root
daemon
bin
sys
sync
games
man
lp
mail
news
uucp
proxy
postgres

-> but using bash builtins fails.
Anybody else and idea ?


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



Re: help me

2003-08-14 Thread Elie De Brauwer
On Monday 11 August 2003 17:59, mohamed roshdy wrote:
> i wanna really to learn fortran and i am waiting for acourse or ebooks on
> net plz write to me

What's wrong with google ? 
Just googling for 'learning fortran' gave masses of usefull links

http://www.ibiblio.org/pub/languages/fortran/unfp.html
http://www.liv.ac.uk/HPC/F90page.html

And specify which fortran you'd want to learn, because there are multiple 
dialects like fortran77, fortan90, fortran95. I'm not sure but I think only 
fortran77 is supported by the gnu compiler collection

hth


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



Re: Getting a Zip Drive to Work

2003-08-14 Thread J.A. de Vries
On Wed, 6 Aug 2003 [EMAIL PROTECTED] wrote:

>Having just installed Debian (as a new Linux user) I am having
> problems getting my internal zip-drive to work. Mainly as I cannot figure out which
> device it is and becuase I need to have the edits to the fstab I need to make
> explained.
>
>Any help & explanations would be very much appreciated.

As the ATAPI model seems to be the most popular I'll show you what you
need to know for installing such a beast. For SCSI only the first step
will differ.

First find out which IDE channel you're using:

grep ZIP /var/log/messages

OK, in my case that gives

hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive

However, this is not enough because for some never explained reason
Iomega has formatted some ZIP disks with a filesystem on hdd4
some others just on hdd. Some you need to figure out what is applicable
to your situation. Trial and error may be the fastest route in this case
as there are only two options. Or you could just build your own
filesystem on them with mke2fs.

Here's what I have in my /etc/fstab for the ZIP drive:

/dev/hdd4  /zipext2defaults,user,noauto0 0
#/dev/hdd4 /zipvfatdefaults,user,noauto,uid=1000,gid=1000 0 0

The first entry is the one I use normally, but sometimes I need to mount
ZIP disks from friends that are using "that other OS". That's what the
second entry is for.

HTH

Grx HdV



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



[ot] executing commands from windowmaker

2003-08-14 Thread Elie De Brauwer
Hi there, sorry for this little of topic question but I have a little 
windowmaker question and I haven't found a solution to it yet.

One of the biggest disadvantages in windowmaker is (imho) that it is 
unpossible to execute a command by keyboard in a speedy way. In KDE for 
example you have ALT+F2 that pops up a nice 'execute command' box, you enter 
the command press enter and the application starts.

Is anyone away of a windowmaker alternative ?

tia 
Elie De Brauwer


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



Re: ssh and many command line

2003-08-14 Thread Elie De Brauwer
>  [1] ssh [EMAIL PROTECTED] "cat /etc/passwd | awk -F ':' '{ print $1; }'"
>
>  ONLY prints empty lines
>
>
>
>  [2] ssh [EMAIL PROTECTED] "(  \
>uname -a; \
>  echo ''; \
>fdisk -l; \
>  echo ''; \
>ps auwxf; \
>  echo ''; \
>find /users -type f \
>  echo ''; \
>  cat /etc/passwd; \
>  for name in `cat /etc/passwd | awk -F : '{ print $1}'`; do echo
> ''$name'';crontab -u name -l; echo ''; done; \ echo '';
> \
>  )"
>
>
> the for name in ... command is executed by the local machine and not the
> remote one ???
>
>
>
>   Any help is welcome :-)
>
>   François

All I can say is that it _should_ work and it works here, the awk example you 
gave works fine here.
[EMAIL PROTECTED]:~$ ssh [EMAIL PROTECTED] "nslookup www.google.com; ping -c 2 
192.168.0.1; ping -c 2 192.168.0.2; ping -c 2 192.168.0.3; uname -a; echo 
\"This seems to work here\"; ssh -V"
[EMAIL PROTECTED]'s password:
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 195.130.130.5
Address:195.130.130.5#53

Non-authoritative answer:
Name:   www.google.com
Address: 216.239.39.99

PING 192.168.0.1 (192.168.0.1): 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=0.6 ms
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.3 ms

--- 192.168.0.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.4/0.6 ms
PING 192.168.0.2 (192.168.0.2): 56 data bytes
64 bytes from 192.168.0.2: icmp_seq=0 ttl=255 time=0.1 ms
64 bytes from 192.168.0.2: icmp_seq=1 ttl=255 time=0.1 ms

--- 192.168.0.2 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.1 ms
PING 192.168.0.3 (192.168.0.3): 56 data bytes
64 bytes from 192.168.0.3: icmp_seq=0 ttl=64 time=0.4 ms
64 bytes from 192.168.0.3: icmp_seq=1 ttl=64 time=0.4 ms

--- 192.168.0.3 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.4/0.4/0.4 ms
Linux kafka 2.4.18 #2 Thu Apr 11 14:37:17 EDT 2002 sparc64 GNU/Linux
This seems to work here
OpenSSH_3.6.1p2 Debian 1:3.6.1p2-4, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
[EMAIL PROTECTED]:~$


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



Re: ssh and many command line

2003-08-14 Thread Elie De Brauwer
On Tuesday 12 August 2003 13:59, François Chenais wrote:
> On Tue, 12 Aug 2003 13:51:32 +0200
>
> Elie De Brauwer <[EMAIL PROTECTED]> wrote:
> > >  [1] ssh [EMAIL PROTECTED] "cat /etc/passwd | awk -F ':' '{ print $1; }'"
> > >
> > >  ONLY prints empty lines
> > >
> > >
> > >
> > >  [2] ssh [EMAIL PROTECTED] "(  \
> > >uname -a; \
> > >  echo ''; \
> > >fdisk -l; \
> > >  echo ''; \
> > >ps auwxf; \
> > >  echo ''; \
> > >find /users -type f \
> > >  echo ''; \
> > >  cat /etc/passwd; \
> > >  for name in `cat /etc/passwd | awk -F : '{ print $1}'`; do echo
> > > ''$name'';crontab -u name -l; echo ''; done; \ echo
> > > ''; \
> > >  )"
> > >
> > >
> > > the for name in ... command is executed by the local machine and not
> > > the remote one ???
> > >
> > >
> > >
> > >   Any help is welcome :-)
> > >
> > >   François
>
> Did you try on an other host then localhost ?;-)

I did now, and still i see no problem (hawking == 192.168.0.1 x86, kafka == 
192.168.0.2 == sparc) 

hawking:~# ssh [EMAIL PROTECTED] "nslookup www.google.com; ping -c 2 192.168.0.1; 
ping -c 2 192.168.0.2; ping -c 2 192.168.0.3; uname -a; echo \"This seems to 
work here\"; ssh -V"
The authenticity of host 'kafka (192.168.0.2)' can't be established.
RSA key fingerprint is 1d:90:bf:23:60:c4:20:21:f8:5a:b4:6a:2c:fd:4c:c3.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'kafka' (RSA) to the list of known hosts.
[EMAIL PROTECTED]'s password:
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 195.130.130.5
Address:195.130.130.5#53

Non-authoritative answer:
Name:   www.google.com
Address: 216.239.51.99

PING 192.168.0.1 (192.168.0.1): 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.2 ms

--- 192.168.0.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.2/0.2/0.2 ms
PING 192.168.0.2 (192.168.0.2): 56 data bytes
64 bytes from 192.168.0.2: icmp_seq=0 ttl=255 time=0.1 ms
64 bytes from 192.168.0.2: icmp_seq=1 ttl=255 time=0.1 ms

--- 192.168.0.2 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.1 ms
PING 192.168.0.3 (192.168.0.3): 56 data bytes
64 bytes from 192.168.0.3: icmp_seq=0 ttl=64 time=3.5 ms
64 bytes from 192.168.0.3: icmp_seq=1 ttl=64 time=0.4 ms

--- 192.168.0.3 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.4/1.9/3.5 ms
Linux kafka 2.4.18 #2 Thu Apr 11 14:37:17 EDT 2002 sparc64 GNU/Linux
This seems to work here
OpenSSH_3.6.1p2 Debian 1:3.6.1p2-4, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
hawking:~# uname -a
Linux hawking 2.4.20 #19 Fri Jul 25 18:32:05 CEST 2003 i586 GNU/Linux
hawking:~#


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



Re: [OT] translation from Dutch, please

2003-08-24 Thread J.A. de Vries
On Sat, 23 Aug 2003, Derrick 'dman' Hudson wrote:

> An artist friend of mine was admiring some work by Marjolein Bastin.
> She would like to find out more about Marjolein's technique and also
> what she studied in school because Marjolein's work is similar to the
> sort of thing my friend wants to do.  My friend found some web sites,
> but they are Dutch and neither she nor I can read Dutch.  If someone
> who can read Dutch has a few spare moments, we would greatly
> appreciate it if you would help out.
>
> (http://www.marjoleinbastin.nl/winkel.asp)

Hi dman,

Here's a very quickly (may contain some typos) translated version of her
bio as found on http://www.marjoleinbastin.nl/marjoleinbastin.asp

Marjolein Bastin was born in 1943 as the daughter of John and Pia uit
den Bogaard in Loenen a/d Vecht.

"I can still remember all details of my delightful explorations as a
pre-schooler in the great gardens bordering on the Vecht (a river).

The swing next to the raspberry, the flower garden, the small avenue
leading to the Vecht bordered by apple- and peartrees, the bench on the
waterfront - the boathouse I was forbidden to enter - the chickens and
bunnies."

In 1952 her father, the famous author of "Swiebertje" (great
nostalgic stories about a tramp in the times before the war, read mostly
by children and made into a hughly popular television series here in the
Netherlands) who was a schoolteacher in Loenen, was named editor in
chief of the N.C.R.V. guide (the TV guide of one of the largest public
broadcasters in our country) in Wageningen (a city).

The family, which included a second daughter Babette by now, moved to
the Veluwe (a region known for its fruits). A completely different world
with its dry sandy soil, different scents, different plants and birds.
Again a new exploration of discovery began. Lying on her belly on the
moss she saw black beetles laboriously drag rabbit pellets to their
tunnels. She saw gleaming green ground beetles running over the loose
sand and lizards and blindworms hunting for bugs in the heather.

Those blessed early years formed the blueprint for her life. She wanted
to share the surpise, the delight, the enjoyment with her mother as a
two-year-old, now she shares her love of nature with millions. She found
a means for it: drawing and writing.

After attending the Academy of Expressive Arts in Arnhem (where she met
her husband Gaston Bastin) from 1960 to 1965, she was employed by
several advertising agencies and publishers.

>From 1974 on she worked for "Libelle" magazine, where she got her own
nature section in 1980, and was joined by Vera de Muis some years later.

In 1992 the Bastins signed a contract with Hallmark U.S.A., based in
Kansas City. Since then they stay a couple of months each year in their
house in a prairie reservation.

"There the same thing happened to me all over again as when I was a
child exploring the gardens along the Vecht: everything was new, the
scents, the trees, the climate. Suddenly there were racoons in my
birdhouse!

Birds unknown to me, new flowers, strange butterflies. I had to start
all over again, everything I had to lookup! And now I want to share the
beauty of America with all my Dutch friends, just like I show my
American friends how beautiful Dutch nature is."

In 1994 Hallmark launched "Nature's Sketchbook" by Marjolein Bastin.
Since then cards and stationaries have been complemented with a rich
line of gifts. Currently it is one of the most succesful lines ever
carried by Hallmark.

Marjolein and Gaston Bastin have a daughter Sanna, born in 1973, and a
son Mischa, born in 1974. Sanna, married and mother of Merel and Roos,
manages the well-known "Marjolein Bastin Giftshop". Mischa is a lawyer
in Kansas City, America.

Grx HdV

P.S. Sorry, I found nothing about the techniques she uses.




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



Re: BIOS reports more memory than kernel finds

2003-08-24 Thread Elie De Brauwer
I assume you are still using lilo to boot it, just try adding 'mem=128' to 
your lilo prompt and see if this helps. 

hth 
Elie  De Brauwer 

> I just added another 32 + 64 MB of memory to an older Pentium 1 (2 72
> pin SIMMS each).  There was already 32 MB installed, so this should have
> totalled 128 MB.  The BIOS finds about 117 MB, and the kernel (2.2.18)
> finds just 65 MB.
>
> Any ideas on what is happening, or how it can be fixed?
>
> Thanks,
>
> Dean
>
> --
>   Dean Provins
> [EMAIL PROTECTED]
> KeyID at at pgpkeys.mit.edu:11371: 0x9643AE65

-- 
http://www.de-brauwer.be


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



DebToo: Debian, Gentoo-style

2003-08-26 Thread Chris de Vidal
Volunteers needed!
http://debtoo.org

=
/dev/idal
"GNU/Linux is free freedom" --Me

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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



DebToo: Debian, Gentoo-style

2003-08-27 Thread Chris de Vidal
Volunteers needed!
http://debtoo.org


=
/dev/idal
"GNU/Linux is free freedom" --Me

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


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



Re: spamassassin

2003-08-27 Thread J.A. de Vries
On Tue, 26 Aug 2003, Tom Allison wrote:

> Does spamassassin use relays.osirusoft.com?

Yes. It will be removed in the next version.

> I have a lot of DNS traffic running with this query and I noticed that my
> mail log was full of messages to stop using relays.osirusoft.com.

You'll have to stop using their blacklist. They feel they are forced to
throw in the towel after the recent attacks and legal threats. As of
today (I think) they are blacklisting everyone (*.*.*.*), so it will do
you no good anymore. That is, if you want to receive outside mail }:-)

Too bad, the bad guys won this round...

Grx HdV




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



Re: OT: Why is C so popular?

2003-08-27 Thread Elie De Brauwer
On Wednesday 27 August 2003 12:43, Frank Gevaerts wrote:
> On Wed, Aug 27, 2003 at 01:11:08AM -0500, Alex Malinovich wrote:
> > The recent COBOL discussion has gotten me to thinking. Some languages
> > seem to be very popular in some situations. C is easily the dominant
> > language for most things Linux. So therein lies the question. Why,
> > exactly, is C so popular? Especially in comparison to C++. I can't think
> > of a single reason to use C instead of C++ for most of the coding that I
> > would do. I generally only write user applications. I don't get anywhere
> > near the kernel which is where I'd imagine most of the reason for using
> > C comes in. Yet I see people writing 'modern' GUI applications and using
> > C when I would think C++ would be a much better choice. Is there
> > something that I'm missing? Something that C actually does better than
> > C++ in regards to higher-level functions?
>
> First convince me that object oriented programming results in
> maintainable and debuggable code, then convince me that C++ is a good
> implementation of OO, and then I might consider C++ instead of C. (I
> know not all the features of C++ are related to OO, but OO seems to be
> the main selling point of C++ vs C)

I agree, but when it comes to documentation c is the absolute top.
man strchr, man strlen, man strcmp, man sin, man cos it's all in the manuals 
but try do get a description from some of the functions from the C++ STL out 
of the manpage. It is hardly possible to code C++ and use the features 
(vector, list, queue and more of those prety things) without buying some dead 
trees. 
C is perfectly commented in the manpages, php has php.net, java has the api 
documentation, perl has perldoc and c++ has /dev/null (i know the first 
remark is that all c functions that are commented are part of of c++ and you 
have a piece).



-- 
http://www.de-brauwer.be


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



Re: ircII behind proxy/firewall - how?

2003-08-27 Thread Elie De Brauwer
On Wednesday 27 August 2003 15:55, Alphonse Ogulla wrote:
> On Wednesday 27 August 2003 12:02, Alphonse Ogulla wrote:
> > My connection to the net is via a proxy server. It also appears port 6667
> > on the same machine is blocked. Just wondering, is it possible to use
> > ircii chat client from behind a squid proxy? Is there such a thing as irc
> > over http?
>
> running nmap against the proxy server produced these results.
>
> atlas:~# nmap -sS -p1-15000 -oN nmap.txt 192.168.1.22
>
> Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ )
>
> Interesting ports on  (192.168.1.22):
> (The 14990 ports scanned but not shown below are in state: closed)
> Port   State   Service
> 23/tcp opentelnet
> 53/tcp opendomain
> 80/tcp openhttp
> 111/tcpopensunrpc
> 199/tcpopensmux
> 943/tcpopenunknown
> 1024/tcp   openkdm
> 1026/tcp   opennterm
> 6000/tcp   openX11
> 8080/tcp   openhttp-proxy
>
> Nmap run completed -- 1 IP address (1 host up) scanned in 195 seconds
> atlast:~#
> Do you see any hope in getting ircII to work?

maybe not ircII but other solutions exist, for example on www.ircnet.org you 
can open a cgi based irc client which runs over http. Some proxy servers 
allow irc connections thru them (but i've only seen that happen in mIRC). 
There are also irc daemons that listen on other ports than 6667 e.g. 8080 
which might not be blocked all depends on the configuration of the 
proxy/firewall  just try until you find something that works.

hth
-- 
http://www.de-brauwer.be


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



Re: OT: Why is C so popular?

2003-08-27 Thread Elie De Brauwer
> } C is perfectly commented in the manpages, php has php.net, java has the
> } api documentation, perl has perldoc and c++ has /dev/null (i know the
> } first remark is that all c functions that are commented are part of of
> } c++ and you have a piece).
>
> The only reason you can't find documentation for C++ libraries is because
> you haven't looked. Stop spreading misinformation and STFW. Explore the
> URLs below.
>
> http://www.sgi.com/tech/stl/
> http://www.dinkumware.com/refxcpp.html

Ok, let me rephrase my comments, c++ hasn't got documentation in an obvious 
place, but thanks for the links anyhow :D

greetings 

-- 
http://www.de-brauwer.be


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



Re: Logging into X remotely

2003-08-31 Thread Elie De Brauwer
On Sunday 31 August 2003 13:47, Steve Lamb wrote:
> On Sun, 31 Aug 2003 04:39:17 -0700
>
> Paul Johnson <[EMAIL PROTECTED]> wrote:
> > XDMCP would be easier and better on bandwidth (thus faster).  VNC is
> > good when you need to display something graphical on a platform that
> > never anticipated multiuser, networked environments (namely, MS Windows).
>
> This is not entirely true.  GTK2 apps dog very badly over X whereas
> with VNC the speed is acceptable.  Prime examples are XChat and Pan.  Both
> are related to scrolling.
>
> In Pan paging up or down in the article listing takes 1-2 seconds to
> redraw under X.  W/VNC (well, TightVNC, Hextile, no compression) it is
> nearly instantaneous.
>
> XChat also lags badly when scrolling the channel view.  Under X when
> there is quick chatter you'll get jerky 1/2-page scrolls.  VNC (same as
> above) it is almost as smooth as having the client on the local machine.
>
> I've done both and settled on TightVNC (server and client) because of
> the above issues as well as the ability to access my desktop from multiple
> machines w/o shutting it down and restarting.  Most of the time my laptop's
> got the display up but sometimes I want to just work on the main machine
> (larger screen, nicer input devices, access to sound, etc) and fire VNC up
> there in a shared session to take over.  Of course I was (and still am) a
> heavy screen user so there might be a precedent set there years ago.  :)

I'm currently working via remote X on my normal computer since my girlfriend 
has claimed my desk for study purposes. I'm currently on her portable booted 
using a knoppix cd and now remote X'ing on my regular machine and if I 
wouldn't know better I would say I were working live on that machine. On the 
6 houres that my session is open i consumed approximately 200 megabyte of 
traffic over an 10mbit lan. 
I have no problems with applications like pan here. Everything works nice the 
only disadvantage remote X has is that you just can't jump in into a session 
that was open before.
And if I use vnc on the same configuration and if I compare than remote X 
wins. 

my 2 cents ;)

-- 
http://www.de-brauwer.be


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



Re: /dev/lp0

2003-09-02 Thread Elie De Brauwer
On Tuesday 02 September 2003 11:39, Russell Shaw wrote:
> Hi,
> When i do: cp test.txt /dev/lp0
> shouldn't it blindly copy the text
> to the port and return immediately?
> (it hangs)
That depends, in some cases that could work unless you have a printer like hp 
deskjet 710, 720 etc who require additional filtering, the models mentioned 
require (cpu intensive) filtering thru a pnm2ppa filter.

It would be a good idea to mention which printer you are using

hth
-- 
http://www.de-brauwer.be


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



Re: /dev/lp0

2003-09-02 Thread Elie De Brauwer
On Tuesday 02 September 2003 11:51, Russell Shaw wrote:
> Elie De Brauwer wrote:
> > On Tuesday 02 September 2003 11:39, Russell Shaw wrote:
> >>Hi,
> >>When i do: cp test.txt /dev/lp0
> >>shouldn't it blindly copy the text
> >>to the port and return immediately?
> >>(it hangs)
> >
> > That depends, in some cases that could work unless you have a printer
> > like hp deskjet 710, 720 etc who require additional filtering, the models
> > mentioned require (cpu intensive) filtering thru a pnm2ppa filter.
> >
> > It would be a good idea to mention which printer you are using
>
> It's a lexmark postscript laser (optra R+). I was wondering if
> the command should work even if there was no printer connected.

Try catting a postscript file, i thnk you printer should understand 
'postscript'.


-- 
http://www.de-brauwer.be


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



Re: Nic card modules

2003-05-29 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> A question about Nic cards and modules.
> This is the output of "ifconfig eth0":
>
> eth0  Link encap:Ethernet  HWaddr 00:05:5D:AA:3B:E0
>inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>RX packets:3 errors:0 dropped:0 overruns:0 frame:0
>TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
>collisions:0 txqueuelen:100
>RX bytes:472 (472.0 b)  TX bytes:2827 (2.7 KiB)
>Interrupt:11 Base address:0xb800
>
> And this are a few lines from "dmesg":
>
> pcnet32.c: PCI bios is present, checking for devices...
> via-rhine.c:v1.08b-LK1.0.1 12/14/2000  Written by Donald Becker
>http://www.scyld.com/network/via-rhine.html
> eth0: VIA VT6102 Rhine-II at 0xb800, 00:05:5d:aa:3b:e0, IRQ 11.
> eth0: MII PHY found at address 8, status 0x782d advertising 05e1 Link 45e1.


Just a guess, isn't it possible that your kernel has compiled in support for 
such a NIC ?

- -- 
Homepage: http://www.de-brauwer.be
BSD is for Unix lover
Linux is for windows haters,
I run Linux 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+1NZvpSQix3Sc+ZgRAs+8AJ4yoRNvmpTBi/tzORXATI4RpkpkwwCfXC+A
p8e/W4jMh1EqT3FUBki1aw0=
=csca
-END PGP SIGNATURE-


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



Re: Lilo & Descriptor Checksum Error

2003-05-29 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 28 May 2003 17:36, Brian wrote:
> I took everyone's advice from yesterday (thanks!) and made a new kernel
> today that I was sure had support for IDE stuff and my filesystems and I
> skipped the initrd stuff. The newbie guide was helpful:
>
> http://newbiedoc.sourceforge.net/system/kernel-pkg.html
>
> although I found the /usr/doc/kernel-package/README to be really good too.
>
> This time I was able to make the kernel-image properly, and install it
> ok, so far as I can tell.
> My problem is that the system won't boot at all now (except via old
> floppy boot disk).
>
> It says, "LILO Descriptor Checksum Error" and just sits there.
>
> /etc/lilo.conf
> -
> boot=/dev/hda3
> root=/dev/hda3
> compact
> install=/boot/boot.b
> map=/boot/map
> vga=normal
> delay=20
> image=/vmlinuz
> label = Linux
> read-only
> -
> Any other config files or information that would help, let me know. I'm
> stumped.
>
> Things appeared to be going well (so far as this newbie could tell)
> until the reboot failed.
>
> Thanks!

Did you run lilo after you copied the kernel ? Didn't it give any errors ? 
It is advisable NOT to overwrite your old kernel until you are 100% sure your 
new kernel works, just give it a different name and add a new entry in your 
lilo.conf. My first guess at your problem is that you simly overwrote your 
old kernel and did not run lilo afterwards. I added an example of my 
lilo.conf i personally don't ever delete any of my old kernels, i just leave 
the there for testing etc etc etc

boot=/dev/hda
root=/dev/hda2
install=/boot/boot-menu.b
map=/boot/map
prompt
delay=100
timeout=100



default=Linux-2.4.20-1
image=/boot/vmlinuz-2.4.19-fb
label=LInux-2.4.19-fb
vga=794
read-only

image=/boot/vmlinuz-2.4.19
label=Linux-2.4.19
read-only

image=/boot/vmlinuz-2.4.18-bf2.4
label=Linux-2.4.18
read-only

image=/boot/vmlinuz-2.4.20
label=Linux-2.4.20
read-only

image=/boot/vmlinuz-2.4.20-1
label=Linux-2.4.20-1
read-only


hth

- -- 
Homepage: http://www.de-brauwer.be
BSD is for Unix lover
Linux is for windows haters,
I run Linux 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+1N4upSQix3Sc+ZgRAqcdAKCc82UZ8tpMuKmkV5qfyAJNb4FvjwCeOcej
pkb/tvrPp8nLHpO7oG75tuc=
=zI6k
-END PGP SIGNATURE-


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



Re: Lilo & Descriptor Checksum Error

2003-05-29 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 28 May 2003 18:49, Brian wrote:
> Elie De Brauwer wrote:
> >Did you run lilo after you copied the kernel ? Didn't it give any errors ?
>
> I just followed the newbie guide, and to me it looked like lilo was run
> by the dpkg -i process as it asked me several questions about LILO. I
> googled on this problem and found someone else suggesting that LILO must
> be run, so I did lilo -v -v -v and then rebooted. Same problem
> unfortunately.
>

is it possible to rerun lilo with a certain level of verbosity and paste the 
output here ? 

> I guess I'm not completely sure how to do that. Not being familiar with
> lilo.conf I'm not sure what a new entry would look like. From looking at
> yours it seems one can be labeled default and the others can just be
> added as additional images. Is this right? I notice in my /boot
> directory that I have vmlinuz-2.4.18 but that in my lilo.conf I have
> image=/vmlinuz and that's all. That seems to me like the wrong directory
> and the wrong filename. Am I right?
>
image=/vmlinuz is probably just a symlink:

[EMAIL PROTECTED]:~$ ls -l /vmlinuz
lrwxrwxrwx1 root root   25 Jul 19  2002 /vmlinuz -> 
boot/vmlinuz-2.4.18-sun4u


Adding a new kernel entry goes as follows:
you open your lilo.conf you enter
image=path_to_your_new_kernel
 label=how_you_want_to_see_it_in_the_boot_menu
read-only

Lines concerning vga etc are optional, if you put no default, then lilo just 
picks the kernel which comes first in lilo.conf, if you 
default=exisiting_label lilo picks the kernel with that label. For more info
see man lilo.conf which has excellent description of available options etc 

> >default=Linux-2.4.20-1
> >image=/boot/vmlinuz-2.4.19
> >label=Linux-2.4.19
> >read-only
> >
> >image=/boot/vmlinuz-2.4.20-1
> >label=Linux-2.4.20-1
> >read-only


- -- 
Homepage: http://www.de-brauwer.be
BSD is for Unix lover
Linux is for windows haters,
I run Linux 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+1OpFpSQix3Sc+ZgRAivsAKCFKFIEY5c5TZB08e2Zthe99xwvrwCfTQn9
H6S7u10rZ8xLvmCUp3ekN5E=
=FOPu
-END PGP SIGNATURE-


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



mozilla fails to launch the program to view a file after download

2003-06-01 Thread Wim De Smet
Hi,

As all of the mozilla users here likely know, when you click a binary
link in mozilla it allows you to choose either to download this file and
save it, or to open it immediately (if it is in a known format). Lately
though, opening or viewing files doesn't seem to work. eg with video
files, mozilla asks me politely if I want to use gmplayer to open this
file, I answer yes, mozilla downloads it, and then nothing happens. (no
error messages whatsoever). Is there a log somewhere that mozilla keeps
of its actions or has anybody had the same problem?

tia,
Wim

-- 
Only two things are infinite: human stupidity and the universe, and I'm
not sure about the latter. -- Albert Einstein


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



Re: /bin/bash: Permission denied

2003-06-02 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 June 2003 14:01, gabriel meier wrote:
> Hi,
>
> I have some strange Problems with my user login here:
> Any time I log in with any user but root I get the following message:
>
> Cannot execute /bin/bash: Permission denied
>
> So login is possible at the moment only for root.
> I checked all the user rights of / /bin /bin/bash and its dependend libs
> and they were OK. etc/passwd is OK, too.
> This error occures with any shell I have, so it can't be a problem with
> bash itself.
>
> I would be greatful for every idea you have.
>
> Gabriel

Log in as root  than type:
strace login

now follow the output of the system call on your screen, when you see the 
program is waiting for something, (after a read system call), it's time to 
enter the username and the same for the password. Strace reviels which files 
are opened and  when you are returned to you shell check the last output and 
go back until you see something like permission denied.

hth
Elie De Brauwer 
- -- 
Homepage: http://www.de-brauwer.be
BSD is for Unix lover
Linux is for windows haters,
I run Linux 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE+20xapSQix3Sc+ZgRAtIMAKDH6c10jYA/h20E7IhzHk44QzWbUgCdGYDm
EpZjS7wzB+BSLQMZRhPWg+4=
=E5Y5
-END PGP SIGNATURE-


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



Re: NVidia Riva TNT PCI with XFree86

2002-12-11 Thread Wim De Smet
On Tue, 10 Dec 2002 12:20:43 -0500
sean finney <[EMAIL PROTECTED]> wrote:

> On Tue, Dec 10, 2002 at 05:44:46PM +0100, Wim De Smet wrote:
> > "Andrew R Reid" <[EMAIL PROTECTED]> wrote:
> > > Mr. Finney's reply was
> > > 
> > > "yeah, you need a couple packages. install
> > > 
> > You don't need those kernel packages, since u can use the X drivers.
> 
> well perhaps, perhaps not.  if he needs any kind of decent 3d acceleration,
> he does need them.  if he doesn't and/or using exclusively Free Software
> is more important, then s/need/may want depending on your preference/.

point taken. agreed if you do that substitute.

> also, istr that there are some boards on which the nv driver doesn't work.
> or at least there are machines that with the exact same X configuration
> and the non-free drivers work just fine, whereas before they did not
> with the nv driver (maybe nv is pickier about settings?).

Depends on the card I think. These older cards should be well supported by
the nv driver, though the nvidia drivers may indead be less picky.
> 
> 
>   sean
> 


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




Re: problem compiling a new gcc version.

2002-12-14 Thread Wim De Smet
On Wed, 11 Dec 2002 02:05:59 +1100
Rob Weir <[EMAIL PROTECTED]> wrote:

> On Sat, Dec 07, 2002 at 10:37:01PM +0100, Wim De Smet wrote:
> > could it be that this is specific to my kernel or is it a configuration problem 
>with my current locales?
> > I hope this is not too specific, I could mail to the gcc people but I haven't had 
>this problem under other
> > systems so I figured it might be a misconfiguration somewhere?
> 
> I've no idea how to actually fix this, but I would recommend getting the
> gcc-3.2 source package from sid and building that, so you don't clutter
> up /usr/; plus, it's know to be buildable.
> 
> -rob
> 

Aha. Should've known that one :)

I found out what the problem is. The glibc version (2.2.4 or something I think) had a 
bug that didn't allow this
gcc version to be built. So I basically upgraded glibc a couple of notches, then 
upgraded gcc to 3.0.4, then upgraded
glibc again and then went for gcc 3.2, after which I upgraded glibc to the latest 
version.

I like building my own packages, but I agree, this one was a bit of a hassle.

greets,
Wim


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




Re: NVidia Riva TNT PCI with XFree86

2002-12-14 Thread Wim De Smet
On Sat, 14 Dec 2002 17:17:34 +1100
Rob Weir <[EMAIL PROTECTED]> wrote:

> On Wed, Dec 11, 2002 at 10:34:39PM +0100, Wim De Smet wrote:
> > Depends on the card I think. These older cards should be well supported by
> > the nv driver, though the nvidia drivers may indead be less picky.
> 
> The most important difference is that nv in X < 4.2 does not support
> GeForce4 cards, whereas the non-Free binary-only drivers do (even under
> X 4.1).
> 
> -rob
> 

Uh yes I know that, that's why I use the nvidia drivers. Just saying that this
TNT should work with nv drivers perfectly (or almost).

Wim


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




slowdown when reading from block devices

2002-12-20 Thread Wim De Smet
Hi,

I've noticed in my (woody based) testing/unstable that when I access
block devices such as (very obvious off course) my hard disk or my
cd-rom device, my system hangs for short moments. Meaning heavier and
longer than you would expect it to on an ide system. My kernel version
is 2.2.20, I have an ata 133 ide interface if that helps any. It's
especially annoying when ripping a cd and in the mean time trying to
play some music (with xmms for example). My system is pretty fast in and
of its own so the hardware shouldn't be an issue.

Can anybody help me out, maybe something to do with buffers or the
likes?

Thank you,
Wim


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




Unidentified subject!

2002-12-23 Thread Wim De Smet
Hi,

I've noticed in my (woody based) testing/unstable that when I access
block devices such as (very obvious off course) my hard disk or my
cd-rom device, my system hangs for short moments. Meaning heavier and
longer than you would expect it to on an ide system. My kernel version
is 2.2.20, I have an ata 133 ide interface if that helps any. It's
especially annoying when ripping a cd and in the mean time trying to
play some music (with xmms for example). My system is pretty fast in and
of its own so the hardware shouldn't be an issue.

Can anybody help me out, maybe something to do with buffers or the
likes?

Thank you,
Wim


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




Re: slowdown when reading block devices

2002-12-23 Thread Wim De Smet
Sorry this didn't send the first time, so I resent it but forgot the subject,
just adding it in a reply so ppl notice this one :)

On Mon, 23 Dec 2002 11:00:57 +0100
Wim De Smet <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I've noticed in my (woody based) testing/unstable that when I access
> block devices such as (very obvious off course) my hard disk or my
> cd-rom device, my system hangs for short moments. Meaning heavier and
> longer than you would expect it to on an ide system. My kernel version
> is 2.2.20, I have an ata 133 ide interface if that helps any. It's
> especially annoying when ripping a cd and in the mean time trying to
> play some music (with xmms for example). My system is pretty fast in and
> of its own so the hardware shouldn't be an issue.
> 
> Can anybody help me out, maybe something to do with buffers or the
> likes?
> 
> Thank you,
> Wim
> 
> 
> -- 
> 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]




problems with gnome-terminal: meta-keys and bell

2002-12-23 Thread Wim De Smet
Hello,

I have some problems with gnome-terminal (and others too for that
matter).

First of all there's the key configuration. I like to use BitchX in a
terminal window but if I have hidden screens enabled there I need to be
able to switch between them using +1 through 10. This does not
work, and I'd like to know if I can configure the terminal to enable it
somehow (alt+shift+1 does work, so it's not critical but still).

Second of all, I don't have bell sounds in my terminal. I tried
set-bell-style audible and other stuff like that. Only thing I can think
of is that it's not in the terminfo. So how do I recompile a terminfo
entry and where do I get the source for it?

tia,
Wim


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




  1   2   3   4   5   6   7   8   9   10   >