RE: [expert] FTP access to other folder

2001-10-30 Thread Rony Shapiro

Hi,

The FTP server does a 'chroot' to the default FTP directory, for security
reasons. The idea is not to let an ftp client roam over your entire disk.

'chroot' changes the root directory of the process, so that anything out of
the /home/ftp is effectively invisible.

Your options are:

A. change the root directory of the ftp service (via the '-r' option - see
man ftpd)

B. move /home/abc to /home/ftp/abc, and symlink from /home to /home/ftp/abc

I'd go with B.

Cheers,

Rony

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, October 30, 2001 10:04 AM
To: [EMAIL PROTECTED]
Subject: [expert] FTP access to other folder


Hi all

The FTP service on my Linux box defaults to /home/ftp which contains the
folders: bin, pub, 
I have some files in /home/abc and want to give FTP access to this folder.

I know that one option is to move /home/abc to /home/ftp/abc, but this will
be my last resort.

I tried creating a symbolic link:
 [root@linux /ftp]#ln -s /home/abc abc

However, when I try to access the folder with an FTP client, I get the
error message:

 Requested action not taken (e.g., file or directory not found, no
access).

Is it possible to give access both to the current folder in /home/ftp and
to /home/abc?
Else, how can I change the default folder which the FTP server accesses?

Thanks for your help.
TRUS






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



[expert] Frontpage 2002 extensions on Mandrake 8.1

2001-10-30 Thread Robert Fox

Does anybody know where it is documented on how to install Frontpage
extensions 2002 on Mandrake 8.1?  

Because Mandrake does some customization already to Apache, it's not
clear about the mod_frontpage and the extensions (which want to replace
Apache 1.3.20 with 1.3.19) - and it screws things up . . .

Any assistance would be appreciated . . .

Thx,
R.Fox





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



Re: [expert] 8.1 hang/freeze problem on reboot

2001-10-30 Thread Mitch Thompson

On Tuesday 30 October 2001 00:18, myispnet wrote:
 I just did a clean install of 8.1...
 just got the CD's from Mandrake finally.

 everything went real smooth...did a complete re-install.

 however...on re-boot...it freezes everytime...when it gets to
 stopping portmapper services...why is this...how do i fix?

If you're using LILO in graphical boot mode, select  Linux failsafe.  At 
the prompt, select standalone/maintenance (this is from memory, I can't 
really check now! :^)), and at the prompt, type chkconfig portmap off.  
Then, type init 5 (or whatever your default runlevel is) and the system 
should boot as normal.  Note, you might also have to chkconfig off 
processes associated with portmap that will now be dying because portmap 
isn't running, i.e., nfs, nis(yp), etc.

If you're using LILO in text boot mode, type linux 1 at the LILO: prompt.  
Once you've got a #, proceed with using chkconfig to turn off unwanted 
services.  Look in /etc/rcX.d (X=your default runlevel) for files starting 
with Sxx, then using the chkconfig command in the format above, use only the 
word after Sxx. 

-- 
Mitch Thompson, San Antonio TX
Key fingerprint = BBDA 3A2A 4483 BD0D 7CED  B8A9 D183 C8F6 B0AF 66AE
--
Steve Balmer, CEO of Microsoft®, recently referred to Linux as a cancer.
Unsuprisingly, this is incorrect - Linux was released on August 25th, 1991,
and is therefore a virgo.



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



[expert] Unable to specify cooker for software manager

2001-10-30 Thread Bill Kenworthy

