[expert] ximian connector for exchange

2003-02-19 Thread Belkie, Dan
Has anyone used the ximian connector for exchange?

If so how was it?

At the office I am so close to switching over to Linux, but the connection
to exchange is the last thing stopping me. I would prefer not to buy a
connector license.

Does anyone know of another solution?

Thanks
Dan





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



[expert] Load balancer

2003-02-05 Thread Belkie, Dan
Hey guys!

Is anyone using a Linux box with software as a load balancer between 2 web
servers?

If so what software?

I have been looking and have found:

http://www.turbolinux.com/products/tcs/index.html
http://www.linuxvirtualserver.org/

Any comments?

Thanks in advance.

Dan


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



[expert] Linux Backup

2002-12-05 Thread Belkie, Dan
Hi Guys!

I have a couple Mandrake boxes running on my network, and I would like to
know peoples opinions on the best way (also cost effective) to do a backup.
Now I know this depends on what the uptime that I require is but..

I have a firewall and another box that is a mail server (just relays to
another mail server) Would you guys suggest getting into disk mirroring /
RAID (does it work well?) if so what would the config have to be? 4 disks? 2
for boot (and to mirror it) and 2 for data (and to mirror it)


What about just tar cvf backup.tar ./

Thoughts?

Dan


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



[expert] 4 LAN cards

2002-12-01 Thread Belkie, Dan
Hey Guys! 

Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
cards in it of course 

Ok now I might be going way out, and maybe someone can tell me a better way
to do this... 

I have 2 static IP's and I want them both to run into the same box. 

I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
non-routable. 

The reason for this... I want to have some mail servers and webservers on
one network (192.168.0.1) and then have another network for the office
(10.10.10.1) I would like to have my office people able to surf the net and
be on a dif subnet then the webservers.. so no one monkeys around 

Is this a good way to do it? Anyone have any ideas? 

Thanks 
Dan 


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



RE: [expert] 4 LAN cards

2002-12-01 Thread Belkie, Dan
Sweet

This might do the trick *BUT*

My DSL provider does authentication via the card mac address. Because of
this I don't think they will let me have 2 IP's to 1 mac.


thoughts?

d.


-Original Message-
From: Franki [mailto:[EMAIL PROTECTED]]
Sent: December 1, 2002 6:09 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] 4 LAN cards


yes, there is a better way..

you can have multiple IP's assigned to one ethernet card...

so for example:

eth0  = 203.59.87.254
eth0:0  =   203.59.6.252
eth0:1  =   xxx.xxx.xx.xxx

eth1: some other IP.
eth1:1 another IP.

I have a linux box with three network cards in it..

1 is for the ADSL connection and hosting the live public IP's associated
with it.
2 is for a 192.168.0.0/24 network
3 is for a 10.0.x.x network...

using /etc/sysconfig/static-routes you can make the whole lot talk to each
other..


rgds

Frank


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
Sent: Sunday, 1 December 2002 8:58 PM
To: '[EMAIL PROTECTED]'
Subject: [expert] 4 LAN cards


Hey Guys!

Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
cards in it of course

Ok now I might be going way out, and maybe someone can tell me a better way
to do this...

I have 2 static IP's and I want them both to run into the same box.

I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
non-routable.

The reason for this... I want to have some mail servers and webservers on
one network (192.168.0.1) and then have another network for the office
(10.10.10.1) I would like to have my office people able to surf the net and
be on a dif subnet then the webservers.. so no one monkeys around

Is this a good way to do it? Anyone have any ideas?

Thanks
Dan





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



RE: [expert] 4 LAN cards

2002-12-01 Thread Belkie, Dan
I'm not sure I follow.

I have 2 static IP's with my DSL provider. They do authentication my MAC
address. So I will not be able to bind 2 static IP's to 1 NIC. (?)

I will have two networks in the office.

Network (a) for 20 or so computers to surf the net and play LAN games.
Network (b) for my webservers email servers etc.

I assume network (a) can connect to 1 Nic on the box lets say network
10.10.10.x
Network (b)to another NIC and will be on 192.168.0.x.

I guess my question can static routes do all this? Also how will internet
connection sharing work? Or should I just leave that GUI alone?

Thanks in advance guys!!

Dan


-Original Message-
From: Lieven Van Acker [mailto:[EMAIL PROTECTED]]
Sent: December 1, 2002 7:00 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] 4 LAN cards


Hi,

I suppose you only have one DSL connection, connected to only one
ethernet interface. It will be this interface's mac that's used for
autenthication with your DSL provider. The other NIC's and their resp.
MAC addresses are not taken into account for connecting your DSL.

