Re: [newbie] initial apache setup

2003-08-04 Thread Stefano Pogliani
I have a different configuration but, initially, I had a similar problem 
I think.

Since my two boxes were linked to a router which was, in turn, linked to 
the internet, when my second box was trying to access the web server of 
the first one, actually it looked liked it was accessing itself 
(because of the router).
I had to create a correspondance in the hosts file (192.168.0.2 
my.second.machine) in order to make it working properly.

/stefano
Bill Winegarden wrote:
Hi Everyone,
	I am setting up a webserver using apache 1.3.8. It seems that I have the 
server functioning properly because I can see my simple web page when I type 
the IP address or localhost into the address bar of my browser. However, I 
have a second connection to the internet on a separate IP address in my home 
and I can't see anything when I address to my site.
	I went to grc.com and it seems that port 80 is open for business. 
	Also, I tried to ping my web server machine (LM9.1) from the other (WinXP) 
and the was no responsetimed out.

Is there some network config file that has to be set up in LM9.1 in order to 
accept connections? 

I can supply my IP addie if anyone want to try it.

tia,
Bill W.
 



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: [newbie] Apache 2, virtual hosts and SSL

2003-08-01 Thread Stefano Pogliani
It did not work for me, sorry.

When I add a new host to the sss.default-vhost.conf file, it appears in 
WebMin as just another virtual host which manages the named virtual host.
Actually, the only way in which i can use HTTPS with my Apache 2 system 
is by using https://localhost/; and this makes use of the default vhost 
present in the ssl.default-vhost.conf file.
Clearly this prevents me from accessing my WebServer from another 
machine by using HTTPS.

Also, one strange thing is that when in Webmin I try to use the SSL 
options associated to any virtual host, the SSLEngine on directive is 
properly written in the Vhost.conf file but apachectl is unable to 
restart, i.e. this directive makes httpd2 not able to start.

Now, it seems to me that this should be something very basic... i.e. 
HOW COULD I USE HTTPS on a Virtual Host! Using HTTPS on localhost does 
not add that much, right ?

/stefano

Troy Davidson wrote:

Stefano,

I was reading up on Virtual Domains and Apache and found this.  Seems they
are doing what you want and show how to make it work.
http://archives.mandrakelinux.com/qmail/2002-07/msg00011.php

Hope this helps.

Troy Davidson 
Linux User #311107

++ 
Follow the adventures of a 
real life computer and 
 gaming nerd! 

  www.clandaith.com 
++ 

** This messages was composed on a 100% Microsoft free computer **

Quoting Stefano Pogliani [EMAIL PROTECTED]:

 

I am running MDK 9.1 with Apache 2.