Hi, I am having problems adding a cooker source to the software
manager.  Security sources are ok, just (any) cooker.  Running from a
terminal I get the following:
___
21:42:51 (10.55 KB/s) - `/var/cache/urpmi/partial/hdlist.cz' saved
[12773295]

parsehdlist: invalid archive /var/cache/urpmi/partial/hdlist.pÝBÀpÝ
.cz
unable to parse hdlist file of pÝBÀpÝ

nothing to write in list file for pÝBÀpÝ

nothing written in list file for pÝBÀpÝ

unable to update medium pÝBÀpÝ

urpmi.addmedia returns with this value: 2

whilst downloading, /var/cache/urpmi/partial/hdlist.cz seems ok, but
once complete the error is generated and
/var/cache/urpmi/partial/list.??,?pÝ,?B?À?pÝ?? is all that is left in
the directory.

I think something is corrupt, but what? Any clues anyone?

BillK







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



RE: [expert] Mandrake-Linux 8.1 installation problem

2001-10-30 Thread Bill Kenworthy

Actually it quite often does fail.  I installed with a serial mouse and
then changed to a usb mouse when the system went into use.  It was a
couple of frustrated reboots before the hardware realised that the
serial mouse had gone and removed it and then on the next boot it found
the usb mouse.  Could run harddrake/kudzu any number of times manually
and it would find the usb mouse, but not do anything about it.  Another
possibility is changing a serial mouse for a modem on the same comport -
the hardware detection does not realise the device has changed, so
status quo.  It would be handy if the hardware detection allowed you to
manually tell it something had changed, but this does not seem to be
available.  Laptops are another whole can of worms when changing
location/hardware configuration.

BillK

On Tue, 2001-10-30 at 10:40, Jose M. Sanchez wrote:
 
 There has GOT to be something wrong with your PS/2 port or I/O chipset.
 
 Linux never fails to find the PSAUX port like it's doing on yours AFAIK.
 
 Why not try a serial port instead?
 
 -JMS
 
 |-Original Message-
 |From: [EMAIL PROTECTED] 
 |[mailto:[EMAIL PROTECTED]] On Behalf Of Stephen Liu
 |Sent: Monday, October 29, 2001 9:25 PM
 |To: Paul Cox
 |Cc: [EMAIL PROTECTED]
 |Subject: Re: [expert] Mandrake-Linux 8.1 installation problem
 |
 |
 |Hi Paul,
 |
 |Thanks for your advice.
 |
 |Try this (as root obviously =) :
 |
 |rm -fr /lib/dev-state/*
 |rm -fr /dev/*   (ignore any errors because of files in use)
 |
 |Tried according to your advice.
 |
 |At reboot the PC hanged, screen turning blank (only dark 
 |screen), forcing 
 |me to reset the PC.
 |
 |Mandrake-Linux 8.1 re-started but the mouse still died.
 |
 |Re-booted second time.  PC still hanged with the same warning 
 |as follow: ...  /dev/pasux : no such device or 
 |address .
 |
 |
 |Tried second time
 |
 |
 |rm  -fr  /lib/dev-state/*
 |
 |rm : cannot remove '/lib/dev-state/vcs4' : Input/Output error
 |
 |
 |rm  -fr  /dev/*
 |same error messages as in the 1st round as follows :
 |
 |rm : cannot remove directory '/dev/md' Directory not empty
 |rm : canot unlink '/dev/pts/0' : operation not permitted
 |. etc.
 |
 |At reboot the PC hanged, screen turning black.  Force re-set 
 |brought back 
 |Mandrake-Linux 8.1 but the mouse still died.
 |
 |B.R.
 |Stephen Liu
 |
 |
 |
 
 
 
 

 This message has been 'sanitized'.  This means that potentially
 dangerous content has been rewritten or removed.  The following
 log describes which actions were taken.
 
 Sanitizer (start=1004434091):
   Part (pos=2603):
 SanitizeFile (filename=unnamed.txt, mimetype=text/plain):
   Match (rule=2):
 Enforced policy: accept
 
   Part (pos=4182):
 SanitizeFile (filename=message.footer, mimetype=text/plain):
   Match (rule=default):
 Enforced policy: defang
 
   Replaced mime type with: application/DEFANGED-48300
   Replaced file name with: message_footer.DEFANGED-48300
 
   Total modifications so far: 1
 
 
 Anomy 0.0.0 : Sanitizer.pm
 $Id: Sanitizer.pm,v 1.32 2001/10/11 19:27:15 bre Exp $





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



[expert] Upgrade/re-install components form ISO Image CDs

2001-10-30 Thread Stephen Liu

Hi All People,

Mandrake-Linux 8.1
==

How to upgrade/re-install components from ISO Image CDs which have not be 
selected at 1st installation, not by RPM nor by re-installing the whole 
software

Thanks in advance.

B.R.
Stephen Liu




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



RE: [expert] re :telnet-server mdk 8.1 + other non working bits

2001-10-30 Thread richard.bown


there's confusion got in here somehow  !!!
the kernel version I'm using is 2.4.8-26mdk
I would like to be able to use 2.4.12-3mdk


but I cant because so far I hv'nt been able to compile the modules on eithe 2.4.8 or 
2.4.12
I can compile the kernls on both with gcc2.96.
I need to move to a later kernel to find a version supermount works..


it a PIa to have to start the cd player just to get the cdrom to eject, as it ignores 
umount..
Now as its Hallowen tomorrow which spells need to be cast to get the modules to 
compile  and supermount to work on 2.4.8 or 2.4.12

TIA

best regards
 richard



-Original Message-
From:   [EMAIL PROTECTED] [EMAIL PROTECTED] on behalf 
ofVincent Danen [EMAIL PROTECTED]
Sent:   30 October 2001 05:54
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject:Re: [expert] re :telnet-server  mdk 8.1

On Mon Oct 29, 2001 at 08:12:38AM +, richard wrote:

   Well after reinstalling again, the telnet server IS running, albeit
   getting rid if the telnet-client proved to be a pain, it took several
   uninstalls using rpm drake to get rid of if it .
   Once the telnet-client was out the server went in and worked all but one
   bit..
   Telnetting to localhost produces bash:telnet: command not found
   infact telnettting to anywhere for a terminal produces the same
   .
   
   
   Anyone found a fix for this, it dos'nt seen to be caused by iptables, as
   ftp and ssh to localhost all function.
  
  Well, your problem, apparently, is it took you several times to
  uninstall telnet-client... why do you want to remove telnet-client if
  you intend to use telnet?  Obviously telnetting to localhost doesn't
  work... you removed the telnet client!
  
  The telnet *server* doesn't include the telnet *client*... that's what
  telnet-client package is for (which you tried so hard to remove for
  some reason).  Try re-installing... then you will get a program called
  telnet on your system and bash won't give you the command not
  found error (which should have been your first clue that telnet
  wasn't installed).
  
  in.telnetd is not the same as telnet.
  
 Thanks Darren,
 That HAS changed rom previous mdk 7 series.
 I'l try installing the client, and hope it dos'nt screw up the server
 !!!

It won't screw up the server.  It's just the client program.  It would
be like installing openssh-server on the system and then installing
openssh-client.  Does the client have anything to do with the server?
Not really... it just talks to it.  Doesn't have anything to do with
the server running.

 That still leaves the problem of not being able to compile the modules,
 which  makes it very difficult to upgrade the kernel 

If you're using the 2.2.19-5.xmdk kernel from the most recent update,
then hang on a little bit longer.  I'm fixing this problem and will be
putting out another kernel shortly that has the ipsec/freeswan stuff
included in the sources.  I built a kernel this afternoon using a new
kernel-source package that fixes that dangling ipsec symlink.

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD
 - Danen Consulting Serviceswww.danen.net, www.freezer-burn.org
 - MandrakeSoft, Inc. Security  www.linux-mandrake.com

Current Linux kernel 2.4.8-31.1mdk uptime: 8 hours 24 minutes.



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



[expert] Kernel update for LM 8.0

2001-10-30 Thread Dan Axtell

Hello,

I have a webserver and a desktop machine both running LM 8.0.  I've been reading about 
some of the kernel problems before 2.4.12, and I'm thinking about upgrading.

I recently tried to build the 2.4.13 kernel on my desktop machine, and when I rebooted 
a number of services (such as Apache) no longer worked.

I'm sure I can make this work eventually, but the problem is this:  My server is 
off-site, and I have no direct physical access to it.  If the new kernel doesn't boot 
cleanly, it could be a matter of days before I get the machine and can test and fix it.

The server is running the stock 2.4.7-12 kernel, and at one point when I was 
configuring it, I had problems with the IDE drivers for the High Point 370 chipset.  
The stock kernel was fine, so I stayed with that.

My question is whether there is a reasonably safe way to remotely upgrade to a newer 
kernel, perhaps via an RPM, or should I stick with the ways things are?

Any advice is appreciated.

Thanks,

Dan


Make a difference, help support the relief efforts in the U.S.
http://clubs.lycos.com/live/events/september11.asp



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



Re: [expert] re :telnet-server mdk 8.1 + other non working bits

2001-10-30 Thread Nick Thompson

Have you tried 'eject /dev/...'?


 it a PIa to have to start the cd player just to get the cdrom to eject, as it 
ignores umount..

Nick.




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



Re: [expert] nvadia drivers for later 2.4 kernels

2001-10-30 Thread Tobias Marx

s wrote:

 On Monday 29 October 2001 02:23 pm,  Jose M. Sanchez wrote:
 
 
Shut down your system fully, then restart and finish configuring X.

You DO need to shut down and perform a cold start.

-JMS

 
 h, I've never done that.  (MOF, I don't even reboot - just restart the 
 X-server).  May I ask why you feel it is necessary to shut completely down?  

no you don't. i've never done a reboot after installing new nvidia 
drivers. this isn't windows, remember? ;)

-- 

Free Dmitry Sklyarov, NOW! Fuck the DMCA!




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



[expert] MDK 8.1 Upgrade fails on LVM root

2001-10-30 Thread Alan W Jurgensen

HI,
I have a working mdk 8.0 system with root on LVM via reiser fs... want to upgrade it 
to 8.1 ... cd rom boots, and actually will See my Volume Group/Logical Volume that has 
mdk 8 on !!

but choosing it, I get a:  Oops, no Root partition
I tracked that down to a perl module in the second stage...:

usr/bin/perl-install/install_steps.pm:fsedit::get_root_($o-{fstab}) or die Oops, 
no root partition;

Is this a bug, or am I doing somthing wrong here...
My /boot fs is on an ext2 fs on front of disk.

thankx for any help u can offer.

Versions:
Linux version 2.4.13 (gcc version 2.96 2731 (Linux-Mandrake 8.0 2.96-0.48mdk)) #5 
Mon Oct 29 15:31:14 CST 2001
LVM 1.0.1-rc4
reiserfsprogs-3.x.0j

Al-Man



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



RE: [expert] Mandrake-Linux 8.1 installation problem

2001-10-30 Thread Jose M. Sanchez

In what you are citing, hardware switches and conflicts are to blame.
Barring this LM8.x does a good job detecting the PSAUX port, though not
always the mouse.

He has nothing like these conflicts AFAIK, (we have been at it for some
time now...).

-JMS

|-Original Message-
|From: Bill Kenworthy [mailto:[EMAIL PROTECTED]] 
|Sent: Tuesday, October 30, 2001 9:00 AM
|To: [EMAIL PROTECTED]
|Cc: [EMAIL PROTECTED]
|Subject: RE: [expert] Mandrake-Linux 8.1 installation problem
|
|
|Actually it quite often does fail.  I installed with a serial 
|mouse and then changed to a usb mouse when the system went 
|into use.  It was a couple of frustrated reboots before the 
|hardware realised that the serial mouse had gone and removed 
|it and then on the next boot it found the usb mouse.  Could 
|run harddrake/kudzu any number of times manually and it would 
|find the usb mouse, but not do anything about it.  Another 
|possibility is changing a serial mouse for a modem on the same 
|comport - the hardware detection does not realise the device 
|has changed, so status quo.  It would be handy if the hardware 
|detection allowed you to manually tell it something had 
|changed, but this does not seem to be available.  Laptops are 
|another whole can of worms when changing location/hardware 
|configuration.




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



Re: [expert] Upgrade/re-install components form ISO Image CDs

2001-10-30 Thread Oscar

El Mar 30 Oct 2001 16:12, escribió:
 Hi All People,

 Mandrake-Linux 8.1
 ==

 How to upgrade/re-install components from ISO Image CDs which have not be
 selected at 1st installation, not by RPM nor by re-installing the whole
 software

Use rpmdrake
Salu2
óscar.



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



[expert] Load a kernel module at boot

2001-10-30 Thread Bill Witherspoon

Can anyone tell me where I can add:

modprobe esssolo1

to my boot scripts so that my sound card module is loaded automatically?
I don't want to recompile my kernel as I've got everything running s nice.

Thanks in advance,
Bill.



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



Re: [expert] Load a kernel module at boot

2001-10-30 Thread Onur Kucuk


BW Can anyone tell me where I can add:

BW modprobe esssolo1

BW to my boot scripts so that my sound card module is loaded automatically?
BW I don't want to recompile my kernel as I've got everything running s nice.

BW Thanks in advance,
BW Bill.


You can add it to /etc/rc.d/rc.local , so that command will be
executed at boot.

 Onur Kucuk



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




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



Re: [expert] Load a kernel module at boot

2001-10-30 Thread John Haywood

On Wed, 31 Oct 2001 08:25, you wrote:
 [expert] Load a kernel module at boot
  From: Bill Witherspoon [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]

 Can anyone tell me where I can add:

 modprobe esssolo1

 to my boot scripts so that my sound card module is loaded automatically?
 I don't want to recompile my kernel as I've got everything running s
 nice.

 Thanks in advance,
 Bill.

/etc/rc.local, but for the *real deal* look in /etc/modules.conf (or 
conf.modules if you're running an older system) and load from there (man 
modules.conf)
-- 
john in syd



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



Re: [expert] Load a kernel module at boot

2001-10-30 Thread Bill Witherspoon

On Wed, 31 Oct 2001 09:53:00 +1100
John Haywood [EMAIL PROTECTED] wrote:

 On Wed, 31 Oct 2001 08:25, you wrote:
  [expert] Load a kernel module at boot
   From: Bill Witherspoon [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
 
  Can anyone tell me where I can add:
 
  modprobe esssolo1
 
  to my boot scripts so that my sound card module is loaded automatically?
  I don't want to recompile my kernel as I've got everything running s
  nice.
 
  Thanks in advance,
  Bill.
 
 /etc/rc.local, but for the *real deal* look in /etc/modules.conf (or 
 conf.modules if you're running an older system) and load from there (man 
 modules.conf)
 -- 
 john in syd
 
 

Thanks, that did it!

Bill.



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



[expert] Postfix problem in mandrake

2001-10-30 Thread Manuel Haro Marquez

Hi everybody.

I want to found help about problem in mandrake 8.0 using postfix for
email.

All the services in the machines is working ok including pop server, I am
receiving email from any place in the network and from internet, but I
can't send messages to  out side of my network, the messages never goes
back and I don't have any error message.

In resume, I can delivery meesages to addresses outside my network...!!

Anybody knows what is wrong?

thanks in advanced...!

Manuel Haro
Zacatecas, Mexico




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



[expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread abdog

All,

I am sorry to have to post this email to this mailing list, but it is the only
Mandrake list I subscribe to.

I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money was
charged to my Credit Card accordin to the statement), and MandrakeStore sent me
an email saying that the package is on its way. that was 5 weeks ago. Needless
to say, I have not received anything.

I emailed [EMAIL PROTECTED] several times, and to date, I have not
received any response, or even an acknowledgement that they received my email.

I was wondering if any of you have had problems with MandrakeStore, and how was
the issue resolved.

Thanks

George Abdo



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



Re: [expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread Bill Thompson

[EMAIL PROTECTED] wrote:
 
 All,
 
 I am sorry to have to post this email to this mailing list, but it is the only
 Mandrake list I subscribe to.
 
 I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money was
 charged to my Credit Card accordin to the statement), and MandrakeStore sent me
 an email saying that the package is on its way. that was 5 weeks ago. Needless
 to say, I have not received anything.
 
 I emailed [EMAIL PROTECTED] several times, and to date, I have not
 received any response, or even an acknowledgement that they received my email.
 
 I was wondering if any of you have had problems with MandrakeStore, and how was
 the issue resolved.
 
 Thanks
 
 George Abdo
 
  Same problem. They claim it was shipped 8 Oct and my credit card has
been charged.
  No reponse on my last enquiry. Until this order, I had always ordered
from
  Cheapbytes. But I thought it would be better to support Mandrake in a
more direct
  way. It's back to Cheapbytes next time out.

  Bill
-- 
Quando Omni Flunkus Moritati
(When all else fails, play dead!)



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



Re: [expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread Admin

I had the same problem...but, i emailed back to them,
giving the order number, and the next day...i got the CD's.

[EMAIL PROTECTED] wrote:
 
 All,
 
 I am sorry to have to post this email to this mailing list, but it is the only
 Mandrake list I subscribe to.
 
 I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money was
 charged to my Credit Card accordin to the statement), and MandrakeStore sent me
 an email saying that the package is on its way. that was 5 weeks ago. Needless
 to say, I have not received anything.
 
 I emailed [EMAIL PROTECTED] several times, and to date, I have not
 received any response, or even an acknowledgement that they received my email.
 
 I was wondering if any of you have had problems with MandrakeStore, and how was
 the issue resolved.
 
 Thanks
 
 George Abdo
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
 http://www.myispnet.net 
Admin
[EMAIL PROTECTED]
ICQ# 7110071
MSN Messenger= [EMAIL PROTECTED]



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



RE: [expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread Craig Williamson (ENZ)
Title: RE: [expert] [OT] PRoblem with MandrakeStore





Hi There,


 I know that there was a delay in the shipping to do with some peice of equipment at mandrakesoft. But it should've been fixed by now. It seems crazy because I received them two weeks ago and I'm in New Zealand and your in Australia. Go figure ;-)

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 31, 2001 2:17 PM
To: [EMAIL PROTECTED]
Subject: [expert] [OT] PRoblem with MandrakeStore



All,


I am sorry to have to post this email to this mailing list, but it is the only
Mandrake list I subscribe to.


I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money was
charged to my Credit Card accordin to the statement), and MandrakeStore sent me
an email saying that the package is on its way. that was 5 weeks ago. Needless
to say, I have not received anything.


I emailed [EMAIL PROTECTED] several times, and to date, I have not
received any response, or even an acknowledgement that they received my email.


I was wondering if any of you have had problems with MandrakeStore, and how was
the issue resolved.


Thanks


George Abdo





Re: [expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread Joseph Braddock

Hmmm, I received an email from Mandrake stating that there was a delay in 
shipping around the beginning of October.  They were also adding the third CD 
at no additional charge.  My copy was shipped 10/18/2001 and arrived shortly 
thereafter.  They also quickly answered several emails I sent, usually within 
a couple of hours.  I was quite pleased with the service and I was happy to 
help support Mandrake.

Joe

On Tuesday 30 October 2001 07:17 pm, you wrote:
 All,

 I am sorry to have to post this email to this mailing list, but it is the
 only Mandrake list I subscribe to.

 I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money was
 charged to my Credit Card accordin to the statement), and MandrakeStore
 sent me an email saying that the package is on its way. that was 5 weeks
 ago. Needless to say, I have not received anything.

 I emailed [EMAIL PROTECTED] several times, and to date, I have not
 received any response, or even an acknowledgement that they received my
 email.

 I was wondering if any of you have had problems with MandrakeStore, and how
 was the issue resolved.

 Thanks

 George Abdo



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



[expert] OT: PHP - MySQL problem

2001-10-30 Thread Brian Schroeder

I have searched the documentation, but not found the answer to this.
If I have missed something, please let me know.

I am running mdk 8.0 Freq 2 with the following modules:
apache-manual-1.3.20-1.2mdk
apache-conf-1.3.20-1.2mdk
apache-common-1.3.20-1.2mdk
apache-source-1.3.20-1.2mdk
apache-mod_perl-1.3.20_1.25_01-2.2mdk
apache-suexec-1.3.20-1.2mdk
apache-modules-1.3.20-1.2mdk
apache-1.3.20-1.2mdk
apache-devel-1.3.20-1.2mdk

php-manual_en-4.0.6-1mdk
php-4.0.6-5mdk
php-mysql-4.0.6-3mdk
mod_php-4.0.6-3mdk
php-pgsql-4.0.6-3mdk
php-readline-4.0.6-2mdk
phpgroupware-0.9.12-2mdk
php-devel-4.0.6-5mdk
php-gd-4.0.6-2mdk
php-common-4.0.6-5mdk
php-dba_gdbm_db3-4.0.6-4mdk
php-ldap-4.0.6-3mdk

MySQL-python-0.9.0-1
MySQL-bench-3.23.36-2mdk
MySQL-devel-3.23.36-2mdk
MySQL-3.23.36-2mdk
perl-Mysql-1.22_15-5mdk
MySQL-client-3.23.36-2mdk
MySQL-shared-3.23.36-2mdk

PHP pages seem to be handled correctly.  But I have installed a couple
of apps that use both php and MySQL, and get back errors of the form:

Fatal error: Call to undefined function: mysql_connect() in ...
or
Fatal error: Call to undefined function: mysql_pconnect() in ...

What is missing?

Brian.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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



Re: [expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread Bjarne Thomsen

I also wished to support Mandrakesoft by obtaining the CDs
directly from them. The last message informed me that they had
handed a parcel to Chronopost, but it has never appeared.
I have tried 2 emails without response.

We would like to inform you that your order N° 4894 has been shipped by 
Chronopost/FedEx.
You can track it on the Chronopost/FedEx website 
Needless to say, this site claims that
Tue 10/09/2001 14:57: Shipment handed over by sender to Chronopost
but nothing has happened since on the web-site.

 -- Bjarne

Joseph Braddock wrote:
 
 Hmmm, I received an email from Mandrake stating that there was a delay in
 shipping around the beginning of October.  They were also adding the third CD
 at no additional charge.  My copy was shipped 10/18/2001 and arrived shortly
 thereafter.  They also quickly answered several emails I sent, usually within
 a couple of hours.  I was quite pleased with the service and I was happy to
 help support Mandrake.
 
 Joe
 
 On Tuesday 30 October 2001 07:17 pm, you wrote:
  All,
 
  I am sorry to have to post this email to this mailing list, but it is the
  only Mandrake list I subscribe to.
 
  I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money was
  charged to my Credit Card accordin to the statement), and MandrakeStore
  sent me an email saying that the package is on its way. that was 5 weeks
  ago. Needless to say, I have not received anything.
 
  I emailed [EMAIL PROTECTED] several times, and to date, I have not
  received any response, or even an acknowledgement that they received my
  email.
 
  I was wondering if any of you have had problems with MandrakeStore, and how
  was the issue resolved.
 
  Thanks
 
  George Abdo
 
   
-
 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



Re: [expert] Strange behaviour of 8.1

2001-10-30 Thread Mark D'voo

this happened to me once, delete all the stuff in the /tmp directory that has 
your name in it, like kde-username socket-username and then killall -9 
kdeinit, restart X and relogin, that worked for me on getting konqueror to run

On Tuesday 30 October 2001 10:55 pm, you wrote:
   Hi,

   I upgraded my home machine (Intel 810 board, 128M RAM, Celeron
 Processor) from Mandrake 8.0 to 8.1 last night. I used the download edition
 for this upgrade. After the upgrade some things are working as usual fine,
 but there seem to be issues with:

   a) Konqueror: I CANNOT start konqueror for the first time after the
 upgrade for any user login if I log in to KDE. However, if I log in to
 GNOME, ICEWM etc and then start konqueror I can subsequently start
 konqueror in KDE. Also Konqueror seems to take longer to start while all
 other KDE applications seem much faster in starting.

   b) Desktop Shortcuts/ CDROM: Using the desktop shortcut for
 accessing a data CDROM caused my machine to hang. This is a rare occassion
 on which I have seen MDK hang! This maybe something again to do with
 konqueror or the kernel automount feature, I am not too sure.

   c) Unmounting File Systems: The system failed to unmount /dev/cdrom
 when shutting down although this might be a one-off one time problem.

   Overall, 8.1 seems to have made some improvements in look and feel,
 although I had hoped that the Object Prelinking etc would have improved
 performance a lot, which does not seem to be the case. I have not tested
 many of the applications and hope to do so this weekend.

   If anyone has any suggestions on what is happenning with konqueror
 and how to get around it, it would be great.

   Thanks,
   Arnab

-- 
 11:02pm  up  9:09,  2 users,  load average: 0.83, 1.14, 0.76



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



RE: [expert] Strange behaviour of 8.1

2001-10-30 Thread Arnab_Ganguly

Hi Mark,

Well well, I think that is the problem because when I tried running from an
xterm by tying konqueror it said something to the effect cannot find user
name for ID 501...

Thanks for pointing this out, hope someone points out what is going on with
the performance issues related to prelinking etc.

Arnab

 --
 From: Mark D'voo[SMTP:[EMAIL PROTECTED]]
 Reply To: [EMAIL PROTECTED]
 Sent: Wednesday, October 31, 2001 10:33 AM
 To:   [EMAIL PROTECTED]
 Subject:  Re: [expert] Strange behaviour of 8.1
 
 File: message.footer.txt
 this happened to me once, delete all the stuff in the /tmp directory that
 has 
 your name in it, like kde-username socket-username and then killall -9 
 kdeinit, restart X and relogin, that worked for me on getting konqueror to
 run
 
 On Tuesday 30 October 2001 10:55 pm, you wrote:
  Hi,
 
  I upgraded my home machine (Intel 810 board, 128M RAM, Celeron
  Processor) from Mandrake 8.0 to 8.1 last night. I used the download
 edition
  for this upgrade. After the upgrade some things are working as usual
 fine,
  but there seem to be issues with:
 
  a) Konqueror: I CANNOT start konqueror for the first time after the
  upgrade for any user login if I log in to KDE. However, if I log in to
  GNOME, ICEWM etc and then start konqueror I can subsequently start
  konqueror in KDE. Also Konqueror seems to take longer to start while all
  other KDE applications seem much faster in starting.
 
  b) Desktop Shortcuts/ CDROM: Using the desktop shortcut for
  accessing a data CDROM caused my machine to hang. This is a rare
 occassion
  on which I have seen MDK hang! This maybe something again to do with
  konqueror or the kernel automount feature, I am not too sure.
 
  c) Unmounting File Systems: The system failed to unmount /dev/cdrom
  when shutting down although this might be a one-off one time problem.
 
  Overall, 8.1 seems to have made some improvements in look and feel,
  although I had hoped that the Object Prelinking etc would have improved
  performance a lot, which does not seem to be the case. I have not tested
  many of the applications and hope to do so this weekend.
 
  If anyone has any suggestions on what is happenning with konqueror
  and how to get around it, it would be great.
 
  Thanks,
  Arnab
 
 -- 
  11:02pm  up  9:09,  2 users,  load average: 0.83, 1.14, 0.76
 
 



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



RE: [expert] Postfix problem in mandrake

2001-10-30 Thread Franki

what is /var/log/mail/  info and warnings and errors (particularly) saying??

and run postconf and show us the output, that will help as it will show your
postfix settings...

are you difering smpt? if so, are you specifying: sendmail -q to start it
sending queued mail?

give us more details please..

rgsd

Frank
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Manuel Haro Marquez
Sent: Wednesday, 31 October 2001 9:10 AM
To: [EMAIL PROTECTED]
Subject: [expert] Postfix problem in mandrake


Hi everybody.

I want to found help about problem in mandrake 8.0 using postfix for
email.

All the services in the machines is working ok including pop server, I am
receiving email from any place in the network and from internet, but I
can't send messages to  out side of my network, the messages never goes
back and I don't have any error message.

In resume, I can delivery meesages to addresses outside my network...!!

Anybody knows what is wrong?

thanks in advanced...!

Manuel Haro
Zacatecas, Mexico






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



RE: [expert] [OT] PRoblem with MandrakeStore

2001-10-30 Thread Franki

Thats strange,

I ordered Powerpack 8.1 about 5 or 6 weeks ago, two weeks ago I received a 2
CD download edition and a note saying that my 7CD powerpack would be on its
way as soon as the boxed sets were ready..

I was really surprised by that, it was very nice of them to give me somthing
to tide me over in the meantime..

The download CD's they sent me work fine and I am using them for testing 8.1
before the powerpack gets here and I start moving this over to the servers..

I would be surprised if the CD's don't arrive here in the next week goin by
the time that the First CD's took.

I thougth it was a rather polished setup... maybe there is shipping problems
with their international couriers..
Some strange stuff has happened world wide that could be slowing things down
for you...


rgds

Frank








-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill
Thompson
Sent: Wednesday, 31 October 2001 10:39 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] [OT] PRoblem with MandrakeStore


[EMAIL PROTECTED] wrote:

 All,

 I am sorry to have to post this email to this mailing list, but it is the
only
 Mandrake list I subscribe to.

 I purchased the 8.1 CDs from MandrakeStore about 5 weeks ago (the money
was
 charged to my Credit Card accordin to the statement), and MandrakeStore
sent me
 an email saying that the package is on its way. that was 5 weeks ago.
Needless
 to say, I have not received anything.

 I emailed [EMAIL PROTECTED] several times, and to date, I have
not
 received any response, or even an acknowledgement that they received my
email.

 I was wondering if any of you have had problems with MandrakeStore, and
how was
 the issue resolved.

 Thanks

 George Abdo

  Same problem. They claim it was shipped 8 Oct and my credit card has
been charged.
  No reponse on my last enquiry. Until this order, I had always ordered
from
  Cheapbytes. But I thought it would be better to support Mandrake in a
more direct
  way. It's back to Cheapbytes next time out.

  Bill
--
Quando Omni Flunkus Moritati
(When all else fails, play dead!)





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



Re: [expert] Upgrade/re-install components form ISO Image CDs

2001-10-30 Thread Quintin Holmberg

goto control center--system--software manager and define a new source
for the cd's

On Tue, 2001-10-30 at 09:12, Stephen Liu wrote:
 Hi All People,
 
 Mandrake-Linux 8.1
 ==
 
 How to upgrade/re-install components from ISO Image CDs which have not be 
 selected at 1st installation, not by RPM nor by re-installing the whole 
 software
 
 Thanks in advance.
 
 B.R.
 Stephen Liu
 
 
 
 

 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] Strange behaviour of 8.1

2001-10-30 Thread Arnab_Ganguly


Hi,

I upgraded my home machine (Intel 810 board, 128M RAM, Celeron
Processor) from Mandrake 8.0 to 8.1 last night. I used the download edition
for this upgrade. After the upgrade some things are working as usual fine,
but there seem to be issues with:

a) Konqueror: I CANNOT start konqueror for the first time after the
upgrade for any user login if I log in to KDE. However, if I log in to
GNOME, ICEWM etc and then start konqueror I can subsequently start konqueror
in KDE. Also Konqueror seems to take longer to start while all other KDE
applications seem much faster in starting.

b) Desktop Shortcuts/ CDROM: Using the desktop shortcut for
accessing a data CDROM caused my machine to hang. This is a rare occassion
on which I have seen MDK hang! This maybe something again to do with
konqueror or the kernel automount feature, I am not too sure.

c) Unmounting File Systems: The system failed to unmount /dev/cdrom
when shutting down although this might be a one-off one time problem.

Overall, 8.1 seems to have made some improvements in look and feel,
although I had hoped that the Object Prelinking etc would have improved
performance a lot, which does not seem to be the case. I have not tested
many of the applications and hope to do so this weekend.

If anyone has any suggestions on what is happenning with konqueror
and how to get around it, it would be great.

Thanks,
Arnab



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