Re: [expert] CD Burners

2003-01-21 Thread Michal 'hramrach'; Suchanek
On Fri, Jan 17, 2003 at 12:09:05PM -0700, KevinO wrote:
> 
> I have had some problems with some of the cheaper ones. ( A Que made me jump
> through a few hoops to get it to work.)
> 
> Yamaha drives always work. I have installed several. They make very fast
> readers/rippers also ;-)

I have a Yamaha F1 and I had to upgrade the firmware to 1.0f under
Windows.  After that it appears to work great but i did not burn much
yet.

Still it is a sort of Winburner :(


-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] hostname and postfix

2003-01-21 Thread Michal 'hramrach'; Suchanek
On Mon, Jan 20, 2003 at 07:18:04PM +, bascule wrote:
> default is obtained from gethostname() and as far as i can see that does 
> indeed give the full name for this box, yet postfix wasn't having any of it!
> 
You should set it like #hostname your-fqdn
and then postfix works. It's probably a minor postfix glitch as it could
try hostname -f (or whatever is the C equivalent)

I had this problem too as I get my hostname with dhcp and it does set it
the way postfix does not like. I wrote a script that fixes it for me =)
> so the question remains for me, is there any way that my box is not set up 
> correctly compared to previous installs where postfix worked out of the box?
It is probably correct, just incompatible with postfix.

-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Re: Monitors

2003-01-03 Thread Michal 'hramrach'; Suchanek
Thank you for your answers.

I think I found the thread on /.:
http://ask.slashdot.org/article.pl?sid=00/03/17/0050257&mode=thread&tid=137

It appears people like ViewSonic, Cornerstone, Sony, or iiyama.
I'm glad I learned about ViewSonic and Cornerstone as they are not well 
known here.
In addition to these Philips make monitors that appear to be good.

-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB Flashcard Reader problem under 9.0

2002-12-31 Thread Michal 'hramrach'; Suchanek
On Mon, Dec 30, 2002 at 11:59:00AM +1300, Jason wrote:
> Hi all,
> Dec 30 11:27:17 localhost kernel: hub.c: new USB device 00:04.2-1, 
> assigned address 2
> Dec 30 11:27:17 localhost kernel: usb.c: USB device 2 (vend/prod 
> 0xd7d/0x240) is not claimed by any active driver.
> Dec 30 11:27:21 localhost /etc/hotplug/usb.agent: Setup usb-storage for 
> USB product d7d/240/100
> Dec 30 11:27:21 localhost kernel: Initializing USB Mass Storage driver...
> Dec 30 11:27:21 localhost kernel: usb.c: registered new driver usb-storage
> Dec 30 11:27:21 localhost kernel: scsi1 : SCSI emulation for USB Mass 
> Storage devices
> Dec 30 11:27:21 localhost kernel:   Vendor:   Model: USB Card 
> Reader   Rev: 1.06
> Dec 30 11:27:21 localhost kernel:   Type:   
> Direct-Access  ANSI SCSI revision: 02
> Dec 30 11:27:21 localhost kernel: USB Mass Storage support registered.
> Dec 30 11:27:26 localhost kernel: Attached scsi removable disk sda at 
> scsi1, channel 0, id 0, lun 0
> Dec 30 11:27:26 localhost kernel: sda : READ CAPACITY failed.
> Dec 30 11:27:26 localhost kernel: sda : status = 1, message = 00, host = 
> 0, driver = 08
> Dec 30 11:27:26 localhost kernel: Current sd00:00: sense key Not Ready
> Dec 30 11:27:26 localhost kernel: Additional sense indicates Medium not 
> present
> Dec 30 11:27:26 localhost kernel: sda : block size assumed to be 512 
> bytes, disk size 1GB.

If you have 6 in 1 reader I guess it should have four slots and four devices
sda-sdd (or something). The MS slot is probably not logically first (sda) but
one of sdb-sdd.


-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Monitors

2002-12-23 Thread Michal 'hramrach'; Suchanek
Hi all

I'd like to buy a monitor and I do not have any idea where to look for 
some information about the experience of other users.
So far I found a Czech site where GNU/Linux users listed their opinions 
about a few standard monitor types (and many exotic ones). I also tried
to google and found a few reviews of older monitor models.

I got inspired by the thread on hardrives a few days ago so I ask here.


-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB card reader support on 9.0 ?

2002-12-04 Thread Michal 'hramrach'; Suchanek
On Sun, Dec 01, 2002 at 05:32:26PM -0800, Munagala Ramanath wrote:
> --- Francisco Alcaraz Ariza <[EMAIL PROTECTED]> wrote:
> > I have conected a Nikon 755 under 9.0 and has work like a charm.
> > 
> > After be sure usb, usb-core, usb-storage and ide-scsi modules are
> > loaded I 
> > created a directory to be mounted (mkdir -m 777 /mnt/camera).
> > 
> > Then, after have usb-pluged the camera, I did:
> > mount -t vfat /dev/sda1 /mnt/camera
> 
> My problem is that the /dev/sda* files are not created. The modules
Do you have sd_mod loaded?
try loading it manually or adding

add above usb-storege sd_mod

into /etc/modules.conf

I also managed to make the thingie automount by adding something like

REGISTER ^scsitarget0/lun0/part1$ EXEC mount /dev/sda1

to a file included from /etc/devfsd.conf
but I have no GNU/Linux system available here to reproduce the exact syntax.

When I tried supermount I was not able to read several hundred KiB from
the flash reader without replugging it and the system eventually locked up.

I did not find a way to deregister the device after unmounting it so that it
automounts next time it is plugged in. I can do ls -l scsilun0 which
makes the dev/sda1 go away. I think I can even use eject to do that.
But I did not find a way to make it autoeject when I unmount and unplug it.