I have multiple Virtual hosts, all described in the vhosts/Vhosts.conf
file.
Unfortunately, SSL only works with https://localhost/ . None of the 
other alias (https://mymachine.madomain.net/ , 
https://myvirtual.host.org/ , https://othervirtual.host.org) work with
SSL.

Certainly there is something I am missing.

Using Webmin, I discovered that there is the ssl directory where the 
_default_:443 virtual host is defined.

What do I have to do in order to set any other of my Virtual Hosts to 
accept SSL connection ?

Thanks a lot.
Best regards
/stefano



   

 



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


[newbie] UTF-8 with AwStats

2003-07-29 Thread Stefano Pogliani
Running awstats I get few annoyances due to the presence of some 
northern-europe characters in the awstats configuration files.
So, the reports I got generated contains lines such as

Malformed UTF-8 character (unexpected non-continuation byte 0x6d, 
immediately after start byte 0xe4) at /usr/share/awstats/lib/robots.pm 
line 413.

How is it possible to avoid this ? Which configuration should I use ?

Thanks a lot in advance. Best regards
/stefano

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


[newbie] Apache 2, virtual hosts and SSL

2003-07-28 Thread Stefano Pogliani
I am running MDK 9.1 with Apache 2.

I have multiple Virtual hosts, all described in the vhosts/Vhosts.conf file.

Unfortunately, SSL only works with https://localhost/ . None of the 
other alias (https://mymachine.madomain.net/ , 
https://myvirtual.host.org/ , https://othervirtual.host.org) work with SSL.

Certainly there is something I am missing.

Using Webmin, I discovered that there is the ssl directory where the 
_default_:443 virtual host is defined.

What do I have to do in order to set any other of my Virtual Hosts to 
accept SSL connection ?

Thanks a lot.
Best regards
/stefano


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


Re: [newbie] Moving to HTTPS

2003-01-26 Thread Stefano Pogliani




Thanks, Sharrea.

It seems to work.
Now I will have to try with a trusted certificate to see if I will avoid the warnings I get on my client browsers.

Best regards
/Stefano

On Sun, 2003-01-26 at 10:33, Sharrea wrote:

On Sun, 26 Jan 2003 14:17, Stefano Pogliani wrote:
 What should I do to start using HTTPS **in addition to** HTTP on my site
 ?
 I installed SquirrelMail in order to access to my mails from everywhere.
 But would like to do it in a secure way.
 So, I installed mod_ssl.
 In Konqueror, when using HTTPS, it issues some alert but allows me to
 continue. In Mozilla, this does not happen (I am not able to access my
 site using HTTPS).

 I had a quick look at the certificate and it speaks about something for
 testing only.

 Could someone point me to some HowTo or complete description of the
 process I should follow ?

 Thanks a lot in advance. Best regards

 /stefano

You'll find the instructions for creating your own server certificate at 
http://www.apache-ssl.org/#FAQ
under Now I've got my server installed, how do I create a test 
certificate?

I tried restarting apache with
# apachectl graceful
and then opening my browser but it didn't work and I had to reboot - then 
all was well.  I'm sure there is something else to restart to avoid 
rebooting but I don't know what - hopefully someone else can tell us?  HTH

Cheers
Sharrea





[newbie] Moving to HTTPS

2003-01-25 Thread Stefano Pogliani




What should I do to start using HTTPS **in addition to** HTTP on my site ?
I installed SquirrelMail in order to access to my mails from everywhere. But would like to do it in a secure way.
So, I installed mod_ssl. 
In Konqueror, when using HTTPS, it issues some alert but allows me to continue. In Mozilla, this does not happen (I am not able to access my site using HTTPS).

I had a quick look at the certificate and it speaks about something for testing only.

Could someone point me to some HowTo or complete description of the process I should follow ?

Thanks a lot in advance. Best regards

/stefano




Re: [newbie] no OpenOffice.org fonts on menus (at all)

2003-01-10 Thread Stefano Pogliani
I confirm that the solution given here is the one that worked for me.
I tried to answer before by forwarding the original answer from John, 
but the mailserver bounced the message back.

Anyway, this worked immediately for me.

Best regards
/Stefano

Pilagá wrote:

ThinKer wrote:
   

OK.. I see how this works. Star Trek Nemesis and US Foreign Policy get
all the replies and attention. Meanwhile, I ask a question that is very
much on topic(that yes, someone else has asked before but as I see it in
the archives, they didn't get an answer either) and I get banished to
search the archives?
 


	Read and try this solution: 
http://marc.theaimsgroup.com/?l=mandrake-expertm=104137552725157w=2

	Suerte.
	Pilagá

 



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






smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Openoffice fonts problem

2002-12-31 Thread Stefano Pogliani




Anne,

 none of the two works for me, unfortunately.
I **STILL** have no menu labels in OO.

/Stefano

Anne Wilson wrote:

  On Tuesday 31 Dec 2002 4:35 am, Mohammed Sameer wrote:
  
  
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
I have a small problem with openoffice "mandrake 9.0 RPM"
When i run openoffice i don't see any menu labels, the menubar is empty, no
fonts are available in the whole app. the fonts preview dropdown list is
empty, there is only a Times font, and a bunch of zapf* fonts i searched
googlebut their *NIX font troubleshooting guide didn't help


  
  This has come up before.  Although I have no experience of the problem, I have 
seen two lots of answers to this.

1)  If you have installed Freetype2 from any version other than the install 
cds you will need to revert.

2)  Quote:
Go to /etc/openoffice. Edit with vim or whichother editor you like 
openoffice.conf and in the place UI_FONT="AUTO" replace it with "Arial" or 
whichother font you think is usable. That might help.
Unquote

HTH

Anne

  
  

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







smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Openoffice fonts problem

2002-12-31 Thread Stefano Pogliani




Ralph,

 abiword is not installed on my system.
Thanks anyway.
/stefano

Ralph Slooten wrote:

  I had this same problem with LM 8.2 with the tarball off
openoffice.org... the solution was to uninstall abiword... Abiword
installs certain fonts that seem to conflict with OpenOffice. I suggest
trying that if you have abiword installed.

Greetings
Ralph

On Tue, 31 Dec 2002 12:24:35 +0100
Stefano Pogliani [EMAIL PROTECTED] wrote:

  
  
Anne,

none of the two works for me, unfortunately.
I **STILL** have no menu labels in OO.

/Stefano

Anne Wilson wrote:



  On Tuesday 31 Dec 2002 4:35 am, Mohammed Sameer wrote:
 

  
  
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
I have a small problem with openoffice "mandrake 9.0 RPM"
When i run openoffice i don't see any menu labels, the menubar is

  
  empty, nofonts are available in the whole app. the fonts preview
dropdown list isempty, there is only a Times font, and a bunch of
zapf* fonts i searchedgooglebut their *NIX font troubleshooting
guide didn't help
  
  
   


  
  This has come up before.  Although I have no experience of the
problem, I have seen two lots of answers to this.

1)  If you have installed Freetype2 from any version other than the
install cds you will need to revert.

