Re: [opensuse] Size of /proc/kcor

2006-12-05 Thread David Mayr
> Is this normal?
> # du -hsx /proc/*-> 4.8G/proc/kcore 

Yes, some of the files there represent your system memory, so it looks like 
you have something about 4GB of RAM. /proc is a virtual filesystem, so these 
files don't need your diskspace, don't worry...


> ps:  Why do the first 2 outputs happen?:
>
> # du -hsx /proc/* | grep kcore
> du: `/proc/18268/task': No such file or directory
> du: `/proc/18268/fd': No such file or directory
> 4.8G/proc/kcore

I guess that the process with PID 18268 just went away while executing your 
command. Maybe I'm wrong, if someone knows it better - just let me know ...

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] I have forgotten how to do? [konqueror fullscreen mode]

2006-12-08 Thread David Mayr
> But I have forgotten on how to set up Konqueror and xterm to fill the
> whole monitorscreen when they opens.

For Konqueror going to fullscreen mode (and back), press F11 or Ctrl-Shift-F

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] IRC, ICQ, which app?

2006-12-20 Thread David Mayr
> I never used IRC, ICQ etc., but now I'd like to give it a try. There's
> quite a choice of apps in Yast - what should I install?

I use "kopete" (great app IMHO) for ICQ/Jabber and "kvirc" for IRC.

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Mirror Software

2007-01-06 Thread David Mayr

> I'm looking for some free software that will allow me to have a real time
> mirror (one way) from one machine to another.  Rsync is not an
> acceptable solution.

If you want real realtime, consider using a network-raid system as DRDB 
(http://www.drbd.org/) or maybe md on top of nbd (network block device).

Some more possibilities listed at http://www.topology.org/linux/raid.html 
unter the header "Network Raid".

-- 
MfG,
David Mayr

 SUSE Linux Products GmbH - a Novell business
  R&D / inttools
  Simply change!
===
 Maxfeldstrasse 5, D-90409 Nürnberg
 http://opensuse.org, [EMAIL PROTECTED]

-- 
MfG,
David Mayr
===
LunaBOX Network Solutions
===
 Haubensteigweg 55
 D-87439 Kempten
 TelNr: 0831-5124808
 FaxNr: 0831-5124809
 Mobil: 0172-8673184
www.lunabox.de
   [EMAIL PROTECTED]
==
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Network Manager??? (WiFi problem)

2007-01-08 Thread David Mayr

> [...] Ot, how do I disable KnetworkManager and just use
> ifup and ifdown?

AFAIK, it should be sufficient to start the YaST LAN module and 
answer the first question "use Network Manager or traditional method with 
ifup/ifdown" appropriate.

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Mac address

2007-01-10 Thread David Mayr
Hi Jan,

> How can I make a persistent change of my nic´s mac address, so it keeps
> the new value after a reboot?

AFAIK it depends on the Hardware (NIC) you have if it's possible at all.
Maybe the manufacturer of your NIC provides a tool to change the MAC address.

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
 
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Dumb question on networks and servers

2007-01-10 Thread David Mayr
Hi Jay,

> So I want to use my Linux box to monitor network activity. Do I absolutely
> need to have the box be like a router that the other computers connect to
> or is just being on the network suitable to act as a server. In the past
> I've done routing but if I don't need to route in order to monitor, manage,
> and log network activity, that's awesome. [...]

If you want to monitor your network, the monitoring box needs to 'see' all the 
traffic that you want to monitor. Some better switches have the ability to 
set up one port in monitoring mode - this way all traffic (of computers 
connected to this switch) will be duplicated to this port. Connect your 
monitoring computer to this port and set up your monitoring software - 
e.g. "ntop".


-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Changing cramfs contents

2007-01-16 Thread David Mayr
Am Dienstag, 16. Januar 2007 19:54 schrieb Kenneth Schneider:
> Can someone give me some info on changing the contents of a cramfs file?
> I have mounted the file using:
>
> mount -o loop -o rw file1 tmp
>
> but when I try and change/delete a file I get an error stating the
> filesystem is readonly.

Maybe I'm wrong, but schouldn't your command read: 
mount -o loop,rw  file1 tmp

-- 
MfG,
David Mayr
===
LunaBOX Network Solutions
===
 Haubensteigweg 55
 D-87439 Kempten
 TelNr: 0831-5124808
 FaxNr: 0831-5124809
 Mobil: 0172-8673184
www.lunabox.de
   [EMAIL PROTECTED]
==
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Re: Clone a machine ?

2007-01-24 Thread David Mayr

> > Is there a tool in Opensuse 10.2 to "clone" a machine , that is I define
> > a master with all desired softwares and network/NFS/LDAP ...
> > configuration, then I am able to install many others machines with the
> > same conf. There is such tool in HP-UX called IGNITE , would be great if
> > Opensuse have a similar tool.
>
> Autoyast is meant to do this for larger installations.
> http://www.suse.com/~ug/

Autoyast is really great, but maybe sometimes a bit overkill (in setup) if you 
just want to clone one machine...

Another way would be to do it 'by hand':
- boot some live-cd (suse live-cd or knoppix) on the "empty" system
- create partitions as needed and create filesystems
- mount the new partitions
- mount all filesystems of the system that should be cloned by NFS (*)
- copy all files via   rsync -auvx /source /destination   to the new system
- setup a bootloader: start 'grub' and enter (assuming that /boot is your 
   first partition on your fist disk):
 root (hd0,0)
 setup (hd0)

I'm sure there are many other (maybe better) ways, but i had good experiences 
with this one ...

(*) or setup rsync in server mode on this machine

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Re: Clone a machine ?

2007-01-24 Thread David Mayr

>> [...]  rsync -auvx  /source /destination   [...]

>  using rsync one may get probs with sensibly excluded directories such
> as /proc & /tmp

i'm sorry, but but have to correct you in this small point.
  rsync --help says:

  -x, --one-file-system   don't cross filesystem boundaries

so the mentioned rsync command wouldn't copy things from /proc or the like ...

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] pure-ftp

