Re: [expert] where can I get kernel sources?

2003-11-03 Thread Oscar Retana
Oh... sorry.

To chose a mirror, I use "easy urpmi"... just type "easy urpmi" in 
google, first link, all you need is there :)

- Oscar.

Artemio wrote:
Hi everybody!

I know there is a native mandrake 9.2 kernel src package available - but don't 
know where I can download it.

I cannot afford myself purchasing the CDs - so is there some http/ftp/etc. 
place I can get the sources from?

Can't find them in rpmfind's SRC directory for Mdk 9.2.

I really need the sources, as NVidia drivers won't compile without them.

Thanks!





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
--
Oscar Retana
GridShield S.A.
Protección y Monitoreo de Redes
http://www.gridshield.net/
Tel: +(506) 258-5757 ext 112
Cel: +(506) 830-1631
Email: [EMAIL PROTECTED]


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


Re: [expert] where can I get kernel sources?

2003-11-03 Thread Oscar Retana
Yeap. I needed to compile the nvidia drivers too. I just typed:

> urpmi kernel-source-2.4.22-21

This, is the latest. You probably will need "kernel-source-2.4.22-10".

- Oscar.



Artemio wrote:
Hi everybody!

I know there is a native mandrake 9.2 kernel src package available - but don't 
know where I can download it.

I cannot afford myself purchasing the CDs - so is there some http/ftp/etc. 
place I can get the sources from?

Can't find them in rpmfind's SRC directory for Mdk 9.2.

I really need the sources, as NVidia drivers won't compile without them.

Thanks!





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
--
Oscar Retana
GridShield S.A.
Protección y Monitoreo de Redes
http://www.gridshield.net/
Tel: +(506) 258-5757 ext 112
Cel: +(506) 830-1631
Email: [EMAIL PROTECTED]


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


[expert] PPTP does not assign ip address, and only supports 40-bits encryption.

2003-11-03 Thread Oscar Retana
Hi.

I installed Poptop (using mandrake rpm's for ppp, poptop and kernel with 
all necessary patches), and it is "working".

However:

1. The server doesn't want to assign automatically ip addresses to the 
clients (from the range specified as "remoteip 192.168.10.2-20"). 
Instead, I have to set manually an ip address for each user in the 
chap-secrets file :( :(

2. If I disable 40-bits encryption (leaving enabled only 128-bits) in 
the server, the client complains saying the server doesn't support the 
encryption protocol. The client is a win2k.

Any ideas?

By the way, I don't know why the kernel hasn't been patched using the 
latest ppp_mppe.o patches :(, it still uses the old mppe.o module :(

Saludos :-)

- Oscar Retana.


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


Re: [expert] Where can I get mandrake precompiled kernels .config files?

2003-10-31 Thread Oscar Retana
Thomas Backlund wrote:
if you have installed the mdk kernel-source,
the configs for all mdk kernels is at /usr/src/linux/arch/i386/
Perfect! Thanks.

FYI, the patch I want to apply is for adding the MPPE/MPPC kernel 
module. This is needed if you want to set up a VPN, using Poptop, and 
you want to use "Microsoft Point-to-Point" Encryption (MPPE) and 
Compression (MPPC): http://www.polbox.com/h/hs001/

--> well, as far as I know! I haven't yet set up my VPN ;-)

- Oscar Retana.


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


Re: [expert] Where can I get mandrake precompiled kernels .config files?

2003-10-31 Thread Oscar Retana
Hi. Thank you Robert for your answer.

I need to apply a patch to the kernel. I don't want to use my own 
configuration. Instead, I want to use the mandrake kernel configuraion 
(as it is shipped in the CDs), apply the patch, and compile it.

Of course, I want to use this configuration with the mandrake kernel it 
self, and not with other kernel sources.

I did as I said, compiled and installed the kernel, but got some 
problems with scsi drivers (totally not related to the patch, with is 
about mppe). So, I thought the problem was the patch I applied. But 
then, and tried to compile it without a single modification from my 
part, and the compilation failed.

So, I was not sure if the .config file the kernel-source rpm includes is 
the oficial configuration mandrake uses, or just something else.

Thank you!

- Oscar Retana.

p.s.: By the way, in trying to do this with kernel-source-2.4.22-21mdk

flacycads wrote:
On Friday 31 October 2003 12:30 am, Oscar Retana wrote:

Hi everybody!

I'm new to _this_ distribution of Linux. I would like to know where can
I get the .config files used to compile the precompiled kernels Mandrake
includes.
I got one kernel-source-.rpm, and tried to compile it, but I got
some problems. I don't know if this kernel was actually configurated
like the compiled kernels Mandrake includes, or it was just something else.
Thanks,

- Oscar Retana.


Oscar,
If you have a standard MDK install with sources, the kernel .config file is 
found in /usr/src/linux-. MDK kernels are heavily patched. You can't just 
take that file, and apply it to other kernels. You would have to decipher the 
source directory, and find all the patches Mandrake includes in the kernels 
they issue. But you don't have to do that- you can  compile other kernels 
from source as user in a home directory with Mandrake, using your own config 
file, and your own patches, if desired. Mandrake includes all the patches in 
it's source when it releases a new kernel, so it's not really practical to 
try and copy that. You would have to find all the patch 

If you wish to experiment with other kernels, just do it in completely 
separate directories in a created /home/user/kernels/, from raw non-rpm 
source, where it never interacts with the stock Mandrake installed kernel, 
and system. That way, you never have to worry about not being able to boot if 
you mess up. 

I'm not really clear on what you are asking. Please tell us what your 
objective is, and people will certainly offer many helpful options, and 
clarify the process.

Robert Crawford



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


[expert] Where can I get mandrake precompiled kernels .config files?

2003-10-30 Thread Oscar Retana
Hi everybody!

I'm new to _this_ distribution of Linux. I would like to know where can 
I get the .config files used to compile the precompiled kernels Mandrake 
includes.

I got one kernel-source-.rpm, and tried to compile it, but I got 
some problems. I don't know if this kernel was actually configurated 
like the compiled kernels Mandrake includes, or it was just something else.

Thanks,

- Oscar Retana.



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


Re: [expert] HP LaserJet - help needed

2003-04-06 Thread Oscar Santacreu
El Domingo, 6 de Abril de 2003 01:11, Mark Weaver escribió sabiamente:
> >> LOG ===
> >>Apr  4 18:32:13 ws1 kernel: printer.c: usblp0: USB Bidirectional printer
> >>dev 12 if 0 alt 0 proto 2 vid 0x03F0 pid 0x0517
> >>Apr  4 18:32:16 ws1 /etc/hotplug/usb.agent: Setup printer for USB product
> >>3f0/517/120
> >>Apr  4 18:32:17 ws1 /etc/hotplug/usb.agent: Setup hp1000fw 0x00 for USB
> >>product 3f0/517/120
> >>Apr  4 18:32:17 ws1 /etc/hotplug/usb.agent: Module setup hp1000fw for USB
> >>product 3f0/517/120
> >>Apr  4 18:32:17 ws1 /etc/hotplug/usb/hp1000fw: hp LaserJet 1000 detected
> >> at /dev/usb/lp0
> >>Apr  4 18:32:17 ws1 /etc/hotplug/usb/hp1000fw: Firmware uploaded to
> >>/dev/usb/lp0.
> >>Apr  4 18:32:17 ws1 /etc/hotplug/usb/hp1000fw: Now you can print normally
> >>with this printer.
> >>==
> >
> > The log seems to be ok. hp1000fw detects the printer and upload the
> > firmware (by the way, when the firmware is uploaded, do you see both
> > lights of the printer blinking? they should do it)
> > Please let me think about it...
>
> the only time the lights blink on the printer is when I unplug it and
> then plug it back in. the printer doesn't do anything when I give the
> command to upload the firmware either manually, or when I boot the system.
>
> I've been using this command to upload the firmware to the printer. I
> got it from the site you sent the links for.
>
> cat /etc/printer/sihp1000.img > /dev/usb/lp0

What??? 
You do *not* need to type "cat /etc/printer/sihp1000.img > /dev/usb/lp0"!
This command is executed from hp1000fw!!!
Maybe it is your problem's reason! If you upload the firmware twice, the 
printer will act as /dev/null.
If you are using hp1000fw, you only need to plug the printer, wait for the 
firmware upload and print.
Try it: Unplug your printer. Wait 3-4 seconds. Then plug in again. Do *not* 
run any aditional command to upload the firmware. The firmware will be 
uploaded automatically by hotplug/hp1000fw.
I hope this will help you.
Best regards,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] root login !

2003-04-05 Thread Oscar Santacreu
El Sábado, 5 de Abril de 2003 18:51, richard bown escribió sabiamente:
> Hi all,
> how do I log in as root from the standard X login on MDK9.1.
> The users are iconised so there's now way of entering the user ar root
> as you use to be able to on previous versions.
> I need to set up xcdroast which has to be done as root..
>
> TIA
> Richard

You can use "su" command to run xcdroast as root...
su -c xcdroast
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] HP LaserJet - help needed

2003-04-05 Thread Oscar Santacreu
El Sábado, 5 de Abril de 2003 00:42, Mark Weaver escribió sabiamente:
> Oscar Santacreu wrote:
> > El Viernes, 4 de Abril de 2003 13:35, Mark Weaver escribió:
> >>Oscar Santacreu wrote:
> >>>El Viernes, 4 de Abril de 2003 06:49, Mark Weaver escribió:
> >>>>Hi list,
> >>>>
> >>>>this evening I bought a new HP LaserJet 1000 and I'm having a bit of
> >>>>trouble getting it working. it connects via USB. Any suggestions?
> >>>>
> >>>>thanks
> >>>
> >>>Hi,
> >>>I bought a HP LaserJet 1000 last christmas, and now it is working ok
> >>>here. The problem with this printer is that it has only 32kb ROM, and
> >>> the firmware must be uploaded to the printer every time it is switched
> >>> on. There are a driver in www.linuxprinting.org, and I wrote a script
> >>> (hp1000fw) which automatically upload the firmware to the printer. You
> >>> will find it at:
> >>>http://www.linuxprinting.org/pipermail/hp-list/2003q1/002376.html I have
> >>>seen that my modest script is now integrated in LM9.1 :'-) I hope this
> >>>will help you.
> >>>Best regards,
> >>
> >>Oscar
> >>
> >>thank you for the awesome information. I did what was said to do and all
> >>that went good, but now all the print jobs that are processing appear to
> >>be dropping into the ether cause they're not coming out of the printer.
> >>
> >>strange, huh?
> >
> > Try rebooting both: computer and printer before trying to print.
> > OTOH, when I was using the pbmtozjs driver, the printer sometimes came
> > into a strange catatonic state... Now, in LM9.1 the printer uses the
> > foo2zjs driver, and it seems to be ok.
> > Good luck
> > stranges in the night...
>
> no dice...did the reboot and same thing. the print jobs are just
> dropping into the ether. nothing is reaching the printer. :(

Open two terminal windows,
in one type "top". On the other send some file to printer with "lpr 
somefile.ps"
In the windows with "top", you should see a pbmtozjs or a foo2zjs procces 
running for a while. is it?
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] HP LaserJet - help needed

2003-04-05 Thread oscar
El Sábado, 5 de Abril de 2003 01:37, Mark Weaver escribió sabiamente:
> On Friday 04 April 2003 07:14 am, Oscar Santacreu wrote:
> > Try rebooting both: computer and printer before trying to print.
> > OTOH, when I was using the pbmtozjs driver, the printer sometimes came
> > into a strange catatonic state... Now, in LM9.1 the printer uses the
> > foo2zjs driver, and it seems to be ok.
> > Good luck
> > stranges in the night...
>
> Oscar,
>
> I've been fussing with this thing for a little while now and don't seem to
> be making any headway. According to the logs there is communication between
> the computer and the printer, but none of the print jobs are getting to the
> printer. according to the logs does it appear that things are setup
> correctly? I've tried both the 6P drivers and those specifically for the HP
> 1000. results are the same for both. they're just dropping off into
> nothing.
>
>  LOG ===
> Apr  4 18:32:13 ws1 kernel: printer.c: usblp0: USB Bidirectional printer
> dev 12 if 0 alt 0 proto 2 vid 0x03F0 pid 0x0517
> Apr  4 18:32:16 ws1 /etc/hotplug/usb.agent: Setup printer for USB product
> 3f0/517/120
> Apr  4 18:32:17 ws1 /etc/hotplug/usb.agent: Setup hp1000fw 0x00 for USB
> product 3f0/517/120
> Apr  4 18:32:17 ws1 /etc/hotplug/usb.agent: Module setup hp1000fw for USB
> product 3f0/517/120
> Apr  4 18:32:17 ws1 /etc/hotplug/usb/hp1000fw: hp LaserJet 1000 detected at
> /dev/usb/lp0
> Apr  4 18:32:17 ws1 /etc/hotplug/usb/hp1000fw: Firmware uploaded to
> /dev/usb/lp0.
> Apr  4 18:32:17 ws1 /etc/hotplug/usb/hp1000fw: Now you can print normally
> with this printer.
> ==

The log seems to be ok. hp1000fw detects the printer and upload the firmware 
(by the way, when the firmware is uploaded, do you see both lights of the 
printer blinking? they should do it)
Please let me think about it...
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] HP LaserJet - help needed

2003-04-04 Thread Oscar Santacreu
El Viernes, 4 de Abril de 2003 13:35, Mark Weaver escribió:
> Oscar Santacreu wrote:
> > El Viernes, 4 de Abril de 2003 06:49, Mark Weaver escribió:
> >>Hi list,
> >>
> >>this evening I bought a new HP LaserJet 1000 and I'm having a bit of
> >>trouble getting it working. it connects via USB. Any suggestions?
> >>
> >>thanks
> >
> > Hi,
> > I bought a HP LaserJet 1000 last christmas, and now it is working ok
> > here. The problem with this printer is that it has only 32kb ROM, and the
> > firmware must be uploaded to the printer every time it is switched on.
> > There are a driver in www.linuxprinting.org, and I wrote a script
> > (hp1000fw) which automatically upload the firmware to the printer. You
> > will find it at:
> > http://www.linuxprinting.org/pipermail/hp-list/2003q1/002376.html I have
> > seen that my modest script is now integrated in LM9.1 :'-) I hope this
> > will help you.
> > Best regards,
>
> Oscar
>
> thank you for the awesome information. I did what was said to do and all
> that went good, but now all the print jobs that are processing appear to
> be dropping into the ether cause they're not coming out of the printer.
>
> strange, huh?

Try rebooting both: computer and printer before trying to print.
OTOH, when I was using the pbmtozjs driver, the printer sometimes came into a 
strange catatonic state... Now, in LM9.1 the printer uses the foo2zjs driver, 
and it seems to be ok.
Good luck
stranges in the night...

-- 
Usuario de Linux Registrado #227443
http://counter.li.org/


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


Re: [expert] HP LaserJet - help needed

