RE: [newbie] Google News

2004-01-09 Thread Tech
It's a DNS record registration problem.
They probably registered news.google.ca to point to their IP but forgot
to add this record *.news.google.ca , it's a wild card that means that
you can type anything including WWW and it will solve to the right IP.
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JoeHill
Sent: Friday, January 09, 2004 8:59 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Google News

On Fri, 9 Jan 2004 05:47:10 +
Bill W. [EMAIL PROTECTED] wrote:

 Hi,
 Thanks for the tip. Now one for you.try news.google.ca

ack! I put in www.news.google.ca, and it came up 404. Why would the www.
be
incorrect?

Thanks!

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
If the Nuremberg laws were applied, then every post-war American
president
would have been hanged.-- Noam Chomsky





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


RE: [newbie] unable to ping to/from my windoze box

2004-01-05 Thread Tech
Hi there,
Seems like your machines are not on the same network if I got it right
your windows is on the 169.X.X.X network
And your Linux is on the 204.X.X.X network
If you don't have a ROUTER between them it won't work,
Make sure both of the machines are on the same network.
In addition your windows IP is assigned automatically to your machine
after failing to retrieve one from your DHCP server, if you don't have
one you better assign a static IP.
Best,
Itamar

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Merlin Zener
Sent: Sunday, January 04, 2004 6:35 PM
To: Newbie - Mandrake Linux list
Subject: [newbie] unable to ping to/from my windoze box

Hi all,

well I've been trying to get these two boxes [my Mandrake 9.0 desktop
and my Thinkpad with WIN2KPRO] talking, and haven't been able to get
Samba to do much of anything.
I had an idea to try the basics, and surprise surprise, it's no wonder
Samba is having trouble - the two boxes aren't even recognizing each
other!

I ran ipconfig on the windoze box and it said:
autoconfiguration IP address: 169.254.5.217

so from a terminal window on the Mandrake box I typed:
ping 169.254.5.217

and got:
PING 169.254.5.217 (169.254.5.217) from 203.146.175.77 : 56(84) bytes of
data.

but then it just sat there and did nothing.

So then I pinged 203.146.175.77 from the windoze box and it returned 4
lines of Destination host unreachable.

Needless to say, these two boxes talk to each other just fine over the
same bit of cable using the same internal LAN cards they both came with
when they're both running windoze...

What do I have to do in Linux to make the network work? [btw it connects
to the internet just fine via the modem]

TIA for any help [again]
:)

--
Merlin Zener
Piano, Synthesizer
Thailand.

registered Linux user number 328618






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


[newbie] DNS Server

2004-01-05 Thread Tech
Hi all,
Does anyone have any idea of a DNS server package to install on linux?
Thank you




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


RE: [newbie] DNS Server

2004-01-05 Thread Tech
Any URL to download the package and ManPages?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan Phinney
Sent: Monday, January 05, 2004 5:53 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] DNS Server

On Monday 05 January 2004 05:35 pm, Tech wrote:
 Hi all,
 Does anyone have any idea of a DNS server package to install on linux?

Bind.

-- 
Bryan Phinney
Software Test Engineer






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


RE: [newbie] DNS Server

2004-01-05 Thread Tech
Thank you very much, you are all as always were kind and helpful keep on
being THE newsgroup for linux issues.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek Jennings
Sent: Monday, January 05, 2004 8:06 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] DNS Server

On Monday 05 Jan 2004 11:44 pm, JoeHill wrote:
 On Mon, 5 Jan 2004 18:07:33 -0500

 Tech [EMAIL PROTECTED] wrote:
  Any URL to download the package and ManPages?

 urpmi bind

 should do it.

 as for manpages, you would be much better served by a nice Bind howto,
 which you you could easily find by using google.com/linux. Prolly
thousands
 of them.

 The configuration could be done through Webmin, I would imagine. I am
not
 sure offhand if there is a Mandrake Wizard for bind, never installed
it
 m'self.

Yes there is. Install the drakwizard package and mandrake Control Centre
will 
have a new server section containing a DNS wizard.