2)  Quote:
Go to /etc/openoffice. Edit with vim or whichother editor you like 
openoffice.conf and in the place UI_FONT="AUTO" replace it with
"Arial" or whichother font you think is usable. That might help.
Unquote

HTH

Anne

 




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
  







smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Openoffice fonts problem

2002-12-31 Thread Stefano Pogliani




Michael,

 thanks for the tip. Do you have the exact names of the RPMs to remove
?
I will give a try
Thanks

/stefano

Michael Biddulph wrote:

  Stefano

I have had the same problem. The only way I could find was to:
Uninstall OpenOffice.org and libraries.
I then installed the OpenOffice.org tar.gz file from their site.

Yeah...I know it is a 70MB download, I had a copy on a pc mag cover cd, so I 
was lucky.

It now runs fine and everything seems to work ok.

Good luck with this...

Michael Biddulph
Brisbane Australia

On Tue, 31 Dec 2002 10:16 pm, Stefano Pogliani wrote:
  
  
Ralph,

abiword is not installed on my system.
Thanks anyway.
/stefano

Ralph Slooten wrote:


  I had this same problem with LM 8.2 with the tarball off
openoffice.org... the solution was to uninstall abiword... Abiword
installs certain fonts that seem to conflict with OpenOffice. I suggest
trying that if you have abiword installed.

Greetings
Ralph

On Tue, 31 Dec 2002 12:24:35 +0100

Stefano Pogliani [EMAIL PROTECTED] wrote:
  
  
Anne,

   none of the two works for me, unfortunately.
I **STILL** have no menu labels in OO.

/Stefano

Anne Wilson wrote:


  On Tuesday 31 Dec 2002 4:35 am, Mohammed Sameer wrote:
  
  
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
I have a small problem with openoffice "mandrake 9.0 RPM"
When i run openoffice i don't see any menu labels, the menubar is

  
  empty, nofonts are available in the whole app. the fonts preview
dropdown list isempty, there is only a Times font, and a bunch of
zapf* fonts i searchedgooglebut their *NIX font troubleshooting
guide didn't help






This has come up before.  Although I have no experience of the
problem, I have seen two lots of answers to this.

1)  If you have installed Freetype2 from any version other than the
install cds you will need to revert.

2)  Quote:
Go to /etc/openoffice. Edit with vim or whichother editor you like
openoffice.conf and in the place UI_FONT="AUTO" replace it with
"Arial" or whichother font you think is usable. That might help.
Unquote

HTH

Anne






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
  

  
  

  
  

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







smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Openoffice fonts problem

2002-12-31 Thread Stefano Pogliani




Anne,

 I am using 9.0. OO was installed from the distro CDs.
But I installed also the textar packages

/stefano


Anne Wilson wrote:

  On Tuesday 31 Dec 2002 12:24 pm, Michael Biddulph wrote:
  
  
Stefano

I have had the same problem. The only way I could find was to:
Uninstall OpenOffice.org and libraries.
I then installed the OpenOffice.org tar.gz file from their site.

Yeah...I know it is a 70MB download, I had a copy on a pc mag cover cd, so
I was lucky.

It now runs fine and everything seems to work ok.

Good luck with this...

Michael Biddulph
Brisbane Australia

  
  
Stefano - which Mandrake distro are you using?  Was your OO.o installed from 
the distro discs?

Anne

  
  

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







smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Subdirs in IMAP folders

2002-12-18 Thread Stefano Pogliani
Try, in the folder which has to hold subdirs, to set its name with a 
trailing /. Something like myfolder/.
This is consistently working for me.

BTW, a folder contraining subfolders cannot contain other mails, at 
least this is my experience.

/stefano

Bela Markus wrote:

Hi,

how can I enable subdirectory creation in an IMPA folder, is there a config
file or have to replace the IMAP server in the distro with somethink else?

regards... Bela




 



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



smime.p7s
Description: S/MIME Cryptographic Signature


[newbie] GIF and JPG in Konqueror for MDK9 - freeze ?

2002-12-18 Thread Stefano Pogliani
I am experimenting a really annoying issue.
Whenever in Konqueror I click on a jpg or gif file, it tries to load it 
but it takes ages and freezes the desktop.

I am on MDK 9, default installation

Best regards
/stefano


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Crystal Sound not working in 9.0 ?

2002-12-18 Thread Stefano Pogliani
BTW,

   in the System Configurator Tool, in the Hardware List, the Sound 
card is not listed at all.

/stefano

Stefano Pogliani wrote:

 I have migrated from 8.2 to 9.0.
It seems that my Crystal Sound card is no more recognized. I was used, 
to make it working, to add the following line to /etc/modules.conf:

   alias sound-slot-1 cs4232