2007-01-24 Thread David Mayr
> > pure-ftp running well on 9.3.
> >
> > Is it possible to obtain pure-ftp for SuSE 10.1?
>
> There is an rpm on the distribution dvd/cd(s).


And you can use the packages from (our today proudly open-sourced) build 
service:

http://software.opensuse.org/download/server:/ftp/openSUSE_10.2/

-- 
MfG,
David Mayr
===
LunaBOX Network Solutions
===
 Haubensteigweg 55
 D-87439 Kempten
 TelNr: 0831-5124808
 FaxNr: 0831-5124809
 Mobil: 0172-8673184
www.lunabox.de
   [EMAIL PROTECTED]
==
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] pure-ftp

2007-01-24 Thread David Mayr
Am Donnerstag, 25. Januar 2007 00:18 schrieb David Mayr:
> > > pure-ftp running well on 9.3.
> > >
> > > Is it possible to obtain pure-ftp for SuSE 10.1?
> >
> > There is an rpm on the distribution dvd/cd(s).
>
> And you can use the packages from (our today proudly open-sourced) build
> service:
>
> http://software.opensuse.org/download/server:/ftp/openSUSE_10.2/


Sorry - did not realize that you wanted it for 10.1, here it is:
http://software.opensuse.org/download/server:/ftp/SUSE_Linux_10.1/

-- 
MfG,
David Mayr
===
LunaBOX Network Solutions
===
 Haubensteigweg 55
 D-87439 Kempten
 TelNr: 0831-5124808
 FaxNr: 0831-5124809
 Mobil: 0172-8673184
www.lunabox.de
   [EMAIL PROTECTED]
==
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] [little survey] who's using...

2007-01-24 Thread David Mayr

> > I would like to know who's using KDE in here, in the place of GNOME?
> > As well as the distribution has decide to "switch" to GNOME, who
> > stayed faithfull to KDE?
>
> 1 vote for KDE 


+1 for KDE (+100 if I could...)  :-)

-- 
David Mayr
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] umask

