Re: ide DMA on Intel 865PE

2003-12-12 Thread Dobai-Pataky Balint
On Thu, 2003-12-11 at 22:27, Rune Maagensen wrote:
>  using_dma=  0 (off)

try hdparm -i device, to see what modes are suported by hdd
and a  cat /proc/ide/piix for more info,

my optinion is you can safely turn on simple dma(hdparm -d1 device), you
can only worry about udma modes (-X66 ->-X69), that's the only way i can
get an irq timeout on the hdd.



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



Re: need help on IP accounting - ipac-ng

2003-12-12 Thread Dobai-Pataky Balint
what you need is a mysql server and a mysqclient, and cron set up to
burst the gathered data to into the mysqserver.

On Fri, 2003-12-12 at 11:39, Christian Schnobrich wrote:

> However, I'm looking for an application that will gather the data, sum
> it up nicely and just keeps track, even if the counters should be
> involuntarily reset (like if the system crashes).
> 
> After an exhausting search, the only thing I found so far is ipac-ng.
> Although it seems to be quite powerful, the documentation leaves much to
> be desired. It is now set up and works -- though not as I'd like it. For
> today, I give up trying.
> 
> But perhaps someone can tell me about another app that might suit my
> needs?
> 
> cu,
> Schnobs
> 
> 
> -- 
> 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: How do I get sound?

2003-12-13 Thread Dobai-Pataky Balint
On Sat, 2003-12-13 at 06:06, Mark Healey wrote:
> Have no sound.  What tool do I use to get it?
> -
> Please leave this.  It is a filter term.
> ferulebezel
> -

try apt-get install sndconfig, you will like it, it's redhat style
automated pnp sound detector.
or boot up a knoppix and you'll see your soundcard's module name, than
put it into your /etc/modules



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



Re: ide DMA on Intel 865PE

2003-12-15 Thread Dobai-Pataky Balint
On Sat, 2003-12-13 at 19:41, Rune Maagensen wrote:

> 
> Ok, thanks, but is there a performance penalty from running normal DMA compared to 
> UDMA, I know both the disk and chipset is capable?
my systems widthout DMA have a transfer speed about 2M/s, with DMA about
7M/s, with ata100 about 25M/s.



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



Re: Knoppix saving data

2003-12-16 Thread Dobai-Pataky Balint
On Tue, 2003-12-16 at 10:33, Gruessle wrote:
> I am trying to use the XFree86 config data from knoppix for Debian.
> Do you have any solutions I could use besides typing that whole thing in
> by hand?

send a mail for yourself?
save to a floppy?
install knoppix's autoconfig tools into your deb?
install your knoppix with hdinstall and apt-get upgrade it to have a
deb?
use X -configure in your deb insteed of using knoppix's autoconfig tool?
mount hour hdd into knoppix and save there?
do it as root in knoppix, so you access more than your desktop?
print and scan it?

did i miss something? :)




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



Re: Auto mount Windowz Share

2003-12-17 Thread Dobai-Pataky Balint
On Wed, 2003-12-17 at 19:37, Phillipus Gunawan wrote:
> //192.168.0.4/shareit   /mnt/windowzsmbfs   auto,guest 0 0