I wonder what would be the proper solution for more complex cases where more
than one reader is used, or other scsi(-emulation) drivers are needed. 

I have no idea how multi-card readers would be used as one would probably like
to exhange cards in some slots w/o unplugging the reader.

-- 
Michal Suchanek
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Re: mutt & iso2 mails

2002-08-01 Thread Michal &#x27;hramrach'; Suchanek

Well, I restarted screen once more and it went away. Perhaps it was the
charset option after all.

-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] mutt & iso2 mails

2002-08-01 Thread Michal &#x27;hramrach'; Suchanek

I have problem listing iso-2 mails with mutt-1.4i-4mdk. 
The mailbox listing is drawn incorrectly as if utf-8 chars were printed
on 8-bit terminal or something. Not only bad chars but bad layout as
well. Lines are shifted - probably written too long and scrolled.
I tried to turn on/off utf-8 feature of my screen (the 'screen' program)
but there was no difference.
I'm not sure if I have done something wrong:

--added to /etc/Muttrc:
set charset="iso-8859-2"

--locale
LANG=cs_CZ.ISO-8859-2
LC_CTYPE=cs_CZ
LC_NUMERIC=cs_CZ
LC_TIME=cs_CZ
LC_COLLATE=cs_CZ
LC_MONETARY=cs_CZ
LC_MESSAGES=en_US
LC_PAPER="cs_CZ.ISO-8859-2"
LC_NAME="cs_CZ.ISO-8859-2"
LC_ADDRESS="cs_CZ.ISO-8859-2"
LC_TELEPHONE="cs_CZ.ISO-8859-2"
LC_MEASUREMENT="cs_CZ.ISO-8859-2"
LC_IDENTIFICATION="cs_CZ.ISO-8859-2"
LC_ALL=

-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Hack attack or not?

2002-08-01 Thread Michal &#x27;hramrach'; Suchanek

I installed ckrootkit and its reports includes:

ROOTDIR is `/'

Searching for suspicious files and dirs, it may take a while... 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Locale/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Net/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Bit/Vector/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Date/Calc/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/WebFetch/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/MD5/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/AppConfig/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Template/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/GD/Graph/.packlist 
/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/GD/Text/.packlist

Checking `sniffer'... Checking `wted'... nothing deleted
Checking `z2'... user root deleted or never loged from lastlog!

.. interesting.
I suspect the tool is not flawless.
On the other hand I probably logged in as root at some time. But I cannot
tell for sure. It must have been a long time ago anyway.

-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] rpm log?

2002-08-01 Thread Michal &#x27;hramrach'; Suchanek

On 8.1 rpm used to log installs and removes into syslog.
It produced quite a bit of output but sometimes it was useful for
reference.
After some RPM upgrade it went away. Can the feature be reenabled?
I searched the rpm man page but there was nothing about logging.
-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Problem with monitor refresh (LG 795 FT+)

2002-04-18 Thread Michal &#x27;hramrach'; Suchanek

On Wed, Apr 17, 2002 at 08:00:43PM +0200, Javier Martinez Villacampa wrote:


> 
>   No, the monitor doesn't appear in the list of monitors.
> 
If you shared its specs with us it could possibly be added. But i'm not
maintainer of the package.
> > > 
> > >   My graphics card is a TNT2 M64 (PixelView All-in-ComboTV 128) with 32
> > > MBs, so this is not the problem. The problem is in the program that
> > > configures the refresh.
> > Do both your card and monitor support DDC? If so, the monitor should be
> > detected but often it is not.
> 
>   Yes, both support DDC. But he problem is that XFdrake configure a
> default mode of 85 Hz at 1024x768 with XFree86 4.2.0, but i would prefer
> 100Hz as does XFdrake with XFree86 3.3.6.
> And this happens with some friend's monitors.
> 
>   I can do and i know how, change in XF86config archive, but it would be
> better for newbies that XFdrake give more than one option if possible.
There's the problem it shows only 800x600 and 1024x768 and you have to
click some button to select anythig different. The refresh rate is how X
work and is reasonoble because it prevents you from having 640x480@160
;-) IMHO if you really want 100Hz you can edit the config.


-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Accents and other such characters

2002-04-18 Thread Michal &#x27;hramrach'; Suchanek

On Wed, Apr 17, 2002 at 05:24:47PM -0600, Alfredo Cole wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> El Mié 17 Abr 2002 16:48, escribiste:
> > I added the spanish keyboard to my KDE 3.0 desktop.  Where do I
> > find a list of the key sequences for accented vowels, n with a
> > tilde, and other orthographic symbols?  Would they be the same for
> > OpenOffice as for the desktop?
Yes, they should be the same for all applications running on the same
Xserver at the same time ;-)
> 
> If, in addition to selecting a Spanish keyboard, you are using a REAL 
> Spanish keyboard, you should not have any problems with accented 
> characters.
That is, they should be drawn on the keyboard. If they arent, there is
xkbprint to get a postscript picture which you can print and compare to
your keyboard.


-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Problem with monitor refresh (LG 795 FT+)

2002-04-16 Thread Michal &#x27;hramrach'; Suchanek

On Mon, Apr 15, 2002 at 04:29:22PM +0200, Javier Martinez Villacampa wrote:
> Hi everybody,
> 
>   I have this monitor LG FLATRON 795FT+, and is able to have a resolution
> of 1024x768 at 100 Hz.
> 
>   In fact under Xfree86 3.3.6 it works in that way.
> 
>   But under Xfree86 4.2.0 it only works at 85 Hz.
It seems X4 defaults to 85 Hz max for all modes and the default config
contains no modelines for default modes. If you want different timing
you can try copying modelines from XF86config to XF86Config-4 or writing
your own.
> 
>   I amn using a MDK 8.2, and this monitor is not recogniced by the X
> wizard, so i have to put it as a generic monitor with similar refresh
> times.
Does it appear in the list of monitors? If so, you should select it
there. Otherwise you can set the capabilities in /etc/X11/XF86Configi-4. It
should include de cumentation or you can have a look at man XF86Config.
> 
>   My graphics card is a TNT2 M64 (PixelView All-in-ComboTV 128) with 32
> MBs, so this is not the problem. The problem is in the program that
> configures the refresh.
Do both your card and monitor support DDC? If so, the monitor should be
detected but often it is not.

HTH

-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Soundwrapper

2002-04-15 Thread Michal &#x27;hramrach'; Suchanek

On Sat, Apr 13, 2002 at 06:54:55PM -0700, Sevatio wrote:
> What is the purpose of "soundwrapper"?  For example, the Kmenu has 
> [soundwrapper xmms] as a command to run Xmms.  Why not just "xmms" as a 
> command?
KDE uses arts daemon to share sound card. 
If any application opens a sound device, it usually blocks other
applications from using it. Arts is KDE's workaround for this.
KDE applications and other arts-aware programs can play sound through
arts which accepts multiple sounds to be played at once.
For non-arts programs, soundwrapper is provided which tries to emulate
standard sound devices for the program using arts.
I currently dont run KDE and last time I tried it the warapper was named
astswrapper I think. But this is probably the reason.

-- 
Michal Suchanek
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] PS2 mouse: spurious clicks

2002-04-11 Thread Michal &#x27;hramrach'; Suchanek

I have a PS2 M$ mouse.
I get these both  on console and in X: when the mouse button is down and 
the mouse moved it is not unlikely to generate clicks.
I'm not sure what may cause this. I'll try to exchange the mouse if I 
get anoter one.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Re: mozilla .99 - mail opens in new window

2002-04-11 Thread Michal &#x27;hramrach'; Suchanek

Michal 'hramrach' Suchanek wrote:

> After upgrade to .99-mdk2 I noticed that when I (single)click a mail 
> message/folder it often opens in new window. I didnt have such problem 
> in .98-mdk and didnt notice any problems with .99 from mozilla.org but 
> I did not use it often.
>
I discovered it is a mouse problem: I get additional clicks when mouse 
button is down.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Vim: numeric keypad

2002-04-10 Thread Michal &#x27;hramrach'; Suchanek

Why do not the numbers on numeric keypad work in Vim? I dont understan this.
They produce something like Op for zero, Oq for one. Mapping 
these in Vim would break other things.
Writing the sequence in bash produces the corresponding number, as does 
hitting the key.
In cat I get exactly the sequence when I type it but hitting the key 
still produces the number. This is the desired behavior. But how do I 
get this in bash or vim? And why is it ever broken?




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Which is better choice ext3 or reiserfs for the filesystem,(a step further)

2002-04-10 Thread Michal &#x27;hramrach'; Suchanek

> It's me again with some conclusions.
>
> First of all, the problem has nothing to do with the SCSI card 
> (remember my linux os runs on a IDE disk but I also have a scsi card). 
> The fact I can't get  to my scsi-card BIOS anymore is due to the fact 
> that the PCI slots share  IRQs. My old AHA-2940 card can't handle this 
> seemingly.

What about putting the card into different slot? I think PCI irq lines 
should be shifted between slots.

> Even when indicating to my mb BIOS that I do not have a pnp capable os 
> and resetting its build up irq database there's no way I can get to 
> the scsi-card bios (ctrl-A on bootup), the card reports it can't find 
> itself!
> I took out this SCSI card altogether and waited for file corruptions 
> to emerge after inpromptu shutdowns. I didn't have to wait long, same 
> file corruptions (files filled with nulls, ^@) were detected.
> So the first conclusion is that there is sth. wrong with xfs in the 
> 2.4.8 kernel.
>
> My next step will be to try out the latest version of xfs; either 
> compiled in 2.4.8 or in 2.4.18.
>
Interesting. I didnt have any fs corruption with XFS and 2.4.8 kernel 
but with 2.4.17 I turned off the computer and one of my partitions could 
not be mounted at all. After fsck it went online again, but I dont know 
what got lost in the process.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A little vi help

2002-04-08 Thread Michal &#x27;hramrach'; Suchanek


J. C. Woods wrote:

>Michael Holt wrote:
>
>http://www.trismegistus.net/vi_cheatsheets.htm
>
>>I'm not able to pull the page up at this point - try later? I do have
>>another question; I've read books that say they've were written using vi
>>and I started wondering if you could actually apply fonts and control size
>>of fonts as well as italics, bold, etc.  Is that possible?  Does vi have
>>something built in that will allow you to format a document?
>>
>>tia, Mike
>>
>
>Its back up, Mike. Had some strong thunder storms here in the southern
>US so I took my network down to avoid problems.
>
>vi is straight ascii, and you would want to keep things simple with it.
>If you need some fancy fonts or special formating, you would be better
>off with some kind of word processing app.
>
But you can write TeX source with vi which can be converted into a dvi 
or ps file and printed in the form of a nice book (if you got it right ;-).
Of course, if you are a PostScript mage you can write a ps file directly :-D






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Mandrake 8.2 & Jpilot - Problem

2002-04-03 Thread Michal &#x27;hramrach'; Suchanek

George Czerw wrote:

>I upgraded from 8.2 Cooker to 8.2 final.  Jpilot was working properly
>before the upgrade.
>
>Now, when attempting to run it as a user, Jpilot ends with "segmentation
>fault", and displays no other error.
>
>However when run as root, Jpilot loads properly.
>
>Anyone have any ideas?
>
Does it work when you remove configuration of the program/from new account?




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Module Compile Errors in 2.4.18-6mdk

2002-03-27 Thread Michal &#x27;hramrach'; Suchanek

I do, but unless someone posts the .config its probably near impossible 
to find a solution.
Andrew Carlson wrote:

>Is anyone else having problems with this?  Here is the output of my
>module compile:
>
>P.S.  It happens on more than one module, from more than one subsystem.
>
>In file included from /usr/src/linux-2.4.18-6mdk/include/asm/spinlock.h:6,
> from /usr/src/linux-2.4.18-6mdk/include/linux/spinlock.h:39,
> from /usr/src/linux-2.4.18-6mdk/include/linux/module.h:11,
> from ide-scsi.c:34:
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: parse error before `577f4bff'
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: `do_BUG_R_ver_str' declared as 
>function returning a function
>/usr/src/linux-2.4.18-6mdk/include/asm/page.h:97: warning: function declaration isn't 
>a prototype
>In file included from /usr/src/linux-2.4.18-6mdk/include/linux/spinlock.h:39,
> from /usr/src/linux-2.4.18-6mdk/include/linux/module.h:11,
> from ide-scsi.c:34:
>/usr/src/linux-2.4.18-6mdk/include/asm/spinlock.h:10: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/spinlock.h:10: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/spinlock.h:10: parse error before `1b7d4074'
>/usr/src/linux-2.4.18-6mdk/include/asm/spinlock.h:11: `printk_R_ver_str' declared as 
>function returning a function
>/usr/src/linux-2.4.18-6mdk/include/asm/spinlock.h:11: warning: function declaration 
>isn't a prototype
>In file included from /usr/src/linux-2.4.18-6mdk/include/linux/prefetch.h:13,
> from /usr/src/linux-2.4.18-6mdk/include/linux/list.h:6,
> from /usr/src/linux-2.4.18-6mdk/include/linux/module.h:12,
> from ide-scsi.c:34:
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:51: warning: parameter names 
>(without types) in function declaration
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:51: field 
>`loops_per_jiffy_R_ver_str' declared as a function
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:72: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:72: parse error before `0657d037'
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:72: warning: function declaration 
>isn't a prototype
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:252: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:252: parse error before `7413793a'
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:252: warning: function declaration 
>isn't a prototype
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:256: warning: parameter names 
>(without types) in function declaration
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:459: missing white space after 
>number `7e9'
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:459: parse error before `7e9'
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:459: `kernel_thread_R_ver_str' 
>declared as function returning a function
>/usr/src/linux-2.4.18-6mdk/include/asm/processor.h:459: warning: function declaration 
>isn't a prototype
>In file included from ide-scsi.c:34:
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: parse error before `62dada05'
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: 
>`inter_module_register_R_ver_str' declared as function returning a function
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:183: warning: function declaration 
>isn't a prototype
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:184: nondigits in number and not 
>hexadecimal
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:184: missing white space after 
>number `7a9e845'
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:184: parse error before `7a9e845'
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:184: 
>`inter_module_unregister_R_ver_str' declared as function returning a function
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:184: warning: function declaration 
>isn't a prototype
>/usr/src/linux-2.4.18-6mdk/include/linux/module.h:185: `inter_module_get_R_ver_str' 
>declared as function returning a function
>/usr/src/linux-2.4.18-6mdk/include/linux/modul

Re: [expert] sensor readings

2002-03-27 Thread Michal &#x27;hramrach'; Suchanek

Brian Parish wrote:

>After having followed the:
>
>What would cause system to just stop?
>
>thread I finally got around to getting sensors going on my main box. 
>The output I get is:
>
>eeprom-i2c-0-52
>Adapter: SMBus vt82c596 adapter at 5000
>Algorithm: Non-I2C SMBus adapter
>
>eeprom-i2c-0-53
>Adapter: SMBus vt82c596 adapter at 5000
>Algorithm: Non-I2C SMBus adapter
>
>via686a-isa-6000
>Adapter: ISA adapter
>Algorithm: ISA algorithm
>CPU core:  +1.74 V  (min =  +1.79 V, max =  +2.18 V)   ALARM
>+2.5V: +2.68 V  (min =  +0.00 V, max =  +3.03 V)
>I/O:   +3.47 V  (min =  +3.03 V, max =  +3.36 V)   ALARM
>+5V:   +4.94 V  (min =  +4.60 V, max =  +5.07 V)
>+12V: +11.80 V  (min = +11.03 V, max = +12.16 V)
>CPU Fan: 0 RPM  (min =0 RPM, div = 2)
>P/S Fan:  4560 RPM  (min =0 RPM, div = 2)  ALARM
>SYS Temp:  +35.6°C  (limit = +146°C, hysteresis =  +50°C)
>CPU Temp:  +53.1°C  (limit =  +60°C, hysteresis =  +50°C)
>SBr Temp:  +20.9°C  (limit =  +60°C, hysteresis =  +50°C
>
>
>
>Now I'm not that worried by the CPU fan reading as I can assure you that
>it's going a bit quicker than that, but the ALARMs are a bit -
>well...alarming.  Tom and/or Civileme and/or any other hardware heads -
>any comments?  The system is as follows:
>
>AMD 1600+ processor running at bog standard default settings
>Abit KG7 mobo
>Nice big heatsink, but just a thermal pad - no grease (built the system
>before reading the "use grease" advice)
>512MB DDR RAM
>64Mb nVidia graphics card
>Huge tower case but with only 2 fans in addition to the cpu and mobo
>coolers - one in the front and the one in the power supply.
>
>The system is stable, but why should I let that worry me right?
>
>TIA
>Brian
>
>
It's normal. Should read CPU specs for voltages, the limits are usually 
wrong(at least on both systems on which I tested sensors).
Here's what I get on the older one:

Adapter: SMBus PIIX4 adapter at 5000
Algorithm: Non-I2C SMBus adapter
Memory type:SDRAM DIMM SPD
SDRAM Size (MB):128

w83781d-isa-0290
Adapter: ISA adapter
Algorithm: ISA algorithm
VCore 1:   +2.72 V  (min =  +2.27 V, max =  +2.52 V)   ALARM 
VCore 2:   +1.47 V  (min =  +2.27 V, max =  +2.52 V)   ALARM 
+3.3V: +3.45 V  (min =  +3.13 V, max =  +3.45 V) 
+5V:   +4.89 V  (min =  +4.72 V, max =  +5.24 V) 
+12V: +12.01 V  (min = +11.36 V, max = +12.58 V) 
-12V: -12.10 V  (min = -11.33 V, max = -12.55 V) 
-5V:   -4.86 V  (min =  -4.74 V, max =  -5.24 V)   ALARM 
fan1: 4963 RPM  (min = 3000 RPM, div = 2)
fan2:0 RPM  (min = 3000 RPM, div = 2)  ALARM 
fan3:0 RPM  (min = 3000 RPM, div = 2)  ALARM 
temp1:   +28°C  (limit =  +60°C, hysteresis =  +50°C)   
temp2: +32.0°C  (limit =  +60°C, hysteresis =  +50°C)   
temp3: +33.0°C  (limit =  +60°C, hysteresis =  +50°C)   
vid:  +2.40 V

The -5V gets as high as -4.71 from time to time, which is not perfect, 
but it works.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] No sound after 8.2 install

2002-03-26 Thread Michal &#x27;hramrach'; Suchanek

J. Craig Woods wrote:

>Stephen Boulet wrote:
>
>>Does this list look excessive? There is everything but the kitchen sink in
>>here:
>>
>># clear;lsmod | grep snd | sort
>>snd34272   1  [snd-synth-emux snd-seq-virmidi
>>snd-seq-midi snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss
>>snd-pcm-plugin snd-mixer-oss snd-card-emu10k1 snd-emu10k1
>>snd-rawmidi snd-ac97-codec snd-mixer snd-emux-mem snd-pcm snd-timer
>>snd-seq-device]
>>snd-ac97-codec 24896   0  [snd-emu10k1]
>>snd-card-emu10k12400   0
>>snd-emu10k122912   0  [snd-synth-emu10k1 snd-card-emu10k1]
>>snd-emux-mem1424   0  [snd-synth-emux snd-emu10k1]
>>snd-mixer  24328   0  [snd-mixer-oss snd-emu10k1 snd-ac97-codec]
>>snd-mixer-oss   4704   0  [snd-pcm-oss]
>>snd-pcm31616   0  [snd-pcm-oss snd-pcm-plugin snd-emu10k1]
>>snd-pcm-oss18816   0
>>snd-pcm-plugin 16080   0  [snd-pcm-oss]
>>snd-rawmidi10112   0  [snd-seq-midi snd-emu10k1]
>>snd-seq40880   0  [snd-synth-emux snd-seq-virmidi
>>snd-seq-midi snd-seq-oss snd-seq-midi-event]
>>snd-seq-device  3948   0  [snd-synth-emu10k1 snd-synth-emux
>>snd-seq-midi snd-seq-oss snd-seq snd-card-emu10k1 snd-rawmidi]
>>snd-seq-midi3424   0  (autoclean) (unused)
>>snd-seq-midi-emul   4848   0  (autoclean) [snd-synth-emux]
>>snd-seq-midi-event  3184   0  [snd-seq-virmidi snd-seq-midi snd-seq-oss]
>>snd-seq-oss25600   0  (unused)
>>snd-seq-virmidi 8320   0  (autoclean) [snd-synth-emux]
>>snd-synth-emu10k1   4384   0  (autoclean) (unused)
>>snd-synth-emux 25344   0  (autoclean) [snd-synth-emu10k1]
>>snd-timer   8576   0  [snd-seq snd-pcm]
>>soundcore   4068   9  [snd]
>>
> 
>
How many sound cards do you have?
What the kernel messages say?
Have you tried alsa? I use it for my AC97 codec. It at least produces 
some nice noises in games but is useless for songs.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB mouse - no hotplug?

2002-03-22 Thread Michal &#x27;hramrach'; Suchanek

Michal 'hramrach' Suchanek wrote:

> While I was trying to make my USB mouse work (it doesnt work with 
> usbmouse, I need hid) I discovered that I can unload both usb-[uo]hci 
> and hid while mousedev is loaded. But if I have everything up and 
> running, then unload hid and load it again, the mouse no longer works. 
> I can fix this by reloading mousedev, but I would have to shut down 
> everything that uses mouse, wouldn't I?
> I think this is in contrary with the flexibility one should with from 
> USB devices.
> I think I have the kernel from 8.1.

It seems hotplug works with X somehow but only when gpm is shut down 
(and possibly when X is not on a visible console, just guessing).
the conclusion is: it's almost as useless as if it didnt work at all.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ADSL setup - first attempt (help !!!)

2002-03-21 Thread Michal &#x27;hramrach'; Suchanek

Ashley Moore wrote:

>hi,
>
>i've been trying to get Mdk 8.1 to connect to the internet via ADSL for
>the last 2 days on a friends computer with no luck.
>
>i installed Mdk 8.1 from the Powerpack boxed set on an old AMD-233 with
>64 MB RAM and 2Gb Hdd. the telco (TELUS in BC,canada) installed the line
>and modem before he had the computer up. (this is happening at an office
>in a garment store!!. he plans to host his own web site in a while, this
>PC will eventually function as a firewall). 
>
>The ADSL modem is a D-Link DSL300i. the only ethernet device is a
>"DECchip 21041 {Tulip pass 3]"
>I finally managed to get X working on the "SiS 63xx PCI VGA" with just 2
>Mb (640x480 limit) on the card KDE is a real drag. with icewm I could
>get to the mandrake control center and to launch the wizard to configure
>the ADSL link. but the wizard failed to bring up the link.
>I used rp-pppoe as the protocol. I went thru the ADSL-HOWTO and also
>check out the rp-pppoe docs. (and followed them to the letter)
>/var/log/messages show the foll:
>
>Connect: ppp0 <--> /dev/pts/5
>Timecout waiting for PADO packets
>LCP: timeout sending Config-Requests
>
>the value /dev/pts/5 changes to 6 and the same errors repeat will pppd
>dies and eventually pppoe.
>
>i also tried with 'dhcpcd' protocol. this time the link seems to come up
>with an valid ip assigned to it. 'ifconfig' shows a valid
>ip/broadcast/sunet mask, even Linuxconf shows automatically obtained
>DNS1 & 2 ip addresses. but I cannot ping any address except my own and
>the DNS servers.
>
If you can ping the DNS servers, you are done. The link works!
- try running `route' to see if you have a default router and try to 
ping the router
you may be unable to ping anything outside your providers network 
because they use some firewall. I have the same problem.
- try telnet(i sent `GET /' request to a web server) :
[hramrach@uvt407-5 ML]$ telnet mandrake.com 80
Trying 63.209.80.248...
Connected to smtp.mandrake.com (63.209.80.248).
Escape character is '^]'.
GET /


302 Found

Found
The document has moved http://www.linux-mandrake.com/";>here.

Apache-AdvancedExtranetServer/1.3.22 Server at mandrake.com 
Port 80

Connection closed by foreign host.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Linux software RAID setup

2002-03-21 Thread Michal &#x27;hramrach'; Suchanek

civileme wrote:

> Lyvim Xaphir wrote:
>
>> On Mon, 2002-03-18 at 09:51, Sridhar Dhanapalan wrote:
>>
>>> I am thinking of purchasing a new computer with two hard drives of 
>>> the same type
>>> and size. I am interested in implementing a Linux software RAID0 
>>> (striping)
>>> setup. I have a few questions on this.
>>>
>>
>> One more thing.  Here are the mount points for the raid devices:
>>
>> [root@tamriel proc]# less mounts
>> /dev/root / ext3 rw 0 0
>> /dev /dev devfs rw 0 0
>> /proc /proc proc rw 0 0
>> /dev/md0 /boot ext3 rw 0 0
>> none /dev/pts devpts rw 0 0
>> none /dev/shm tmpfs rw 0 0
>> /dev/hda1 /mnt/win_c vfat rw 0 0
>> /dev/md3 /tmp ext3 rw 0 0
>> /dev/md5 /usr ext3 rw 0 0
>> /dev/md4 /var ext3 rw 0 0
>> /proc/bus/usb /proc/bus/usb usbdevfs rw 0 0
>> /dev/scd0 /mnt/cdrom iso9660 ro,nosuid,nodev 0 0
>> /dev/hdc /mnt/dvd iso9660 ro,nosuid,nodev 0 0
>>
>> The following is not necessarily related to raid per se.  The system
>> here has been arranged according to file lifetimes; in other words, it's
>> totally configured from the standpoint of filesystem activity.  In my
>> personal scheme of things, the activity categories are as follows:
>>
>> 1) Sacred  (root/boot and associated binaries)
>>
>> 2) Low (Mainly the /usr directory and binaries, but not including src
>> and where the source rpms are compiled)
>>
>> 3) Medium  (/var and /home.  /home is moved to /var/home and symlinked
>> to ../../home.  Thus essentially "home" is on the /var partition.)
>>
>> 4) High (/tmp directory)
>>
>> The philosophy behind the filesystem activity arrangement is partly
>> performance and mostly safety.  Filesystem performance is just a neat
>> side benefit.  The higher the activity of a filesystem, the greater the
>> probability that something can go awry in that filesystem.  By dividing
>> the system up by file lifetimes, damage is contained more efficiently
>> and effectively.  Symlinks allow us to maintain compatibility with the
>> Filesystem Hierarchy Standard.  Of course the partitions are placed on
>> the hard disks where activity and performance coincide, thus further
>> maximizing the strategy and effects.
>>
>> Example: The /tmp directory has the highest level of activity,
>> consequently it also carries with it the greatest level of risk. If by
>> chance the /tmp directory was on the root partition, a faux pas in the
>> tmp directory would possibly put the entire root partition at risk.  In
>> the above scenario, a /tmp blowout would be totally non fatal.  Just one
>> possible scenario.
>>
>> The partition sizes described in the first message I sent in this thread
>> were derived from an experimental LM81 install and hand-picked
>> packages.  The size of that custom install and the directories were
>> assessed, taking into account the final physical resting place and
>> possible future expanded size of all the directories, including 
>> /home. With that information in hand, the LM81 install was wiped and the
>> configuration I sent you the first time was installed.
>>
>> The lion's share of the space goes to the /var partition, which
>> physically houses /home, /usr/local, and /usr/src dirs while maintaining
>> consistency of locality (to the FHS) via symlinks.  Additionally this
>> means we have alot of expandability possiblilities with /home without
>> having to worry with a /home partition being outstripped spacewise
>> because of shortsightedness.  Same for game installs in /usr/local. 
>> Consolidation of space ends up being efficient but not at the expense of
>> cramming everything together unilaterally.
>>
>>
>> _
>> Do You Yahoo!?
>> Get your free @yahoo.com address at http://mail.yahoo.com
>>
>>
>>
>> 
>>
>> Want to buy your Pack or Services from MandrakeSoft? Go to 
>> http://www.mandrakestore.com
>>
> One thing should be obvious, since linux software RAID lets you mix 
> and match, is that you do _not_ need identical type and size drives.  
> I am running software RAIDs with one IDE and one SCSI.  The indetical 
> type and size sort-of applies to the so-called "hardware" IDE RAID 
> controllers which work fine to give Windows a single RAID (which you 
> can partition).  Those controllers are of course really BIOS 
> extensions secret, proprietary and so on ad nauseum, but even they 
> will work with different drives, just your maximum single extent will 
> be the size of the smaller drive.
>
> Civileme
>
To add last thing, you can try LVM to alocate your partitions (at least 
relatively) dynamically. You wold probably have to put LVM on top of 
RAID devices (and not the other way) to use both ;-)





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] SSH Tunelling

2002-03-20 Thread Michal &#x27;hramrach'; Suchanek

Tom Badran wrote:

>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>I have two ssh tunnels that are run in my .bashrc file so that i can have 
>secure pop/smtp.
>
>The system works great, but it does have one setback, each time i open a new 
>terminal (which obviously runs bash) i get more and more ssh processes 
>running.
>
>How can i set this up so that the tunnels are only setup if they need to be? 
>Is there a way to make the ssh command run only if the tunnels do not exist? 
>I read somewhere that you can add tunnels to the .ssh/config file but i have 
>found no documentation detailing this.
>
This is script what I use to start a ssh-agent (script placed in 
/etc/profile.d) to hold (even between different login sessions) any keys 
I load. I had to hack some X startup script to load /etc/profile.d 
because it's not done by default.
The script works fine for me as I am the only physical user of my 
computer with several accounts.  On a real multiuser machine both you 
and root user can acces keys loaded to your agent. There may be similar 
problem with SSH tunnels.

Hope this helps.


#!/bin/bash

agentinfo=$HOME/.ssh-agent-info
minuser=500

if [ $EUID -lt $minuser ] ; then return ; fi

if [ "$SSH_AUTH_SOCK" ] && ssh-add -l 2>/dev/null; then 
set +x
return ;
fi

if [ -s $agentinfo ] ; then 
. $agentinfo
if ps -A | grep "$SSH_AGENT_PID" >/dev/null \
&& [ -e "$SSH_AUTH_SOCK" ] ; then
if ssh-add -l 2>/dev/null; then 
set +x
return ;
else
rm -f $SSH_AUTH_SOCK ;
fi
fi
fi

ssh-agent > $agentinfo
. $agentinfo

unset agentinfo minuser


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] USB mouse - no hotplug?

2002-03-19 Thread Michal &#x27;hramrach'; Suchanek

While I was trying to make my USB mouse work (it doesnt work with 
usbmouse, I need hid) I discovered that I can unload both usb-[uo]hci 
and hid while mousedev is loaded. But if I have everything up and 
running, then unload hid and load it again, the mouse no longer works. I 
can fix this by reloading mousedev, but I would have to shut down 
everything that uses mouse, wouldn't I?
I think this is in contrary with the flexibility one should with from 
USB devices.
I think I have the kernel from 8.1.
Well, I should check my logs and try other things.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Curious Dmesg line.

2002-03-15 Thread Michal &#x27;hramrach'; Suchanek

James wrote:

>On Wed, 13 Mar 2002 09:11:24 +0100
>"Michal 'hramrach' Suchanek" <[EMAIL PROTECTED]> wrote:
>
>>James wrote:
>>
>>>All,
>>>
>>> I'm getting the following line in dmesg
>>>
>>>EXT2-fs warning: checktime reached, running e2fsck is recommended
>>>
>>>Now the reason I'm curious is because all of my partitions (except swap) are 
>reiserfs. Any thoughts?  No sweat the box works... just curious.
>>>
>>>James
>>>
>>It's possible its your initrd image. Ithik these are e2.
>>
>
>Ok,  no sweat wonder how you fsck an intrd? *grin*
>
Find your boot floppy/cdrom in case you do something  wrong and the box 
doesnt boot anymore.
Try to ungzip it and mount through loop. If the warning is written on 
console or into log, its the initrd.
Unmount and use tune2fs to turn this off or e2fsck to check.
Gzip again and rerun lilo.






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB mouse - only verticaal cursor movement

2002-03-15 Thread Michal &#x27;hramrach'; Suchanek

Michal 'hramrach' Suchanek wrote:

> When I plugged the PowerScroll USB mouse into my box a driver was 
> loaded saying that a mouse was found.
> I didn't find any complaints in the log.
> After some searching I linked /dev/usbmouse to /dev/mouse.
> After some more searching I concluded I do not know whot protocol 
> should I use for my mouse so I runned mousedrake (or how that thing is 
> called ) and selected USB Wheel mouse in menu. When my gpm was 
> restarted by mousedrake it became unusable. When I restarted X I was 
> only able to move the cursor up and down, not left/right, no clicks. 
> When I tried USB generic mouse I got the same.
> I could possibly try to select some protocol manually and possibly 
> exchange my kernel. But is there anybody who already solved this?
> I'm using Mandrake 8.1, no updates (no net).
> In win2k the mouse worked flawlessly w/o any special drivers.

I looked into this yesterday and I found out that the mouse works with 
*hid* driver but it *doesnt* work with *usbmouse*. I deleted the 
usbomuse.o module and everything works now. I dont have any idea why 
both usbmouse and hid were loaded on startup given that hid should 
handle all input. I will try the latest kernel and see if I get the same 
results.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Bastille firewall setup

2002-03-11 Thread Michal &#x27;hramrach'; Suchanek

Nick Thompson wrote:

> Hello,
>
> With LM8.1 I am trying to shore up my machine using Bastille - I don't 
> need anything complex. Setup went fine, but now I'm tring to 
> understand what it has done. iptables -L says:
>
> Chain INPUT (policy DROP)
> target prot opt source   destination
> DROP   tcp  --  anywhere 127.0.0.0/8
> ACCEPT all  --  anywhere anywhere   state 
> RELATED,ESTABLISHED
> ACCEPT all  --  anywhere anywhere
> DROP   all  --  BASE-ADDRESS.MCAST.NET/4  anywhere
> PUB_IN all  --  anywhere anywhere
> PUB_IN all  --  anywhere anywhere
> PUB_IN all  --  anywhere anywhere
>
> ...snip the rest which seems fine. Rule 3 & 4 in the input chain 
> confuse me. Rule 3 looks like it will accept anything what so ever, so 
> none of the following rules will be used. Have I misunderstood? Rule 4 
> looks okay, I'm just not sure what its there for.
>
> Also since Bastille is run at boot, do connections brought up later 
> get protected or do I need to re-run something?
>
> Thanks for any help,
> Nick.
>
I was confused by this   as well. Try
#service bastille-firewall status
it lists additional criteria that are not shown by iptables -L. It looks 
fine then (I think). Perhaps there's some option for more verbose output.

Iptables -L or bastille-firewall status should show what applies to any 
packet that comes to your box (or is sent from your box). As connections 
are realized  using  packets, the rules apply to any new connection and 
(to limited extent) to any established connection. The limitation here 
is that if you try to filter inital packets of a connection, these may 
be already exchanged by the time you apply your rules.
ie.
-+--+---+--->
 |  |   |
 +-a connection starts  +-you apply your rules  +-another connection starts
  you arent filtering you can drop packetsyou may prevent this 
connection
  this connection yet of any connections you   from establishing if 
its initial
  dont like, terminating   packets are dropped 
by your rules
  them
   




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] USB mouse - only verticaal cursor movement

2002-03-11 Thread Michal &#x27;hramrach'; Suchanek

When I plugged the PowerScroll USB mouse into my box a driver was loaded 
saying that a mouse was found.
I didn't find any complaints in the log.
After some searching I linked /dev/usbmouse to /dev/mouse.
After some more searching I concluded I do not know whot protocol should 
I use for my mouse so I runned mousedrake (or how that thing is called ) 
and selected USB Wheel mouse in menu. When my gpm was restarted by 
mousedrake it became unusable. When I restarted X I was only able to 
move the cursor up and down, not left/right, no clicks. When I tried USB 
generic mouse I got the same.
I could possibly try to select some protocol manually and possibly 
exchange my kernel. But is there anybody who already solved this?
I'm using Mandrake 8.1, no updates (no net).
In win2k the mouse worked flawlessly w/o any special drivers.

[EMAIL PROTECTED]




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Login via SSH

2002-03-04 Thread Michal &#x27;hramrach'; Suchanek

Alan Wilter Sousa da Silva wrote:

>Hi List,
>
>   I'm having an annoying trouble.  I log from a remote machine via
>ssh to a Linux box (MDK or RedHat), and start a job that it'll take days
>computing and when I logoff (via 'exit', 'logout', whatever), log hangs,
>not closing ssh connection and thus not releasing the console from where I
>start the login. If I log, run whatever I want but all finished before I
>logout, it's OK.  If I log (all via ssh) to a SGI machine this problem
>doesn't happen.  So I'm concluding it must be a problem in SSHD for Linux
>(a configuration problem?).
>
>The SSH versions:
>MDK:   openssh-server-2.5.2p2-3mdk
>Redhat:openssh-2.5.2p2-5
>SGI:   SSH Version 2.0.13
>
Does your job use X? If so it may be using forwarded X connection. You 
may use
$ ssh -f yourjob
to start the job (if you know the command exactly in advance).
If it does not use X or any other forwarded connections it may still use 
the stdin/stdout.
try
$ ssh yourserver
server$ nohup yourjob
server$ exit
$ 
you may try ssh -f in this case as well

Hope it helps




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] KDE Media Player

2002-03-04 Thread Michal &#x27;hramrach'; Suchanek

Laurentiu Grigoriu wrote:

> Hi,
> I'm using Mandrake 8.1.
>
> My problem is:
> There is a task entitled "KDE Media Player" always running at startup.
> Because of this any other sound-card-related task cannot run because 
> the sound card is busy.
>
>
> How can I remove "KDE Media Player" task from startup ?
> Which is the name of the executable named "KDE Media Player" ?
>
I suspect you should run only programs that can oputput sound to arts 
(the sound daemon used by KDE).
I think it is possible to stop arts in control center. After stopping 
the arts daemon you should be able to use your sound card directly by 
another program.
Another alternative is to use artswrapper. If you are lucky you get some 
sound with it. But it's likely it crashes.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] sshd refuses any connection

2002-02-21 Thread Michal &#x27;hramrach'; Suchanek

I have the configuration created by rpm w/o any modification. I have 
looked into the config and cant see anything wrong with it.
In log I see
sshd[]: refused connect from (127.0.0.1) 127.0.0.1
or wherever I connect from^

I think sshd shouldnt look up the ip but even if it tried should work:
[hramrach@uvt407-5 hramrach]$ host 127.0.0.1
1.0.0.127.in-addr.arpa domain name pointer localhost.

[root@uvt407-5 hramrach]# ssh -v hramrach@localhost
OpenSSH_3.0.2p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be 
trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 0 geteuid 0 anon 1
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: temporarily_use_uid: 0/0 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 0/0 (e=0)
debug1: restore_uid
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
ssh_exchange_identification: Connection closed by remote host
debug1: Calling cleanup 0x8066af0(0x0)

Any ideas what Iam missing?




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com