I added it, with no luck.
Using sndConfig from a CTRL-ALT-F1 term, takes a long time to detect 
the card but, after, is unable to play any sound.

Using KDE, I continue to have warnings saying that the sound is 
suspended. I also had messages telling me that /dev/dsp was busy and 
that it was going to use /dev/null.

Anyone experienced the same problem? Thanks a lot indeed. Best regards

/stefano




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Subdirs in IMAP folders

2002-12-18 Thread Stefano Pogliani
Bela,

   seems Evolution is more clever than Mozilla/Netscape.
According to a quick test I did, you create a normal folder, let's say 
aa. Immediately, you create a new folder bb as a child of aa.
It seems that aa is converted to a Directory and bb is included in 
that directory.

In Mozilla, you have to instruct to create a directory immediately.

I guess that, if you create aa and, before creating bb you store 
some mails into aa, this may not work.

/Stefano

P.S.This is some reason to migrate to Evolution for me. Looks great


Markus Bela wrote:

Stefano,

your solution doesn't work with EVOLUTION, directory name
with trailing / is rejected.

Regards... Bela

Stefano Pogliani [EMAIL PROTECTED] írta:


 

Try, in the folder which has to hold subdirs, to set its
   

name with a 
 

trailing /. Something like myfolder/.
This is consistently working for me.

BTW, a folder contraining subfolders cannot contain other
   

mails, at 
 

least this is my experience.

/stefano

Bela Markus wrote:

   

Hi,

how can I enable subdirectory creation in an IMPA folder,
 

is there a config
 

file or have to replace the IMAP server in the distro
 

with somethink else?
 

regards... Bela






 


   

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
 



smime.p7s
Description: S/MIME Cryptographic Signature


[newbie] Crystal Sound not working in 9.0 ?

2002-12-17 Thread Stefano Pogliani
 I have migrated from 8.2 to 9.0.
It seems that my Crystal Sound card is no more recognized. I was used, 
to make it working, to add the following line to /etc/modules.conf:

   alias sound-slot-1 cs4232

I added it, with no luck.
Using sndConfig from a CTRL-ALT-F1 term, takes a long time to detect the 
card but, after, is unable to play any sound.

Using KDE, I continue to have warnings saying that the sound is 
suspended. I also had messages telling me that /dev/dsp was busy and 
that it was going to use /dev/null.

Anyone experienced the same problem? Thanks a lot indeed. Best regards

/stefano


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Crystal Sound not working in 9.0 ?

2002-12-17 Thread Stefano Pogliani
No,
But I am not sure I would be able to do it... I am not that familiar 
with opening the computer.
/stefano

Stephen Kuhn wrote:

On Tue, 2002-12-17 at 19:28, Stefano Pogliani wrote:
 

Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

 I have migrated from 8.2 to 9.0.
It seems that my Crystal Sound card is no more recognized. I was used, 
to make it working, to add the following line to /etc/modules.conf:

   alias sound-slot-1 cs4232

I added it, with no luck.
Using sndConfig from a CTRL-ALT-F1 term, takes a long time to detect the 
card but, after, is unable to play any sound.

Using KDE, I continue to have warnings saying that the sound is 
suspended. I also had messages telling me that /dev/dsp was busy and 
that it was going to use /dev/null.

Anyone experienced the same problem? Thanks a lot indeed. Best regards

/stefano


__
   

Have you tried physically removing the card, doing a cold shutdown, and
reboot without the card, then putting the card back in to see if MDK
recognizes it again?

 



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Crystal Sound not working in 9.0 ?

2002-12-17 Thread Stefano Pogliani
This is what I may do as a last resort.
But, isn't this a SW problem? I mean, it was working with MDK 8.2 and is 
still working on dual boot with NT4.

What I mean is: what is the reason for doing an HW manipulation? What 
could this HW manipulation change and how could it affect a positive 
solution of my problem?

This is not at all questioning about your kind help. It is mainly for me 
to understand what the real problem is so that I could be prepared in 
the future.

Thanks a lot for your patience.
/stefano

Anne Wilson wrote:

On Tuesday 17 Dec 2002 10:13 am, Stefano Pogliani wrote:
 

No,
But I am not sure I would be able to do it... I am not that familiar
with opening the computer.
/stefano
   


Couldn't be simpler.  Just make sure that you earth yourself before touching 
anything, and earth yourself regularly while you work.  You have to avoid 
creating a static discharge.

Literally, take out the screw holding the card in place, and lift out the card 
- try not to touch any electronics or the connector edge while handling it.  
Replace it (it might be worth trying another slot if you have one free) with 
careful even pressure, and refit the screw.  That's it.

Anne

 



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] Crystal Sound not working in 9.0 ?

2002-12-17 Thread Stefano Pogliani
I get it, Stephen.
I may do a try this evening.