'guest' is not a good option for fstab.
try something like user=guest, or uid=guest,...
(i don't remember, i resolvrd this once)




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



yanvp

2003-12-18 Thread Dobai-Pataky Balint

hi

yet another nvidia problem.
i got a 2.4.22-1-686, and the kernel headers for it, for wich
nvidia-linux-1.0-4496-pkg2.run said that there is no file in include...
so i got kernel-source, and symlinked it to linux, as it should, but
than the compiled nvidia.o is not compiled with the right source, with
which the image was.
(i even had problem compiling with the right gcc, but solved that)
there is a kernel-patch-source-2.4.22 available, should i apply that
somehow before nvidia compile?

if this problem is solved somewhere, pls route me there, google is
exhausted.

thanx




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



Re: gnome sound server monopolizing alsa's audio

2003-12-18 Thread Dobai-Pataky Balint
On Thu, 2003-12-18 at 16:56, Mark Roach wrote:
> What I usually do is move /usr/bin/esd to /usr/bin/esd.real and create a
> new /usr/bin/esd containing:
> 
> #!/bin/sh
> exec /usr/bin/esd.real -as 5 $*
> 

i have this(followed the man pages):

cat /etc/esound/esd.conf 
[esd]
auto_spawn=1
spawn_options=-terminate -nobeeps -as 5
spawn_wait_ms=100


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



Re: yanvp

2003-12-19 Thread Dobai-Pataky Balint
On Fri, 2003-12-19 at 01:05, David Z Maze wrote:
> Dobai-Pataky Balint <[EMAIL PROTECTED]> writes:
> 
> > yet another nvidia problem.
> > i got a 2.4.22-1-686, and the kernel headers for it, for wich
> > nvidia-linux-1.0-4496-pkg2.run said that there is no file in
> > include...
> 
> >From just recently running the NVidia installer, it does have a prompt
> for where the kernel includes are (maybe only in advanced mode); if
> you look in /usr/src, the right directory is going to be something
> like /usr/src/kernel-headers-2.4.22-1-686.
sure, i had there the right kernel-headers directory, but was not
enough.

> 
> > so i got kernel-source, and symlinked it to linux, as it should, but
> > than the compiled nvidia.o is not compiled with the right source, with
> > which the image was.
> 
> This isn't useful; kernel-source-2.4.22-1 is used to compile all of
> the kernel-image flavors, given the right .config file, but the -686
> .config file isn't installed by default.  It might be buried somewhere
> in the tree, but you'd also have to regenerate some other files.  In
> any case, I'd delete the /usr/src/linux symlink, since nothing
> maintains it and so it's not necessarily guaranteed to link to the
> source for the running kernel.
nvidiainstaller was lookin at linux.

> 
> Alternatively, you might be able to do something with the
> Debian-packaged nvidia installer, using either a magic kernel-package
> invocation (against the -headers package would probably work) or using
> module-assistant.  I don't have an incantation for either available
> right off hand, though.
debian packaged nvidia driver gave the solution after i managed to
compile it wouldn't load becouse of gcc differences.
and the debian packaged nvidia driver was the only one who told that
kernel was built with gcc-3.3, so i had to apt-get it and compile
modules with it again, with that nvidia's works fine, so i didn't
compile again debian's.

it's resolved now,
anyways,
thanx for your attention. :)
> 
> -- 
> David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
> "Theoretical politics is interesting.  Politicking should be illegal."
>   -- Abra Mitchell
> 
> 
> -- 
> 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]



Argument list too long

2003-12-19 Thread Dobai-Pataky Balint


hi,

i have a webcam logging all motion into jpgs, my php code does lots with
it, except after i convert selected jpgs copied into the workin' folder,
and after conversion i'd like to rm them from php or by hand it'll give:
rm *.jpg
su: /bin/rm: Argument list too long

so i have to enter mc, enter the directory and F8 them out.

how could i do a right rm?
(without generating a shell pattern to rm them in separated groups)




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



Re: Right ftp server

2003-12-19 Thread Dobai-Pataky Balint
On Fri, 2003-12-19 at 12:40, Mark Schouten wrote:
> On Fri, Dec 19, 2003 at 02:33:51AM -0800, Gruessle wrote:
> > But I need something basic easy to config., something I don't have to
> > read two books on before I can get going.  Don't need anonymous I like
> > X config stuff if there is something
> > 
> > Which is the right ftp server for me?
> 
> 
> proftpd. :) The basic 'default' configuration works like a charme.
> There's nothing to set up, unless you have special wishes.
agreed, 
and proftpd is the one i trust, and do all the logging into a mysql, and
do transfer ratio and user management(phpsetupped all). :)
proftpd is as good for the basic as for advanced use.

> 
> Mark
> 
> 
> -- 
> 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: kazaa

2003-12-20 Thread Dobai-Pataky Balint
On Sat, 2003-12-20 at 12:59, Patrick Lesslie wrote:
> On Sat, Dec 20, 2003 at 10:41:50AM +, Dr Gavin Seddon wrote:
> > Hello,
> > Last night I was at a friends house and he showed me Kazaa lite.  I
> > found this morning it is possible to run it on my Debian machine using
> > wine.  Can anyone tell me how to do this, pls?
> 
> Unless you really want wine and kazaa-lite, you might enjoy the similar
> functionality of gtk-gnutella.
or dcgui(dctc frontend)



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



Re: dc gui

2003-12-21 Thread Dobai-Pataky Balint
On Sun, 2003-12-21 at 14:40, Dr Gavin Seddon wrote:
> Hello,
> I was recomended dc alond with gnutella.  I cannot register with
> gnutella.com, so will dc allow use without registering?  Also, how do I
> use dc-gui?
> 
you don't have to register, but share a large amount of data, you'll see
hubs have properties, and minimal share demands, if you don't meet them,
you'll be kicked.



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



Re: Next Challenge - nVidia Video Drivers