2007-01-31 Thread David Mayr
Am Mittwoch, 31. Januar 2007 19:16 schrieb Charles philip Chan:
> On 31 Jan 2007, [EMAIL PROTECTED] wrote:
> > Can someone tell me where i set a umask permanently. Websites ive
> > looked at point towards .profile or .login but i cant find anything
> > like this.  I'm running 10.0.
>
> (1) System wide: /etc/profile.local
>
> (2) per user: ~/.bash_profile or ~/.profile
>


(3) per filesystem:  set "umask=value" in /etc/fstab

from "man fstab":

# umask=value
#  Set  the  umask  (the bitmask of the permissions that are not present).
#  The default is the umask of the current process.  The value is
#  given in octal.


-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kssh on openSUSE 10.2 ? Where ?

2007-02-02 Thread David Mayr
Hi,

> kssh seems to have been dropped from the openSUSE 10.2 distro itself
> and the opensuse repositories...


you can take it from the openSUSE build service:

  http://software.opensuse.org/download/KDE:/Community/
respectively
  http://software.opensuse.org/download/KDE:/Community/openSUSE_10.2/
for openSUSE 10.2

-- 
David Mayr :: http://lunabox.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kssh on openSUSE 10.2 ? Where ?

2007-02-03 Thread David Mayr
Hi Rui,

>   I assume you're just want a volunteer for kssh... or is for the entire
> community Repository ?

I think it's meant only for the kssh package.


>   If it's for kssh, then I'm up to it. Could you please redirect me to
> what I have to do in order to accomplish that?

Goto the kssh package page at the openSUSE build service here
http://build.opensuse.org/package/show?package=kssh&project=KDE%3ACommunity
and log in. There you can edit the spec file, upload/update sources and so on.

You can also use the great osc (http://en.opensuse.org/Build_Service/CLI) 
command line client if you like.

If you do not have an account already, sign up for a new one. After that your 
(Novell iCahin) account has to be approved. After this is done (please be 
patient) you can use your account to maintain the package.


-- 
David Mayr

:: Software is like sex - it's better when it's free ::
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kwinrule/window-specific settings

2007-02-05 Thread David Mayr
Am Sonntag, 4. Februar 2007 14:56 schrieb Istvan Gabor:
> Hello list users:
>
> Could someone point me to a link where I can find detailed
> description on how to use kwinrule (KDE Control Center ->
> Desktop -> Window-specific settings)?
> I have no idea what 'window class', 'window role', 'window
> types', 'extra role' etc. are exactly.
>
> I would like to create a desktop icon that opens a window that
> shows the media storage devices. I want the window to open
> always at the same place with the same size and the same icon
> view without affecting the properties of any other window (eg
> konqueror).
>
> I have KDE 3.5.6 latest on SUSE 10.2 installed.

I think an easier way than using the control-center module would be:
Open the window in question and right-click the title-bar. Then 
select 'Advacned'. In the submenu there select one of the last two entries 
(don't know the exact phrase, I'm using the german i18n). This way you don't 
have to select the window by hand.

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kwinrule/window-specific settings

2007-02-06 Thread David Mayr

> I would like if a file manager (konqueror) window could
> remember all the settings, ie the size and position where it is
> opened and the way it shows the file list (icon view/detailed
> view, icon size, side bar on/off etc).

The size and position of the window should be adjustable via the suggested 
dialog (or the controlcenter module). (See http://lunabox.de/tmp/)

If you'd like to preset settings like side bar and so on, I think you can use 
konqueror's "profiles" capabilities (konqueror menu -> settings -> view 
profile or something like that).

I hope this helps you ...

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] backup data from server

2007-02-16 Thread David Mayr
Hi Evan,

> I want to setup a backup system for a server where the data is backed up
> to my laptop which connects wirelessly on the network. There should be 1
> day a week where it does a full backup and the other days just
> incrementals to a separate directory not affecting the full backup.


I'm using 'reoback' [1] for quite a long time now and I'm very happy with it.
It makes tarballs with full backups once a week and incremental ones the other 
days. It then can upload the files via ftp to somewhere you specify.


[1]  http://reoback.sourceforge.net/


-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] backup data from server

2007-02-19 Thread David Mayr

