[expert] email on home network

2002-01-19 Thread Mike Tracy Holt

Hello all, hope this isn't too newbie.
Here's my dilema:
I'm on dsl behind a netgear router using portmapping to my linux server 
which handles a web page, ftp, quake server, etc...  I've been wanting to 
set up an email server for learning experience; so people could email me 
[EMAIL PROTECTED]
I finally sat down and tried it using postfix, yet I don't have a CLUE 
what I'm doing!  I thought this would be as simple as setting up http; 
just start the postfix daemon, make sure there is a user account on the 
server, then just jump on another computer and send an email to 
[EMAIL PROTECTED] and it should automatically appear on my server - 
right?  I can't find squat for online docs (in simple terms at least) and 
it's just not working the way I expect :-(  

Help?
Mike

-- 
Michael  Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
===
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





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



Re: [expert] email on home network

2002-01-19 Thread Tal Amir

personally, i recomand you to use sendmail.
its better and simpler for new users.

in order to get you mail system running you will need to configure a name 
and domain for your system. did you do that ?
are smtp and pop services installed and running ?
are you able to send mail locally inside that machine between users?
are you able to send mail to external addresses ?

figure those first, and then move on.


On Sat, 19 Jan 2002, Mike  Tracy Holt wrote:

 Date: Sat, 19 Jan 2002 00:13:20 -0800 (PST)
 From: Mike  Tracy Holt [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: expert [EMAIL PROTECTED]
 Subject: [expert] email on home network
 
 Hello all, hope this isn't too newbie.
 Here's my dilema:
 I'm on dsl behind a netgear router using portmapping to my linux server 
 which handles a web page, ftp, quake server, etc...  I've been wanting to 
 set up an email server for learning experience; so people could email me 
 [EMAIL PROTECTED]
 I finally sat down and tried it using postfix, yet I don't have a CLUE 
 what I'm doing!  I thought this would be as simple as setting up http; 
 just start the postfix daemon, make sure there is a user account on the 
 server, then just jump on another computer and send an email to 
 [EMAIL PROTECTED] and it should automatically appear on my server - 
 right?  I can't find squat for online docs (in simple terms at least) and 
 it's just not working the way I expect :-(  
 
 Help?
 Mike
 
 

-- 
---
_|_|_ Best Regard's ,
  ( )   *  Amir Tal,  
  /v\  /   System Administrator
/(   )X
 (m_m)  
| |ICQ : 15748705
| (_)_ __  
| | | '_ \| | | \ \/ /   
| | | | | | |_| |  
|_)_|_|_| |_|__,_/_/\
 http://whatsup.homelinux.com 
---




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



Re: [expert] Text-based utility to replace MandrakeUpdate? and rpmdrake prob...

2002-01-19 Thread James Sparenberg

Another cheat which doesn't always work but does most of the time is to imput the 
filename or libname into www.rpmfind.net search engine.  It's great for when you DONT 
have have app on your box.

James


On Fri, 18 Jan 2002 18:29:20 -0600
nds [EMAIL PROTECTED] wrote:

 Franki wrote:
 
  Hi all,
  
  can anyone tell me what mandrake rpm these files are from:
  librpm.so.0
  libstdc++-libc6.1-2.so.3
  
  I can't use rpmdrake to find them, because it doesn't
  
  and rpmfind didn't list any mandrake packages..
  
  I want to install the MandrakeUpdateRobot
  
  and it complains about those dependencies.
  
  While I am at it, I have another problem as well, rpmdrake tells me Bad,
  unreadable or not found packages for anything I try to install, anyone have
  any ideas why that might be?
  
  
  rgds
  
  Frank
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of James Sparenberg
  Sent: Friday, 18 January 2002 4:20 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [expert] Text-based utility to replace MandrakeUpdate?
  
  
  Mandrake Update Robot. It's now included on the CD's so you should have it.
  I've used it and found that it works well.  You can even set it up as a cron
  job to work behind the scenes... it will then e-mail root to tell you what
  it updated and when.
  
  James
  
  
  On Thu, 17 Jan 2002 08:31:08 -0500
  Charles Ouimet [EMAIL PROTECTED] wrote:
  
  
 Hi!
 
 Is there any text-based utility that does the same thing then
 
  MandrakeUpdate?
  
 I really like MandrakeUpdate, but I have a few LM8.1 servers installed
 
  with
  
 no X environment...
 
 Any suggestions?
 
 Thanx
 
 -C
 
 -
 Charles Ouimet[EMAIL PROTECTED]
 
 (514) 220-4240http://www.analysco.com
 -
 
 
 
 
  
  
  
  
  
  
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
  
 
 I did this to find out for you:
 
 whereis librpm.so.0
 
 result:
 
 /usr/lib/librpm.so
 
 I next do:
 
 rpm -qf /usr/lib/librpm.so
 
 On my Cooker system I get:
 
 rpm-devel-4.0.3-0.34mdk
 
 Next file I do:
 
 whereis libstdc++-libc6.1-2.so.3
 
 I get:
 
 libstdc++-libc6.1-2.so.3:
 
 So I next try:
 
 locate libstdc++
 
 I get a list of files and one that closely matches yous:
 
 /usr/lib/libstdc++-libc6.2-2.so.3
 
 So I finally do:
 
 rpm -qf /usr/lib/libstdc++-libc6.2-2.so.3
 
 And get on my Cooker machine:
 
 libstdc++-2.10-2.96-0.69mdk
 
 I listed your answer this way to let you know that there are more than 
 one way to troubleshoot and find your answer. Some files can not be 
 found by rpm without listing their complete path name as well. HTH
 
 cheers,
 altoine
 
 
 



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



Re: [expert] v4l

2002-01-19 Thread Onur Kucuk


AWSdS Hi,

AWSdS I have a PII 300, 198 Ram, a Studio PCTV pci and a Voodoo3 3000
AWSdS agp.  Everything works fine under MDK 8.1.  Once I was suggested to add
AWSdS load v4l in my /etc/X11/XF86Config-4, so I'd be able to see TV via xawtv
AWSdS in total full screen mode, since I use 1024x768 resolution.
AWSdS However, it didn't work.  When I call xawtv, my TV view came out
AWSdS of the xawtv window, very messy and my system almost lock, getting very
AWSdS slow.
AWSdS Without v4l, using mplayer I can see TV in total full screen.  So,
AWSdS is it a xawtv issue? Or how to fix this problem about load v4l?  Any
AWSdS suggestion?

AWSdS Many thanks in advance,


 - The correct syntax should be
   Loadv4l

 - Have you run v4l-conf ?. Better run it while X-windows is active.
   Just open a terminal in X and run it, it should define the
   resolution etc.
   
 - Is mplayer changing resolution? The thing in watching full screen,
   is a limitation of resolution, so mplayer might be changing
   resolution to let it be played in full screen, and this thing is
   not what load v4l does.

 - Xawtv may need some configuration. Guess it must be using Xv. Check
   the man page for how

 - This `Load v4l` is not totally supported by all the video cards,
   though if I remember it right, voodoo is supported. Guess you can
   find info at xfree86.org

 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