In the meantime, if someone else has a soft solution or has experienced 
teh same problem, I would apreciate.

TIA
/stefano

Stephen Kuhn wrote:

On Tue, 2002-12-17 at 21:40, Stefano Pogliani wrote:
 

Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

This is what I may do as a last resort.
But, isn't this a SW problem? I mean, it was working with MDK 8.2 and is 
still working on dual boot with NT4.

What I mean is: what is the reason for doing an HW manipulation? What 
could this HW manipulation change and how could it affect a positive 
solution of my problem?

This is not at all questioning about your kind help. It is mainly for me 
to understand what the real problem is so that I could be prepared in 
the future.

Thanks a lot for your patience.
/stefano

   


If you want to dig around and try to locate all the modules that could
possibly be tainted from the upgrade, by all means - this is just a
simpler solution - to allow for MDK to first acknowledge the hardware's
gone (physically)...then after cleanly rebooting, to use plug and pray
to find the card and install the current drivers...but hey, it's just a
quickie solution...I'd rather spend the 15 minutes doing that then
spending the next four days banging my head against the wall trying to
get it to work...

 



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [newbie] PHP Editor

2002-12-12 Thread Stefano Pogliani
I use Jedit
/stefano

Mr. VLE79E wrote:


Anyway knows a good PHP Code Editor that support indentation and text 
highlighting

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail




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





smime.p7s
Description: S/MIME Cryptographic Signature


RE: [newbie] VNC Port

2002-10-26 Thread Stefano POGLIANI
Could you share your reading?
Thanks a lot in advance. Best regards
/stefano

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:newbie-owner;linux-mandrake.com]On Behalf Of Paul Dimitriu
 Sent: 26 October 2002 12:18
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] VNC Port
 
 
 Sorry, all, I was sniffing glue.  I decided to do
 something silly and read the manual.
 
 __
 Do you Yahoo!?
 Y! Web Hosting - Let the expert host your web site
 http://webhosting.yahoo.com/
 
 


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



RE: [newbie] VNC

2002-10-26 Thread Stefano POGLIANI
Derek,

thank a lot for the great hint (and explanation)!
A small question: isn't it possible to:

1.  start vncserver AT BOOT TIME ?
2.  start vncserver without a specific user ? [i.e. having it to display
the Linux Login screen ]

Thanks a lot in advance. Best regards
/stefano

» -Original Message-
» From: [EMAIL PROTECTED]
» [mailto:newbie-owner;linux-mandrake.com]On Behalf Of Derek Jennings
» Sent: 24 October 2002 23:20
» To: [EMAIL PROTECTED]
» Subject: Re: [newbie] VNC
»
»
» On Thursday 24 Oct 2002 8:15 pm, ivette brusselmans wrote:
»  installed VNC. How do I start up the programme? When I run Console
»  VNCserver, i get the following message:[luc@localhost luc]$ vncserver
» 
»  Warning: localhost.thuis.com:1 is taken because of /tmp/.X11-unix/X1
»  Remove this file if there is no X server localhost.thuis.com:1
» 
»  Warning: localhost.thuis.com:2 is taken because of /tmp/.X11-unix/X2
»  Remove this file if there is no X server localhost.thuis.com:2
» 
»  New 'X' desktop is localhost.thuis.com:3
» 
»  Starting applications specified in /home/luc/.vnc/xstartup
»  Log file is /home/luc/.vnc/localhost.thuis.com:3.log
» 
»  [luc@localhost luc]$
» 
»  Any ideas?
»
» You have started it. It is running on the next available server
» which is :3
» Look in your running processes and you will see Xvnc is running
»
» The next step is to open a client which you do on a remote machine with
» vncviewer Hostname:3 username
»
» where username is the name of the user the server is running
» under ( not root)
»
» You will probably then see a blank screen with an X in the middle
» because you
» need to put the name of the Window Manager you want to run in
» /home/luc/.vnc/xstartup
» for example
» kde 
»
» I also recommend starting the server like this :-
» vncserver -geometry 800x600 -depth 16 :3
» This will force the screen size to something reasonable, or
» otherwise it will
» be the same size as the servers monitor, which can cause lots of awkward
» scrolling on a smaller remote screen.
» Limiting the colour depth is also advisable, because it greatly
» reduces the
» bandwidth needed over the link. And forcing it to a particular
» screen number
» lets you know in advance what screen to ask for in the viewer.
»
» To close the server use
» vncserver -kill :3
» If you do not you get those files left behind in /tmp/.X11-unix/
» which have
» to be erased before that screen can be used again.
»
» HTH
»
» derek
»
»
»



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



Re: [newbie] Path Variable

2002-09-27 Thread Stefano Pogliani




I created a file called java.sh in /etc/profile.d/ which contains the following
lines:

JAVA_HOME=/usr/java/j2sdk1.4.0_01
export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH
export PATH