So, as long as your outgoing connection only uses 1 IP address, there
won't be a problem, no mather wich and how many NIC's / IP's you use for
your internal LANs. Of course, if you are provided with only one
registered, public available IP address, you will use NAT to hide your
internal configuration from the outside world.

From your configuration, I think 3 NICs will suffice:

1 connected to DSL provider
1 for your office subnet
1 for your servers subnet

Each interface will have a primary IP. 
Outgoing traffic to your provider will be masqueraded, unlike ip-traffic
between your office and servers subnet.

If you want to host a number of services on this router/gateway, you can
choose to assign some more virtual IP-addresses to your internal
interfaces (office/servers subnet). 

To control and protect the traffic, you have several options. Bundled
with linux mandrake comes shorewall (9.0) - controlled with mandrake
control panel, guarddog (don't know if it's in standard edition,
mandrake packages are available on the developer's site) - provides it's
own graphical user interface to control the rules, and a bunch of other
tools from very low to higher level control.

Regards,

Lieven



Op zo 01-12-2002, om 14:37 schreef Belkie, Dan:
 Sweet
 
 This might do the trick *BUT*
 
 My DSL provider does authentication via the card mac address. Because
of
 this I don't think they will let me have 2 IP's to 1 mac.
 
 
 thoughts?
 
 d.
 
 
 -Original Message-
 From: Franki [mailto:[EMAIL PROTECTED]]
 Sent: December 1, 2002 6:09 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [expert] 4 LAN cards
 
 
 yes, there is a better way..
 
 you can have multiple IP's assigned to one ethernet card...
 
 so for example:
 
 eth0= 203.59.87.254
 eth0:0  =   203.59.6.252
 eth0:1  =   xxx.xxx.xx.xxx
 
 eth1: some other IP.
 eth1:1 another IP.
 
 I have a linux box with three network cards in it..
 
 1 is for the ADSL connection and hosting the live public IP's associated
 with it.
 2 is for a 192.168.0.0/24 network
 3 is for a 10.0.x.x network...
 
 using /etc/sysconfig/static-routes you can make the whole lot talk to each
 other..
 
 
 rgds
 
 Frank
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
 Sent: Sunday, 1 December 2002 8:58 PM
 To: '[EMAIL PROTECTED]'
 Subject: [expert] 4 LAN cards
 
 
 Hey Guys!
 
 Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
 cards in it of course
 
 Ok now I might be going way out, and maybe someone can tell me a better
way
 to do this...
 
 I have 2 static IP's and I want them both to run into the same box.
 
 I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
 non-routable.
 
 The reason for this... I want to have some mail servers and webservers on
 one network (192.168.0.1) and then have another network for the office
 (10.10.10.1) I would like to have my office people able to surf the net
and
 be on a dif subnet then the webservers.. so no one monkeys around
 
 Is this a good way to do it? Anyone have any ideas?
 
 Thanks
 Dan
 
 
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Lieven Van Acker [EMAIL PROTECTED]
ELiSA




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



[expert] Mirror

2002-10-28 Thread Belkie, Dan
Hi guys! 
I have a new install of Mandrake 9.. 
I have 2 drives and I am trying to mirror them. 

I have my /etc/raidtab set up, but I don't think I have it correct. 
1. Are you able to mirror the whole drive? Book record and all? 
2. Do I have to have my second disk formatted? Or will it just sync it? 

Can someone send me some examples? 

TIA 
Dan



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



[expert] Mandrake 9 + mirror (raid 1)

2002-10-18 Thread Belkie, Dan
Has anyone out there been able to mirror there mandrake disk. boot and all?
If so could you share your /etc/raidtab file?
Thanks
Dan 



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



[expert] mirror my main drive.

2002-10-15 Thread Belkie, Dan

Hi guys! 
I have a new install of Mandrake 9.. 
I have 2 drives and I am trying to mirror them. 

I have my /etc/raidtab set up, but I don't think I have it correct. 
1. Are you able to mirror the whole drive? Book record and all? 
2. Do I have to have my second disk formatted? Or will it just sync it? 

Can someone send me some examples? 

TIA 
Dan 






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



[expert] amavis

2002-09-25 Thread Belkie, Dan

Does anyone know how to edit the alert emails that are sent out in amavis?

I have tried to edit the files in the:
amavisd-snapshot-20020300/amavis/notify dir, and also the
amavisd-snapshot-20020300/amavis/amavisd script itself?

thoughts?




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



[expert] Virus wall?

2002-08-29 Thread Belkie, Dan

Does anyone know of any way to make a linux box a virus wall?
In a perfect world it would accpt the email scan in, then forward it to the
mail server.

Anything like this out there for Linux?
Thanks
Dan



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



[expert] usage shell script

2002-08-01 Thread Belkie, Dan

Does anyone have a shell script example or a better idea on how to monitor
network usage? I don't think I need anything as big as MRTG.

I have a small network behind a Linux router (2 LAN cards) Can I pull this
info with a shell script with ifconfig? and have it emailed daily? or
monthly

Really at the end of the day I would like a daily report, and a monthly
report.

Thoughts?

Dan



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



[expert] Network fun!

2002-07-17 Thread Belkie, Dan

Hey Guys!
a little background on my problem.

I have a Mandrake box 8.0 acting as a kinda DSL router.
It has 2 NIC cards. One with a Real IP and one with a non-routable
(192.168.1.1)

I have a web server on the inside on the following IP: 192.168.0.110

I have forwarding set up to send any request coming in on port 80 to
192.168.0.110.

It does not work :( but the Linux box CAN ping the web server?

If the web server is on 192.168.0.110 I assume it will work. (because I have
used the iptables script on another box, and it works fine.

The box is working as a gateway for the 3 or so computers behind it grabbing
a DHCP assigned address. ;)

Sooo I assume I need to do something n the Linux box for routing? Ideas?
Here is a quick snip of the iptables script:

#!/bin/sh
modprobe ip_tables
modprobe iptable_nat
echo 1  /proc/sys/net/ipv4/ip_forward

iptables -F -t filter
iptables -Z -t filter
iptables -X -t filter
iptables -F -t nat
iptables -Z -t nat
iptables -X -t nat
#Setup your table policies;
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
#connexion share
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE

iptables -t nat -A PREROUTING -d 142.179.182.112 -p tcp \
--dport 80 -j DNAT --to 192.168.1.110

Thanks!
Dan




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



RE: [expert] Network fun!

2002-07-17 Thread Belkie, Dan

Ok perfect!
So then all the servers on the inside should be on 255.255.0.0 right?
(webservers and all?)

Thanks
d.

-Original Message-
From: Patrick Putteman [mailto:[EMAIL PROTECTED]]
Sent: July 17, 2002 10:54 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Network fun!



- Original Message -
From: Belkie, Dan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 17, 2002 5:49 PM
Subject: [expert] Network fun!


 Hey Guys!
 a little background on my problem.

 I have a Mandrake box 8.0 acting as a kinda DSL router.
 It has 2 NIC cards. One with a Real IP and one with a non-routable
 (192.168.1.1)

 I have a web server on the inside on the following IP: 192.168.0.110

 I have forwarding set up to send any request coming in on port 80 to
 192.168.0.110.

 It does not work :( but the Linux box CAN ping the web server?

What's the netmask of the nic on the LAN side? If its 255.255.255.0 it will
not work. Change it to 255.255.0.0 and you should be set.

Regards

Patrick






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



[expert] Firewall + routing

2002-05-06 Thread Belkie, Dan

Hey Guys!
I have a simple Mandrake 8.1 box as my router / firewall. I'm looking at
putting a couple of web servers behind the firewall on my LAN. does anyone
know of a good way to set up rules so that the FW can know to send port 80
request to xyz.com to one server and abc.com to another?

I guess another question can anyone suggest a good firewall solution? I
tried Mandrakes SNF 7.2 but it failed.

thoughts?

Thanks!!

--
=
Dan



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



[expert] Single Network Firewall

2002-04-04 Thread Belkie, Dan

Has anyone had any luck with installing single network firewall 7.2?

Any good or bad comments? I'm looking for a simple firewall solution but
still have a mandrake install on the box so that I can ssh to and do backups
to.

Ideas?

--
=
Dan Belkie
System Architect
Forzani Group LTD
Phone: 403.717.1400 ext 1642
Mobile: 403.605.6354
Email: [EMAIL PROTECTED]
http://www.sportchek.ca
=
Parts that don't exist can't break.



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



[expert] What firewall to use

2002-03-10 Thread Belkie, Dan

Hi guys!
im looking for a firewall for my Mandrake 8.1 box.

The box is set up right now as a gateway and DHCP server for my network.

Im looking for somthing pretty simple to set up but need to have port
forwarding ability I assume as I will have a mail server and a webserver
behind it.

Ideas? is there a package will all this built in? Or do I have to do the
port forwarding thing seperate?

Thanks!

Dan



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



[expert] Best firewall

2002-03-05 Thread Belkie, Dan

Hi Guys!
Can you guys recommend some good firewalls?
I'm looking for something with pretty good logs, and maybe even something
that will report how much traffic has gone through the box Also if that's
not enough something that can do NAT I will have a email server and web
server behind this bad boy

Thoughts?

--
=
Dan Belkie



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom



[expert] firewall / virus wall with usage report?

2002-02-27 Thread Belkie, Dan

Hey Guys!

Can anyone suggest some software that is a firewall / viruswall that also
can email me bandwidth usage reports for the box?

Thanks!
 
--
=
Dan Belkie



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



RE: [expert] usage

2002-02-26 Thread Belkie, Dan

Hi Guys!
If I run the ifdown eth0 then ifup eth0 it does not reset the RX and TX info
on eth0?

Any ideas how I can reset it?

Thanks!

--
=
Dan Belkie



-Original Message-
From: Terry Mathews [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 5:31 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] usage


Run ifdown eth0 and iup eth0 at midnight one night, then run ifconfig the
next and write down the transmitted and recieved numbers...?


Terry
 Can anyone suggest a simple way of checking out how much data is passing
 through a Nic card within a 24 hr period?





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



[expert] Mandrake SNF

2002-02-25 Thread Belkie, Dan

Hey Guys!
I loaded SNF on a new box this weekend. (very cool little util from what I
can tell)

On the SNF:
I can ping www.yahoo.com, and it replies. (so I assume all is good
with the internet connection on that box.

On a client machine behind the firewall I set:
IP: 192.168.1.9
NetMast: 255.255.255.0
Gateway: 192.168.1.10 (firewall IP)
DNS: 192.168.1.10 ( I have also tried a live DNS servers IP)

I can ping the firewall from the machine behind the firwall, but if I
try to ping www.yahoo.com it does not work. However I CAN ping live
internet addresses from behind the firwall without a problem.

Can anyone guess what im doing wrong??
I thought maybe the firwall just blocks pings from the inside to the
outside, but my browser does not seem to be able to surf the net.

(I can get to the web admin)

on another not, I cant seem to get the DHCP server of the firewall to
work either, but I assume that is another problem, but I thought I
would throw it in in case it might be connected.

Thanks ALL!

Dan

--
=
Dan Belkie
System Architect
Forzani Group LTD
Phone: 403.717.1400 ext 1642
Mobile: 403.605.6354
Email: [EMAIL PROTECTED]
http://www.sportchek.ca
=
Parts that don't exist can't break.


-Original Message-
From: Belkie, Dan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 9:05 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [expert] Remote backup Again


Hi guys!
Thanks for the help,

But im looking for something that can remotely back up data from windows and
Linux boxes. Maybe just a simple FTP? I need to automate it and would prefer
not to have to set up automated FTP clients on each box.

Right now I only need data from 4 or 5 boxes (4 windows and 1 Linux), but
need to be able to manage about 25 or so in the future.


Thoughts?

--
=
Dan Belkie



-Original Message-
From: Randy Kramer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 6:52 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Remote backup


Belkie, Dan wrote:
 Can anyone recommend any data backup server software for Linux?
 
 I would like to remotely back up my office computers to my home through
the
 night. I would like to only update the data that has changed.
 
 Anyone know of anything like this?

Look into rsync.  It's what I plan to use for a similar purpose.  I have
some information here, including (I hope) a link to the rsync home page.

http://twiki.org/cgi-bin/view/Wikilearn/RsyncInGeneral

If you find some better resources, or want to make some notes for others
to use, consider registering at
http://twiki.org/cgi-bin/view/TWiki/TWikiRegistration and editing or
creating pages yourself.

Randy Kramer





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



[expert] usage

2002-02-25 Thread Belkie, Dan

Can anyone suggest a simple way of checking out how much data is passing
through a Nic card within a 24 hr period?

Thanks

--
=
Dan Belkie



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



RE: [expert] Remote backup Again

2002-02-21 Thread Belkie, Dan

Hi guys!
Thanks for the help,

But im looking for something that can remotely back up data from windows and
Linux boxes. Maybe just a simple FTP? I need to automate it and would prefer
not to have to set up automated FTP clients on each box.

Right now I only need data from 4 or 5 boxes (4 windows and 1 Linux), but
need to be able to manage about 25 or so in the future.


Thoughts?

--
=
Dan Belkie



-Original Message-
From: Randy Kramer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 6:52 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Remote backup


Belkie, Dan wrote:
 Can anyone recommend any data backup server software for Linux?
 
 I would like to remotely back up my office computers to my home through
the
 night. I would like to only update the data that has changed.
 
 Anyone know of anything like this?

Look into rsync.  It's what I plan to use for a similar purpose.  I have
some information here, including (I hope) a link to the rsync home page.

http://twiki.org/cgi-bin/view/Wikilearn/RsyncInGeneral

If you find some better resources, or want to make some notes for others
to use, consider registering at
http://twiki.org/cgi-bin/view/TWiki/TWikiRegistration and editing or
creating pages yourself.

Randy Kramer




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



RE: [expert] File server

2002-02-20 Thread Belkie, Dan

Good Morning all!

Can anyone suggest a product?

I'm looking for some sort of virus scan for my network. Something I can
install on the firewall or some other inline box that will scan all incoming
/ outgoing data for viruses.

Ideas?

=
Dan Belkie
Forzani Group LTD
System Architect
[EMAIL PROTECTED]
Phone: 403.717.1400 ext 1642
Mobile: 403.605.6354
http://www.sportchek.ca
=
Parts that don't exist can't break.



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



[expert] Virus Scanner

2002-02-20 Thread Belkie, Dan

For the whole network.

Thanks

=
Dan Belkie
Forzani Group LTD
System Architect
[EMAIL PROTECTED]
Phone: 403.717.1400 ext 1642
Mobile: 403.605.6354
http://www.sportchek.ca
=
Parts that don't exist can't break.


-Original Message-
From: Simon Zarate [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 9:12 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] File server


For Server-Client (Enterprise) or for each PC?.

Simon


Original Message Follows
From: Belkie, Dan [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Subject: RE: [expert] File server
Date: Wed, 20 Feb 2002 08:54:02 -0700

Good Morning all!

Can anyone suggest a product?

I'm looking for some sort of virus scan for my network. Something I can
install on the firewall or some other inline box that will scan all incoming
/ outgoing data for viruses.

Ideas?

=
Dan Belkie
Forzani Group LTD
System Architect
[EMAIL PROTECTED]
Phone: 403.717.1400 ext 1642
Mobile: 403.605.6354
http://www.sportchek.ca
=
Parts that don't exist can't break.

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




_
MSN Photos es la manera más sencilla de compartir e imprimir sus fotos: 
http://photos.latam.msn.com/Support/WorldWide.aspx





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



[expert] Mirror / backup

2002-02-20 Thread Belkie, Dan

Hi guys,

Can anyone suggest a simple way to mirror or make a exact copy of a current
Linux drive?

For example if you had two hard drives, make one a backup them remove it and
put it in a  safe place.

Can this be done with the dd command?

=
Dan Belkie
Forzani Group LTD
System Architect
[EMAIL PROTECTED]
Phone: 403.717.1400 ext 1642
Mobile: 403.605.6354
http://www.sportchek.ca
=
Parts that don't exist can't break.



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



[expert] Remote backup

2002-02-20 Thread Belkie, Dan

Can anyone recommend any data backup server software for Linux?

I would like to remotely back up my office computers to my home through the
night. I would like to only update the data that has changed.

Anyone know of anything like this?

Thanks! 

--
=
Dan Belkie



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 3:27 PM
To: Michel Clasquin
Cc: [EMAIL PROTECTED]
Subject: Re: [expert] databases for linux


On Wed, 20 Feb 2002, Michel Clasquin wrote:

 On Wednesday 20 February 2002 19:51, you wrote:
   If anyone
   needs only a simple flat-file database for personal use, try
   xmbase-grok:
 
  Interesting program. How is its performance with large data files?

 Haven't tried it with anything major, but I suspect performance would
 start to suffer after 10 000 records or so. It was never made with that in
 mind.

I'm having a helluva time trying to get xmbase-grok to work correctly.
I first tried the 1.5 source install. Building required motif; I had
lesstif installed but couldn't locate the devel packages. So I grabbed
and rebuilt the lesstif source rpms. Built grok but had to specify the
Lesstif includes and Xext and Xp libraries in the Makefile. On running
grok I received a bunch of missing font errors, even though they were
available through xfontsel.

The developer offered some help and suggested a possible entry in my
.Xdefaults. This didn't fix the error though. He believes it to be a
config error on my part. This is possible, but other applications run
without error. I'm looking at this next.

I downloaded the i386 rpm but this one required OpenMotif and not
lesstif. I grabbed, built and installed the latest OpenMotif. Ran
grok... Drats, same missing font errors...

It looks like it could be a useful program but I'm not getting anywhere
with it yet...





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