[expert] test

2002-01-19 Thread Mike Tracy Holt

test - am I getting through?

-- 
Michael  Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
===
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





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



Re: [expert] test

2002-01-19 Thread Tal Amir

yes you are dude ;)

On Sat, 19 Jan 2002, Mike  Tracy Holt wrote:

 Date: Sat, 19 Jan 2002 04:03:40 -0800 (PST)
 From: Mike  Tracy Holt [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: expert [EMAIL PROTECTED]
 Subject: [expert] test
 
 test - am I getting through?
 
 

-- 
---
_|_|_ Best Regard's ,
  ( )   *  Amir Tal,  
  /v\  /   System Administrator
/(   )X
 (m_m)  
| |ICQ : 15748705
| (_)_ __  
| | | '_ \| | | \ \/ /   
| | | | | | |_| |  
|_)_|_|_| |_|__,_/_/\
 http://whatsup.homelinux.com 
---




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



[expert] Re: Samba/hwclock -- Samba Time Server Not Right

2002-01-19 Thread Andrew Bartlett

David Rankin wrote:
 
 Andrew,
 
 Since I got your message I've dived back into my mess with Samba
 serving the wrong time. I'm pulling my hair out. Look at the following.
 It doesn't make sense to me at all : (

I've looked at the snif you sent me.  Your Samba is convinced it is in
GMT.  Looking a the code, this can occur if you system does't supply a
gmtime() call or your system really thinks its in GMT.  It tells the
client this - the client should actually be able to say 'well i'm not
gmt, so I'll add/subtract' but in any case we can't expect too much
of MS :-)

I'm wondering if Samba is starting before the timezone is set...

Can you kill off samba, and manually start it with 'smbd -D nmbd -D'
(at a root prompt).


 Ok, so what have I learned?
 
 (1)It appears to me that Samba serves time based upon the system
 clock;
 (2)Regardless of what the tz setting is, Samba is going to serve
 the 'actual' time stored in the system clock regardless of the tz info;

No, regardless of the time zone, samba thinks its in utc.  Does
'gmtime()' work/exist on your system?  (Write a small C proggy to
test).  That failing will set GMT without the slightest mention in the
logs.

 (3)As a result/consequence of (2) above, Samba ignores the tz
 setting when serving time; and
 (4)All of you who are telling me that you have your server
 hardware clock and system clock set to UTC and are relying on the tz
 setting to have Samba serve the correct time to your windows clients ---
 I WANT TO KNOW HOW IN THE HECK YOU ARE DOING IT
 
 In the immortalized words of Tom Hanks: That's about all I have to say
 about that.
 
 I hope this is helpful, at least somewhat thorough with regard to the
 problem I am experiencing. And I really hope that someone smarter than I
 can point out to me, diplomatically of course, where I have my CRI.

I would rather like to get to the bottom of this some day...

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net



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



Re: [expert] email on home network

2002-01-19 Thread tester

Mike  Tracy Holt wrote:

 Hello all, hope this isn't too newbie.
 Here's my dilema:
 I'm on dsl behind a netgear router using portmapping to my linux server 
 which handles a web page, ftp, quake server, etc...  I've been wanting to 
 set up an email server for learning experience; so people could email me 
 [EMAIL PROTECTED]
 I finally sat down and tried it using postfix, yet I don't have a CLUE 
 what I'm doing!  I thought this would be as simple as setting up http; 
 just start the postfix daemon, make sure there is a user account on the 
 server, then just jump on another computer and send an email to 
 [EMAIL PROTECTED] and it should automatically appear on my server - 
 right?  I can't find squat for online docs (in simple terms at least) and 
 it's just not working the way I expect :-(  
 
 Help?
 Mike
 
 
 
 
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 

Umm

Jump on the machine running postfix and use mozilla to go to

https://127.0.0.1:1

login is root
password is your root password

click on the servers tab


click on postfix

click on general

Now the doamin names you receive mail for are your hostname or your 
host's domain or what you fill in the blank.  The most powerful blank 
filling you can do is name a file like

/var/postfix/mydomains

then fill that file with hostnames and IP addresses if your host doesn't 
have nameservice.

I had a domain with mail to the domain forwarded to 
[EMAIL PROTECTED] and postfix was set to that same 209.

Later I reassigned nameservers so they were the ones my ISP used, and 
then I had to change to the named domains.

YOu will see there are a lot of variables for postfix configuration 
(about 100) but those first three will make a working mailserver. 
Please note that there is a link for nearly every one of the variables 
and the link is to aqn info/explanation page.

Good luck with your mail...  Oh yes, make sure you allow the mail to try 
the null MX domain otherwise users trying to mail each other on the 
local net may get mail loops back to me errors.

Civileme





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



[expert] depmod: cannot read ELF header after kernel install

2002-01-19 Thread Brian Parish

I just dl'd kernel-2.4.8-43.1mdk and installed it on two machines.  The
first was fine.  The second did this:


# rpm -ivh kernel-2.4.8-34.1mdk.i586.rpm
Preparing...###
[100%]
   1:kernel ###
[100%]
depmod: cannot read ELF header from
/lib/modules/2.4.8-34.1mdk/kernel/fs/nls/nls_iso8859-9.o.gz;3c49434b

As the install seemed to have completed I booted the new kernel just to
see what would happen, and sure enough it hangs after the initial lilo
booting... message.  

A quick check of the file mentioned in the message shows that it exists,
but with 0 bytes and it is the only file in this directory.  By
contrast, the machine on which the install succeeded has many files in
that dir.

No problem - I put things back the way they were and everything is fine,
but I guess I should be running this updated kernel as it was a security
update. Can anyone shed any light?

Brian




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



Re: [expert] email on home network

2002-01-19 Thread Bill

Whoa! There is a bunch of stuff you gota do before sending and recieving 
email. First off ya gota get yourself one of them there domain names. Next ya 
gota setup the dns so that email going to your domain goes to the correct ip 
plus ya gota set the priority for that mail server ip.

If your running Webmin which I would recomend you do go to the postfix server 
and under general options enter what domain to use in outbound mail and next 
what domain to recieve mail for.

Next on your dsl router map ports 25 and 110 to the machine that is running 
postfix. Mapping port 110 will alow you to pop mail from outside your network 
like from work. 

If everything is setup correctly it should work. The importat thing is the 
dns settings. 

I run my own dns so I dont have to depend on outside tech support to get it 
right.