/stefano

Derek Jennings wrote:

  Two ways, either edit your ~/.bash_profile (for an individual user), or your /etc/profile (for system wide) to include the path to the java executable in your PATH statement 

for example
PATH=$PATH:$HOME/bin:/usr/lib/jre-1.4.0_01/bin

Next time you open a shell the path will be found.


The other way is to create a symlink in your /usr/bin directory like this 
ln -s /usr/lib/jre-1.4.0_01/bin /usr/bin/java

HTH

derek



On Fri, 27 Sep 2002 10:48:07 -0400
John Bodden [EMAIL PROTECTED] wrote:

  
  
I am trying to install LimeWire. Where to I configure the path 
variable. LimeWire is telling me that I do not have a Java VM in my 
path, evn though I have the J2re installed




  
  
  
  

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






Re: [newbie] .MandrakeLinux-9.0rc3-inst-1.i586.iso

2002-09-20 Thread Stefano Pogliani

Well, it seems that the i18n CD is not 600 MB, but something like 400MB.

Is this allright ?

/stefano

John Richard Smith wrote:

 This morning 06.14am BST,  just 124.1 MB into a 694.3 MB download
 the dutch site somehow managed to tell my downloader that this file was
 complete, and ever since has refused to restart.

 Is anyone else having trouble downloading  latest beta versions ?

 John



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



[newbie] 8.2, Samba and Webmin

2002-07-06 Thread Stefano POGLIANI



I installed 8.2 
and I found it great. Samba was configured in a minute and was working perfectly 
(shares and printers).

I do not know why 
I wanted to have a look to Webmin I just had a tour without changing 
anything in the "Samba" section From that point, the printer got an "Access 
Denied, Unable to connect" error (adding "use client driver = Yes" simply 
removed the warningbut I cannot actually use my Linux printer from my 
Windows 2000 machine)... and also I cannot write anymore to my shared drives 
("Access denied: the source file may be in use" but it is not in use 
!!!).

Any idea how to 
"undo" what I did in Webmin? Apparently the smb.conf was not modified (I saved a 
copy of smb.conf of a situation in which Samba was 
working...)

Thanks a lot 
indeed. Best regards

/stefano


RE: [newbie] 8.1 installed - networking trouble

2002-02-19 Thread Stefano POGLIANI

Welcome to the club...

It happened to me also, exactly the same... I re-installed
everything

/stefano


» -Original Message-
» From: [EMAIL PROTECTED]
» [mailto:[EMAIL PROTECTED]]On Behalf Of ChuckS
» Sent: 03 February 2002 01:48
» To: [EMAIL PROTECTED]
» Subject: [newbie] 8.1 installed - networking trouble
»
»
» I've  installed 8.1 and network was working fine out of the box.
» After doing MandrakeUpdate(all packages updated except the 3
» kernel related)
»
» I lost the network (the 3com ISA 3c509b NIC)
»
» I can ping 127.0.0.1 but not eth0 set IP192.168.42.1
» [root@myduckbox net]# ping 192.168.42.1
» connect: Network is unreachable
»
» eth0 doesn't list with ifconfig output but the Network
» Configurator GUI / tool displays all correct values?
»
» I get the following error output after running modprobe:
»
» [root@myduckbox net]# modprobe 3c509
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: invalid
» parameter parm_io
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz failed
» /lib/modules/2.4.8-26mdk/kernel/drivers/net/3c509.o.gz: insmod
» 3c509
» failed
»
» What's the next thing to check?
»
»
»
»




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



[newbie] Strange behaviour after MandrakeUpdate

2002-01-08 Thread Stefano POGLIANI

I am running 8.1
I have used MandrakeUpdate and selected the 3 categories (Bug fixes, 
Normal, Security). I installed everything except the Kernels (3 packages).
After that, once rebooting, the following happens:

1.  During boot the network is available (I can ping the Linux
machine from outside). As soon as the Login Screen becomes
available (or shortly after) the network is unreachable.
The Linux machine is not visible from outside and it
cannot reach other machines.
But it can ping itself (using 192.168.0.1 or the machine
name).

2.  The Graphical Login wants to reconfigure my desktop as if
it was the first time. When I select the first step (the
KDE desktop but it is the same with Gnome), then the NVidia
screen appears and I am prompted again with the Login
Screen.

The only way I can access my system is via a non-graphical
console

Could someone tell me if I did something wrong when I used MandrakeUpdate
(I mean, should i only have used the Security category ???) or
if this problem was exprimented by other people?

How could I get a working system back (other than re-installing
MDK 8.1 again) ?

Thanks a lot. Best regards

/stefano




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



RE: [newbie] Is this a joke?

2001-09-20 Thread Stefano POGLIANI