derek
-- 
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org






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


RE: [newbie] PostgreSQL

2003-03-27 Thread tech
To access postgresql (assuming everything has been set up correctly).. 
1. $su postgres from su. 
2. createuser -e --pwprompt user (where user is the name your using)
Enter password for user user:*
Enter it again: 
Shall the new user be allowed to create database? (y/n)
Shall the new user be allowed to create more new users? (y/n)n
CREATE USER user .

Since I don't like using postgres as my standard user this does the ticket for 
creating a semi Postgresql admin. Also make sure in your in your pg_hba.conf file that 
you add the following line. 


host   all (ip address optional)(mask optional)   ident 
sameuser
If you have configured your postgresql.conf file correctly you can access the db from 
other computers with pgadmin or another pgsql session. 

cheers

neenja

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Christopher Shaffer
Sent: Tuesday, March 25, 2003 5:41 AM
To: [EMAIL PROTECTED]
Subject: [newbie] PostgreSQL


Forgive my silly question, but I'm trying to experiment with PostgreSQL (all I've used 
till now is
MySQL...) on Mandrake 9.0, but I have know idea what the default username/password is. 
 Is it kind
of like MySQL, with a root user?

Thanks,

Chris

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

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


[newbie] What am I missing?

2001-03-18 Thread Tech R



I'm getting a little frustrated here. I don't remember 
going through so much trouble with RedHat as I am now with LM 7.2. To be 
specific, I can't connect to LOCALHOST, and Apache.

Tried to connect to WEBMIN by entering http://localhost:1 and all I get is unable 
to connect to localhost error message.

IPCHAINS default policy right now is ACCEPT.

HOST.DENY is not denying anybody,I commented out the 
entry added by LM.

My HOSTS file has 127.0.0.1 
localhost.localdomain localhost
andxx.xxx.xx.xx 
mymachine.mydomain.com mymachine 


I can ping localhost and mymachine.mydomain.com from a 
terminal and from a DOZE machine.


So, what am I missing???

Oh, and yeah, I can't recieved mail too. 

Tech R


[newbie] Configuring Mail Server

2001-03-11 Thread Tech R



I have been using RedHat off and on for a while 
back and decided to upgrade to Mandrake 7.2. I can't seem to find where to go to 
configure the mail server. Where is it?


newbie Tech R


Re: [newbie] Configuring Mail Server

2001-03-11 Thread Tech R

The saga continues...he! he! You know what, I'm re-installing Mandrake right
now and we'll see after it's done if I can find the darn thing.


- Original Message -
From: "KompuKit" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 11, 2001 6:27 PM
Subject: Re: [newbie] Configuring Mail Server


 wow, thats weird...you could do this also...in a terminal

 just type linuxconf in a terminal

 Tech R wrote:
 
  If you see TABS then, I must not have something installed properly,
because
  when I click on LinuxConf from DrakConf it opens in a Terminal Window
and
  there is no TAB.
 
  - Original Message -
  From: "KompuKit" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, March 11, 2001 5:44 PM
  Subject: Re: [newbie] Configuring Mail Server
 
   yes it is...when you bringup linuxconf,
   click on the NETWORKING button,
   then click on the SERVERS tab...the sendmail button is on that
  
   Tech R wrote:
   
I tried that, but there is no option for configuring the mail
server.
  It's
not on Linuxconf either.
   
- Original Message -
From: "KompuKit" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 11, 2001 5:18 PM
Subject: Re: [newbie] Configuring Mail Server
   
 you can either install Webmin (on CD)or
 use Drakeconf

  Tech R wrote:
 
  I have been using RedHat off and on for a while back and decided