On Star Date Saturday 19 January 2002 12:13 am, Mike  Tracy Holt sent this 
sub-space message. 
 
 Hello all, hope this isn't too newbie.
 Here's my dilema:
 I'm on dsl behind a netgear router using portmapping to my linux server
 which handles a web page, ftp, quake server, etc...  I've been wanting to
 set up an email server for learning experience; so people could email me
 [EMAIL PROTECTED]
 I finally sat down and tried it using postfix, yet I don't have a CLUE
 what I'm doing!  I thought this would be as simple as setting up http;
 just start the postfix daemon, make sure there is a user account on the
 server, then just jump on another computer and send an email to
 [EMAIL PROTECTED] and it should automatically appear on my server -
 right?  I can't find squat for online docs (in simple terms at least) and
 it's just not working the way I expect :-(

 Help?
 Mike



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



Re: [expert] keybindings - khotkeys stuff - volume control -a solution?

2002-01-19 Thread gnerd

Hey, that rocks!  Thanks for posting!

Mike

bascule wrote:

 further to posts under the recent thread concerning cut and paste i have been 
 doing some reading and i have discovered that the 'khotkeys' prog mentioned 
 by randy (iirc), is installed as part of kde (in kdebase i think), it is used 
 if one uses 'kmenuedit' to edit the menus as this has options to assign keys 
 to launch the applications, doing this then creates a 
 ~/.kde/share/config/khotkeysrc file, however this route means creating a menu 
 item, fortunately this url: http://www.linuxgazette.com/issue67/evans.html
 gives a nice example of how to manually edit this file to create a shortcut 
 for a command without having to create a menu item, i have used this route to 
 create shortcuts for altering the volume using the keyboard,
 i created two scripts called 'volumeup' and volumedown' as follows,
 volumeup:
 #!/bin/bash
 aumix -v +5 -S
 
 volumedown:
 #!/bin/bash
 aumix -v -5 -S
 
 made them execuatble of course and put them in my ~/scripts directory
 i then created ~/.kde/share/config/khotkeysrc file
  as follows:
 [Main]
 Num_Sections=2
 Version=1
 
 [Section1]
 MenuEntry=false
 Name=volumeup
 Run=~/scripts/volumeup
 Shortcut=Shift+Insert
 
 [Section2]
 MenuEntry=false
 Name=volumeudown
 Run=~/scripts/volumedown
 Shortcut=Shift+Delete
 
 then i used the info from the above url and ran:
 'dcop khotkeys khotkeys reread_configuration' at a prompt to get khotkeys to 
 reread its config file
 
 voila!
 the key combos i used aren't my preferred, using kmenuedit to see what the ui 
 would accept i noticed that the numpad keys seem to be ignored so i'm hoping 
 that what i've chosen - shift-insert and shift-delete don't conflict with 
 anything, but they are easily changed!
 
 i hope this might be of help to someone
 i forget who pointed me to the aumix command line options but thankyou!
 
 bascule





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



Re: [expert] email on home network

2002-01-19 Thread Bill



Whoa! There is a bunch of stuff you gota do before sending and recieving
email. First off ya gota get yourself one of them there domain names. Next ya
gota setup the dns so that email going to your domain goes to the correct ip
plus ya gota set the priority for that mail server ip.

If your running Webmin which I would recomend you do go to the postfix server
and under general options enter what domain to use in outbound mail and next
what domain to recieve mail for.

Next on your dsl router map ports 25 and 110 to the machine that is running
postfix. Mapping port 110 will alow you to pop mail from outside your network
like from work.

If everything is setup correctly it should work. The importat thing is the
dns settings.

I run my own dns so I dont have to depend on outside tech support to get it
right.

On Star Date Saturday 19 January 2002 12:13 am, Mike  Tracy Holt sent this
sub-space message.

 Hello all, hope this isn't too newbie.
 Here's my dilema:
 I'm on dsl behind a netgear router using portmapping to my linux server
 which handles a web page, ftp, quake server, etc...  I've been wanting to
 set up an email server for learning experience; so people could email me
 [EMAIL PROTECTED]
 I finally sat down and tried it using postfix, yet I don't have a CLUE
 what I'm doing!  I thought this would be as simple as setting up http;
 just start the postfix daemon, make sure there is a user account on the
 server, then just jump on another computer and send an email to
 [EMAIL PROTECTED] and it should automatically appear on my server -
 right?  I can't find squat for online docs (in simple terms at least) and
 it's just not working the way I expect :-(

 Help?
 Mike

---



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



Re: [expert] email on home network

2002-01-19 Thread Pierre Fortin

On Sat, 19 Jan 2002 00:13:20 -0800 (PST)
Mike  Tracy Holt [EMAIL PROTECTED] wrote:

 Hello all, hope this isn't too newbie.
 Here's my dilema:
 I'm on dsl behind a netgear router using portmapping to my linux server 
 which handles a web page, ftp, quake server, etc...  I've been wanting
to  set up an email server for learning experience; so people could email
me  [EMAIL PROTECTED]
 I finally sat down and tried it using postfix, yet I don't have a CLUE 
 what I'm doing!  I thought this would be as simple as setting up http; 
 just start the postfix daemon, make sure there is a user account on the 
 server, then just jump on another computer and send an email to 
 [EMAIL PROTECTED] and it should automatically appear on my server - 
 right?  I can't find squat for online docs (in simple terms at least)
and  it's just not working the way I expect :-(  
 
 Help?
 Mike

I'm using PostFix and the other day started a web page for my own use. 
I've made some stupid errors in the early PostFix configuration attempts
and don't mind sharing the mistakes.  The spam problem is zero now, and I
*love* it...  :^)  see http://pfortin.com/Linux/PostFix

Feel free to critique my efforts...  :^)

HTH,
Pierre




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



[expert] flashplayer/shockwave for Konqueror

2002-01-19 Thread cristkd

I'm trying to get the MacroMedia plugins to work with Konqueror.  The Konqueror 
documentation says there is a way to scan for NS plugins via K-menu - Preferences - 
Web Browsing -  Netscape Plugins and a dialog box with 2 tabs, Scan and Plugins will 
appear.  This doesn't happen on my 8.1 system.  There is no preferences item on the 
K-menu.  When I go to control center and select web browsing - Konqueror there is a 
tab for plugins with check box for enable globally.  That's all.  I tried nspluginscan 
from the command line and the command is not found.

Thanks,
Ken



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



[expert] Re: Samba/hwclock -- Samba Time Server Not Right

2002-01-19 Thread David Rankin

Andrew, you're not going to believe this, but I think you FIXED IT

I have also attached the tcpdump of the Samba restart for you review. Here is
what I did:

I was working from home on the computer Skyline through 2 SSH windows with
Skyline joined as a member of the workgroup at work via a pptp VPN connection.

I set up the tcpdump tcpdump -s 1500 -w dumpout

From the second SSH session I issued /ect/rc.d/init.d/smb restart

Then from a dos window issued the net time \\nemesis /yes command. To my
great surprise and great delight, the following was returned:

C:\WINDOWSnet time \\nemesis
Current time at \\NEMESIS is 1-19-2002 9:52A.M.(CORRECT!!!)
The command was completed successfully.

Now this is just my guess at what my problem was -- please look at the dump to
confirm. I think I know what happened. The last time samba was restarted was
when we took the last lightning hit (before the UPS) which happened:

[root@Nemesis david]# uptime
 10:07am  up 208 days, 19:46,  1 user,  load average: 0.00, 0.00, 0.00

days ago. When samba was started the localtime softlink was not set. Samba was
oblivious to the tz variable and since I haven't restarted samba for 208 days
it didn't matter what I did with the localtime link because samba never saw
it. When you had me resart samba to get the tcpdump this morning, the
localtime link was properly set and bingo samba became aware of the tz
setting and now is serving the correct time!!

I think the moral to this story is --

If you change the localtime soflink or change the tz variable YOU HAVE TO
RESTART SAMBA.

If this is really the case, this would make a great addition to the samba docs
and the hwclock man page. Take a look at the tcpdump output (attached) and see
if my guess at what happened makes sense!

THANK YOU VERY MUCH!!

Now, I think I'm just going to go back and issue the net time command
about 50 more times just to delight in the fact that it is giving me the
correct time. It's those small victories that make life worth living!!

Andrew Bartlett wrote:

 David Rankin wrote:
 
  Andrew,
 
  Since I got your message I've dived back into my mess with Samba
  serving the wrong time. I'm pulling my hair out. Look at the following.
  It doesn't make sense to me at all : (

 I've looked at the snif you sent me.  Your Samba is convinced it is in
 GMT.  Looking a the code, this can occur if you system does't supply a
 gmtime() call or your system really thinks its in GMT.  It tells the
 client this - the client should actually be able to say 'well i'm not
 gmt, so I'll add/subtract' but in any case we can't expect too much
 of MS :-)

 I'm wondering if Samba is starting before the timezone is set...

 Can you kill off samba, and manually start it with 'smbd -D nmbd -D'
 (at a root prompt).

  Ok, so what have I learned?
 
  (1)It appears to me that Samba serves time based upon the system
  clock;
  (2)Regardless of what the tz setting is, Samba is going to serve
  the 'actual' time stored in the system clock regardless of the tz info;

 No, regardless of the time zone, samba thinks its in utc.  Does
 'gmtime()' work/exist on your system?  (Write a small C proggy to
 test).  That failing will set GMT without the slightest mention in the
 logs.

  (3)As a result/consequence of (2) above, Samba ignores the tz
  setting when serving time; and
  (4)All of you who are telling me that you have your server
  hardware clock and system clock set to UTC and are relying on the tz
  setting to have Samba serve the correct time to your windows clients ---
  I WANT TO KNOW HOW IN THE HECK YOU ARE DOING IT
 
  In the immortalized words of Tom Hanks: That's about all I have to say
  about that.
 
  I hope this is helpful, at least somewhat thorough with regard to the
  problem I am experiencing. And I really hope that someone smarter than I
  can point out to me, diplomatically of course, where I have my CRI.

 I would rather like to get to the bottom of this some day...

 Andrew Bartlett

 --
 Andrew Bartlett [EMAIL PROTECTED]
 Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
 Student Network Administrator, Hawker College   [EMAIL PROTECTED]
 http://samba.org http://build.samba.org http://hawkerc.net

--
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




dumpout
Description: Binary data

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



Re: [expert] flashplayer/shockwave for Konqueror

2002-01-19 Thread bascule

there is a package - kdebase-nsplugins i thin it is called, have you 
installed that?

bascule
]
On Saturday 19 January 2002 4:33 pm, you wrote:
 I'm trying to get the MacroMedia plugins to work with Konqueror.  The
 Konqueror documentation says there is a way to scan for NS plugins via
 K-menu - Preferences - Web Browsing -  Netscape Plugins and a dialog box
 with 2 tabs, Scan and Plugins will appear.  This doesn't happen on my 8.1
 system.  There is no preferences item on the K-menu.  When I go to control
 center and select web browsing - Konqueror there is a tab for plugins with
 check box for enable globally.  That's all.  I tried nspluginscan from the
 command line and the command is not found.

 Thanks,
 Ken



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



Re: [expert] flashplayer/shockwave for Konqueror

2002-01-19 Thread cristkd

That was it after I installed the lesstif package.

Thanks for the instant help!

Ken


On Sat, 19 Jan 2002 16:13:50 +, bascule [EMAIL PROTECTED] wrote:

 This is a multi-part message in MIME format...

 =_1011456408-762-1595
 Content-Type: text/plain;
   charset=iso-8859-1
 Content-Transfer-Encoding: 8bit

 there is a package - kdebase-nsplugins i thin it is called, have you 
 installed that?

 bascule
 ]
 On Saturday 19 January 2002 4:33 pm, you wrote:
 I'm trying to get the MacroMedia plugins to work with Konqueror.  The
 Konqueror documentation says there is a way to scan for NS plugins via
 K-menu - Preferences - Web Browsing -  Netscape Plugins and a dialog box
 with 2 tabs, Scan and Plugins will appear.  This doesn't happen on my 8.1
 system.  There is no preferences item on the K-menu.  When I go to control
 center and select web browsing - Konqueror there is a tab for plugins with
 check box for enable globally.  That's all.  I tried nspluginscan from the
 command line and the command is not found.

 Thanks,
 Ken


 =_1011456408-762-1595
 Content-Type: text/plain; name=message.footer
 Content-Disposition: inline; filename=message.footer
 Content-Transfer-Encoding: 8bit

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

 =_1011456408-762-1595--





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



RE: [expert] Text-based utility to replace MandrakeUpdate? and rpmdrake prob...

2002-01-19 Thread Franki


Thankyou, much appreciated..


rgds

Frank
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of nds
Sent: Saturday, 19 January 2002 8:29 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Text-based utility to replace MandrakeUpdate? and
rpmdrake prob...


Franki wrote:

 Hi all,

 can anyone tell me what mandrake rpm these files are from:
 librpm.so.0
 libstdc++-libc6.1-2.so.3

 I can't use rpmdrake to find them, because it doesn't

 and rpmfind didn't list any mandrake packages..

 I want to install the MandrakeUpdateRobot

 and it complains about those dependencies.

 While I am at it, I have another problem as well, rpmdrake tells me Bad,
 unreadable or not found packages for anything I try to install, anyone
have
 any ideas why that might be?


 rgds

 Frank


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of James Sparenberg
 Sent: Friday, 18 January 2002 4:20 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [expert] Text-based utility to replace MandrakeUpdate?


 Mandrake Update Robot. It's now included on the CD's so you should have
it.
 I've used it and found that it works well.  You can even set it up as a
cron
 job to work behind the scenes... it will then e-mail root to tell you what
 it updated and when.

 James


 On Thu, 17 Jan 2002 08:31:08 -0500
 Charles Ouimet [EMAIL PROTECTED] wrote:


Hi!

Is there any text-based utility that does the same thing then

 MandrakeUpdate?

I really like MandrakeUpdate, but I have a few LM8.1 servers installed

 with

no X environment...

Any suggestions?

Thanx

-C

-
Charles Ouimet[EMAIL PROTECTED]