Could someone pls help me in getting the quickest to-do list for
using the downloaded Kernel and to reconfig it in order to:
- support PPP / ISDN
- support mounting CDROMS and NTFS partitions
- able to support the Sharing Internet Connection
- printing

I know I should read in detail the HowTo, but I have not a lot
of time and the multiple options in the Kernel configuration
are, sometimes, difficult to understand for me.

Thanks a lot in advance. Best regards

/stefano

» -Original Message-
» From: Ron Peake [mailto:[EMAIL PROTECTED]]
» Sent: 19 September 2001 14:49
» To: [EMAIL PROTECTED]; Stefano POGLIANI
» Subject: Re: [newbie] Is this a joke?
»
»
» Hi
» Install the original kernel from LM8.0 CD.  Use rpm -ivh *.rpm.
» Mandrake has
» a warning on their website against using MandrakeUpdate to update kernels.
» Regards,
» Ron
»
»
»
» On Wednesday 19 September 2001 10:17, Stefano POGLIANI wrote:
»  Hi all,
» 
»  running Mandrake 8.0.
»  Yesterday I UPDATED the kernel (Using the MandrakeUpdate utility)
»  to be 2.4.3-20
» 
»  All at a sudden, iptables is not working (cannot share internet
»  and ALSO the DHCP does not work...). But what is worst, my
»  beloved modem does not work anymore (well, KPPP is guessing
»  that ppp is not supported by the kernel...)
» 
»  I am now in the position of not being able to use my Linux machine
»  which was hosting the FATS Modem as well as the PRINTER.
» 
»  Is this a joke or a nightmare?
» 
»  I am a user, not a guru. I have no time to read and study
»  the Kernel howto and so on.
» 
»  Which is the QUICKEST AND SAFEST way to have a system working again?
» 
»  Thanks a lot indeed.
» 
»  /stefano
»
» 
» Content-Type: text/plain; charset=us-ascii; name=message.footer
» Content-Transfer-Encoding: 8bit
» Content-Description:
» 




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



RE: [newbie] Ximian-Gnome Installation

2001-08-22 Thread Stefano POGLIANI

I used the installer, yes. This did not create problems.

/stefano

» -Original Message-
» From: [EMAIL PROTECTED]
» [mailto:[EMAIL PROTECTED]]On Behalf Of Lanman
» Sent: 21 August 2001 19:28
» To: [EMAIL PROTECTED]; Stefano POGLIANI
» Subject: Re: [newbie] Ximian-Gnome Installation
»
»
» Stefano; Did you use the installer? I can't seem to get that
» sucker working.
» Any ideas?
»
» Lanman
»
»




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



RE: [newbie] Ximian-Gnome Installation

2001-08-21 Thread Stefano POGLIANI

Any idea where this download can be found? I checked
ftp://ftp.ximian.com/pub/ximian-gnome but I did not find it.

Thanks a lot

/stefano

» -Original Message-
» From: [EMAIL PROTECTED]
» [mailto:[EMAIL PROTECTED]]On Behalf Of Lanman
» Sent: 18 August 2001 15:15
» To: [EMAIL PROTECTED]
» Cc: [EMAIL PROTECTED]; Paul Tatham
» Subject: [newbie] Ximian-Gnome Installation
»
»
» Has anyone found out how to install Ximian-Gnome on Mandrake 8.0? I've
» managed to track down the specific installer applet from their
» ftp server,
» but during the install startup it fails. I downloaded the entire set of
» packages, and tried to re-point the installer to the archive
» containing all
» the RPM's, but when I do it, the installer refuses to highlight
» the Next
» button, and I can't continue. Ximian even has a alternate install
» procedure
» using lynx , but that doesn't work either.
»
» Any suggestions would be greatly appreciated!
»
» Dan
»
»




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



RE: [newbie] Ximian-Gnome Installation

2001-08-21 Thread Stefano POGLIANI

Thanks a lot, indeed.

After having installed Ximian, the doorman application crashes continuosly
(Segmentation fault).

Is this normal ?

/stefano