2003-04-04 Thread Oscar Santacreu
El Viernes, 4 de Abril de 2003 06:49, Mark Weaver escribió:
> Hi list,
>
> this evening I bought a new HP LaserJet 1000 and I'm having a bit of
> trouble getting it working. it connects via USB. Any suggestions?
>
> thanks

Hi, 
I bought a HP LaserJet 1000 last christmas, and now it is working ok here. 
The problem with this printer is that it has only 32kb ROM, and the firmware 
must be uploaded to the printer every time it is switched on.
There are a driver in www.linuxprinting.org, and I wrote a script (hp1000fw) 
which automatically upload the firmware to the printer. You will find it at:
http://www.linuxprinting.org/pipermail/hp-list/2003q1/002376.html
I have seen that my modest script is now integrated in LM9.1 :'-)
I hope this will help you.
Best regards,
-- 
Oscar Santacreu.
Usuario de Linux Registrado #227443
http://counter.li.org/


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


Re: [expert] System freeze, blinking keyboard LEDs

2003-04-04 Thread Oscar Santacreu
El Viernes, 4 de Abril de 2003 11:36, Pietro Piutti escribió:
> Yesterday my sytem freezed (again!) while I was performing such a simple
> task like browsing the contents of a data cd with Konqueror (kde 3.1, mdk
> 9.1 fresh install). It was upsetting 'cos I had to perform an hardware
> reset as the machine wasn't responding at all (this is the kind of things
> that irritate me because they are the typical Windows behaviour).
>
> Anyway, the strangest thing was that, as soon as the machine freezed, the
> Caps Lock and Scroll Lock LEDs of my keyboard began to blink
> simultaneously.
>
> Does this strange behaviour (I mean, the blinking) have any specific
> reason? Is it some "message" I have to interpret or what?

I get the same, Caps Lock and Scroll Lock LED's blinking, in two occasions:

1. Under MDK 9.0, I had the modem volume always on to hear the waiting call 
tones... Sometimes, when I heard an incoming call, I switched off the modem 
using its interrupt. When I switched on again, LED's start to dance...

2. Under MDK 9.1, after unplugging the Comtrend CT-350 USB ADSL modem...

Curious...

-- 
Oscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/


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


Re: [expert] (FIXED) Problem with MDK 9.1, gv, ps2pdf...

2003-04-02 Thread Oscar Santacreu
Sorry,
I solved the problem by reinstalling the ghostscript rpm.
Best regards,
Óscar Santacreu.

El Miércoles, 2 de Abril de 2003 16:04, Oscar Santacreu escribió:
> Hi all
> MDk9.1 here.
> I have a problem: I can't generate PDF files, and I can't see PS files with
> gv.
> Examples:
> When I try "gv test.ps":
> 
> Error: /configurationerror in --setpagedevice--
> Additional information: [/PageSize [612.0 792.0]]
> Operand stack:
>--dict:2/2(L)--
> Execution stack:
>%interp_exit   .runexec2   --nostringval--   --nostringval--
> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--
> --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3
> %oparray_pop   .runexec2   --nostringval--   --nostringval--
> --nostringval--   2   %stopped_push   --nostringval-ESP Ghostscript 7.05.6:
> Unrecoverable error, exit code 1
> -   1   3   %oparray_pop   --nostringval--   --nostringval--  
> --dict:2/2(L)-- --nostringval--   2   %dict_continue   --nostringval--  
> --nostringval-- Dictionary stack:
>--dict:1050/1123(ro)(G)--   --dict:0/20(G)--   --dict:77/200(L)--
> Current allocation mode is local
> 
>
> I get the same error when I try to convert it to pdf.
>
>
> Another example:
> When I try to convert another ps file to pdf with "ps2pdf test2.ps" I get:
> 
> Error: /invalidfont in findfont
> Operand stack:
>Times-Italic-iso1252   --nostringval--   Times-Italic   Times-Italic  
> Font Times-Italic   592530   Times-Italic   --nostringval--   Courier  
> (Courier) Courier
> Execution stack:
>%interp_exit   .runexec2   --nostringval--   --nostringval--
> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--
> --nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3
> %oparray_pop   1   3
> %oparray_pop   .runexec2   --nostringval--   --nostringval--  
> --nostringval-- 2   %stopped_push   --nostringval--   --nostringval--   4  
> 3   %oparray_pop 5   3   %oparray_pop   --nostringval--   --nostringval--  
> --nostringval-- --nostringval--   --nostringval--   false   1  
> %stopped_push   8   4 %oparray_pop   --nostringval--   --nostringval--  
> --nostringval-- --nostringval--
> Dictionary stack:
>--dict:1049/1123(ro)(G)--   --dict:0/20(G)--   --dict:79/200(L)--
> --dict:17/17(ro)(G)--   --dict:1049/1123(ro)(G)--
> Current allocation mode is local
> Last OS error: 2
> Current file position is 57223
> ESP Ghostscript 7.05.6: Unrecoverable error, exit code 1
> 
> But If I try "lpr test.ps", the file is printed OK.
>
> Any Idea?
> Thanks.

-- 
Usuario de Linux Registrado #227443
http://counter.li.org/


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


[expert] Problem with MDK 9.1, gv, ps2pdf...

2003-04-02 Thread Oscar Santacreu
Hi all
MDk9.1 here.
I have a problem: I can't generate PDF files, and I can't see PS files with 
gv.
Examples:
When I try "gv test.ps":

Error: /configurationerror in --setpagedevice--
Additional information: [/PageSize [612.0 792.0]]
Operand stack:
   --dict:2/2(L)--
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   
%oparray_pop   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval-ESP Ghostscript 7.05.6: 
Unrecoverable error, exit code 1
-   1   3   %oparray_pop   --nostringval--   --nostringval--   --dict:2/2(L)--   
--nostringval--   2   %dict_continue   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1050/1123(ro)(G)--   --dict:0/20(G)--   --dict:77/200(L)--
Current allocation mode is local


I get the same error when I try to convert it to pdf.


Another example:
When I try to convert another ps file to pdf with "ps2pdf test2.ps" I get:

Error: /invalidfont in findfont
Operand stack:
   Times-Italic-iso1252   --nostringval--   Times-Italic   Times-Italic   Font
 Times-Italic   592530   Times-Italic   --nostringval--   Courier   (Courier)
Courier
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   
--nostringval--   2   %stopped_push   --nostringval--   --nostringval--   
--nostringval--   false   1   %stopped_push   1   3   %oparray_pop   1   3   
%oparray_pop   1   3
%oparray_pop   .runexec2   --nostringval--   --nostringval--   --nostringval--
 2   %stopped_push   --nostringval--   --nostringval--   4   3   %oparray_pop
5   3   %oparray_pop   --nostringval--   --nostringval--   --nostringval--   
--nostringval--   --nostringval--   false   1   %stopped_push   8   4   
%oparray_pop   --nostringval--   --nostringval--   --nostringval--   
--nostringval--
Dictionary stack:
   --dict:1049/1123(ro)(G)--   --dict:0/20(G)--   --dict:79/200(L)--   
--dict:17/17(ro)(G)--   --dict:1049/1123(ro)(G)--
Current allocation mode is local
Last OS error: 2
Current file position is 57223
ESP Ghostscript 7.05.6: Unrecoverable error, exit code 1

But If I try "lpr test.ps", the file is printed OK.

Any Idea?
Thanks.

-- 
Oscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/


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


[expert] OT - multipoint videoconference

2003-03-22 Thread oscar
Hi all,
Anybody is using/know how create a multipoint videoconference server under 
Linux? I am trying openmcu, but it seems to be that only 4 simultaneous users  
are allowed. Preferably the system must be netmeeting/gnomemeeting compatible 
(H.323)
Thank you,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] Videoconferencing and OpenMCU

2003-03-14 Thread Oscar Santacreu
El Jue 13 Mar 2003 22:46, escribió:
> --  Mensaje reenviado  --
>
> Subject: Re: [expert] Videoconferencing and OpenMCU
> Date: Thu, 13 Mar 2003 16:11:58 -0500
> From: Pierre Fortin <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
>
> On Thu, 13 Mar 2003 20:14:46 +0100 Oscar Santacreu <[EMAIL PROTECTED]>
>
> wrote:
> > Hi all,
> > I need to setup a videoconference server, and I would like to use
> > openmcu. I have downloaded the software from http://www.openh323.org,
> > and I tried to run it in the server (linux mandrake 8.1)
> > But when I connect to server using gnomemeeting, in the server I can
> > read these messages:
> > =
> > [EMAIL PROTECTED] obj_linux_x86_r]$ ./openmcu -v -n
> > OpenMCU Version 1.1.7 by OpenH323 Project on Unix Linux
> > (2.4.8-34.1mdk-i686) Listening on port 1720
> > Codecs (in preference order):
> >  Table:
> >SpeexNarrow-8k{sw} <1>
> >SpeexNarrow-15k{sw} <2>
> >GSM-06.10{sw} <3>
> >MS-GSM{sw} <4>
> >G.711-uLaw-64k{sw} <5>
> >G.711-ALaw-64k{sw} <6>
> >LPC-10{sw} <7>
> >H.261-QCIF <8>
> >  Set:
> >0:
> >  0:
> >SpeexNarrow-8k{sw} <1>
> >SpeexNarrow-15k{sw} <2>
> >GSM-06.10{sw} <3>
> >MS-GSM{sw} <4>
> >G.711-uLaw-64k{sw} <5>
> >G.711-ALaw-64k{sw} <6>
> >    LPC-10{sw} <7>
> >  1:
> >H.261-QCIF <8>
> >
> > Waiting for incoming calls for "OpenH323 MCU v1.1.7"
> > Command ?
> > Opening connection
> > Incoming H.323 call from Oscar Santacreu [xxx.xxx.xxx.64] has not
> > selected a room.
> > Using room room101 as the default.
> > Accepting call from Oscar Santacreu [xxx.xxx.xxx.64] using
> > gnomemeeting/0.96.1 (OpenH323 v1.11.2) with room id room101
> > Member ip$xxx.xxx.xxx.64:30008/15143 will not hear their own voice
> > Started logical channel: sending SpeexNarrow-8k{sw} <2>
> > Started logical channel: sending H.261-QCIF <9>
> > Started logical channel: receiving SpeexNarrow-8k{sw} <1>
> > Started logical channel: receiving H.261-QCIF <8>
> > =
> >
> > But I can't see the remote image with gnomemeeting (maybe the server is
> > not sending video signal?).
> > When I disconnect, the server shows these messages:
> >
> > 
> > Room room101 is now empty
> > ROOM HAS BEEN REMOVED (ReadVideo)
> > Closing connection
> > 
> >
> > When a friend connects to server with Ms Netmeeting the server shows
> > these messages:
> >
> > 
> > Opening connection
> > Incoming H.323 call from antonio [xxx.xxx.xxx.63] has not selected a
> > room. Using room room101 as the default.
> > Accepting call from antonio  [xxx.xxx.xxx.63] using Microsoft®
> > NetMeeting®/3.0 with room id room101
> > Adding member ip$xxx.xxx.xxx.63:1138/11841 to list of
> > ip$xxx.xxx.xxx.64:3/15144
> > Adding audio buffer for ip$xxx.xxx.xxx.63:1138/11841 to connection
> > ip$xxx.xxx.xxx.64:3/15144
> > Adding audio buffer for ip$xxx.xxx.xxx.64:3/15144 to connection
> > ip$xxx.xxx.xxx.63:1138/11841
> > Member ip$xxx.xxx.xxx.63:1138/11841 will not hear their own voice
> > ===
> >
> > But netmeeting is always waiting for a response, and never starts
> > videoconferencing. Then, the server shows:
> >
> > ==
> > Removing audio buffer for ip$xxx.xxx.xxx.63:1138/11841 from connection
> > ip$xxx.xxx.xxx.64:3/15144
> > Removing audio buffer for ip$xxx.xxx.xxx.64:3/15144 from connection
> > ip$xxx.xxx.xxx.63:1138/11841
> > Closing connection
> > =
> >
> > While neetmeeting still waits for a response. In my computer, with
> > gnomemeeting, I still can't see anything!
> >
> > I can't find anything in google about configuring openmcu under linux
> > and clients under linux and windows. I really need to setup the
> > videoconference server as soon as possible.
> >
> > Anybody can help me? Where can I find the documentation about openmcu?
>
> I only ever used audio on openmcu -- see http://pfortin.com/Linux/openmcu/
> -- so can't comment on video other than to point out port 1720 conflict
> with audio...
>
> Got most help at http://www.openh323.org/
>
> > Thank you!
> > Best regard

[expert] Videoconferencing and OpenMCU

2003-03-13 Thread Oscar Santacreu
Hi all,
I need to setup a videoconference server, and I would like to use openmcu.
I have downloaded the software from http://www.openh323.org, and I tried to 
run it in the server (linux mandrake 8.1)
But when I connect to server using gnomemeeting, in the server I can read 
these messages:
=
[EMAIL PROTECTED] obj_linux_x86_r]$ ./openmcu -v -n
OpenMCU Version 1.1.7 by OpenH323 Project on Unix Linux (2.4.8-34.1mdk-i686)
Listening on port 1720
Codecs (in preference order):
 Table:
   SpeexNarrow-8k{sw} <1>
   SpeexNarrow-15k{sw} <2>
   GSM-06.10{sw} <3>
   MS-GSM{sw} <4>
   G.711-uLaw-64k{sw} <5>
   G.711-ALaw-64k{sw} <6>
   LPC-10{sw} <7>
   H.261-QCIF <8>
 Set:
   0:
 0:
   SpeexNarrow-8k{sw} <1>
   SpeexNarrow-15k{sw} <2>
   GSM-06.10{sw} <3>
   MS-GSM{sw} <4>
   G.711-uLaw-64k{sw} <5>
   G.711-ALaw-64k{sw} <6>
   LPC-10{sw} <7>
 1:
   H.261-QCIF <8>

Waiting for incoming calls for "OpenH323 MCU v1.1.7"
Command ? 
Opening connection
Incoming H.323 call from Oscar Santacreu [xxx.xxx.xxx.64] has not selected a 
room.
Using room room101 as the default.
Accepting call from Oscar Santacreu [xxx.xxx.xxx.64] using gnomemeeting/0.96.1 
(OpenH323 v1.11.2) with room id room101
Member ip$xxx.xxx.xxx.64:30008/15143 will not hear their own voice
Started logical channel: sending SpeexNarrow-8k{sw} <2>
Started logical channel: sending H.261-QCIF <9>
Started logical channel: receiving SpeexNarrow-8k{sw} <1>
Started logical channel: receiving H.261-QCIF <8>
=

But I can't see the remote image with gnomemeeting (maybe the server is not 
sending video signal?). 
When I disconnect, the server shows these messages:


Room room101 is now empty
ROOM HAS BEEN REMOVED (ReadVideo)
Closing connection


When a friend connects to server with Ms Netmeeting the server shows these 
messages:


Opening connection
Incoming H.323 call from antonio [xxx.xxx.xxx.63] has not selected a room.
Using room room101 as the default.
Accepting call from antonio  [xxx.xxx.xxx.63] using Microsoft® NetMeeting®/3.0 
with room id room101
Adding member ip$xxx.xxx.xxx.63:1138/11841 to list of 
ip$xxx.xxx.xxx.64:3/15144
Adding audio buffer for ip$xxx.xxx.xxx.63:1138/11841 to connection 
ip$xxx.xxx.xxx.64:3/15144
Adding audio buffer for ip$xxx.xxx.xxx.64:3/15144 to connection 
ip$xxx.xxx.xxx.63:1138/11841
Member ip$xxx.xxx.xxx.63:1138/11841 will not hear their own voice
===

But netmeeting is always waiting for a response, and never starts 
videoconferencing. Then, the server shows:

==
Removing audio buffer for ip$xxx.xxx.xxx.63:1138/11841 from connection 
ip$xxx.xxx.xxx.64:3/15144
Removing audio buffer for ip$xxx.xxx.xxx.64:3/15144 from connection 
ip$xxx.xxx.xxx.63:1138/11841
Closing connection
=

While neetmeeting still waits for a response. In my computer, with 
gnomemeeting, I still can't see anything!

I can't find anything in google about configuring openmcu under linux and 
clients under linux and windows. I really need to setup the videoconference 
server as soon as possible. 

Anybody can help me? Where can I find the documentation about openmcu? 

Thank you!
Best regards!
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] /tmp size

2003-03-08 Thread Oscar Santacreu
El Vie 07 Mar 2003 20:24, Jack Coates escribió sabiamente:
> I have 384M of RAM and I'm using VMWare. Currently I give it 128M to
> play with, which because of that shared memory tmpfs Solaris-like voodoo
> is implemented under /tmp.
>
> For whatever reason, my system has set a maximum size of 188M on /tmp.
>
> Since upgrading (downgrading) my VMWare image from W98 to W2k, I'd like
> to increase the amount of memory it has to work with -- however, if I go
> past 128M it rapidly fills up /tmp and VMWare barfs.
>
> How can I increase the amount of tmpfs space in /tmp?
>
> Failing that, why the tmpfs voodoo and is there anything wrong with
> blowing it away and using plain old fashioned disk space for /tmp?
>
> thanks,

Maybe the problem is that your /mnt is a mountpoint for a tmpfs, and tmpfs is 
limited to your memory. Yes, maybe you can use swap (I don't know) for tmpfs, 
but IMHO the best solution is:
- Edit your /etc/fstab
- Delete the line related to /tmp mountpoint:
  (In my case: "none /tmp tmpfs defaults 0 0")
- Reboot
Now tmp files will be stored in your harddisk, not in ram.
The limit of the tmp folder will be the limit of your / partition (of course 
you can mount some other partition in /tmp to get more space;)
OTOH, from now you shoud use tmpwatch to clean the /tmp folder (man tmpwatch).
Best regards,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/

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


Re: [expert] Midi with SBlive

2003-03-06 Thread Oscar
El Jue 06 Mar 2003 17:42, Alan Wilter Sousa da Silva escribió sabiamente:
> Hi List!
>
> I checked in google and got some documents about midi(/dev/sequencer)
> working with SBLive, but somes old and others a little bit generic.
>
> I wonder if among Mandrake users somone has SBLive Midi (using
> ALSA) configured and working, I mean, one can use 'playmidi test.mid' or
> kmid and gets sounds.
>
> I use MDK 9.0 and compiled Alsa rc 0.8a with --with-sequencer=yes
> --with-oss=yes --with-cards=emu10k1 options, based on:
> http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Creative
>+Labs&card=Soundblaster+Live+Value&chip=EMU10K1&module=emu10k1
>
> Ok, kmidi can do the job but it's not the same.  SB AWE always work with
> midi without restraints.
>
> Many thanks in advance.
>
> Cheers,

I am running LM 8.2, I have a SB Live. It works ok here with kernel version 
2.4.18-6mdk
This is my /etc/modules.conf (related to sblive):

alias char-major-116 snd 
alias char-major-14 soundcore 
alias snd-card-0 snd-card-emu10k1 
alias sound-slot-0 emu10k1 
alias sound-service-0-0 snd-mixer-oss 
alias sound-service-0-1 snd-seq-oss 
alias sound-service-0-3 snd-pcm-oss 
alias sound-service-0-8 snd-seq-oss 
alias sound-service-0-12 snd-pcm-oss 

The services sound and alsa are loaded
("chkconfig --add sound", and "chkconfig --add alsa"

And you need the sfxload program and a SF2 SoundFont file.
I had a problem with sound level, and I had to put aumix -v66 and aumix -L at 
the end of /etc/rc.d/rc.local, plus the sfxload command.

Here you are the three last lines of my /etc/rc.d/rc.local file:

/usr/bin/aumix -v66
sfxload /etc/midi/GU11-ROM.SF2
/usr/bin/aumix -L

And if you want to use playmidi, you must add the "-a" modifier:
playmidi -a midifile.mid

Try it. good luck!

Best regards,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/


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


[expert] Creative PC-CAM 750 USB

2003-03-06 Thread Oscar
Hi all
Please, How can I use a Creative PC-CAM 750 USB webcam under Linux?
I can't find anything in Google.
I am using LM 8.2, but I will upgrade to 9.1 when it will be out ;)
Thank you in advance
Best regards,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/


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


Re: [expert] Recognising Linux Burned CDs Under W*v

2003-01-17 Thread Oscar
El Jue 16 Ene 2003 22:53, Daryl Johnson escribió sabiamente:
> OK I give up.  CDs seem to be like a foreign country to me.
>
> It doesn't matter if I use Gnome-Toaster or X-CD-Roast.  Any cd I burn is
> visible in my linux box but once it is inserted into one of the Windoze
> machines (W2K, W98, NT4) I just get a message 'please insert cd'.
>
> Bugger damn and hell it must be something simple but what?
>
> Suggestions on a £50 not to me please  :o)
>
> Regards
>
> Daryl

 Is the session closed and/or the disk fixated?
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment



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



[expert] Sony Micro Vault 128 - drakupdate_fsta loooooooop

2003-01-15 Thread oscar
Hi all,
I wrote to the list about sony micro vault 128 usb storage. Now I have it 
working in my LM 8.2 thanks to Todd with modprobe sd_mod.
Now I have tested it in my LM 9.0 computer and I presume that we have a little 
problem with drakupdate_fsta.
I wrote in /etc/modules.conf this line:
alias /dev/sda sd_mod
This is working ok in LM 8.2.
But when I plugged the Sony Micro Vault to the usb port, and when I did "ls 
/dev/sda" I observed something like this in my /var/log/messages:
-
Jan 16 00:01:38 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:38 localhost kernel: sda: Write Protect is off
Jan 16 00:01:38 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
Jan 16 00:01:38 localhost kernel: USB Mass Storage support registered.
Jan 16 00:01:41 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:41 localhost kernel: sda: Write Protect is off
Jan 16 00:01:41 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
Jan 16 00:01:44 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:44 localhost kernel: sda: Write Protect is off
Jan 16 00:01:44 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
Jan 16 00:01:46 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:46 localhost kernel: sda: Write Protect is off
Jan 16 00:01:46 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
Jan 16 00:01:49 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:49 localhost kernel: sda: Write Protect is off
Jan 16 00:01:49 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
Jan 16 00:01:52 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:52 localhost kernel: sda: Write Protect is off
Jan 16 00:01:52 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
Jan 16 00:01:55 localhost kernel: SCSI device sda: 256000 512-byte hdwr 
sectors (131 MB)
Jan 16 00:01:55 localhost kernel: sda: Write Protect is off
Jan 16 00:01:55 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1 p2 p3 
p4
and so on...
My computer was in a loop, and when I ran "top", I discovered a program which 
was running over an over again eating 50% of cpu time: drakupdate_fsta.
How I stoped the loop? I should rename /usr/sbin/drakupdate_fsta to 
drakupdate_fsta.deactivated. The loop finished inmediatly.
And now this is the problem: If I want to use my sony mv128, I can't have a 
functional drakupdate_fsta.
My questions:
1. How can I avoid the loop with drakupdate_fsta when I plug in the sony mv 
128?
2. Is drakupdate_fsta a critical component of LM 9.0? Can my computer with LM 
9.0 live without it?
Thank you,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment


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



Re: [expert] Sony Micro Vault 128 mountpoint

2003-01-15 Thread oscar
El Mié 15 Ene 2003 19:06, Todd Lyons escribió sabiamente:
> Mark Watts wrote on Wed, Jan 15, 2003 at 10:52:39AM + :
> > Can you not do this in one line by adding sd_mod to /etc/modules (to load
> > it at boot) or will that not work cos its a removable device?
>
> Best not to do it that way, but why not just do this in modules.conf:
>
> alias /dev/sda sd_mod
>
> Blue skies... Todd

Brilliant! It works like a charm!
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment



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



Re: [expert] How start sshd at boot time?

2003-01-15 Thread oscar
El Mié 15 Ene 2003 17:14, Eduardo Mendes escribió sabiamente:
> Hello
>
> I am really confused with the new xinetd standards.  I just want to add
> sshd at boot time but I have no idea on how to do it.  Any help?
>
> Many thanks
>
> Ed

as root, run:
chkconfig --add sshd
Saludos
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment



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



Re: [expert] Sony Micro Vault 128 mountpoint