to
  upgrade to Mandrake 7.2. I can't seem to find where to go to
  configure
  the mail server. Where is it?
 
 
  newbie Tech R

 --
 Registered Linux User: 167369
 = http://www.kompukit.com =
 [EMAIL PROTECTED]ICQ# 7110071
 Personal WebServer:   http://kompukit.dyndns.org
 WebDesigner:  http://www.kompukit.com/kitdesigns
 (Personal Server runs: M-F= 7pm-12am  S+S=12pm-12am)
  (US EST)


  
   --
   Registered Linux User: 167369
   = http://www.kompukit.com =
   [EMAIL PROTECTED]ICQ# 7110071
   Personal WebServer:   http://kompukit.dyndns.org
   WebDesigner:  http://www.kompukit.com/kitdesigns
   (Personal Server runs: M-F= 7pm-12am  S+S=12pm-12am)
(US EST)
  
  

 --
 Registered Linux User: 167369
 = http://www.kompukit.com =
 [EMAIL PROTECTED]ICQ# 7110071
 Personal WebServer:   http://kompukit.dyndns.org
 WebDesigner:  http://www.kompukit.com/kitdesigns
 (Personal Server runs: M-F= 7pm-12am  S+S=12pm-12am)
  (US EST)







[newbie] question about mandrake probs..

2000-10-30 Thread tech

For months ive ran redhat 6 with no probs, but when i installed mandrake
7.2 it seems to take forever to boot up and once you get into kde it is
slow, this only happens after i reboot as the initial boot works fine..
also it doesnt seem to hold my configuration for my dsl.. any ideas as
to why it suddenly slows to a crawl after a simple reboot..




Re: [newbie] Installed SuSE yesterday

2000-05-09 Thread Kathleen Russell, fone.net tech support

Alan,

I don't understand your problem with Carol.She actually did post the
specs on her monitor at one point--I remember seeing them.  She's a newbie
to Linux, just like others on this list.  There are plenty of obfuscatory
descriptions on this list.  I've never seen you complain to the rest of the
list about it before.  It would be nice if you kept things a little less
accusatory.

Unsubscribing as well, before I bore Alan with fuzzy descriptions of my
perpetual modem troubles

Kathleen





Re: [newbie] LILO and modem issues

2000-04-21 Thread Kathleen Russell, fone.net tech support

I do have the Boot Magic provided on disk 3 of Mandrake 7.  Maybe I will try
that first, and then just do an upgrade rather than a full install.  Really,
what else is it for but to tinker around with.  It's not like I have much
Stuff Of Importance on either hard drive yet, since the PC is a grand total
of about 3 weeks old.

Thanks to you all!  What a terrific group of folks to have available!

Kathleen





Re: [newbie] OT--BIOS

2000-04-21 Thread Kathleen Russell, fone.net tech support


John wrote:
 The BIOS is on the mother board itself and is coded on to the BIOS chip.
 Without it Intel systems don't run since it loads the initial boot up
 program from the MBR.  Win/DOS also has a software "BIOS" as well, one of
a
 pair of hidden system files that DOS (and OS/2, Win9* and NT 3*) requires.
 The NT versions used to be the MS OS/2 versions.  I don't know whether
that
 has changed or not.

Disclaimer:  i was pretty much joking about the BIOS thing.  I actually
really like my BIOS (ambios).  A friend of mine has a really cruddy BIOS,
but the computer is a machine is a Hewlett Packard, so it is a cruddy system
in general.

I suppose a person would have to buy a whole new motherboard to get a
different kind of BIOS.  Can a person upgrade using the same motherboard,
but maybe a different version or something?

Thanks,
Kathleen





[newbie] Help with Java...

2000-01-12 Thread Tech Room - STORE 605


I downloaded the files for Java Development Kit and ICQ for Java.

The two files came down as tar.gz files.  When I use RPM to install the JDK and
ICQ for Java, when I select the files, RPM shuts down.

Has anyone installed this series of applications?, if so, can you lend a hand
for this problem?
 
Tech Room -- STORE 605
Future Shop Technical Services
845 Eglinton Avenue East
Toronto, ON M4G 3X1

E-MAIL:  [EMAIL PROTECTED]
E-MAIL:  [EMAIL PROTECTED]

BUSINESS:  (416) 429-7077
FAX:  (416) 429-0635
ICQ #  54070079