» -Original Message-
» From: [EMAIL PROTECTED]
» [mailto:[EMAIL PROTECTED]]On Behalf Of Sridhar Dhanapalan
» Sent: 21 August 2001 09:44
» To: [EMAIL PROTECTED]; Stefano POGLIANI
» Subject: Re: [newbie] Ximian-Gnome Installation
»
»
» http://mandrakeforum.com/article.php?sid=1232
»
» On Tue, 21 Aug 2001 16:49, Stefano POGLIANI wrote:
»  Any idea where this download can be found? I checked
»  ftp://ftp.ximian.com/pub/ximian-gnome but I did not find it.
» 
»  Thanks a lot
» 
»  /stefano
» 
»  » -Original Message-
»  » From: [EMAIL PROTECTED]
»  » [mailto:[EMAIL PROTECTED]]On Behalf Of Lanman
»  » Sent: 18 August 2001 15:15
»  » To: [EMAIL PROTECTED]
»  » Cc: [EMAIL PROTECTED]; Paul Tatham
»  » Subject: [newbie] Ximian-Gnome Installation
»  »
»  »
»  » Has anyone found out how to install Ximian-Gnome on Mandrake 8.0? I've
»  » managed to track down the specific installer applet from their
»  » ftp server,
»  » but during the install startup it fails. I downloaded the
» entire set of
»  » packages, and tried to re-point the installer to the archive
»  » containing all
»  » the RPM's, but when I do it, the installer refuses to highlight
»  » the Next
»  » button, and I can't continue. Ximian even has a alternate install
»  » procedure
»  » using lynx , but that doesn't work either.
»  »
»  » Any suggestions would be greatly appreciated!
»  »
»  » Dan
»  »
»  »
»
» --
» Sridhar Dhanapalan.
»   There are two major products that come from Berkeley:
»   LSD and UNIX. We don't believe this to be a coincidence.
»   -- Jeremy S. Anderson
»
»




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



RE: [newbie] Ximian-Gnome Installation

2001-08-21 Thread Stefano POGLIANI

It is just the standard 8.0, without Freq nor cooker packages (only the
Updated packages)

I did not install everything, I followed the normal installation. Now,
using RedCarpet, I downloaded and installed everything (I think, something
like 25 MB more of software) and I will see.

I will let you know how it goes.

Thanks for the moment

/stefano

» -Original Message-
» From: Sridhar Dhanapalan [mailto:[EMAIL PROTECTED]]
» Sent: 21 August 2001 18:17
» To: [EMAIL PROTECTED]; Stefano POGLIANI
» Subject: Re: [newbie] Ximian-Gnome Installation
»
»
» No, it isn't. The Doorman worked perfectly for me. It's not a
» necessity, it
» just makes setting up your desktop just a little easier. What's
» your system
» like? Are you running stock 8.0, or have you installed Cooker/external
» packages? I installed mine over Freq3, but Ximian GNOME is designed to be
» installed over a normal 8.0 setup. When you installed Ximian
» GNOME, did you
» install all the packages?
»
» On Wed, 22 Aug 2001 00:37, Stefano POGLIANI wrote:
»  Thanks a lot, indeed.
» 
»  After having installed Ximian, the doorman application crashes
»  continuosly (Segmentation fault).
» 
»  Is this normal ?
» 
»  /stefano
» 
»  » -Original Message-
»  » From: [EMAIL PROTECTED]
»  » [mailto:[EMAIL PROTECTED]]On Behalf Of Sridhar
» Dhanapalan
»  » Sent: 21 August 2001 09:44
»  » To: [EMAIL PROTECTED]; Stefano POGLIANI
»  » Subject: Re: [newbie] Ximian-Gnome Installation
»  »
»  »
»  » http://mandrakeforum.com/article.php?sid=1232
»  »
»  » On Tue, 21 Aug 2001 16:49, Stefano POGLIANI wrote:
»  »  Any idea where this download can be found? I checked
»  »  ftp://ftp.ximian.com/pub/ximian-gnome but I did not find it.
»  » 
»  »  Thanks a lot
»  » 
»  »  /stefano
»  » 
»  »  » -Original Message-
»  »  » From: [EMAIL PROTECTED]
»  »  » [mailto:[EMAIL PROTECTED]]On Behalf Of Lanman
»  »  » Sent: 18 August 2001 15:15
»  »  » To: [EMAIL PROTECTED]
»  »  » Cc: [EMAIL PROTECTED]; Paul Tatham
»  »  » Subject: [newbie] Ximian-Gnome Installation
»  »  »
»  »  »
»  »  » Has anyone found out how to install Ximian-Gnome on Mandrake 8.0?
»  I've »  » managed to track down the specific installer applet
» from their »
»   » ftp server,
»  »  » but during the install startup it fails. I downloaded the
»  » entire set of
»  »  » packages, and tried to re-point the installer to the archive
»  »  » containing all
»  »  » the RPM's, but when I do it, the installer refuses to highlight
»  »  » the Next
»  »  » button, and I can't continue. Ximian even has a alternate install
»  »  » procedure
»  »  » using lynx , but that doesn't work either.
»  »  »
»  »  » Any suggestions would be greatly appreciated!
»  »  »
»  »  » Dan
»  »  »
»  »  »
»  »
»  » --
»  » Sridhar Dhanapalan.
»  »   There are two major products that come from Berkeley:
»  »   LSD and UNIX. We don't believe this to be a coincidence.
»  »   -- Jeremy S. Anderson
»  »
»  »
»
» --
» Sridhar Dhanapalan.
»   There are two major products that come from Berkeley:
»   LSD and UNIX. We don't believe this to be a coincidence.
»   -- Jeremy S. Anderson




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