2003-01-15 Thread oscar
El Mié 15 Ene 2003 03:20, Todd Lyons escribió sabiamente:
> oscar wrote on Tue, Jan 14, 2003 at 11:27:25PM +0100 :
> > Well, it seems to be that the device is correctly detected. But I can't
> > find the mount point in /dev/. There is not any /dev/sdx, nor /dev/usb/*.
> > Any Idea?
>
> modprobe sd_mod
>
> Blue skies... Todd

Fantastic! Thank you, Todd.

To do it automatically, I have added this to /etc/hotplug/usb.usermap:

sony_microvault   0x0003  0x054c   0x01050x   0x 
 0x00 0x000x000x000x00
  0x00   0x

And I have writed this sony_microvault script in /etc/hotplug/usb/:
--
#! /bin/sh
if [ -t -o ! -x /usr/bin/logger ]; then
mesg () {
echo "$@"
}
else
mesg () {
/usr/bin/logger -t $0 "$@"
}
fi
modprobe sd_mod
mesg sd_mod is here to create /dev/sda :-)
--
Thank you very much,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment



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



[expert] Sony Micro Vault 128 mountpoint

2003-01-14 Thread oscar
Hi all,
I have a new sony micro vault usb storage media.
When I plug it in the usb, I get this in /var/log/messages:
--
kernel: hub.c: USB new device connect on bus1/2, assigned device number 3
kernel: hub.c: USB hub found
kernel: hub.c: 1 port detected
kernel: hub.c: USB new device connect on bus1/2/1, assigned device number 4
kernel: usb.c: USB device 4 (vend/prod 0x54c/0x8b) is not claimed by any 
active driver.
/etc/hotplug/usb.agent: Setup usb-storage for USB product 54c/8b/1
/etc/hotplug/usb.agent: ... no modules for USB product 54c/105/1
kernel: Initializing USB Mass Storage driver...
kernel: usb.c: registered new driver usb-storage
kernel: scsi1 : SCSI emulation for USB Mass Storage devices
kernel:   Vendor: Sony  Model: Storage Media Rev: 1.00
kernel:   Type:   Direct-Access  ANSI SCSI revision: 02
kernel: USB Mass Storage support registered.
--
More info:
--
[root@localhost dev]# cat /proc/scsi/usb-storage-0/1 
   Host scsi1: usb-storage
   Vendor: Sony
  Product: USB Mass Storage Device
Serial Number: None
 Protocol: 8070i
Transport: Bulk
 GUID: 054c008b
 Attached: Yes
--
[root@localhost dev]# cat /proc/scsi/scsi 
Attached devices: 
Host: scsi0 Channel: 00 Id: 01 Lun: 00
  Vendor: MITSUMI  Model: CD-ROM FX320S !B Rev: q01 
  Type:   CD-ROM   ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 03 Lun: 00
  Vendor: HP   Model: CD-Writer+ 8100  Rev: 1.0g
  Type:   CD-ROM   ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: Sony Model: Storage MediaRev: 1.00
  Type:   Direct-Access 
--
Well, it seems to be that the device is correctly detected. But I can't find 
the mount point in /dev/. There is not any /dev/sdx, nor /dev/usb/*. 
Any Idea?
Thank you,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment


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



[expert] Graphics Drivers for chipset 845GE

2003-01-13 Thread Rivera, Oscar
Hi,
I recently bought a Shuttle system SB51G is a compact size desktop with Intel 845GE 
chipset.
My idea was to use this system with Mandrake-Linux 9.00; However when I finish the 
Installation the Xwindows system does not come up. I have try configuring Xwindows by 
hand by I do not see the chipset listed.
Is this chipset supported 845GE?
Will this chipset be supported in 9.1?

Please let me know

Here are the Specs for the mother board.

http://us.shuttle.com/specs2.asp?pro_id=85

Thanks a million.

Oscar Rivera   
Product Engineering 
Tel: (408) 545-6262 
Fax:(408) 545-6314
Intel Corporation. 
Mail-Stop CHP3-108
350 East Plumeria Drive
San Jose, CA 95134 
 e-mail:[EMAIL PROTECTED]
--



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



[expert] video conferencing

2002-05-13 Thread Oscar

Hi all,

I must to do a budget for a server (up to 12.000 EUR), but it must allow
video conferencing. Evidently, I would like to run Linux as OS. 
Can you please give me some orientation on following points?:

- Possibility of using the server for video conferencing. 

- Adjusting to the indicated budget, mark, model, characteristics
recommended for the server. 

- compatible cameras and software for video conferencing with linux.
Software needed.

Any recommendation will be welcome. I have got used to the best (linux)
and it would't like to have to use windows in the server because the
video conference. 

Thank you,
oscar.
-- 
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment




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



Re: [expert] Midi - Karaoke

2002-05-05 Thread Oscar

Are you sure your sound card has midi sequencer? Many onboard cards have
audio only. Run harddrake to configure your sound card, and see if the
recognised driver is (audio only) or (audio).

El dom, 05-05-2002 a las 17:07, Ron Stodden escribió:
> Oscar wrote:
> > 
> > What is your sound card? Maybe a SBLive?
> 
> Not SBLive.   Onboard.  Sound Mixer tells me it is a SigmaTel STAC9708
> 
> -- 
> Ron. [au]
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Midi - Karaoke

2002-05-05 Thread Oscar

What is your sound card? Maybe a SBLive?

El dom, 05-05-2002 a las 15:43, Ron Stodden escribió:
> Mandrake 8.2 has a menu entry for the Midi & Karaoke player, but when
> activated it immediately crashes.  Which is not much use.
> 
> Replacing kdemultimedia with the Cooker version enables this kmid to
> load correctly, but any attempt tp play a midi or midi-karaoke file
> leads to a complaint that /dev/sequencer does not exist, which is
> true.
> 
> What is supposed to have created /dev/sequencer?
> 
> Can this be fixed quickly?
> 
> -- 
> Ron. [au]
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Changing msec level via command line?

2002-05-02 Thread Oscar

El jue, 02-05-2002 a las 20:55, David Rankin escribió:
> Well, I still can't get X going, but someone suggested that selecting
> high security level during install may be preventing me from connecting
> to the server somehow. (Doesn't make much sense since I'm setting up and
> testing the X config as root. But after 2 reloads of the X system, its
> worth a try.
> 
> Can someone point me to the right doc to read so I can figure out how to
> change msec?
> 
> --
> David C. Rankin, J.D., P.E.
> RANKIN * BERTIN, PLLC
> 1329 N. University, Suite D4
> Nacogdoches, Texas 75961
> (936) 715-9333
> (936) 715-9339 fax

msec 
Where level is from 0 to 5. 0 is "crackers wellcome" and 5 is
"paranoid".
example: msec 4
More info in /usr/share/doc/msec-0.19/security.txt
And more, more info in http://www.mandrakesecure.net/en/docs/msec.php
I hope this will help you.
Saludos,
óscar.


-- 
Óscar
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment




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



Re: [expert] Mailing List problems

2002-05-02 Thread Oscar

I get this error *sometimes*, too.
When I get this error, I must send the messages using a smtp server from
my ISP.


El jue, 02-05-2002 a las 20:46, jay escribió:
> I am currently using Mandrake 8.2 (Kernel-secure) running Postfix and Imap. I use 
>Imp/horde (horde.org) for webmail. Everything is fine except I cannot send mail to 
>the expert/newbie mailing lists. Here is the error I get.
> 
> The Postfix program 
> 
> <[EMAIL PROTECTED]>: host smtp.mandrax.org[63.209.80.242] said: 450 
> Client host rejected: cannot find your hostname.
> 
> How can I fix this? I need smtp.mandrax.org to be able to determine my host name.
> 
> 
> 
> -Jay
> 
> 
> 
-- 
Óscar
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment




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



Re: [expert] how to make a hdlist

2002-05-02 Thread Oscar

El jue, 02-05-2002 a las 11:36, Andrew George escribió:
> probably a silly question but I'm braindead.
> If I coupy a whole bunch of Mandrake RPM's to a directory, how can I make a 
> hdlist file?
> -- 
> Andrew George
> ---
> 
> If you put your supper dish to your ear you can hear the sounds of a
> restaurant.
>   -- Snoopy

man urpmi.addmedia
saludos!
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment




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



Re: [expert] Need X Help !! was [test - messages not getting tolist?]

2002-05-01 Thread Oscar

I don't have read the original thread of this message, but, if you don't
get the penguin, maybe you have selected the highest security level when
install. It can be your problem with ftp, and maybe with X. At msec 5
level, you can't connect to your X server. Try with a lower security
level, such as 'msec 3' or 'msec 4'. 
hope this help.
saludos,
óscar.

El mié, 01-05-2002 a las 20:49, David Rankin escribió:
> Thanks, I'll give it a try!
> 
> Also I don't get the text penquin on login anymore. Just the login prompt. What 
>happened to my penguin? Some guy on the list last
> week was trying to get rid of his, now, I can't find mine -- go figure..
> 
> Lastly, I need some help with ftp. I can't ftp into my server via the internet. 
>When I try and connect, I get the following:
> 
> C:\WINDOWS>ftp 66.76.xxx.xxx
> Connected to 66.76.xxx.xxx.
> Compiled-in modules:
>   mod_core.c
>   mod_auth.c
>   mod_xfer.c
>   mod_site.c
>   mod_ls.c
>   mod_unixpw.c
>   mod_log.c
>   mod_linuxprivs.c
>   mod_ratio.c
>   mod_readme.c
>   mod_pam.c
>   mod_quota.c
>   mod_ldap.c
>   mod_wrap.c
> Connection closed by remote host.
> 
> It never gives me a login prompt. Any ideas??
> 
> Charles A Edwards wrote:
> 
> > On Wed, 01 May 2002 13:04:17 -0500
> > David Rankin <[EMAIL PROTECTED]> wrote:
> >
> > > Yep, Charles, I've run both XFdrake & x86config numerous time and I have
> > > confirmed that the I128 server was selected, my correct monitor was
> > > selected (even tried generic monitors), and I've tried resolutions from
> > > 640x480 to 1280x1024 in every conceivable color depth. I still can't get
> > > X going??
> >
> > Then my suggestion would be to rerun the 8.2 installation as Expert/Upgrade.
> > You need not select any pkgs and you can skip both the Network and Printer config.
> > The installation will completely re-install X depending upon which server you 
>select.
> > The whole process will take no more than 15min.
> >
> > There have been instances where either X or the vid driver is not 
>properly/completely installed and re-installation will correct this
> > whereas XFdrake and editing XF86 does not.
> >
> > Charles
> >
> >   
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> 
> --
> David C. Rankin, J.D., P.E.
> RANKIN * BERTIN, PLLC
> 1329 N. University, Suite D4
> Nacogdoches, Texas 75961
> (936) 715-9333
> (936) 715-9339 fax
> 
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] X listen port 6000

2002-04-29 Thread Oscar

El lun, 29-04-2002 a las 16:58, Mendez Martín escribió:
> Hi list,
> i am trying to force that MDK 8.2 no listen in port 6000. ( I readed that
> this is should be a default configuration in 8.2, but after install mdk 8.2
> + KDE 2.2 i could telnet to the linux machine in port 6000 from other one )
> 
> I tried to start X (using startx) with startx -- -nolisten tcp parameter but
> after X go up i continue connecting to the machine using telnet in port
> 6000.
> 
> Someone know how disable this x11 port.
> Regards.

You can run a firewall to close the X port without changing it. For
example, you can run "tinyfirewall" to enable the firewall.
oscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] What tools do i need to work with databases attachedto websites?

2002-04-18 Thread Oscar

El jue, 18-04-2002 a las 08:44, Roberto Armenteros escribió:
> I am going to be hosting some web sites and I want to
> know what would be the most common database
> applications and tools that I would need to do
> operations like searching for an item inside a
> database and then show the results on the webpage.
> 
> Thanks... Rob

I'm using PHP for the web pages and MySQL as DB. It's fantastic!
óscar.

-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment




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



Re: [expert] HP 1200 and Mdk 8.2

2002-04-11 Thread Oscar

El jue, 11-04-2002 a las 12:16, S. Moreau escribió:
> > What is your seccurity level in msec? In level >3, only root and lp
> > group members can read /etc/printcap. Try adding yourself to the 'lp'
> > group.
> > BTW, I use a HP 1200 whit LM8.2 and is running ok.
> > saludos,
> > oscar.
> > 
> > El mié, 10-04-2002 a las 13:50, S. Moreau escribió:
> 
> Ok That's a good new, it should run. I am on run level 5, I will try 3. But
> Whem I am log as root I still have the sma epb with the HP1200.

I suppose you are speaking about msec level, not run level. Anyway, you
can run userdrake and add yourself to the lp group. And of course the
lpd (or cups) service must be always running (it may be stopped by
default if you are in msec 4 or 5).
Hope this help you.
Saludos
oscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] HP 1200 and Mdk 8.2

2002-04-11 Thread Oscar

What is your seccurity level in msec? In level >3, only root and lp
group members can read /etc/printcap. Try adding yourself to the 'lp'
group.
BTW, I use a HP 1200 whit LM8.2 and is running ok.
saludos,
oscar.

El mié, 10-04-2002 a las 13:50, S. Moreau escribió:
> Does anyone try to use the HP 1200 printer with mdk 8.2 ?
> 
> my printer worked perfectly with 8.1 Under 8.2 it is also easily install and
> the printer test pages are fine. However I am unable to print another file
> following this test. Apparently the job is in queue and I can only start the
> printer with the w3 administarion tool (log as root). Then the file is
> printed. As expected then the printer is not available for another job. I
> have to start the printer with the w3 tools at each job. I upadte my 8.2
> printerdrake according to mandarke (bufix) but I am still unable to run
> properly my printer.
> 
> Has somebody any solution before I come back to 8.1 !!!
> 
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Flash Plugin for galeon

2002-04-08 Thread Oscar

Marvellous! Thank you!
oscar.

El lun, 08-04-2002 a las 21:59, Bill Davidson escribió:
> /usr/lib/mozilla/plugins/
> 
> Bill
> 
> On Monday 08 April 2002 04:24 pm, Oscar wrote:
> > Hi all,
> > Where must I put the flash plugin for use it in galeon?
> > I downloaded the files from macromedia site and put libflashplayer.so
> > and ShockwaveFlash.class in /usr/lib/netscape/plugins/, but galeon still
> > can't use it.
> > Any idea?
> > thanks,
> > oscar.
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] Flash Plugin for galeon

2002-04-08 Thread Oscar

Hi all,
Where must I put the flash plugin for use it in galeon?
I downloaded the files from macromedia site and put libflashplayer.so
and ShockwaveFlash.class in /usr/lib/netscape/plugins/, but galeon still
can't use it.
Any idea?
thanks,
oscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Where's the firewall config in control centre?

2002-04-07 Thread Oscar

El dom, 07-04-2002 a las 03:55, Eric Nodwell escribió:
> 
> My Mandrake Control Centre has no Firewall icon in the security
> section.  OK, no biggie, I can use firestarter or something, but I'm
> just wondering.  The Mandrake demo shows a firewall icon:
> 
> 
>http://www.linux-mandrake.com/en/demos/Demo/Mandrake8.2/QuickLook/pages/features18.php3
> 
> Does anybody have this feature?  Do I need to install something
> additional?
> 
> cheers,
> Eric
> 
> 

It is not integrated in control panel.
You must run 'tinyfirewall' manually.
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Problem with LM82 and modem

2002-04-06 Thread Oscar

Thanks to all. 
I have solved the problem. 
Using minicom, I must write AT and press he  key twice to get a
OK. 
I don't know the reason, but I have created a "chatfile" under /etc/ppp/
like this: 
ABORT 'NO CARRIER' 
ABORT 'NO DIALTONE' 
ABORT 'ERROR' 
ABORT 'NO ANSWER' 
ABORT 'BUSY' 
"" 
"ATZ" OK 
"ATDTx" CONNEC 

In the options I have put the line: 

connect "/usr/sbin/chat -vf /etc/ppp/chatfile" 

Also, I have changed the speed from 115200 to 57600 and now the modem is
working ok. I can't use kppp but I use modemlights_applet to call pppd,
and now my friend is enjoying linux + internet. 
Thanks. 
óscar. 

El sáb, 06-04-2002 a las 00:46, Oscar escribió: 
> El vie, 05-04-2002 a las 01:30, Olly P escribió:
> > On Thursday 04 April 2002 15:42, óscar typed:
> > 
> > > Thank you for your answer.
> > > But I'm afraid that this is not the problem.
> > > In fact, the modem is *not* dialing. I believe that the problem is in
> > > the modem initialisation. If I activate the log viewer in kppp I can
> > > observe that it does not show the "ATZ - OK" which I used to see.
> > > Instead, the inferior displacement bar shows like the first line of
> > > log has filled of a series of "invisible" characters.
> > > If I run a terminal with the modem, I must write two times AT 
> > > to get a OK. And ATI 1 show a long line, with the correct string at
> > > the end of a series of "invisible" characters.
> > > Any idea?
> > > Thanks,
> > > oscar.
> > 
> > 
> > Thursday 04 April 2002
> > 
> > WhoopsSorry about that Oscar, lots of times I am wrong 
> > 
> > what happens if you replace the ATZ in the init string with AT&F   ?   
> > that should reflush and go with a good string?Maybe?well you 
> > may have a idea already about the validity of my advice  but give it 
> > a try ...?
> 
> Thank you, Olly,
> I will try it tomorrow, and I will tell you about it.
> I will try CR/LF instead of CR, changing the flow control and the speed.
> Thanks again, and you will have news soon (good news, I hope...)
> 
> oscar.
> 
> -- 
>   .-.
>   oo|
>  /`'\  Usuario de Linux Registrado #227443
> (\_;/) http://counter.li.org/
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] evolution: have to open twice before reading mail

2002-04-05 Thread Oscar

El jue, 04-04-2002 a las 21:10, Michael Holt escribió:
> Hey all,
>   A strange problem that I was wondering if anyone else has 
> noticed?  My wife uses evolution but the first time she opens the program, 
> she has to close it and re-open it before it will give her access to the 
> inbox.  Any ideas?  I didn't notice this when I set it up for her and now 
> she's use to the program and likes it (except for this strange behavior).  
> I've tried upgrading and it's done the same thing since version 1 and 
> still on version 1.03.
> 
> TIA, Mike 
> 
> -- 
> Michael Holt  
> Kirkland, WA   (o_  
> [EMAIL PROTECTED](o_  (o_  //\
> www.holt-tech.net(/)_ (/)_ V_/_www.mandrake.com
> <
>   
>   Bad or missing mouse driver. Spank the cat? (Y/N)
> 

Hi, Mike,
Try running killev before running evolution.
Good luck.
saludos,
oscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Problem with LM82 and modem

2002-04-05 Thread Oscar

El vie, 05-04-2002 a las 01:30, Olly P escribió:
> On Thursday 04 April 2002 15:42, óscar typed:
> 
> > Thank you for your answer.
> > But I'm afraid that this is not the problem.
> > In fact, the modem is *not* dialing. I believe that the problem is in
> > the modem initialisation. If I activate the log viewer in kppp I can
> > observe that it does not show the "ATZ - OK" which I used to see.
> > Instead, the inferior displacement bar shows like the first line of
> > log has filled of a series of "invisible" characters.
> > If I run a terminal with the modem, I must write two times AT 
> > to get a OK. And ATI 1 show a long line, with the correct string at
> > the end of a series of "invisible" characters.
> > Any idea?
> > Thanks,
> > oscar.
> 
> 
> Thursday 04 April 2002
> 
> WhoopsSorry about that Oscar, lots of times I am wrong 
> 
> what happens if you replace the ATZ in the init string with AT&F   ?   
> that should reflush and go with a good string?Maybe?well you 
> may have a idea already about the validity of my advice  but give it 
> a try ...?

Thank you, Olly,
I will try it tomorrow, and I will tell you about it.
I will try CR/LF instead of CR, changing the flow control and the speed.
Thanks again, and you will have news soon (good news, I hope...)

oscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] Problem with LM82 and modem

2002-04-04 Thread Oscar

Hi all,

I have LM8.2 installed in several PCs and is working ok.
But this afternoon I have installed it in a friend's computer.
He cannot connect to internet (using kppp)
The modem is a Conceptronic 56ET
This is what I get if I run pppd from a console:
[root@localhost ppp]# pppd
~ÿ}#À!}!}!} }4}"}&} } } } }%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} }
} } }%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } }
}%}&v­Ê}'}"}(}"}*y~~ÿ}#À!}!}!} }4}"}&} } } } }%}&v­Ê}'}"}(}"}*y~
[root@localhost ppp]#

And these messages are in /var/log/messages:
Apr  4 18:51:31 localhost pppd[2876]: pppd 2.4.1 started by root, uid 0
Apr  4 18:51:31 localhost pppd[2876]: Using interface ppp0
Apr  4 18:51:32 localhost pppd[2876]: Connect: ppp0 <--> /dev/pts/2
Apr  4 18:51:33 localhost /etc/hotplug/net.agent: assuming ppp0 is
already up
Apr  4 18:52:02 localhost pppd[2876]: LCP: timeout sending
Config-Requests 
Apr  4 18:52:02 localhost pppd[2876]: Connection terminated.
Apr  4 18:52:02 localhost pppd[2876]: Receive serial link is not 8-bit
clean:
Apr  4 18:52:02 localhost pppd[2876]: Problem: all had bit 7 set to 0
Apr  4 18:52:02 localhost pppd[2876]: Exit.

Any help, please?
Thanks
óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Abiword & MDK-8.2

2002-03-28 Thread Oscar

El jue, 28-03-2002 a las 06:30, Damian escribió:
> El mar, 26-03-2002 a las 15:01, Fedneg escribió:
> > Hello:
> > 
> >  I can't find Abiword in MDK-8.2 download version. I've tried to install
> > latest cooker *.src.rpm but compilation gives me errors. Finally, I
> > tried to install the rpm binaries from the project home page. Again got
> > errors: "libpng.so.2 is needed".
> > Has someone got installed the latest version of Abiword in MDK-8.2?
> > 
> > 
> > Fedneg

You will find the lastest abiword RPM for mandrake (and more cool apps)
in the "contrib" folder in any ftp mirror. For example:
ftp://ftp.cica.es/pub/Linux/Mandrake/8.2/contrib/RPMS
Then you do not need to install other rpm binaries.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] Security issue in 8.2 msec?

2002-03-26 Thread Oscar

Hi all,
Maybe it is a security issue, or may be I'm wrong.
I'm running LM 8.2
In msec 3 level ("more secure"), the folder permissions for /home/* is
711, in other words, drxw--x--x
Then, as NOT root, I can do it, for example:

*

[oscar@localhost oscar]$ cd /home
[oscar@localhost home]$ ls
oscar anotheruser
[oscar@localhost home]$ cat anotheruser/.bashrc
# .bashrc
# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

*

I think it is not secure, because I can see any file of other users if I
know the name of the file.

Now I'm running in msec 4 level. But I think we can edit
/usr/share/msec/perm.3, put here a more logical permissions, and re-run
'msec 3'

I hope that this information will be useful.

oscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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 Oscar

El lun, 25-03-2002 a las 23:31, Laura Conrad escribió:
> > "Stephen" == Stephen Boulet <[EMAIL PROTECTED]> writes:
> 
> Stephen> Sound worked fine with my SBLive! card and LM 8.1. With 8.2, no sound.
> Stephen> An lsmod showed a surprisingly large number of sound modules loaded,
> Stephen> mostly alsa related.
> 
> Stephen> Have others had trouble with sound and 8.2?

I have a sblive, too.
With 8.2 and ALSA, it seems to be that all volumes are set to 0. You
must run aumix to set volumes. Then you will (probably) ear the sound.
Saludos,
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment




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



Re: [expert] XFree 4.2.0 (repost)

2002-03-24 Thread Oscar

El sáb, 23-03-2002 a las 18:19, civileme escribió:
> Oscar wrote:
> 
> >Hi all,
> >
> >Mandrake 8.2 is a excelent distro, but I still have one problem.
> >With Mandrake 8.1 I could have the XFree 4.x, but with 8.2 I am forced
> >to use 3.3.6.
> >
> >When I select 4.2.0, I obtain a screen that blinks, that seems to be
> >unstable and with that it is not possible to to work. 
> >
> >With my graphics card (ATI XPERT XL), the XFree 3.3.6 version has 3D
> >acceleration and the 4.2.0 version does not have it. Nevertheless, the
> >version 3.3.6 seems to be slower than the version 4.1 (which I had in
> >mandrake 8.1. working OK). I do not need 3D acceleration because I do
> >not use the computer to play games (I would like it, but I don't have
> >time)-:. I need a good 2D acceleration, and 4.x give (gave) this for me.
> >
> >Then, please, I need to know what can I do to get XFree 4.2 working in
> >my system.
> >
> >Thank you.
> >
> >PS: When I use XFdrake, this is the info of the config when I select the
> >4.2.0 version of XFree:
> >---
> >XFree 4.2.0
> >
> >Keyboard layout: es
> >Mouse type: IMPS/2
> >Monitor: Generic|Monitor multi-frecuencia que soporta 1280x1024 a 74 Hz
> >Graphic card: ATI Xpert XL
> >Color depth: 4 billones de colores (32 bits)
> >Resolution: 1024x768
> >XFree86 server: Mach64
> >XFree86 driver: ati
> >---
> >
> >And this is my working (but at slower speed) config reported by XFdrake:
> >
> >---
> >XFree 3.3.6
> >
> >Keyboard layout: es
> >Mouse type: IMPS/2
> >Monitor: Generic|Monitor multi-frecuencia que soporta 1280x1024 a 74 Hz
> >Graphic card: ATI Mach64
> >Graphic memory: 4096 kB
> >XFree86 server: Mach64
> >XFree86 driver: ati
> >---
> >
> >
> >
> >
> >
> >
> >Want to buy your Pack or Services from MandrakeSoft? 
> >Go to http://www.mandrakestore.com
> >
> OK, try to tweak some things
> 
> run XFdrake and configure _down_ your colors to 24 bits and see what 
> happens...
> 
> Try
> 
> Option  "nobitblt"
> Option  "sw_cursor"
> 
> 
> See what happens
> 
> Go to XFree.org and read the documentation on your particular card for 
> this release...  Usually there are a few notes on tweaks for special 
> situations.
> 
> Civileme
 
Thank you, Civileme,

I cannot find any relevant documentation in xfree.org.
I have tried changing the color depth and/or the resolution with
XFdrake, and using the options 'nobitblt' and 'sw_cursor' in the config
file (I suppose this is /etc/X11/XF86Config-4), but this does not solves
the problem.
Maybe the problem is related to the config file? Or with the config file
made by XFdrake for ati Match64 video cards? There are changes in the X
config file between LM 8.1 and LM 8.2?
Any suggestions?
Thanks
óscar.






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



[expert] XFree 4.2.0 (repost)

2002-03-23 Thread Oscar


Hi all,

Mandrake 8.2 is a excelent distro, but I still have one problem.
With Mandrake 8.1 I could have the XFree 4.x, but with 8.2 I am forced
to use 3.3.6.

When I select 4.2.0, I obtain a screen that blinks, that seems to be
unstable and with that it is not possible to to work. 

With my graphics card (ATI XPERT XL), the XFree 3.3.6 version has 3D
acceleration and the 4.2.0 version does not have it. Nevertheless, the
version 3.3.6 seems to be slower than the version 4.1 (which I had in
mandrake 8.1. working OK). I do not need 3D acceleration because I do
not use the computer to play games (I would like it, but I don't have
time)-:. I need a good 2D acceleration, and 4.x give (gave) this for me.

Then, please, I need to know what can I do to get XFree 4.2 working in
my system.

Thank you.

PS: When I use XFdrake, this is the info of the config when I select the
4.2.0 version of XFree:
---
XFree 4.2.0

Keyboard layout: es
Mouse type: IMPS/2
Monitor: Generic|Monitor multi-frecuencia que soporta 1280x1024 a 74 Hz
Graphic card: ATI Xpert XL
Color depth: 4 billones de colores (32 bits)
Resolution: 1024x768
XFree86 server: Mach64
XFree86 driver: ati
---

And this is my working (but at slower speed) config reported by XFdrake:

---
XFree 3.3.6

Keyboard layout: es
Mouse type: IMPS/2
Monitor: Generic|Monitor multi-frecuencia que soporta 1280x1024 a 74 Hz
Graphic card: ATI Mach64
Graphic memory: 4096 kB
XFree86 server: Mach64
XFree86 driver: ati
---





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



Re: [expert] Problem with Mandrake 8.2 and ATI XPERT XL

2002-03-21 Thread Oscar

Thank you very much, Wayne,
I have the impression that my card was more fast with the 4.1 version,
though I can't play with 3D games with that version.
I still need help. Can someone tell me how can I fix the 4.2 version (if
I can), or how I can install 4.1 from LM 8.1?. OTOH, Wayne, where I can
see the fps?
Thanks,
óscar.


El jue, 21-03-2002 a las 19:00, Wayne Stout escribió:
> Well, I'm afraid I can't help you with 4.2.0, but I have one of these video 
> cards and it works great under 3.3.6 and 8.2 rc1. Hardware accelleration 
> works just fine, and it's much faster under 3.3.6 than 4.2.0 (to the tune 
> of 2 to 3 times faster).
> 
> I've looked around in the past and have yet to find any way of improving 
> performance under 4.x. Well, aside from buying a new card...
> 
> When you did your install were you presented with a screen that gave you 
> choices for which version of X you wanted to install? I always do an expert 
> install, so I get a screen that has 3 choices; 3.3.6, 3.3.6 with hardware 
> accelleration, and 4.x. Choose the hardware accelleration, and you should 
> see much better performance under 3.3.6 thant 4.2.0. Of course, that also 
> means you can't play Tuxracer, as the rpms provided with the distro require 
> libraries from 4.x.
> 
> Best of luck, and if you find a way to get better than 100 fps under 
> 'gears' in 4.2.0, let me know. (For comparison, I get 300 - 350+ fps under 
> 3.3.6)
> 
> HTH,
> 
> Wayne
> 
> At 10:56 AM 3/21/2002 +0100, you wrote:
> >Hi all
> >Yesterday I installed LM 8.2, and I have a problem with my graphics card
> >ATI XPERT XL (Match64). The display is very unstable and blinking using
> >XFree 4.2.0 It works ok under XFree 3.3.6 but is very slow in comparison
> >with 4.2.0 (or the 4.1.0 version that come with LM 8.1).
> >Anybody has the same problem?
> >If I can't solve the problem, can I install the XFree version of LM 8.1?
> >Please, Help.
> >Thanks.
> >oscar.
> >--
> 
> 
> 
> 
> 

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






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



[expert] Problem with Mandrake 8.2 and ATI XPERT XL

2002-03-21 Thread Oscar

Hi all
Yesterday I installed LM 8.2, and I have a problem with my graphics card
ATI XPERT XL (Match64). The display is very unstable and blinking using
XFree 4.2.0 It works ok under XFree 3.3.6 but is very slow in comparison
with 4.2.0 (or the 4.1.0 version that come with LM 8.1).
Anybody has the same problem? 
If I can't solve the problem, can I install the XFree version of LM 8.1?
Please, Help.
Thanks.
oscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Netscape Crash

2002-03-11 Thread Oscar

El lun, 11-03-2002 a las 12:36, Hari Yellina escribió:
> Hi All, 
> 
>  We made a point of sale application using netscape as a front end and java 
> server side. Touch screen based application.
> 
> Problem is :::
> 
> Netscape craches every 1 min and I am afarid how to stop this crashing. Any 
> help will be very helpful.
> 
> Regard, 
> 
> Hari Yellina.

Galeon + java plugin works very well.
I believe mozilla + java plugin works ok too.
saludos,
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] DMA problem

2002-03-10 Thread Oscar

El sáb, 09-03-2002 a las 19:07, Kicho escribió:
> 
> 
> Hello everibody, I get a problem with DMA and Mandrake 8.1
> 
> dmesg show:
> 
> /dev/ide/host0/bus1/target0/lun0:hdc: timeout waiting for DMA
> hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }
> 
> I believe that is a commom error from serie 8.x.
> When I mount some partition from the disk, transfer rate being at 1.1 Kbps
> 
> Anyone can send me a way to fix this problem?
> 
> If it is not a commmom problem and if it is not information enough, please
> contact me and I can send information about hdparm, complete dmesg,
> hardware instalation and configuration, bios settings, etc
> 
> please I realy need help
> 
> Thanks
> 
> 
> 

I have the same problem (but not always), and I don't know how can we
fix it, but you can run 'several times' the hdparam -d1 /dev/yourdisk at
few seconds interval until the dma flag is set correctly (you can watch
F12 console to see it. In my computer, the flag is set after 2-3
attempts.).
saludos
óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Eudora Mail

2002-03-07 Thread Oscar

El mié, 06-03-2002 a las 17:31, H.J.Bathoorn escribió:
> Hi all,
> 
> This spam filter stuff reminded me of my ol' windoze days. I used to use 
> eudora as Mail client. It had a lovely option of setting a maximum size to 
> downloadable messages on the server.
> Giving a warning on the size of the thing and bringing in the first 10Kb of 
> the message so you could get an idea what or who it was. It then offered the 
> option to download it or delete it. Ideal for a slow connection, the only 
> ones in those days:)
> Anybody know of a Linux client that can do the same?

You can do it with the IMAP protocol, for example, using Mozilla or
Netscape. Using the IMAP protocol, you can see the messages without
downloading the attached files until you want.
saludos,
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Boot prompt problem

2002-03-04 Thread Oscar

El lun, 04-03-2002 a las 12:37, Hari Yellina escribió:
> Hi All, 
> 
>  I have windows 2000 server and linux on my machine. I have installed 
> mandrake few time and while I restart I get a lilo boot prompt as 
> 
> linux
> linux_old
> linux_old2
> old_linux
> NT
> 
> How can I removed linux_old, linux_old2, old_linux from lilo prompt. 
> 
> Thanks for help. 
> 
> Regards, 
> 
> Hari Yellina. 

Two ways:
1. The GUI way: Go to DrakConf, boot, boot config, config lilo and
remove here the entries.

2. The fast way: As root, edit /etc/lilo.conf and remove the old
entries. then run lilo.

Example of entry to remove in lilo.conf:

image=/boot/vmlinuz-xx
label=linux_old
root=/dev/
initrd=/boot/initrd.img
read-only

Hope this help you.
Saludos
Óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] black & white icons

2002-02-27 Thread Oscar

El mié, 27-02-2002 a las 14:41, Mike Rambo escribió:
> I just built a new box to replace my mdk 7.1 workstation
> I've used for a couple years here at work. When I installed
> mdk 8.1 on it I was at a test bench that had only a two
> button ps/2 mouse. Everything on the install appeared to go
> ok. Now that I've got it at my work station I want it to use
> my ps/2 wheel mouse. I went into the control center and
> changed the mouse accordingly and immediately lost control
> of everything. The mouse cursor wanted to run to the upper
> right corner of the screen and open menus if you moved it. I
> ended up using telnet to get into the box from the network
> and rebooted it as the keyboard/mouse would do nothing
> intelligent - couldn't even control-alt-F1.

When you lose the control of the mouse, try moving the wheel until you
get the control.
sometimes it works.
saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] msec mail (twice)

2002-02-23 Thread Oscar

Look in /etc/security/msec/security.conf
Maybe this update has corrupted or changed this config file.
In this file you should find:

MAIL_WARN=yes
MAIL_USER=root

And you must look in /etc/postfix/aliases to see who is receiving the
root mail.

Saludos
óscar.

El sáb, 23-02-2002 a las 13:42, FL escribió:
> 
> Of course the mail system is running on two servers without any problems.
> Because this is the same situation on two MDK box I'm running.
> 
> I really think it has been done via an update, but don't know wich one.
> 
> Francois
> 
> Le Samedi 23 Février 2002 11:18, Oscar a écrit :
> > El sáb, 23-02-2002 a las 10:52, FL escribió:
> 
> > > I was used to receive mail from the cron.daily check made by msec.
> > > For a few weeks : nothing happens, I can read the msec messages in
> > > /var/log, but no mail at all.
> > >
> > > Any idea ?
> > >
> > > Francois
> >
> > Is the mail subsystem running properly?
> > saludos
> > óscar.


-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] msec mail (twice)

2002-02-23 Thread Oscar

El sáb, 23-02-2002 a las 10:52, FL escribió:
> 
> 
> I think this a _really_  a MDK question...
> 
> 
> --  Message transmis  --
> 
> Subject: [expert] msec mail
> Date: Fri, 22 Feb 2002 14:35:54 +0100
> From: FL <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> 
> Hi!
> 
> I was used to receive mail from the cron.daily check made by msec.
> For a few weeks : nothing happens, I can read the msec messages in
> /var/log, but no mail at all.
> 
> Any idea ?
> 
> Francois

Is the mail subsystem running properly?
saludos
óscar.
 

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Making Mounts accessable to all users

2002-02-23 Thread Oscar

El sáb, 23-02-2002 a las 06:40, Nexist Xenda'ths escribió:
> Hello:
> 
> I appear to have 'user' specified.
> 
> that line of my fstab is as follows:
> /dev/sda4 /mnt/zip auto 
>user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0
> 
> Should I add user again?

Try modifying the line, and putting umask=777 instead of umask=0
Saludos
óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Fine I give up on everything]

2002-02-23 Thread Oscar

I am proud of the answers that I am reading.
Thanks
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] printer support

2002-02-21 Thread Oscar

I have a Lexmark Z22. Works ok with linux (with the manufacturer's
drivers).
I know in the new versios (Z23, Z43...) the box says it supports Linux.
This is the reason why I recommend you Lexmark.
(and the print quality is really good, at least in my Z22)
Saludos
óscar.

El jue, 21-02-2002 a las 18:31, richard escribió:
> Hi all my old hp720 printer has died so , its get another time, but I
> found a hitch in the buying process
> " if it dos.nt say linux on the box, we wont exchange or refund if it
> dosnt work"
> 
> this was quoted by one of the very large PC chain stores in the UK
> 
> So I'm looking for recommendations for a replacement which is known to
> work well with cups drivers.
> I need photo quality printing and quick and not too thirsty on the ink
> cartridges..
> 
> I know this is a bit off topic, but not too much
> -- 
> Best regards
> Richard Bown
> 
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] No rpm database

2002-02-20 Thread Oscar

El mié, 20-02-2002 a las 18:54, Praedor Tempus escribió:
> This is an updated Mandrake 8.1 system.  I was perusing the cooker rpm 
> list to see if it had any newer kde 3.0 beta release rpms.  When I 
> decided to check a few "new" rpms against what I already had, I got 
> this:
> 
> [praedor@d152-159 praedor]$ rpm -qa |grep kdeartwork
> error: db3 error(-30988) from dbcursor->c_get: DB_PAGE_NOTFOUND: 
> Requested page not found
> error: db3 error(-30987) from dbcursor->c_close: DB_RUNRECOVERY: Fatal 
> error, run database recovery
> error: db3 error(-30987) from db->close: DB_RUNRECOVERY: Fatal error, 
> run database recovery
> 
> So, I then tried "rpm --rebuilddb" which eliminated the above 
> complaining but also produced nothing.  According to the "new and 
> improved/corrected" database, I have no rpms installed.
> 
> praedor

Maybe you have a copy under /var/lib/rpm 
or /var/lib/rpmrebuilddb.?
Good luck.
oscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Secure settings and opening port 137

2002-02-19 Thread Oscar

El mar, 19-02-2002 a las 20:18, Jean-Christophe Berthon escribió:
> Hello,
> 
> I'd like to launch the daemon nmbd for using it with samba but it cannot
> launch because it cannot open the port 137. I'm using Mdk 8.0 and installed
> it with security level set to 'High' as this computer is intended to host
> many daemons servers...
> The problem is that I have no clue where I have to tell it where to disable
> security for this port...
> 
> Thanks for any help :-)))
> 
> Best regards,
> ---
> Jean-Christophe Berthon

Hi, 
You can try some things:

1. See in /etc/services if the line for port 137 is commented, and
uncomment it.

2. Maybe you must add some IP's to /etc/hosts.allow, or delete the entry
ALL:ALL EXCEPT localhost:DENY in /etc/hosts.deny

3. If you are running bastille-firewall, you must edit the file
/etc/Bastille/bastille-firewall.cfg and add the port 137 to the line
TCP_PUBLIC_SERVICES, and then restart the bastille-firewall service.

I hope this will help you.
Saludos
óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] When PHP sends a mail, the mailer appears to be "apache"

2002-02-19 Thread Oscar

Hi all,
When PHP sends a mail, the mailer appears to be "apache"
I'm using postfix on this machine.
The mailer must be "administrator" or anything like this.
I have tried putting the line:
apache administrator
in /etc/postfix/canonical, running postmap /etc/postfix/canonical and
restarting postfix, but the sender still appears to be "apache".
How can I change it?
Thanks
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Can't install kdebase-nsplugin

2002-02-17 Thread Oscar

El dom, 17-02-2002 a las 02:26, Eduardo
P.=?iso-8859-15?q?Rom=E1n=20O=2E?= escribió:
> Hi I try to install kdebase-nsplugins-2.2.1-7mdk.i586.rpm, but i get the 
> follow error;
> error: failed dependencies:
> libXm.so.2   is needed by kdebase-nsplugins-2.2.1-7mdk
> The question is when i can find that lib ?.
> If you can help me, i really apreciate.
> 
> Thanks Folks

Go to rpmfind.net
Type libXm.so.2
You will get the name of the package.
(BTW, this lib is located in openmotif and lesstif)
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] XFS corruption due to usb mouse/eth0 crash

2002-02-07 Thread Oscar

El jue, 07-02-2002 a las 05:43, J. Grant escribió:
> Hello,
> 
> A rather odd error has started occuring on my now XFS empowered laptop 
> mdk8.1.
> 
> During the day 1 or 2 times the usb mouse stops working, and the usb 
> ethernet. I have to force exiting and reboot to fix the error. No lost 
> data.. yet..
> 
> When I shutdown at the end of the day when the usb mouse has been 
> working fine it gets stuck on items like
> 
> "usb.c: unplug device" or so.. The only way i can get it to stop is to 
> ctrl+alt+SysRq with Sync, Umount and reBoot. (sorry the errors are not 
> exact, today I will write them down, as unfortunatly they are not in the 
> log)
> 
> Several times the Pannel in the bottom right of KDE looses icons and 
> also my mozilla profile has been corrupted.
> 
> I have not been able to find a way to fsck the disk without using 
> another bootdisk. Is there a way to check it? before often ext2 went 
> into check mode after a crash, but now I cant find a way to do it. even 
> in single usermode etc
> 
> $ ls /sbin/*xfs* reveals only 3 programs
> 
> /sbin/fsck.xfs*  /sbin/mkfs.xfs*  /sbin/xfs_repair*
> 
> And I have the problem that I cant fix it while I am mounted.
> 
> 
> Also I suspect that because I Unmount, Sync and reBoot its not getting 
> recorded that the system crashed a little on shutdown..
> 
> 
> Any ideas or sugestions are welcome.
> 
> JG

You can fix the filesystem without another bootdisk:
- Edit the file /etc/rc.d/rc.sysinit
- Put the command /sbin/fsck -a /dev/hda1 (or the correct partition
instead of hda1) before the line that remount the fs in read-write mode.
- Reboot, and the fs will be checked.
- After this, you can remove the line added to /etc/rc.d/rc.sysinit.
I hope this help you.
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Rsync over ssh..

2002-01-31 Thread Oscar

El jue, 31-01-2002 a las 18:42, Franki escribió:
> I recently saw a message about rsync over ssh..
> 
> anyone doing that?  I would like to keep my production servers cgi-bin
> sync'd to my test servers..
> 
> (whenever I finish a new project and put it up for the outside world to
> test..
> 
> if I want to connect [EMAIL PROTECTED] to sync from
> [EMAIL PROTECTED]
> and use ssh to do it..
> 
> anyone know the command for that? and also, can the compression -C parameter
> be added to ssh? (for compression)
> 
> 
> 
> rgds
> 
> Frank

Ok. I believe what you want is:

(If you are in front of host1)

To sync files from host1 to host2:

cd yourdir
rsync -avuze /usr/bin/ssh . user@host2:/dir/
 
To sync from server2 to server1:

cd yourdir
rsync -avuze /usr/bin/ssh user@host2:/dir/ .

In other words:
rsync [options] srcdir [user@]host:destdir

rsync [options] [user@]host:srcdir destdir

Hope this help.
Saludos
óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] $%##! nautilus!

2002-01-30 Thread Oscar

Hi all,
Excuse me for the subject of this mail. I'm furious.
(I'm just joking)
Under LM8.1, using gnome,...
Why nautilus opens when I mount a CD? How can I disallow it?
Thanks,
Óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] SSH

2002-01-30 Thread Oscar

El mié, 30-01-2002 a las 11:50, Lars Roland Kristiansen escribió:
> On 30 Jan 2002, Oscar wrote:
> 
> > El mié, 30-01-2002 a las 09:10, Lars Roland Kristiansen escribió:
> > > I have just installed a mandrake server. It is configured with high
> > > security level, and sshd is runing. My question is this: where du I put
> > > the ipnames of the computers that are to be allowd to connect to the
> > > server using ssh. I have put the names in /etc/hosts.allow but this doesnt
> > > seam to be enough.
> > > 
> > > Sorry for my bad english.
> > > 
> > > ___
> > > Mvh./Yours sincerely
> > > 
> > > Lars 
> > 
> > /etc/hosts.allow is the correct place to put the names.
> > On the other hand, if you have a firewall running you must leave the
> > port 22 open.
> > Saludos
> > óscar.
> >  
> 
> Is an IP name enough or do i have to specifie INED service 
> can somone pleace show me an hosts.allow file with ssh enabled that would
> help
> 
> 
> ___
> Mvh./Yours sincerely
> 
> Lars 

For example, if you need allow access to 123.123.123.123, you must put
in /etc/hosts.allow this:

sshd:123.132.123.123

You can also put the ALL: prefix instead of sshd:, but you will grant
access to all services using hosts.allow.

And you can use netmasks:

sshd:123.123.123.0/255.255.255.0

Hope this help you.
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] SSH

2002-01-30 Thread Oscar

El mié, 30-01-2002 a las 09:10, Lars Roland Kristiansen escribió:
> I have just installed a mandrake server. It is configured with high
> security level, and sshd is runing. My question is this: where du I put
> the ipnames of the computers that are to be allowd to connect to the
> server using ssh. I have put the names in /etc/hosts.allow but this doesnt
> seam to be enough.
> 
> Sorry for my bad english.
> 
> ___
> Mvh./Yours sincerely
> 
> Lars 

/etc/hosts.allow is the correct place to put the names.
On the other hand, if you have a firewall running you must leave the
port 22 open.
Saludos
óscar.
 


-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Euro problem, only Spanish locale? --> THE SOLUTION???

2002-01-29 Thread Oscar

El lun, 28-01-2002 a las 11:37, Leopold Palomo Avellaneda escribió:
> Hi,
> 
> I begin to be a bit frustrate. I can see the euro symbol. I can copy it, ¤,
> 
> I have tested with this configuration:
> 
> SYSFONT=lat0-sun16
> LC_CTYPE=ca_ES.ISO-8859-15
> LC_MONETARY=ca_ES.ISO-8859-15
> LANGUAGE=ca:es_ES:es:es_ES:en:en_EN
> LC_TIME=ca_ES.ISO-8859-15
> LC_NUMERIC=ca_ES.ISO-8859-15
> LC_COLLATE=ca_ES.ISO-8859-15
> LC_MESSAGES=ca_ES.ISO-8859-15
> LANG=ca
> SYSFONTACM=iso15
> 
> and with this configuration:
> 
> SYSFONT=lat0-sun16
> LC_CTYPE=ca_ES.ISO-8859-15
> LC_MONETARY=ca_ES.ISO-8859-15
> 
>LANGUAGE=ca.ISO-8859-15:ca_ES.ISO-8859-15:es_ES.ISO-8859-15:es.ISO-8859-15:es_ES.ISO-8859-15:en.ISO-8859-15:en_EN.ISO-8859-15
> 
> LC_TIME=ca_ES.ISO-8859-15
> LC_NUMERIC=ca_ES.ISO-8859-15
> LC_COLLATE=ca_ES.ISO-8859-15
> LC_MESSAGES=ca_ES.ISO-8859-15
> LANG=ca
> SYSFONTACM=iso15
> 
> I use kde 2.2.1 and I have selected in control panel the iso8859-15 charset, 
> and well,
> 
> I'm not be able to write a ¤ with the altgr+E keys. Neither using kate, 
> kwrite, konsole, etc. 
> 
> So, well. I don't know waht to do. Maybe is something about the spanish 
> keyboard, or similar, but ... I don't know what to do ...
> 
> Best regards,
> 
> Leo

Hi,

When I changed my /etc/sysconfig/i18n to put .ISO-8859-15 instead of
@euro, I lost the AltGr+E key.

I changed it to the original with @euro suffix and AltGr+E now works.
And I can print the ¤ symbol in StarOffice 5.2 using some fonts: Arioso,
Conga, Helmet, LucidaBright, LucidaSans, LucidaTypeWriter, and Timmons.
With the other fonts I can't print the euro symbol (I don't know the
reason), but I can type it in the screen.

My current /etc/sysconfig/i18n:

SYSFONT=lat0-sun16
LC_CTYPE=es_ES@euro
LC_MONETARY=es_ES@euro
LANGUAGE=es_ES:es
LC_TIME=es_ES@euro
LC_NUMERIC=es_ES@euro
LC_COLLATE=es_ES@euro
LC_MESSAGES=es_ES@euro
LANG=es
SYSFONTACM=iso15

Saludos
Óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Why Journalled FS do I have to use??!!! I'mdisturbed!!!

2002-01-28 Thread Oscar

El lun, 28-01-2002 a las 04:48, ngn escribió:
> Hi folks, I'm doubting to choose two different journalled FS ( XFS or RFS )
> 
> My opinion is that XFS has the best performance in all the fields.
> Furthermore it has additional features due to its porting of IRIX, but I
> also read that for other people RFS is the best one.
> 
> Also I read that RFS performs best in small and medium size files. However,
> XFS performs best in big size files and in big partitions.
> 
> Besides, I read different tests that shows that XFS is the best in almost
> all the fields, but I also read people who said that those results were
> false due to that kernel has not all the RFS neccesary patches.
> 
> Well, like you see, there are different points of view, so I wanna hear
> yours!!
> 
> My machine is a Pentium II Celeron 266 MHZ, with a Seagate of 40 GB [20 GB
> for linux] and 160 MB of RAM
> 
> Thanks in advance
> 
> Nicolas Gomez
> Montevideo, URUGUAY

Use what you want, but I had problems with RFS after several power
failures, now I'm using XFS, is similar in speed and I'm having no
troubles.
But I used RFS with LM 8.0 and XFS in 8.1. I don't know how RFS is
working now.
Saludos,
Óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Euro problem, only Spanish locale? --> THE SOLUTION???

2002-01-26 Thread Oscar

El sáb, 26-01-2002 a las 17:30, Harm Bathoorn escribió:
> On Friday 25 January 2002 23:42, you wrote:
> > The problem isn't at the locales, the problem is well, i don't know
> > where the problem is exactly, but i know the solution"It works for me"
> > (tm)
> >
> > Edit your /etc/sysconfig/i18n.
> > Add the .ISO-8859-15 suffix to all entries.
> > Logout, login, if you have the iso-8859-15 selected in kde and if your font
> > has the ¤ (euro) your should be able to type and display it.
> >
> > My /etc/sysconfig/i18n looks like this:
> > SYSFONT=lat0-sun16
> > LC_MONETARY=pt_PT.ISO-8859-15
> > #LC_CTYPE=en_IE.ISO-8859-15
> > LC_NUMERIC=pt_PT.ISO-8859-15
> > LC_MESSAGES=en_IE.ISO-8859-15
> > LANG=en_IE.ISO-8859-15
> > LC_TIME=pt_PT.ISO-8859-15
> > LC_COLLATE=pt_PT.ISO-8859-15
> > SYSFONTACM=iso15
> >
> > ATTENTION: do NOT use the @euro suffix, it DOESN'T work!!! Could someone at
> > Mandrake check this? If i use the @euro suffix i can see but i can't type
> > the ¤, but if i use the .ISO-8859-15 suffix kde works like it should.
> >
> >
> You're right it works for me too, that is using ie_IE.ISO-8895-15 allround 
> (I'm not Portuguese:)
> 
> Good Luck,
> Harm Bathoorn.

Thank you all,
But it does not works...
(locale: spanish)

With original settings I can see the ¤ symbol and I can type it with
AltGr+E, but I cannot print it.I have the @euro suffix in
/etc/sysconfig/i18n

If I change the @euro suffix to .ISO-8859-15, I don't know If I can
print the ¤ symbol, because I can't type it! (AltGr+E does not work
anymore).

So now I'm using the original i18n config file.

BTW, I use gnome instead of KDE. Maybe this is the difference.

But may be I make it in the wrong way:

I had this /etc/sysconfig/i18n:

--
SYSFONT=lat0-sun16
LC_CTYPE=es_ES@euro
LC_MONETARY=es_ES@euro
LANGUAGE=es_ES:es
LC_TIME=es_ES@euro
LC_NUMERIC=es_ES@euro
LC_COLLATE=es_ES@euro
LC_MESSAGES=es_ES@euro
LANG=es
SYSFONTACM=iso15
--

I changed it to:

--
SYSFONT=lat0-sun16
LC_CTYPE=es_ES.ISO-8859-15
LC_MONETARY=es_ES.ISO-8859-15
LANGUAGE=es_ES:es
LC_TIME=es_ES.ISO-8859-15
LC_NUMERIC=es_ES.ISO-8859-15
LC_COLLATE=es_ES.ISO-8859-15
LC_MESSAGES=es_ES.ISO-8859-15
LANG=es
SYSFONTACM=iso15
--

Where is the error (if any)?
Any Idea?
Thanks
óscar.

PS: M... Before sending this mail, I have tried with StarOffice
5.2... I can print the euro symbol If I set a font like conga or
lucidasans... interesting... I'm going to try which fonts I can print
with ¤... I will tell you.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Euro problem, only Spanish locale?

2002-01-25 Thread Oscar

El vie, 25-01-2002 a las 13:24, Harm Bathoorn escribió:
> On Friday 25 January 2002 12:24, you wrote:
> > El vie, 25-01-2002 a las 11:52, Harm Bathoorn escribió:
> > > On Friday 25 January 2002 10:22, you wrote:
> > > > El jue, 24-01-2002 a las 23:18, Harm Bathoorn escribió:
> > > > > On Thursday 24 January 2002 22:58, you wrote:
> > > > > > Ok. Kde is a nightmare. I can't configure it and the euro symbol is
> > > > > > currently a "?" symbol. OTOH, I can see the euro symbol in gnome
> > > > > > apps and staroffice 5.2. But I can't print it.
> > > > > > Can somebody print the Euro ¤ symbol?
> > > > > > Maybe the euro symbol will print in 8.2?
> > > > >
> > > > > I've been able to print for over a year now using staroffice (5.0
> > > > > through 5.2 to 6.0) with starcalc to create the bills I send.
> > > > > Admittedly at the time I first needed Window$ to put it in the
> > > > > template:)
> > > > >
> > > > > If you can see the it symbol in gnome you can copy it with cut &
> > > > > paste to KDE configuration centre > valuta symbols making it usable
> > > > > in kspread. -- Harm Bathoorn.
> > > >
> > > > Thank you, Harm
> > > > But then, why I can't print the symbol that I can see in the screen?
> > > > It happens with my two systems, both with LM8.1
> > > > One printer is hp laserjet 1200 series. The other is Lexmark Z22 with
> > > > the lexmark's drivers. I have tried with lprng and cups.
> > > > Can you Help?
> > > > Thanks
> > >
> > > --
> > > Well frankly you just made me discover that 5.2 defacto does not print
> > > the symbol any more. I hadn't noticed as I use 6.0 for my facturations
> > > and installed it around the same time as mdk8.1.
> > > Why it does that I'm not sure, as I have set my locale to iso8559-15
> > > in kde. Still staroffice 6.0 does the job so it has nothing to do with
> > > the printerdrivers as staroffice uses the default ones on the machine.
> > >
> > > Be asured though: KDE and the euro are stumping people all over Europe
> > > -all with various degree's of non success. Maybe KDE3 will solve all
> > > this.
> > >
> > > Good luck,
> > >
> > > Harm Bathoorn.
> >
> > Thanks,
> > Maybe we must specify to ghostscript, in some way, that it must use
> > iso8559-15 fonts...
> > Any idea?
> > óscar.
> --
> Well I tried 'printing to file' with Star6. The thus made .ps file showed the 
> Euro and printed it fine.
> If you really need the Euro badly, you could try Star6.0. It's a lot faster 
> than 5.2 and hasn't crashed on me yet. I recommend it fot normal office use.
> 
> Maybe somebody else has some more idea's:)
> 
> Good luck,
> Harm Bathoorn.

I'm agree with you, but I'm afraid Star6.0 does not have support for
spanish (still)-:
Thank you
óscar

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Euro problem, only Spanish locale?

2002-01-25 Thread Oscar

El vie, 25-01-2002 a las 11:52, Harm Bathoorn escribió:
> On Friday 25 January 2002 10:22, you wrote:
> > El jue, 24-01-2002 a las 23:18, Harm Bathoorn escribió:
> > > On Thursday 24 January 2002 22:58, you wrote:
> > > > Ok. Kde is a nightmare. I can't configure it and the euro symbol is
> > > > currently a "?" symbol. OTOH, I can see the euro symbol in gnome apps
> > > > and staroffice 5.2. But I can't print it.
> > > > Can somebody print the Euro ¤ symbol?
> > > > Maybe the euro symbol will print in 8.2?
> > >
> > > I've been able to print for over a year now using staroffice (5.0 through
> > > 5.2 to 6.0) with starcalc to create the bills I send.
> > > Admittedly at the time I first needed Window$ to put it in the template:)
> > >
> > > If you can see the it symbol in gnome you can copy it with cut & paste to
> > > KDE configuration centre > valuta symbols making it usable in kspread. --
> > > Harm Bathoorn.
> >
> > Thank you, Harm
> > But then, why I can't print the symbol that I can see in the screen?
> > It happens with my two systems, both with LM8.1
> > One printer is hp laserjet 1200 series. The other is Lexmark Z22 with
> > the lexmark's drivers. I have tried with lprng and cups.
> > Can you Help?
> > Thanks
> 
> -- 
> Well frankly you just made me discover that 5.2 defacto does not print the 
> symbol any more. I hadn't noticed as I use 6.0 for my facturations and 
> installed it around the same time as mdk8.1.
> Why it does that I'm not sure, as I have set my locale to iso8559-15
> in kde. Still staroffice 6.0 does the job so it has nothing to do with the 
> printerdrivers as staroffice uses the default ones on the machine.
> 
> Be asured though: KDE and the euro are stumping people all over Europe -all 
> with various degree's of non success. Maybe KDE3 will solve all this.
> 
> Good luck,
> 
> Harm Bathoorn.

Thanks,
Maybe we must specify to ghostscript, in some way, that it must use
iso8559-15 fonts...
Any idea?
óscar.
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Euro problem, only Spanish locale?

2002-01-25 Thread Oscar

El jue, 24-01-2002 a las 23:18, Harm Bathoorn escribió:
> On Thursday 24 January 2002 22:58, you wrote:
> > Ok. Kde is a nightmare. I can't configure it and the euro symbol is
> > currently a "?" symbol. OTOH, I can see the euro symbol in gnome apps
> > and staroffice 5.2. But I can't print it.
> > Can somebody print the Euro ¤ symbol?
> > Maybe the euro symbol will print in 8.2?
> 
> I've been able to print for over a year now using staroffice (5.0 through 5.2 
> to 6.0) with starcalc to create the bills I send.
> Admittedly at the time I first needed Window$ to put it in the template:)
> 
> If you can see the it symbol in gnome you can copy it with cut & paste to KDE 
> configuration centre > valuta symbols making it usable in kspread. 
> -- 
> Harm Bathoorn.

Thank you, Harm
But then, why I can't print the symbol that I can see in the screen?
It happens with my two systems, both with LM8.1
One printer is hp laserjet 1200 series. The other is Lexmark Z22 with
the lexmark's drivers. I have tried with lprng and cups.
Can you Help?
Thanks

-- 
  .-.
  oo|  Oscar
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Euro problem, only Spanish locale?

2002-01-24 Thread Oscar

Ok. Kde is a nightmare. I can't configure it and the euro symbol is
currently a "?" symbol. OTOH, I can see the euro symbol in gnome apps
and staroffice 5.2. But I can't print it.
Can somebody print the Euro ¤ symbol?
Maybe the euro symbol will print in 8.2?

   .-.
  oo|  Oscar Santacreu
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/


El dom, 20-01-2002 a las 15:48, Jose Luis Vazquez Gonzalez escribió
sabiamente:
> Hi,
> 
> There have been a lot of unanswered questions about the ¤ (euro) symbol
> support.
> 
> It seems that KDE does not support it yet, at least in the Spanish
> locale, (it seems it works for the French and German so Mandrake feels
> happy already. They have some instructions in their web site about how
> to fix it but does not work, I assume it works for other non Spanish
> locales)
> 
> In Gnome it works in some applications like this, evolution, but no way
> to get it on others like the gnome-terminal.
> 
> Other problem appearing is printing ¤ once you get it on the screen.
> 
> Does someone with MDK 8.1 and a non Spanish (non english / american)
> locale have problems with the Euro?
> 
> Anyone from Mandrake out there who would enlight us on this topic?
> 
> Does the ¤ work just in some locales?
> 
> Thanks!
> 
> Jose






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



Re: [expert] Good audio recording program?

2002-01-24 Thread Oscar

Try bcast

El jue, 24-01-2002 a las 00:12, D. R. Evans escribió:
> This is an embarrassingly simple question to ask on an expert list, but 
> perusing the Web and archived lists for half an hour didn't turn up 
> anything very promising, so I figured that I'd just embarrass myself 
> and ask anyway.
> 
> What program do people recommend for recording audio? Specifically, if 
> I am playing a RealAudio file through RealPlayer, I would like to 
> record the audio in a format that I can later play back.
> 
> None of the programs that is installed by default in MDK 8.1 seems to 
> perform this function. (I thought that kmix did; but there's no "Save 
> As..." to allow me to tell it where to put any recorded audio; the help 
> talks about recording, but doesn't give any clue as to how to actually 
> perform the function.)
> 
> Actually, while I'm here, I might as well state that what I would 
> _really_ like to do is to download the RealAudio file much more quickly 
> than real time (it's in an audio archive on the Web), then listen to it 
> later at my own convenience. As far as I can tell, though, RealNetworks 
> seem to be one of these companies that threatens to sue anyone who 
> makes such a program available :-(
> 
>   Doc Evans
> 
> PS I tried a simple-minded "rec", but then RealPlayer couldn't get 
> access to the audio device; presumably this is because "rec" doesn't go 
> through artsd.
> 
> 
> 
> 
> 
> --
> Phone:  +1 303 494 0394
> Mobile: +1 720 839 8462
> Fax:+1 781 240 0527
> --
> 
> 
> 

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

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] gODBCConfig and MySQL

2002-01-20 Thread Oscar

Hi all,
I'm playing with gODBCConfig to configure an ODBC data source with
MySQL, but the version that come with LM8.1 seems to have drivers only
for PostgreSQL.
Any tip?
Thanks 
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



[expert] wine and xfs

2002-01-18 Thread Oscar

Hi all,
Somebody knows some way to avoid xfs eating tons of CPU while a wine app
is starting?
Thanks
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] update problems

2002-01-17 Thread Oscar

El jue, 17-01-2002 a las 19:24, Franki escribió:
> Hi all,
> 
> I just downloaded the entire 8.1 update site, lock stock and barrel, and
> burned it to a CD...
> 
> problem is that I don't know what to do with it now, I wanted to take it to
> each server, and use it as a source for updating all my linux servers
> running all over the country side..
> 
> but it won't accept it as a source, it tells me it has no hdlist.. and then
> it won't build one..
> 
> anyone know a way to check if a package is installed, and if it is, is its
> version older then the one on the cd???
> 
> I just wanted to save myself some downloading the same stuff over and
> over...
> 
> 
> any ideas people?
> 
> 
> rgds
> 
> Frank

The command you are looking for is:

rpm -Fvh *.rpm

This is from the man page of rpm:

   rpm {-F|--freshen} [install-options] PACKAGE_FILE ...

   This will upgrade packages, but only if an earlier version
   currently exists. The PACKAGE_FILE may be specified as  an
   ftp  or  http URL, in which case the package will be down­
   loaded before being installed.


but be carefully, because you can have problems with kernel packages.
The kernel packages must be installed with -ivh option (I believe, but I
can't remember exactly now, please correct me if necessary).
If it is correct, you must put your kernel packages in a different
folder to allow a different install command.
Saludos
óscar.


-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] windows after Linux ...

2002-01-17 Thread Oscar

El jue, 17-01-2002 a las 17:54, Oscar escribió:
> El jue, 17-01-2002 a las 19:08, rodrigo escribió:
> > Hi experts ..
> >When I trying to install   windowsXP in one
> > computer with linux... how I can re-write the
> > master boot record... I suppose that windows
> > erase the m.b.r. like win9x ...  ?
> > 
> > 
> > ro.
> > dgf, uchile
> 
> For LM 8.1:
> 
> - boot from rescue disk (or from the install CD with the option
> "rescue")
> - You will see instructions about running chroot to make your partition
> the root partition (usually you must run 'chroot /mnt'). 
> - run lilo and restart.

And don't forget add your windows partition to lilo. You can do it
editing /etc/lilo.conf or booting in linux and running Control Panel
(drakconf) -> boot -> boot configuration
saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] windows after Linux ...

2002-01-17 Thread Oscar

El jue, 17-01-2002 a las 19:08, rodrigo escribió:
> Hi experts ..
>When I trying to install   windowsXP in one
> computer with linux... how I can re-write the
> master boot record... I suppose that windows
> erase the m.b.r. like win9x ...  ?
> 
> 
> ro.
> dgf, uchile

For LM 8.1:

- boot from rescue disk (or from the install CD with the option
"rescue")
- You will see instructions about running chroot to make your partition
the root partition (usually you must run 'chroot /mnt'). 
- run lilo and restart.

Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] redhat vs mandrake

2002-01-17 Thread Oscar

El jue, 17-01-2002 a las 06:51, Ric Tibbetts escribió:
> Salvatore Enrico Indiogine wrote:
> > 
> > Greetings!
> > 
> > Each time I try to print an email from Evolution 1.0.1 the mail
> > component crashes.
> > 
> > Anyone else ran into this problem?
> 
> Bigger question:
> How did you get it installed? I tried to update mine (I currently have
> 1.0 installed), and it failed on a dependancy to libgal19. I couldn't
> find it on the Cooker site.

You must upgrade libgal19-0.19-2mdk.i586.rpm (It's in the cooker site).
But I don't recommend it to you. Indeed, I installed the 1.0.1 version
and the mail component crashes when I tried to print.
Now I'm with 1.0 version and I'm happy (I only must type the password
from time to time because the program does not remember it, but... it
prints...)
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Kernel Compilation Error

2002-01-16 Thread Oscar

El mié, 16-01-2002 a las 02:46, Noah Swint escribió:
> I made the mistake of attempting to install some ipsec client that was
> in my webmin networking section.   It modified my kernel files somehow. 
> Now I'm trying to recombile the kernel and this is the error that I get 
> 
> #make xconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux-2.4.8/scripts'
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/i386/config.in >> kconfig.tk
> net/Config.in: 72: unable to open net/ipsec/Config.in
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.8/scripts'
> make: *** [xconfig] Error 2
> 
> Any help.  I'm using the 2.4.8-34.1mdk kernel
> 
> -- 
> http://ld.net/?nswint
> Registered Linux User Number 254358
> 
> 
> 

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

Run 'make mrproper' before.
saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Mandrake 8.1 experience

2002-01-15 Thread Oscar

El mar, 15-01-2002 a las 01:14, pesarif escribió:
> 
> Hello,
> 
> I just installed Mandrake 8.1 on one of my test systems.
> It's almost as if the install program was written in perl because it exited 
> (twice) abruptly with something like "Global destruction to unreferenced 
> scalar" (or something like that).  It happens if you try cancelling the 
> printer package install and sometimes it just does it unexpectedly (and 
> rather inconveniently when your system is half-installed).  What is happening?
> 
> This system doesn't have very much space and I fail to see why drakxtools (or 
> some other mandrake configuration utils) required XFree 4.1.0 (S3 Trio isn't 
> supported by 4.x.x) and _both_ XFree86-75dpi-fonts and XFree86-100dpi-fonts.  
> Why I need both types on fonts on a monitor that just manages 800x600x16 is 
> beyond me...
> 
> And then, I found out that Mandrake 8.1 forces you to use DevFS...
> Isn't DevFS experimental?  Linux is all about choice so why didn't I get to 
> choose the traditional way of handling devices?

Edit /etc/lilo.conf and add the option devfs=nomount instead of
devfs=mount in the append= line. Then run lilo.


> Sorry if I sound blunt but this is what happened and I'm a bit disappointed.
> 
> Thanks,
> pesarif
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
   . --- 
   |o_o |
   |:_/ |   Usuario
  //   \ \  de Linux
 (| | ) Registrado
/'\_   _/`\ #227443
\___)=(___/ http://counter.li.org/




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



Re: [expert] evolution upgrade again

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 23:22, richard escribió:
> Thanks Ric
> minor prob 
> the only version I can find on from cooker on rpmfind is
> 
> gtkhtml-1.0.0-4mdk.i586.rpm,
> this fails on requiring
>  libcapplet.so.1
> the only libcapplet I found was libcapplet-1.5.11-1mdk.src.rpm
> or ximian versions of -1.5.8
> 
> 
> I need reminding of how to build a src.rpm
> TIA 
> Richard

rpm --rebuild filename.src.rpm
Then the .rpm file to install will be in 
/usr/src/RPM/RPMS/[your CPU]/filename.[your CPU].rpm
Saludos
óscar.


-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] kapm-idled

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 15:35, Scott escribió:
> Can anyone direct me to what kapm-idled is and why it takes on average 60% 
> of my CPU.  This is a test server with no power management enabled.  I 
> want to disable it if possible.  Mandrake ProSuite 8.1 with kernel 
> 2.4.8-34.
> 
> The machine is strickly for Internet Connection Sharing right now.
> 
> Thanks,
> 
> -Scott

Hi, Scott
If you have the kernel src installed:
- go to /etc/src/linux
- run make menuconfig (as root)
- Go to "General Setup"
- Go to option "Make CPU idle calls when idle", select it and press the
"Help" button.
Here you have the answer to your question.
Now, If you do not like how kapm-idled is "taking" some % of your CPU,
you can deactivate the option "Make CPU idle calls when idle" and
recompile your kernel. The kapm-idled will be there, but it will not
take any CPU.

Saludos,
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] can't watch mpeg movies

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 08:21, pesarif escribió:
> On Thu, 26 Jul 2001 08:01, Oscar wrote:
> > Hello,
> > Since I upgraded to MandrakeFreq, I can't watch any mpg movie.
> > I believe the problem is with Xfree86 4.1.
> > The window of the movie appears black. No image. No error messages.
> > Graphics card: Ati Xpert XL
> > Any idea?
> > Thanks
> > óscar.
> 
> I was looking through some old mail and found yours.
> I guess better late than never...:
> 
> Are you using xanim/aktion or kaiman or noatun (KDE Media Player)?
> If you are, it is probably an issue with your graphics card.  I've had the 
> same problem with a Nvidia Riva 128 zx.  Perhaps you should talk about this 
> on the xfree lists?
> 
> In the meantime, use another mpeg decoder such as Loki's, found in XMMS and 
> gtv mpeg player.  Unfortunately, Loki's doesn't seem to the sync the audio 
> with the video -- something very noticable on slow computers such as mine.
> 
> hth,
> pesarif

Thank you for your answer. Now I'm running LM8.1. The problem still is
with gtv and xmms, and with other programs now I can't remember. But I
remember that one of these programs, started from command line, shown a
message, something like "X video extension not found" or similar. (but I
can see, a.e., avi files with xanim).
Excuse me, I can't remember the exact message nor the exact app. If I
remember it, I will send it to list.
Thanks
óscar.

 
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Gnome Desktop Icons

2002-01-13 Thread Oscar

El dom, 13-01-2002 a las 01:07, Ric Tibbetts escribió:
> I've been digging at this for a while. There "is" a way to add icons to
> the desktop in Gnome, for starting applications.
> I'm part way there, but stuck.
> 
> If I add a deffinition file in ~/.gnome-desktop, I can get the icon on
> the desk, and even start the appication, but I always get errors (the
> exact error depends on the applicaion I'm launching).
> 
> Does anyone know the secret behind making this work? It's a piece of
> cake in KDE, but a bit more of a mystery in Gnome.
> 
> I know it "can" be done. RedHat & Mandrake both add their stuff to it.
> It's just not documented anywhere that I can find. I'd settle for being
> pointed at a document.
> 
> Thanks!!!
> 
> 
> -- 
> Ric Tibbetts
> 
> Linux registration number: 55684
> If you want to help advertise Linux - point your friends to
> http://counter.li.org/

(For LM8.1 and nautilus): Create your desktop entries in kde, then copy
these entries to ~/.gnome-desktop
Is the only way I have find until now. Gmc does not work properly for
desktop icons since LM8.1.
Saludos,
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Roll your own site certificate?

2002-01-13 Thread Oscar

El sáb, 12-01-2002 a las 20:12, David Guntner escribió:
> I know that the OpenSSL package has a way to let you generate a site 
> certificate that you can use with Apache, but I'm not quite sure what the 
> program is called or how to use it.
> 
> Does anyone know what the steps are to create a site certificate for your 
> machine is?
> 
> --Dave

You can run /usr/lib/ssl/mod_ssl/gentestcrt.sh
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] How to get to command line from kdm?

2002-01-13 Thread Oscar

El sáb, 12-01-2002 a las 18:21, Randy Kramer escribió:
> Ken Thompson wrote:
> > Randy, FWIW I've had Easy CD creator burn faulty CD's several times in the
> > past. I've since taken to using Gcombust in Linux and for the most part have
> > trouble free burn sessions. Make sure to uncheck the "Pad" option and if you
> > want a bootable CD check the bootable option.
> 
> Ken,
> 
> Thanks for your response!
> 
> I haven't had much burning CDs in Linux, and have had good luck with
> Easy CD Creator in Windows.  Some occasional coasters, but no systemic
> problem.
> 
> When I switch to Linux for burning, I'll try Gcombust.
> 
> Randy Kramer

Try gnome-toaster (last version). It will surprise you ;-)
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] EXT2 filesystem kaput..

2002-01-11 Thread Oscar

El vie, 11-01-2002 a las 17:58, Dan bingham escribió:
> Thought I would enlist the help of the expert group for this one...
> 
> My linux system (Mandrake 8.1) crashed, when it came back up...
> 
> "EXT2-FS error (device ide0(3,1)) -ext2_read_inode unable to read inode 
> block - inode=245176, block=491550"
> 
> I tried using a Mandrake boot disk to attempt a manual fsck.. but I can only 
> get into the setup.. Booting using a slackware boot/root didn't work because 
> the fsck program wouldn't run without glibc loaded...(not sure if that would 
> have worked anyway)
> 
> "fsck /lib/libc.so.6 version 'glibc-2.1.3' not found (required by fsck)"
> 
> If anyone can give me some advice on this.. I really dont want to have to 
> reinstall my system again.
> 
> Thanks,
> Dan.


You must specify the "rescue" option to lilo when booting from install
CD (after pressing F1)
OTOH, and without using the install CD, you can add the fsck command
with the -a option to /etc/rc.d/rc.sysinit, before the command that
remount the root partition in read-write mode. Then, when the filesystem
is repared (let's keep our fingers crossed) you can delete the fsck
command from /etc/rc.d/rc.sysinit.
Good luck.
Saludos,
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] Java Developement Kit

2002-01-10 Thread Oscar

El jue, 10-01-2002 a las 18:08, [EMAIL PROTECTED] escribió:
> Hi,
> I would like to be able to use the JDK1.3.1_02 or any JDK on my Mandrake.
> I tried to install it but I couldn't cause the extension was rpm.bin
> Can anyone tell me what to do.
> Thanks a lot in advance

You must chmod u+x the rpm.bin file, then run it and (after accepting
the license terms that will be displayed to you) the "real" rpm will be
unpacked on the same folder.
Saludos,
óscar.

-- 
   . --- 
   |o_o |
   |:_/ |   Usuario
  //   \ \  de Linux
 (| | ) Registrado
/'\_   _/`\ #227443
\___)=(___/ http://counter.li.org/




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



Re: [expert] Help urgent

2002-01-10 Thread Oscar

El mié, 09-01-2002 a las 22:05, richard escribió:
> Hi all, gotta problem,
> in trying to upgrade abiword, to a version which dos'nt crash when more than
> 4 pages in a doc, I have really srcrewed gnome..
> 
> Galeon, nice browser, wont start, evolution 1.0 lost all mail and crashes,
> icons gone from desktop..
> 
> Is there a way of downloading a safe verion of gnome and automatically
> forfilling any dependancies as required and overwrinting files that have got 
> corrupted...
> I think but not sure that rpm is not 100% functional, KDE is still 
> functional; luckily
> 
> 
> TIA 
> BG ,,,grovel grovel grovel
> 
> Richard
> 
> 
> 

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

Gnome is working great here.
What version of LM do you have?
try exiting gnome, removing ~/.gnome/session and restart.

or if you are more radical (eliminates all config files! Do it *at your
own risk*!) you can do:

  cd ~/
  rm -r .gnome*
  rm -r .galeon
  rm -r evolution
  rm -r .nautilus*

If the version of mandrake does not work for you, you can use ximian
gnome.
Saludos,
óscar.
-- 
Usuario de Linux Registrado #227443
http://counter.li.org/




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



[expert] printing euro symbol

2002-01-10 Thread Oscar

Hi all
I can see the euro symbol (¤) but I can't print it.
Any help?
Thanks
óscar.

-- 
Usuario de Linux Registrado #227443
http://counter.li.org/




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



Re: [expert] FTP clients

2002-01-06 Thread Oscar

El dom, 06-01-2002 a las 20:35, Darren King escribió:
> what ftp clients are people using?  I'm having trouble finding one.  I
> need one that can save queues as well as the normal ftp stuff.
> 
> Darren
> 
> 
> 

gftp, dpsftp, and of course fr, mc, gmc, konqueror...
If you need speed and no uploading, you can use nt (Web Downloader for
X) or prozgui (Prozilla).
Saludos
óscar.

-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



Re: [expert] GNOME desktop icons

2002-01-06 Thread Oscar

You can't...
For some unknown reason you can't create icons on the desktop using
nautilus, and if you use gmc the desktop icons are created with errors.
But I have verified that you can copy icons created by kde from the
/home/yourself/Desktop...
Or you can use floating panels
Saludos,
óscar.

El dom, 06-01-2002 a las 14:38, Jose Luis Vazquez Gonzalez escribió:
> Hi,
> 
> I am using GNOME 1.4 on MDK 8.1 after I learned that KDE 2.1 was not
> happy about the Euro ¤ on some languages like Spanish.
> 
> How can I create icons on the desktop as I could do on older versions of
> GNOME or was doing on KDE?
> 
> Thanks!
> 
> Jose
> 
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
  .-.
  oo|
 /`'\  Usuario de Linux Registrado #227443
(\_;/) http://counter.li.org/




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



  1   2   3   >