2003-12-22 Thread Dobai-Pataky Balint
On Mon, 2003-12-22 at 08:49, Scarletdown wrote:
> I just tried to install the GeForce video drivers downloaded from 
> nVidia's site, in hopes that I would be able to make proper use of my 
> video card (GeForce 5600 FX with 256MB RAM)
> 
> Here is what the log file showed after the drivers failed to install...
> 
> nvidia-installer log file '/var/log/nvidia-installer.log'
> creation time: Sun Dec 21 22:32:09 2003
> 
> option status:
> license pre-accepted: false
> update  : false
> force update: false
> expert  : false
> uninstall   : false
> driver info : false
> no precompiled interface: false
> no ncurses color: false
> query latest driver ver : false
> OpenGL header files : false
> no questions: false
> silent  : false
> XFree86 install prefix  : /usr/X11R6
> OpenGL install prefix   : /usr
> Installer install prefix: /usr
> kernel include path : (not specified)
> kernel install path : (not specified)
> proc mount point: /proc
> ui  : (not specified)
> tmpdir  : /tmp
> ftp site: ftp://download.nvidia.com
> 
>   Using: nvidia-installer ncurses user interface
>   -> License accepted.
>   -> No precompiled kernel interface was found to match your kernel; 
> would you li
>  ke the installer to attempt to download a kernel interface for your 
> kernel f
>  rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
>   -> No matching precompiled kernel interface was found on the NVIDIA 
> ftp site;
>  this means that the installer will need to compile a kernel 
> interface for
>  your kernel.
>   -> Kernel include path: '/lib/modules/2.4.22-xfs/build/include'
>   -> Cleaning kernel module build directory.
>  executing: 'cd ./usr/src/nv; make clean'...
>  rm -f nv.o os-agp.o os-interface.o os-registry.o  nv-linux.o 
> nv_compiler.h *
>  .d NVdriver nvidia.o
>   -> Building kernel module:
>  executing: 'cd ./usr/src/nv; make nvidia.o 
> SYSINCLUDE=/lib/modules/2.4.22-xf
>  s/build/include'...
> 
>  You appear to be compiling the NVIDIA kernel module with
>  a compiler different from the one that was used to compile
>  the running kernel. This may be perfectly fine, but there
>  are cases where this can lead to unexpected behaviour and
>  system crashes.
> 
>  If you know what you are doing and want to override this
>  check, you can do so by setting IGNORE_CC_MISMATCH.
> 
>  In any other case, set the CC environment variable to the
>  name of the compiler that was used to compile the kernel.
> 
>  #[1;31m*** Failed cc sanity check. Bailing out! ***
>  #[0mmake: *** [gcc-check] Error 1
>   -> Error.
>   ERROR: Unable to build the NVIDIA kernel module.
>   ERROR: Installation has failed.  Please see the file
>  '/var/log/nvidia-installer.log' for details.  You may find 
> suggestions
>  on fixing installation problems in the README available on the 
> Linux
>  driver download page at www.nvidia.com.
> 
> Any suggestions on how to get this to work?
i had this exact problem with 2.4.22-1-686 kernel.
the problem is, that this kernel was built with gcc-3.3, so try to
install gcc-3.3, and runnvidia's installer after it.



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



Re: ethernet error?

2003-12-22 Thread Dobai-Pataky Balint
On Mon, 2003-12-22 at 20:39, Robert Storey wrote:
> 
> Just recently, I'm getting a most peculiar message popping up on my
> screen about once every 30 seconds or so:
> 
> DROPPED IN= OUT=eth0 SRC=192.168.0.2 DST=192.168.0.255 LEN=129 TOS=0x00
> PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=631 LEN=109
this is a firewall log, iptables or ipchains.

> 
> I have three machines on my network, and only this machine (192.168.0.2)
> is displaying this message. It only shows up when I'm at the console - I
> don't see it in X, not even in an Xterm.
> 
> I'm beginning to suspect a hardware error. Some of you might recall that
> last week I also asked about another message that was popping up on my
> screen (but very infrequently):
> 
> spurious 8529A interrupt: IRQ7
you can work with this.
i had once this kind of error, but worked fine for days.

> 
> A couple of people wrote back that this was a hardware error. I don't
> know if there is any relationship between this "spurious" error and the
> ethernet error.
> 
> I'm curious if anybody has a clue about what's going on.
> 
> thanks in advance,
> Robert
> 
> 
> 
> -- 
> 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: Installing debian on a SATA hard drive

2004-01-02 Thread Dobai-Pataky Balint
On Fri, 2004-01-02 at 13:55, Wolfgang Lonien wrote:
> Olivier Sirven wrote:
> 
> > Hi
> > 
> > I'm trying to install a debian on a serial ATA hard drive bu the kernel
> > version used with the woody installer is too old to see the sata disk. Any
> > idea to help me installing a debian on this disk ?
> > 
> > Olivier
> > 
> > 
> 
> Hi Olivier,
> 
> the kernel versions up to 2.4.x don't support SATA disks; you could attach a
> normal ide disk and install on it, then later get a kernel 2.6, or wait for
> alioth to be up again, and from there get a 2.6 installer.
2.4.22 is fine with sata.

> 
> The link is:
> alioth.debian.org/projects/di26/
> 
> HTH,
> wjl aka Wolfgang Lonien
> 
> 
> -- 
> 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]