(514) 220-4240http://www.analysco.com
-








 

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


I did this to find out for you:

whereis librpm.so.0

result:

/usr/lib/librpm.so

I next do:

rpm -qf /usr/lib/librpm.so

On my Cooker system I get:

rpm-devel-4.0.3-0.34mdk

Next file I do:

whereis libstdc++-libc6.1-2.so.3

I get:

libstdc++-libc6.1-2.so.3:

So I next try:

locate libstdc++

I get a list of files and one that closely matches yous:

/usr/lib/libstdc++-libc6.2-2.so.3

So I finally do:

rpm -qf /usr/lib/libstdc++-libc6.2-2.so.3

And get on my Cooker machine:

libstdc++-2.10-2.96-0.69mdk

I listed your answer this way to let you know that there are more than
one way to troubleshoot and find your answer. Some files can not be
found by rpm without listing their complete path name as well. HTH

cheers,
altoine






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



[expert] mandrake 8.2

2002-01-19 Thread Harold Hartley

I'm curious to when mandrake plans to release a 8.2 version of mandrake..
Are they just waiting for the new kde 3.0 before they decide to release a 
mandrake 8.2 or what..

I'm curious as to what new features mandrake may have in the next version.

Harold



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



Re: [expert] mandrake 8.2

2002-01-19 Thread Tom Badran

Harold Hartley wrote:

 I'm curious to when mandrake plans to release a 8.2 version of mandrake..
 Are they just waiting for the new kde 3.0 before they decide to release a 
 mandrake 8.2 or what..
 
 I'm curious as to what new features mandrake may have in the next version.

Then you should check out the current cooker distribution. There have 
been some big changes to the mandrake configuration tools, and i believe 
they also have a scannerdrake tool now.


-- 
Tom Tomahawk Badran
Imperial College, Department of Computing
-
PGP Public @ certserver.pgp.com




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



Re: [expert] mandrake 8.2

2002-01-19 Thread Tal Amir

like all of us, you will have to wait and see.


On Sat, 19 Jan 2002, Harold Hartley wrote:

 Date: Sat, 19 Jan 2002 13:05:43 -0500
 From: Harold Hartley [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [expert] mandrake 8.2
 
 I'm curious to when mandrake plans to release a 8.2 version of mandrake..
 Are they just waiting for the new kde 3.0 before they decide to release a 
 mandrake 8.2 or what..
 
 I'm curious as to what new features mandrake may have in the next version.
 
 Harold
 
 

-- 
---
_|_|_ Best Regard's ,
  ( )   *  Amir Tal,  
  /v\  /   System Administrator
/(   )X
 (m_m)  
| |ICQ : 15748705
| (_)_ __  
| | | '_ \| | | \ \/ /   
| | | | | | |_| |  
|_)_|_|_| |_|__,_/_/\
 http://whatsup.homelinux.com 
---




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



[expert] net_monitor

2002-01-19 Thread Haug Bürger

Hi,

i was not very satisfied with the ISDN Internet configuration
of MDK 8.1. It's unaccaptable to give every user the root passwort
just to connect the internet. The correct way is probaly to set
up PAM to allow net_monitor for internet users.
I have no idea how ti configure PAM and used sudo insted.
Secondly the connections timeout doesn't work because some
program or deamon makes continious DNS calls to www.mandrakesoft.com.
I stopped all programs but the problem persists until i
configured /etc/hosts with www.mandrakesoft.com. It may be something
of my GNOME Desktop.

My target is to configure my ISDN connection that it starts
net_monitor if anny program wants internet access. But 
net_monitor should only make a connection if the user wants
it. If the user decides to have a connection, net_monitor
starts a dial on demand connection which drops the line 
after some time and restarts it if some program needs it.
If net_monitor stopps than the connection drops permanently,
which means no net_monitor no internet. 

But now to my problem with the net_monitor(.real) script.
It looks really nice for the user but is in perl which
makes it hardly readable for me.
I can start it but it doesn't create an internet connection
because it thinks it is connected.

[root@zesi lib]# net_monitor --connect
[1] 2962
[root@zesi lib]# isdnctrl status ippp0
ippp0: No such device

I can create a connection with the net_cnx_(up|down) scripts
but it returns two errors.

[root@zesi network-scripts]# ./net_cnx_up
SIOCDELRT: Kein passender Prozeß gefunden
Activating device: ifcfg-ippp0
Loading network settings: ifcfg-ippp0
Loading module(s) for ippp0
Adding ippp device ippp0
addif: No such device
Configuring device ippp0
EAZ/MSN for ippp0 is 4770517
Security for ippp0 is on
Dialmax for ippp0 is 1 times.
Hangup-Timeout for ippp0 is 60 sec.
Incoming-Hangup for ippp0 is on
Charge-Hangup for ippp0 is on
Layer-2-Protocol for ippp0 is hdlc
Layer-3-Protocol for ippp0 is trans
Encapsulation for ippp0 is syncppp
Slave-activation delay for ippp0 is 10 sec.
ippp0 bound to 0
ISDN Configuration read from /etc/isdn/isdnctrl.conf.
Adding device ippp0
SIOCSIFDSTADDR: Die angeforderte Adresse kann nicht zugewiesen werden
Starting ppp-daemon if needed
Starting PPP-daemon for ippp0
Dialing of ippp0 triggered
[root@zesi network-scripts]# isdnctrl status ippp0
ippp0 connected to 5501500

If i start net_cnx_pg and dial manually get a connection and
an error if i press the disconnect button.