> When selecting backup software look to how easy it is to recover
> ONE specific file and restore it to 1) its original location, and 2) an
> alternate new location.
>
> To do this any backup system must support some form of catalog or
> index and a means of quickly getting to the specific location in the
> backup to extract that file without having to wade through the entire
> tape/disk image to find it.
>
> So how does reoback handle that?

Reoback does not help with that very much, you're right. 
With reoback, you would have to know which day of the past week your desired 
file changed last or you need to do something like "tar -ztf  archive.tgz". 
But for me, this is sufficient.
It should also be quite simple to extend reoback to write some kind of 
logfile, where it captures the filenames of backed up files per archive - I'm 
not sure if this is already builtin and configurable...

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] XML viewer

2007-02-20 Thread David Mayr
Am Dienstag, 20. Februar 2007 11:19 schrieb Hans van der Merwe:
> What do people out there use for XML viewing in openSUSE?
> The software team here generates error logs in XML and views it in IE -
> formatted with a stylesheet - how can I do the same on my box (without
> IE obv)

Use Firefox.

-- 
MfG,
David Mayr

 SUSE Linux Products GmbH - a Novell business
  R&D / inttools
  Simply change!
===
 Maxfeldstrasse 5, D-90409 Nürnberg
 http://opensuse.org, [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] cookies

2007-02-20 Thread David Mayr
Hi Doug,

Am Mittwoch, 21. Februar 2007 00:57 schrieb Doug McGarrett:
> Apparently, ebay requires you to have a cookie.  Is this the case, and if
> so, how can you enable JUST the cookie for ebay?  And should you?  Or is
> there another way?  (I used to use ebay occasionally on Windows, and I
> suppose it allowed cookies.)

What browser do you use?

With konqueror you can selectively choose for which domain you want to allow 
cookies or not ... In Firefox there's a similar concept to define domains, 
where cookies are not allowed.

Just browse the configuration dialog of you favourite browser to see if it has 
a similar capability ...

-- 
MfG,
David Mayr
===
LunaBOX Network Solutions
===
 Haubensteigweg 55
 D-87439 Kempten
 TelNr: 0831-5124808
 FaxNr: 0831-5124809
 Mobil: 0172-8673184
www.lunabox.de
   [EMAIL PROTECTED]
==
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Remote User Directory

2007-02-28 Thread David Mayr
Am Mittwoch, 28. Februar 2007 17:26 schrieb ka1ifq:
>   I did some googling but did not find what I was looking for, probably 
> not
>using the  the right terms.
>
>   I have 2 machines A) suse 10.2 B) suse 10.1, I would like to have an
> account on the B machine that uses / shares a home directory with an
> account with the same name on the A machine so I can be able to read my
> email from either. Both machines are on an internal network. I didn't
> really want to do a remote desktop..

Why not share your /home via NFS?

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Login problems

2007-03-15 Thread David Mayr
Hi Udo,

> I'm new to this list and also new to OpenSuse.
> I've installed 10.2 on my system and it worked fine for almost 2
> weeks. Since today I can't login with the normal username/password in
> KDE.
> Root login is possible.
>
> When login in, the screen turns to black for a few seconds and I'm
> going back to the login screen.  Creating a new user from the root
> login doesn't change anything. The new user has the same problem.
>
> Where should i look to find a solution for this?

Please check if your harddisk is full. 
IIRC I had a similar problem after filling up my harddisk long time ago.

But maybe I'm fully wrong ...

-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] setting up a raid (Suse 10.0)

2007-03-15 Thread David Mayr
Am Donnerstag, 15. März 2007 19:47 schrieb John Andersen:
> On Thursday 15 March 2007, James D. Parra wrote:
> > Isn't mirroring a swap partition a bad idea, or at the least wasteful?
>
> Mirroring is not too bad for swap.  When the system needs to read
> swap the raid drivers will read from which ever disk is not busy, so
> it might be faster than non-raid, but only slightly so.
>
> A swap on raid5 is quite a bit slower.


Mirroring swap isn't a bad idea also because your running system would break 
if a disk crashes with swapped data on it.


-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] opensuse way to do modprobe at boot?