[root@zesi network-scripts]# ./net_cnx_pg
[2] 4252
[root@zesi network-scripts]# isdnctrl dial ippp0
Dialing of ippp0 triggered
[root@zesi network-scripts]# 
GLib-CRITICAL **: file gmain.c: line 500 (g_source_remove): assertion
`tag  0' failed.
ippp0 hung up
Shutting down ifconfig for ippp0.
Removing device ippp0 deleted
Stopping ipppd .
ISDN  down!

Any idea what's wrong there?

Thanks
  Haug





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



[expert] JDK Look and Feel, Mozilla and Star office

2002-01-19 Thread Tom Badran

Is there any way to permanently set the system look and feel of swing on 
the sun jdk (1.3 or 1.4) to the cde/motif one instead of the default 
metal one?

Also, both star office and mozilla have 'quick start' daemons under 
windows so a portion of the programis kept in memory resulting in 
quicker loads for systems with plenty of ram. Is it possible to set this 
up under linux also?

Thanks Guys,

Tom

-- 
Tom Tomahawk Badran
Imperial College, Department of Computing
-
PGP Public @ certserver.pgp.com




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



[expert] SSH TCP connection problem

2002-01-19 Thread Lee Roberts

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can get an SSH session from the intranet but not from the internet.
A port scan shows TCP port 22 open but the connection is refused when
trying to connect to my Linux box from the internet. I probably have
a config file problem. Can someone save me the time of studying man
pages, etc? BTW, I'm using ttssh on a laptop running Win2K to try to
establish the SSH connection to the Linux box (works OK on the
intranet but not the internet).

While I'm here, when creating an RSA key for establishing an SSH
connection, how do I create the key? Is it something as simple as
generating an RSA key with PGP and giving it an ID of SSH? I don't
believe that GPG does RSA keys so I guess I'll have to install PGP on
the Linux box. I have PGP 6.5 on my Windows clients (I use ttssh on
the Windows computers to get an SSH connection with the Linux box).

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBPEnBtowoPKBUx8xQEQI/IQCgzV9wapKgWkzVpYMtS7Qkkq6SyAQAoISh
K//zuOJLeWwP9HZMxiDQDAtG
=8uZu
-END PGP SIGNATURE-




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



Re: [expert] JDK Look and Feel, Mozilla and Star office

2002-01-19 Thread Dave Sherman

On Sat, 2002-01-19 at 05:20, Tom Badran wrote:
 Also, both star office and mozilla have 'quick start' daemons under 
 windows so a portion of the programis kept in memory resulting in 
 quicker loads for systems with plenty of ram. Is it possible to set this 
 up under linux also?

Mozilla' website says that the quick-start service only works on
Windows. Don't know about Star Office...

Dave
-- 
Do not meddle in the affairs of dragons, for you are crunchy, and good
with ketchup.




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



Re: [expert] linux on compaq Proliant 2500

2002-01-19 Thread John Haywood

On Fri, 18 Jan 2002 12:31, you wrote:
  William R. Nash wrote:
  
  Hello,
  
  I just receive a new/used computer a compaq Proliant 2500R.  with this
  computer there was no operating system on it.  I need to know if I
  need the smartstart software so I load Linux mandrake 8.1 pro.
  
  if I need this where can I download it or get a iso image.
  
  thanks Bill Nash.

 Been awhile since I set up a compaq server, especially Proliant series.
 If I remember right the Compaq software, smartstart, is for the RAID
 controller cards, yes (c,mon help us out, your message contains a dearth
 of info. How ya gonna git help this way)?

AFAIR, the Smartstart CD will also set up drivers for the OS of choice as 
well. But really, this guy needs to go to both Compaq's and Mandrake's web 
site before coming here.
-- 
john in sydney
=
 Mandrake Linux 8.2
 Kernel version: 2.4.17-5mdk
 Uptime: 0 hours 16 minutes
=



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



[expert] reiserfs after xfs

2002-01-19 Thread Onur Kucuk



 I had a box

 hdc5 - ext2 -  /boot
 hdc7 - xfs  -  /

 with mdk 8.1 on it. I re-installed (not update) in expert mode mdk8.1
 without changing the partitions. I only did xfs--reiserfs (with
 diskdrake within the setup) so system is now

 hdc5 - ext2 -  /boot
 hdc7 - reiserfs -  /
 
 I did not receive any errors during the install and all went
 fine,lilo is written to the mbr. After the reboot,I could not get rid of

 
 mount : error 22 mounting xfs flags Kernel panic: No init found
 Try passing init= option to kernel
 

 I did try passing many options to the kernel, things like root= ,
 init etc. but none did work.

 I did boot with rescue from install cds and did a reiserfsck.

 Tried the rescue mode etc. None worked.

 Guess it is about some definitions of the xfs written to the
 partition, but I dont know why diskdrake did not delete it.

 How can I fix this ?

 I dont want to delete hdc7, as I have further data in hdc7+

 Thanks
 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



[expert] tdfxfb: what for?

2002-01-19 Thread Alan Wilter Sousa da Silva

Hi List,

I did modprobe tdfxfb and the module seems to work under my MDK
8.1 box.  So, what is the use of this module?  What was tdfxfb made for?

Many thanks in advance for any attention.

-- 
---
Alan Wilter S. da Silva
---
 Laboratório de Física Biológica
  Instituto de Biofísica Carlos Chagas Filho
   Universidade do Brasil/UFRJ
Rio de Janeiro, Brasil




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



Re: [expert] JDK Look and Feel, Mozilla and Star office

2002-01-19 Thread Tom Badran

 Mozilla' website says that the quick-start service only works on
 Windows. Don't know about Star Office...


Ok. I dont know if its just me, but i find it impossible to find 
information on the mozilla website.

Thanks, but i guess its proably the same situation. Odd that the only 
people ive ever spoken too who are working on mozilla and open office 
are linux users, yet the windows versions have extra features. I guess 
its a shame ive never considered windows a viable desktop platform for 
myself.

Tom


-- 
Tom Tomahawk Badran
Imperial College, Department of Computing
-
PGP Public @ certserver.pgp.com




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



Re: [expert] tdfxfb: what for?

2002-01-19 Thread Tom Badran

Alan Wilter Sousa da Silva wrote:

 Hi List,
 
   I did modprobe tdfxfb and the module seems to work under my MDK
 8.1 box.  So, what is the use of this module?  What was tdfxfb made for?
 
 Many thanks in advance for any attention.
 


Im guessing: 3dfx frame buffer? If youve got one of these cards its the 
module used to have a frame buffer console, instead of a vga one. 
Although i imagine the standard vesa one would work too.

-- 
Tom Tomahawk Badran
Imperial College, Department of Computing
-
PGP Public @ certserver.pgp.com




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



[expert] Recording vcd's

2002-01-19 Thread Bill Kenworthy

Hi, I am trying to record video (.mov format) using xawtv's streamer app
but keep getting the error neither audio nor video format
specified/found.  Recording to avi format works fine.  I suspect I am
missing the quicktime4linux library but efforts to track this down
have failed.  Does anyone have any hints?

Also what app's are used to build vcd's under linux?  All the
instructions I have found so far depend on xawtv to create a .mov to
start the process, or have difficulties in one area or another for me -
high processor usage, low frame rates etc.

BillK





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



Re: [expert] Recording vcd's

2002-01-19 Thread Steve Kieu

 
 
 Also what app's are used to build vcd's under linux?

I heard of vcdimager, it is quite nice tool 

  All the
 instructions I have found so far depend on xawtv to
 create a .mov to
 start the process, or have difficulties in one area
 or another for me -
 high processor usage, low frame rates etc.
 
 BillK
 
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
  

=
S.KIEU

http://my.yahoo.com.au - My Yahoo!
- It's My Yahoo! Get your own!



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



Re: [expert] redhat vs mandrake

2002-01-19 Thread Salvatore Enrico Indiogine

Ric:

I found libgal19 on http://rpmfind.net as libgal19-0.19-2mdk.i586.rpm.

ciao,


On Wed, 2002-01-16 at 22:51, Ric Tibbetts wrote:
 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.

-- 
Salvatore Enrico Indiogine
http://www.spinn.net/~hindiogine

Registered Linux User #217339




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



Re: [expert] Evolution 1.0.1

2002-01-19 Thread Salvatore Enrico Indiogine

Good, but can you print from the mail component?  When I try to print or
print-preview the mail component crashes (MDK8.1+Evolution 1.0.1)

Enrico Indiogine


On Thu, 2002-01-17 at 23:38, Ric Tibbetts wrote:
 I'm havin' way too much fun answering my own e-Mail tonight.
 I have Evolution 1.0.1 working again. Turned out to be a stuck lock
 file in .gconfd/lock
 Once I cleared that, it came back to life.
 
 so to put my original statement back in place:
 
 Evolution 1.0.1 is woring on my box.
 
 Ric
 
 On Thu, 2002-01-17 at 21:37, Ric Tibbetts wrote:
  Ric Tibbetts wrote:
   
   And the verdict is:
  snip
  
  It worked for a while, and then for some very strange reason, it
  imploded.
  It now won't open any of the folders, and the tools menu is empty,
  except for the pilot selection. 
  
  I tried downgrading it back to v 1.0, no help. I have to assume one of
  the support packages is to fault.
  
  It's back to Netscape Mail. It ain't great, but it's consistant, and it
  has always worked.
  
  
  -- 
  Ric Tibbetts
  
  Linux registration number: 55684
  If you want to help advertise Linux - point your friends to
  http://counter.li.org/
  
  
  
 
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
 -- 
 Ric Tibbetts
 
 Linux registration number: 55684
 If you want to help advertise Linux - point your friends to
 http://counter.li.org/
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Salvatore Enrico Indiogine
http://www.spinn.net/~hindiogine

Registered Linux User #217339




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



[expert] ReiserFS problem ('Analyzing journal..Segmentation fault')

2002-01-19 Thread Thierry Andriamirado

Hello everybody,

Got a ReiserFS problem after a very bad shutdown (power loss), on a 
LM8.1 box: can't boot anymore in 'normal' mode. I think it's due to the 
/var which cant be fixed by reiserfsck.

I can boot in failsafe mode, but it crashes with a 'Unable to handle 
NULL pointer dereference at virtual address 0018' message after some 
/var's files access.

In rescue mode, the /dev/hdc5 (/var) can't be checked nor fixed by 
reiserfsck. Whatever option of reiserfsck I use, (even --rebuild-tree), 
I got a segfault while analysing journal ('Analyzing 
journal..Segmentation fault').
This fs can be mounted, but unmount allways fails and ends up with a 
nice crash!

Really annoying... it's my prod box and it's time to work (it's allways 
time to work ;-))

Any tip 'd be appreciated, so thanks in advance guys!

ATR






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



Re: [expert] JDK Look and Feel, Mozilla and Star office

2002-01-19 Thread Sridhar Dhanapalan

On Sat, 19 Jan 2002 11:20:10 +, Tom Badran [EMAIL PROTECTED] wrote:
 Also, both star office and mozilla have 'quick start' daemons under 
 windows so a portion of the programis kept in memory resulting in 
 quicker loads for systems with plenty of ram. Is it possible to set this 
 up under linux also?

I don't know about Star Office and Mozilla, but Galeon (which uses Mozilla's
Gecko) has a 'server' option if you start it with the -s parameter.

-- 
Sridhar Dhanapalan

Also we should remember that unfortunately free software is not widely used
because people prefers to have something to plug'n'play and not something to
configure'n'work. -- Pier Luca



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



Re: [expert] system freeze at same time as sshd goes down - logging question

2002-01-19 Thread daRcmaTTeR

On Sun, 13 Jan 2002 19:14:44 +
bascule [EMAIL PROTECTED] studiouisly spake these words to ponder:

 i'm getting the ocasional system freeze, i can't ctrl-alt-bspace or switch
 to a console and everytime this happens i can't ssh in from another
 machine, it seems too much of a coincidence that ssh fails at the same
 time but the question is does the freeze kill sshd or is it the other way
 round, i've been looking in /var/log to see if there might be some
 reference to sshd but i can find none, where might - if anywhere - i find
 any messages concerning sshd errors, every time i think to check sshd is
 up while the system is fine i can log in no problem, is there some logging
 that i could turn on?
 
 bascule

I would think that if it were dying on you, or it were in some way related
to the problem you'd find the reference in /var/log/syslog, or
/var/log/kernel/errors

-- 
daRcmaTTeR
-
If at first you don't succeed do what your wife told you to do
the first time!

Registered Linux User 182496
Mandrake 8.1
-
  7:05pm  up 13 days,  9:37,  3 users,  load average: 0.62, 0.36, 0.30



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



Re: [expert] SSH TCP connection problem

2002-01-19 Thread G. T. Francisco, III

On Sat, Jan 19, 2002 at 11:58:06AM -0700, Lee Roberts said:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I can get an SSH session from the intranet but not from the internet.
 A port scan shows TCP port 22 open but the connection is refused when
 trying to connect to my Linux box from the internet. I probably have
 a config file problem. Can someone save me the time of studying man
 pages, etc? BTW, I'm using ttssh on a laptop running Win2K to try to
 establish the SSH connection to the Linux box (works OK on the
 intranet but not the internet).
 
snip

Check your firewall (ipchains/iptables) rules, check your hosts.allow
and hosts.deny also.

If using a linux box, you can do a ssh -v and you will get more debug
messages.

HTH,




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



Re: [expert] ReiserFS problem ('Analyzing journal..Segmentation fault')

2002-01-19 Thread tester

Thierry Andriamirado wrote:

 Hello everybody,
 
 Got a ReiserFS problem after a very bad shutdown (power loss), on a 
 LM8.1 box: can't boot anymore in 'normal' mode. I think it's due to the 
 /var which cant be fixed by reiserfsck.
 
 I can boot in failsafe mode, but it crashes with a 'Unable to handle 
 NULL pointer dereference at virtual address 0018' message after some 
 /var's files access.
 
 In rescue mode, the /dev/hdc5 (/var) can't be checked nor fixed by 
 reiserfsck. Whatever option of reiserfsck I use, (even --rebuild-tree), 
 I got a segfault while analysing journal ('Analyzing 
 journal..Segmentation fault').
 This fs can be mounted, but unmount allways fails and ends up with a 
 nice crash!
 
 Really annoying... it's my prod box and it's time to work (it's allways 
 time to work ;-))
 
 Any tip 'd be appreciated, so thanks in advance guys!
 
 ATR
 
 
 
 
 
 
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 

I could say use XFS but the same sort of problem can occur.  _NO_ 
filesystem is proof against a power-down while the machine is writing to 
disk(which always has the potential of destroying a low-level format). 
I have seen Reiser do this more frequently than most others, but the 
answer is to restore from your backup.  (Well a filesystem consisting of 
a chisel, hammer and stone tablets might be somewhat more secure ...)

And if you have at least a CDRW, you can backup rather simply, using 
scdbackup.  Bulk CD-Rs are about $.33 US each.

Naturally, I back up only my work files, usually /home, /etc, and /var...

Civileme





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



Re: [expert] ReiserFS problem ('Analyzing journal..Segmentation fault')

2002-01-19 Thread Thierry Andriamirado

Bill Kenworthy wrote:

delete the directory as far up the tree as possible
fully reiserfsck it

Didn't work... allways segfault after analysing journal. I found a tips 
about avoiding journal analysys on www.reiserfs.org, but the mentioned 
option doesn't exists with the mdk8.6's version.

So... I did a mkreiserfs!

recreate directories and files

I'm rebooting now, seems to be ok!

Thanks for your tips, guys ;)





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



[expert] Weird Audio Issue

2002-01-19 Thread Phillip

Anyone seen this --

   Had Kmail open; chatting in Gaim; both set to beep on incoming. 
Both did for awhile. Suddenly Gaim stopped beeping. Now it seems 
Kmail is no longer beeping.

Again, has anyone seen this? Cause? Solution?

Thanks.

Phil





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

_
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] Weird Audio Issue

2002-01-19 Thread Phillip

OK. Rebooted. Now sound is back. Still don't know why it happened.

Phil 


Content-Type: text/plain; charset=iso-8859-1; name=message.footer
Content-Transfer-Encoding: 8bit
Content-Description: 


_
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] SSH TCP connection problem

2002-01-19 Thread Lee Roberts

At 07:17 PM 1/19/2002 -0600, G. T. Francisco, III wrote:
On Sat, Jan 19, 2002 at 11:58:06AM -0700, Lee Roberts said:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I can get an SSH session from the intranet but not from the internet.
 A port scan shows TCP port 22 open but the connection is refused when
 trying to connect to my Linux box from the internet. I probably have
 a config file problem. Can someone save me the time of studying man
 pages, etc? BTW, I'm using ttssh on a laptop running Win2K to try to
 establish the SSH connection to the Linux box (works OK on the
 intranet but not the internet).
 
snip

Check your firewall (ipchains/iptables) rules, check your hosts.allow
and hosts.deny also.

Why would I need to check iptables when a port scan shows the TCP port 22 open?

hosts.allow and hosts.deny are empty.


If using a linux box, you can do a ssh -v and you will get more debug
messages.

I'm logging in from a Windows machine remotely from whatever ISP I'm using.




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



Re: [expert] Weird Audio Issue

2002-01-19 Thread J.P. Pasnak

On Saturday 19 January 2002 21:38 Phillip said:

OK. Rebooted. Now sound is back. Still don't know why it happened.

Phil

Next time try restarting the artsd server.  Might have been the problem.

-- 
Live fast, die young,
you're sucking up my bandwidth.
--
J.P. Pasnak, CD
[EMAIL PROTECTED]
http://www.warpedsystems.sk.ca

 Kernel version: 2.4.17-2mdk
Current Linux uptime: 5 days 2 hours 51 minutes.




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



Re: [expert] redhat vs mandrake

2002-01-19 Thread Ric Tibbetts

Thanks Salvatore, see my notes on Evolution 1.0.1. I found the
package(s) I needed on a Mandrake Cooker Mirror. 
It's up and running great!.

Ric

On Sat, 2002-01-19 at 15:14, Salvatore Enrico Indiogine wrote:
 Ric:
 
 I found libgal19 on http://rpmfind.net as libgal19-0.19-2mdk.i586.rpm.
 
 ciao,
 
 
 On Wed, 2002-01-16 at 22:51, Ric Tibbetts wrote:
  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.
 
 -- 
 Salvatore Enrico Indiogine
 http://www.spinn.net/~hindiogine
 
 Registered Linux User #217339
 
 
 
 

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

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/




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



Re: [expert] Evolution 1.0.1

2002-01-19 Thread Ric Tibbetts

Yes, printing works.
Also, all of my existing configuration is still intact, as well as my
address book, IMAP folders, filters, etc.
In fact, in 1.0.1, the filters seem to work a bit better.

MDK 8.1+Evolution_1.0.1

Ric


On Sat, 2002-01-19 at 15:14, Salvatore Enrico Indiogine wrote:
 Good, but can you print from the mail component?  When I try to print or
 print-preview the mail component crashes (MDK8.1+Evolution 1.0.1)
 
 Enrico Indiogine
 
 
 On Thu, 2002-01-17 at 23:38, Ric Tibbetts wrote:
  I'm havin' way too much fun answering my own e-Mail tonight.
  I have Evolution 1.0.1 working again. Turned out to be a stuck lock
  file in .gconfd/lock
  Once I cleared that, it came back to life.
  
  so to put my original statement back in place:
  
  Evolution 1.0.1 is woring on my box.
  
  Ric
  
  On Thu, 2002-01-17 at 21:37, Ric Tibbetts wrote:
   Ric Tibbetts wrote:

And the verdict is:
   snip
   
   It worked for a while, and then for some very strange reason, it
   imploded.
   It now won't open any of the folders, and the tools menu is empty,
   except for the pilot selection. 
   
   I tried downgrading it back to v 1.0, no help. I have to assume one of
   the support packages is to fault.
   
   It's back to Netscape Mail. It ain't great, but it's consistant, and it
   has always worked.
   
   
   -- 
   Ric Tibbetts
   
   Linux registration number: 55684
   If you want to help advertise Linux - point your friends to
   http://counter.li.org/
   
   
   
  
   Want to buy your Pack or Services from MandrakeSoft? 
   Go to http://www.mandrakestore.com
  -- 
  Ric Tibbetts
  
  Linux registration number: 55684
  If you want to help advertise Linux - point your friends to
  http://counter.li.org/
  
  
  
  
 
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
 -- 
 Salvatore Enrico Indiogine
 http://www.spinn.net/~hindiogine
 
 Registered Linux User #217339
 
 
 
 

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

Linux registration number: 55684
If you want to help advertise Linux - point your friends to
http://counter.li.org/




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



[expert] Monitor Refresh Control

2002-01-19 Thread Felix Miata

I have a monitor that should work OK at 70 Hz refresh, but doesn't. It
works fine at 60. drakxconf doesn't know about the monitor fault and
sets /etc/XF96Config-4 to 70 and 1024 x 768. I can't seem to spot a way
to change refresh in Mandrake Control Center either. How to I force X to
use 60 Hz refresh for both 1024 X 768, 800 X 600  640 X 480 modes?
-- 
Unless the Lord builds the house, its builders labor in vain. Unless
the Lord watches over the city, the watchmen stand guard in vain.
Psalm 127:1 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.members.atlantic.net/




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



[expert] PCI GeForce2 cards

2002-01-19 Thread Tom Eastman

I have an intel SR440bx motherboard which came with an nVidia Riva TNT
chipset on-board.

Recently I've decided it's just too out-dated for me and was thinking of
buying a GeForce2mx PCI card (as I don't have an AGP slot).

Has anyone used on of these in Linux?  does it work ok with the nVidia
drivers from the website?

I already have the nVidia drivers working for my current chipset, so I'm
hoping I can drop this card in with a minimum of fuss.

Any thoughts, recomendations?

Thanks,
Tom




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