2007-06-05 Thread David Mayr
Hi Greg,

Am Dienstag, 5. Juni 2007 16:03 schrieb Greg Freemyer:
> I rebooted a server yesterday and my backup failed last night because
> it depended on having the fuse module loaded by the kernel.  (I guess
> this is the first reboot in a few months.)
>
> Anyway, I know the file /etc/modprobe.conf exists and is used at boot
> to load modules, but is there a opensuse preferred way to modify it?
> (ie. A tool like yast?)
>
> If not, I don't see a line in there related to fuse, so what should
> the line say, and where should I put it?
>
> FYI: So far I have just been manually calling "modprobe fuse".


Probably not the best way, but I think you could do this:

  echo "modprobe fuse" >> /etc/init.d/boot.local

This way the module gets loaded before all other services start.

-- 
David Mayr,  http://davey.de
openSUSE is my LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] OpenSuSE via NFS

2006-10-17 Thread David Mayr

> > If you're NFS-mounting the root filesystem, you need either different
> > areas per machine, or local disk for workspace, e.g. for /var.
>
> /var is not enough, you also need some client-writeable files in /etc
> and a writeable /media and /tmp (for X etc.).
> Our solution is a per-host writeable NFS mount for /var and /etc/local
> where we link all files from /etc to /etc/local that must be written
> by clients (this is special and requires some maintenance tools we
> developed for our distribution). /media is deployed as tmpfs which
> works fine. /dev is not a problem anymore since 10.1 now uses a tmpfs
> for /dev automatically.
> /tmp is a local disk partition.


Maybe you might be interested in LTSP, the "Linux Terminal Server Project" 
[1]. They also use a single root filesystem mounted via NFS with a single 
central configuration file. Files that needs to be writeable are in a small 
symlinked ramdisk under /tmp.

I use LTSP for diskless X-Terminal-Clients since some years and it works like 
a charm :-)

[1] http://ltsp.org

-  Davey
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] System CPU and memory usage logger.

2006-11-13 Thread David Mayr

> Im looking for an app to log my current processes CPU and mem usage.
> Something that will basically dump top results in an usable file struct
> every x seconds.

If you're looking for something andvanced, try cacti (http://cacti.net).
It generates many nice graphs for your Browser - not only CPU/Mem/Procs ...


-- 
David Mayr
SUSE LINUX Products GmbH
Research&Development/inttools
http://opensuse.de
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Firewire raid on Suse

2006-11-13 Thread David Mayr

> Is it possible to set up a RAID on multiple firewire devices on Suse 10.0?

Maybe someone could correct me if I'm wrong, but I think this should be 
possible as long as your hardware (controller,disk) is supported. 

But I'm not sure if you could have your root-filesystem on such a raid...
At least your firewire-modules must have been loaded at boot-time.

-- 
MfG,
David Mayr
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] How to start a service on ip up?

2006-11-16 Thread David Mayr
> I am using OpenSuse 10.1, and a PPPoE connection configured with Yast2.
> Everything is working correctly but ntp: when it starts, even if it starts
> after the network is up, is still too soon. The system is not connected to
> the internet, yet.
> Once upon a time, if I put a script in /etc/ppp/ip-up.local it got executed
> when I was connected. I wanted to add ntp starting there, but it does not
> get executed.
> Any hints?


You could try the following in /etc/ppp/ip-up.local:

( ping -c1 ; sleep 5 ; /sbin/rcntp start ) &


-- 
MfG,
David Mayr, http://davey.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] How to start a service on ip up?

2006-11-16 Thread David Mayr
forgot something, sorry:

( ping -c1 heise.de ; sleep 5 ; /sbin/rcntp start ) &

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] help with dns

2006-11-17 Thread David Mayr
> i currently have a dns server that resolves about 500 hosts in
> domain1.com. i need to now work towards migrating all current records to
> domain2.com. over the next year or so, i will also need to keep these
> domains in sync. ie: serverA.domain1.com has the same ip address as
> serverA.domain2.com.

Why do you ask the same question twice?


-- 
David Mayr,  http://davey.de
openSUSE LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]