Re: Cannot run iceweasel on remote host

2007-10-03 Thread Ronny Aasen
On Wed, 2007-10-03 at 18:08 +0530, Raj Kiran Grandhi wrote:
 Hi,
 
 I am facing a weird problem when trying to run iceweasel on a remote 
 host through an ssh session. I have logged into the remote host using 
 ssh -Y remote and at the prompt of the remote host, I ran iceweasel. 
 However it appears that a local instance of iceweasel is started. There 
 is no iceweasel/firefox process at all on the remote host. The only way 
 I could get iceweasel to run on the remote host is by closing all 
 instances of iceweasel already running on the localhost.
 
 Is something wrong? If not, how do I run separate instances of iceweasel 
 concurrently?
 
 Both the systems run on etch, iceweasel-2.0.0.3

this actualy works both ways. 
if you dont have a local iceweasel running, start a remote one, then try
to start a local iceweasel, you actualy get a extra window on your
remote running iceweasel

I have not tested this, but iceweasel/firefox use a wrapper script that
does a lot of things, you can try to call the binary directly and see if
that changes anything it should be called something
like  /usr/lib/iceweasel/firefox-bin

Ronny


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Diskless workstations

2007-07-25 Thread Ronny Aasen

 I would like to try this technology. I have DSL delivered through a
DHCP
 router, a computer capable enough to be a server, and other hardware
that I
 would like to become clients. I expect to use Lenny as the OS.
[SNIP]
 The other method is, of course, LTSP. I have found outlines of how to
set
 this up, but not as specific as I would like. Can someone point me to
such
 informa


this page assumes a fresh debian-edu installation.
http://wiki.debian.org/DebianEdu/HowTo/LtspDisklessWorkstation


Ronny Aasen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: /dev/md0 don't start after controller change

2006-12-12 Thread Ronny Aasen
On Tue, 2006-12-12 at 09:33 +0100, Andrea Ganduglia wrote:
 
 Surely I must add sdd, sde and sdf, but my problem is another: If I
 add those partitions (sdc
 included) after reboot /dev/md0 lost information about them, and it
 shows raid schema with two
 working disks and three set as removed. I don't know what to do.
 

Sometimes i have experienced oddities with raid sets at boot it helps to
1 configure them the way you want them. 
2 let them sync fully. 
3 recreate the initrd with dpkg-reconfigure kernel-image-(version)


Ronny




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to compile sarge's stock kernel

2006-08-11 Thread Ronny Aasen
On Thu, 2006-08-10 at 22:58 -0700, Serena Cantor wrote:
 I am not satisfied with sarge's stock kernel
 2.4.27-2-386 because :
 
 CONFIG_SCSI_AHA152X=m
 
 I want to change it to Y, so I need recompile it and
 wish to use all its existing modules.
 
 What's the easist way to do it? Thanks!

why dont you just add aha152x to your initrd and be a happy camper. 

echo aha152x  /etc/mkinitrd/modules
dpkg-reconfigure kernel-image-2.4.27-2-386

if you insist on recompiling you can find the config used for the kernel
in /boot/config-[version] alter that one line and you should have a
stock kernel with your change aplied. 

consider using the kernel-package tools to make your kernel a .deb
that's easier to install/remove/upgrade then manual kernels


ronny







-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mailman and Postfix in Debian Unstable

2006-06-16 Thread Ronny Aasen
On Wed, 2006-06-14 at 23:13 +0200, Lukas Ruf wrote:
 Dear Siggy, dear All,
 
 for any strange reason, postfix rejects emails sent from my
 yahoo-Account to my [EMAIL PROTECTED] mailinglist with the
 following message:
 
 [EMAIL PROTECTED]:
 80.254.163.99 does not like recipient.
 Remote host said: 554 [EMAIL PROTECTED]: Relay access denied
 Giving up on 80.254.163.99.
 
 I do not understand why!  Until recently, it worked
 
 According to /etc/mailman/postfix-to-mailman.py, I have
 configured my postfix installation with
 
 /etc/postfix/main.cf:
 relay_domains = lists.lpr.ch
 transport_maps = hash:/etc/postfix/transport.hash
 mailman_destination_recipient_limit = 1
 
 /etc/postfix/transport.hash:
 lists.lpr.ch  mailman:
 
 # grep lists /etc/bind/db.lpr.ch
 lists   IN  MX  5   mail2.lpr.ch.
 lists   CNAME   mail2
 
 euphrat:postfix!64 egrep '(MTA|DEB_LISTMASTER)' /etc/mailman/mm_cfg.py
 # Uncomment this if you configured your MTA such that it
 MTA=None   # Misnomer, suppresses alias output on newlist
 DEB_LISTMASTER = '[EMAIL PROTECTED]'
 # MTA='Postfix'
 
 I restarted and 'check'ed postfix and mailman several times -- the
 same error happens.
 
 Does anybody know what goes wrong?
 
 Thanks for any help!
 
 wbr,
 Lukas
 -- 
 Lukas Ruf   http://www.lpr.ch | Ad Personam
 rbacs  http://wiki.lpr.ch | Restaurants, Bars and Clubs
 Raw IP   http://www.rawip.org | Low Level Network Programming
 Style  http://email.rawip.org | How to write emails
 http://lists.lpr.ch/muttprint | muttprint mailing list
 
 


do your postdfix accept mail2.lpr.ch as a local address ? 

ie is it in your main.cf's 
mydestination = mail2.lpr.ch, whatever.tld, localhost, ...


-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Learn about a hard drive...

2006-06-13 Thread Ronny Aasen
On Tue, 2006-06-13 at 22:16 -0700, Redefined Horizons wrote:
 What bash command would I use to list information about the hard
 drives installed on my computer?
 
 I did what I needed through GNOME's disk management, which was handy,
 but I'd like to know the old fashioned way to do it.

Depends on what you want to know. 
i notice you'v gotten a few other answers. but the one i use a lot is 
cat /proc/partitions

to learn of what partitions my system knows about withuot having to
check each drive by itself.

Ronny


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Boot from SATA drive--module or built-in?

2006-06-06 Thread Ronny Aasen
On Tue, 2006-06-06 at 04:42 -0700, Brian C wrote:
 Hi,
 
 This is a kernel-related question to which I cannot find a 
 definitive answer.
 
 If I am not going to use an initrd image, and I want to 
 boot Debian from an SATA drive (in a system with no PATA 
 drives and all SATA drives) using a 2.6 kernel, then is it 
 necessary to compile-in the specific driver for the SATA 
 controller or is it acceptable for it to be merely a 
 module? (When doing make menuconfig do I need a * or will 
 an M do?)
 
 In particular, if the SATA controller is the NVIDIA 
 nForce4 controller, does nv-sata need to be built-in or 
 can it just be a module?
 
 It seems like I've read somewhere that when you want to 
 boot from such a drive then the boot process never makes 
 it to loading modules because it cannot find the SATA 
 drives to begin with, requiring the specific SATA driver 
 to be built-in. Is that right?
 


If you dont want to use a initrd, you need to have it builtin. 
if you can use a initrd. you can build it as a module. 







-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Balancing load between multiple gateways

2006-05-18 Thread Ronny Aasen
On Thu, 2006-05-18 at 10:10 +0200, Hans du Plooy wrote:
 Hi guys,
 
 I just want to see if I'm barking up the right tree.  I have to set up a
 gateway that will connect a large number of clients to the internet.
 The plan is to have two DSL lines, balance load between them, and add
 more lines as it becomes necessary.
 
 Linux Virtual Server http://www.linuxvirtualserver.org/ looks like it
 does what I'm looking for, although it seems to be focussed on traffic
 going the opposite direction.  Is this the right tool for the job?

linux virtual server is more about having multiple routers handle
load/failover for services. and is not realy what you are after

what i think you ask about is 
having a router (for your lan) handle multiple uplinks for loadbalancing
and failover.

basicaly you need to split access your gw. 
that means you have 2 routing tables. 1 for each uplink. 

then you configure the master routing table to be a multipath route to
both routing tables. giving you per connection load balancing out your
uplinks.

adding more uplinks is a matter of adding a interface a new routing
table for that interface and adding a 3rd route to to your multipath
master default gateway


this is what you want.
http://lartc.org/howto/lartc.rpdb.multiple-links.html

this is the split access part in a debian networks file fashion.
http://yellowpigs.net/computers/multiple_subnets
note that the  gateway $gw1 in teh eth0 stanca. would couse this to use
eth0 out allways. you want to replace that with the multipath route for
loadbalancing.


-- 
Ronny Aasen [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SV: [63% SPAM SCAN] Re: Re: Install Debian 3.1 on a new Dell PowerEdge 2850

2006-04-19 Thread Ronny Aasen
On Tue, 2006-04-18 at 22:13 +0200, Jacob Bach Pedersen wrote:
 I just tryed with this:  http://kmuto.jp/b.cgi/debian/d-i-2615.htm
 
 But it don't work. I still can't find tile HD
 

the link is perhaps not easily spottable. it's in the first line, saying
get it from _here_

this is the cd image
http://kmuto.jp/debian/d-i/2.6.15/sarge-custom-0206.iso


[snip]

-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SV: [63% SPAM SCAN] Re: Re: Install Debian 3.1 on a new Dell PowerEdge 2850

2006-04-19 Thread Ronny Aasen
On Tue, 2006-04-18 at 22:35 +0200, Jacob Bach Pedersen wrote:
 Can you tell me, whitch kernel-image fra backports i have to download ?
 
 
 
 Jacob

Read and do the instructions.
then you can search for new kernel images with 
aptitude -t sarge-backports kernel-image

and install it with 
aptitude -t sarge-backports kernel-image-whateverarch-andversion-youlike

[snip]


-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Install Debian 3.1 on a new Dell PowerEdge 2850

2006-04-18 Thread Ronny Aasen
On Tue, 2006-04-18 at 11:02 +0200, [EMAIL PROTECTED] wrote:
 Ugh. This information was for the 2.4 kernel. For 2.6, it's just 'megaraid'.
 
 Cheers,
 
 Paul.
 
 Hey Paul
 
 Thanks for your help, but can i include the megaraid from the
 installation CD, when i'm trying to install debian, or do I have to
 make a special kernel and make my own installation cd?
 
 Pleace help again, i'm new in Linux (Debian)


install sarge with 2.4 kernel and install a new 2.6 kernel from
backports. http://backports.org/instructions.html

or

use the unofficial 2.6.15 sarge installer from 
http://kmuto.jp/b.cgi/debian/d-i-2615.htm

or 

do a chroot install from any livecd with recent kernel.
make sure you install a recent kernel.
http://twiki.iwethey.org/Main/DebianChrootInstall



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How can I get Sarge installed on unsupported hardware?

2006-03-30 Thread Ronny Aasen
On Thu, 2006-03-30 at 11:04 +0100, Andy wrote:
 Hello List,
 
 I have a new server with a SATA-II controller.
 
 I haven't been able to install Sarge because the installer doesn't 
 detect the disks and so cannot load the partitioner.
 
 The Etch installer works fine, but then I end up with Debian testing, 
 which is a problem for me since I need stability.
 
 How can I go about getting Sarge installed? Would anyone mind pointing 
 me in the right direction please?
 
 Thanks, Andy
 

You could try the unofficial sarge installer with backported kernel
http://kmuto.jp/b.cgi/debian/d-i-2615.htm

or you can install on a supported disk IDE install a more recent kernel
and move your install to your SATA drives.

or you can boot a livecd like knoppix with a recent kernel that works. 
and do a debootstrap and chroot install onto your sata drives, making
sure you install a recent kernel.

one of the best things abuot debian is the multitude of install
posibilities. it's more a problem to choose one then to find one. 

with regards
Ronny Aasen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DNS: inverse lockup returning multiple host names --- allowed or not allowed?

2006-02-01 Thread Ronny Aasen
On Fri, 2006-01-27 at 18:44 +0100, . wrote:
 Hi,
 
 I'm trying to find out if it is allowed to have several hostnames being 
 returned from inverse DNS queries (example see below). RFC 1034 and RFC 
 1035 don't seem to answer that question.
 
 
 Example:
 
 
  bulma:~# dig -x 193.158.67.67
  
  ;  DiG 9.2.1  -x 193.158.67.67
  ;; global options:  printcmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id: 14939
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 0
  
  ;; QUESTION SECTION:
  ;67.67.158.193.in-addr.arpa.IN  PTR
  
  ;; ANSWER SECTION:
  67.67.158.193.in-addr.arpa. 77637 INPTR bulma.condor-werke.com.
  67.67.158.193.in-addr.arpa. 77637 INPTR vegeta.condor-werke.com.
  67.67.158.193.in-addr.arpa. 77637 INPTR fairlane.condor-werke.com.
  
  ;; AUTHORITY SECTION:
  67.158.193.in-addr.arpa. 77637  IN  NS  pns.dtag.de.
  67.158.193.in-addr.arpa. 77637  IN  NS  secondary007.dtag.net.
  
  ;; Query time: 1 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Fri Jan 27 17:09:21 2006
  ;; MSG SIZE  rcvd: 184
  
  bulma:~# dig PTR 67.67.158.193.in-addr.arpa
  
  ;  DiG 9.2.1  PTR 67.67.158.193.in-addr.arpa
  ;; global options:  printcmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id: 24431
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 0
  
  ;; QUESTION SECTION:
  ;67.67.158.193.in-addr.arpa.IN  PTR
  
  ;; ANSWER SECTION:
  67.67.158.193.in-addr.arpa. 77635 INPTR vegeta.condor-werke.com.
  67.67.158.193.in-addr.arpa. 77635 INPTR fairlane.condor-werke.com.
  67.67.158.193.in-addr.arpa. 77635 INPTR bulma.condor-werke.com.
  
  ;; AUTHORITY SECTION:
  67.158.193.in-addr.arpa. 77635  IN  NS  pns.dtag.de.
  67.158.193.in-addr.arpa. 77635  IN  NS  secondary007.dtag.net.
  
  ;; Query time: 1 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Fri Jan 27 17:09:23 2006
  ;; MSG SIZE  rcvd: 184
  
  bulma:~#
 
 
 As you can see, the inverse lookup does return three hostnames that 
 share the same IP address (because they are behind a gateway). All the 
 hostnames returned are primary hostnames from the hosts' point of view. 
 But one could argue that from the point of view of those who do the 
 inverse lookup, only one of the names returned can possibly be a primary 
 host name or that at last it cannot be (easily) decided which one is a 
 primary host name or which one should be used from there on for the 
 purposes the request was made for.
 
 It could also be argued that an inverse lookup _should_ always return an 
 unambigous result, in the same way in that CNAME records are supposed to 
 always point to a primary hostname rather than to other CNAME records.
 
 But RFC 1035 explicity states that answers to inverse lookups may yield 
 inconsistent data because the IN-ADDR.ARPA special domain and the 
 normal domain for a particular host or gateway will be in different 
 zones. That applies especially to hosts having multiple IP addresses 
 (like the gateways).
 
 Yet I've found no example of an IP address resolving into multiple host 
 names when making an inverse lockup on that address.
 
 


the RFC's dont explicitly deny the use of multiple PTR records. but all
books i have read, bot on dns and on bind discourage it's usage. 

The returned hostnames from the PTR records are returned in a random
order. so it's dificult to predict witch is returned. and i don't know
of any software that checks anything but the first returned result.

with regards
Ronny Aasen





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Is RAID1 alive and well?

2006-01-06 Thread Ronny Aasen
On Fri, 2006-01-06 at 03:45 -0500, Chinook wrote:
 Etch with kernel 2.6.12-1-686 (2.6.12-10)  Gnome desktop
 
 
 I recently tested imaging and restoring my complete system with Mondo 
 (before I screw it up again :-)
 
 All seems well, but earlier today I thought I saw something like RAID1 
 not detected in the messages scrolling by at boot up.  May be nothing, 
 as I have scanned all logs in the appropriate time frame without 
 success, but I would like to put my mind at rest.  I've been googling 
 and searching man pages for hours for a way to determine if RAID1 is 
 working properly after the restore.  I even installed a package named 
 dmraid which tells me there is no detected RAID, but I'm not sure it's 
 looking for the type of software RAID used by Debian.
 
 The only thing I found (other than dmraid) that gives me any kind of 
 indication is the cli sfdisk (I only used the -l option).  The output 
 from such is below.  Is it telling me that hdb is an active RAID1 
 disk?  Is there any other way of determining the status of RAID1 in my 
 Debian installation?  Sorry, but this is bugging me %-/
 
 Thank you,
 Lee C
 
 
 output from sfdisk
 ==
 debian1:/home/leec# sfdisk -l
 
 Disk /dev/hda: 155061 cylinders, 16 heads, 63 sectors/track
 Warning: extended partition does not start at a cylinder boundary.
 DOS and Linux will interpret the contents differently.
 Warning: The partition table looks like it was made
   for C/H/S=*/255/63 (instead of 155061/16/63).
 For this listing I'll assume that geometry.
 Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
 
Device Boot Start End   #cyls#blocks   Id  System
 /dev/hda1   *  0+851 852-   6843658+  83  Linux
 /dev/hda285297288877   71304502+   5  Extended
 /dev/hda3  0   -   0  00  Empty
 /dev/hda4  0   -   0  00  Empty
 /dev/hda5852+   1182 331-   2658726   82  Linux swap / Solaris
 /dev/hda6   1183+   97288546-  68645713+  83  Linux
 
 Disk /dev/hdb: 155061 cylinders, 16 heads, 63 sectors/track
 Warning: extended partition does not start at a cylinder boundary.
 DOS and Linux will interpret the contents differently.
 Warning: The partition table looks like it was made
   for C/H/S=*/255/63 (instead of 155061/16/63).
 For this listing I'll assume that geometry.
 Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
 
Device Boot Start End   #cyls#blocks   Id  System
 /dev/hdb1  0+   97259726-  78124063+   5  Extended
 /dev/hdb2  0   -   0  00  Empty
 /dev/hdb3  0   -   0  00  Empty
 /dev/hdb4  0   -   0  00  Empty
 /dev/hdb5  0+   97259726-  78124032   fd  Linux raid autodetect
 debian1:/home/leec#
 
 

cat /prod/mdstat

with regards
Ronny Aasen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Does SATA ICH7 south bridge work?

2005-12-16 Thread Ronny Aasen
On Fri, 2005-12-16 at 09:02 +, Berni Elbourn wrote:
 Can you confirm if ICH7 chipset works reliably on Debian with Linux 
 software raid?
 
 Some background: A customer of mine is getting a system from Evesham 
 following recurring problems with active directory and exchange - very 
 nice too. However, I'd like to use Debian on it to get away from active 
 directory completely.
 
 Trouble is that although Evesham are fine supplier they are not a Linux 
 shop...the server is described as a 200NH using an ICH7 south bridge, 
 It is one of those systems with the sata raid controller built into the 
 motherboard.
 
 Also can you recommend a reasonable cost Sata card that does work 
 production style with Debian...so that if the above does have problems I 
 have a rescue plan.

i use software raid on a ich7 sata. 

and i needed 2.6.12 or more recent kernel in order to detect the drives.
but with 2.6.14 it's been working fine for the last week.  and i use it
for my desktop workstation all the time.

you wont be able to install using the regular sarge installer.
so if you want sarge use a 2.6.12 installer or a chroot/debootstrap
install

with regards
Ronny Aasen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: good easy antivirus

2005-12-15 Thread Ronny Aasen
On Thu, 2005-12-15 at 08:42 +0100, Ernst-Magne Vindal wrote:
 Hi, I'll need some recomandations/pointers/howto implement this.
 
 I'm running debian 2.6 stable with postfix/Courier-IMAP/Courier-POP3 and
 mail delivery to ~/Mailbox
 
 It is both windoze and linux clients that get their mail from here. On
 linux its primary pine as mailclient and windoze clients are mostly
 running appz like outlook. It's also got squirrelmail for users to read
 mail.
 
 In addition is it running samba to to give windoze/linux users their
 ~/home share and apache2 with users own home sites and proftp for
 up/download.
 
 Everything is stored on raid5, sw raid (which I also got some problem
 with, but that's another thread:)) on different partitions.
 
 The antivirus sw need to scan all out and incoming mail, and rest of the
 filesystem. I'm not a debian expert so a easely implemented sw will be
 prefered:-).
 
 Someone?


we use clamav tru amavis. you can even get updated (post sarge release)
clamav from volatile http://volatile.debian.net/

we dont scan the filesystem, but you can probably do that with a clamav
cronjob or similar.


mvh
Ronny


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Slow copy

2005-12-15 Thread Ronny Aasen
On Thu, 2005-12-15 at 12:42 +, Graham Smith wrote:
 Hi,
 
 This is perhaps one of the stranger questions to be asked but I'm looking for 
 a utility that will copy a file slowly.
 
 Part of my ad hoc backup system is to copy the nightly backup tar file from 
 our production machine onto another machine. The problem is that the 
 production machine is not exactly what you would call high performance and 
 the file copy basically causes everything else to grind to a halt. It doesn't 
 matter to me that the copy is done in 5 minutes or 50 minutes what matters is 
 that it doesn't kill the server for 5 minutes a day.
 
 What I am basically looking for is a version of cp with a max copy rate 
 argument. I would write my own but I can't believe that I'm the only one who 
 has ever wanted this feature so I suspect there is one already in existence.
 

if you do your copy with rsync, you can use the --bwlimit argument.
if you do your tar's with --rsyncable you would not have to transfer the
whole tar file each time either, only the differences. 

if you do not use rsync you can throttle your aplication with trickle or
shaperd

with regards
Ronny Aasen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux on HardDrive

2004-11-22 Thread Ronny Aasen
On Tue, 2004-11-23 at 05:39, Curtis Vaughan wrote:
  On Mon, 22 Nov 2004 15:51:02 -0800, Curtis Vaughan [EMAIL PROTECTED]
  wrote:
  I just got hold of an old portable PC, which I want to put linux on.
  Since the networking on this device is poor, I removed the harddrive
  and hooked it up to my own computer. So, my question is what do I need
  to do to the hard drive to get Linux to boot up on it, when I put it
  back in the original computer?
 
  I have formatted the hard disk, but I need to set it up so that it will
  boot. How do I do that?
 
  Install a bootloader on that hard disk's MBR.  I recommend grub for that
  task.
  --
  Paolo Alexis Falcone
  [EMAIL PROTECTED]
 
 
 But how do I go about creating the MBR and putting the bootloader there?

replace hdc with the real device you have
grub-install /dev/hdc 

you could also
partition and mount your harddrive under /mnt of you'r own computer

run debootstrap with your choise of debian and your local mirror
example:
#debootstrap sarge /mnt/disk http://your.debian.mirror/debian
tis install a basic working debian

now you could chroot /mnt/disk
and do the rest of the install there some ideas might be..

apt-setup
apt-get update 
apt-get upgrade
apt-get install kernel-image-your-fav-version
apt-get install all-the-software-you-want-to-use

good luck


-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian 3.0r3 iso images?

2004-10-29 Thread Ronny Aasen
On Fri, 2004-10-29 at 09:20, Björn Johansson wrote:
 At 06:35 2004-10-29, you wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Björn Johansson [EMAIL PROTECTED] writes:
 
   Is there any Debian 3.0r3 images available somewhere?
 
 Not that I know of, yet.  Not that this is a problem, just use apt-get
 on a network connection instead.  Far more efficient than wasting time
 with downloading a CD set.
 
   (Not a member of the list)
 
 You might want to set your reply-to header in the future to go to both
 you and the list, then.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.5 (GNU/Linux)
 
 iD8DBQFBgch+UzgNqloQMwcRApBxAKDhZWIiH2T7dJV7lm5M7JeNolVriwCfRdvh
 /Zqozp3BDpvQr5ho4//qkDE=
 =cYL4
 -END PGP SIGNATURE-
 
 I don't have a internet connection at home, at the moment, so I can't use
 apt-get :-(.


nither do i, but i have at work,and i can use apt-mirror, to grab a
apt-repository to the harddrive and then i connect the usb harddrive at
home and can use apt-get

high latency link :)

-- 
Ronny Aasen [EMAIL PROTECTED]



Re: eht0, wlan0: bridge, ifplugd, waproamd

2004-09-08 Thread Ronny Aasen
On Wed, 2004-09-08 at 14:19, Jerome BENOIT wrote:
 Hello List,
 
 on my laptop I have both a wireless card and an ethernet card
 which wok fine separately:
 I would like to create a bridge br0 which contains eth0 and wlan0:
 does anyone kown if it is possible ?
 and how we can do that (the Debian way or not) ?
 
 Thanks in advance,
 Jerome

you need to apt-get install bridge-utils
and read /usr/src/doc/bridge-utils/HOWTO


i did belive you could add the br0 settings into you'r
/etc/network/interfaces file to make it easier to get to start at boot,
but it's a while since i'v been doing this.

good luck

-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: On downloading Debian ISOs

2004-08-17 Thread Ronny Aasen
On Tue, 2004-08-17 at 08:30, Rakhesh Sasidharan wrote:
 On Mon, 16 Aug 2004 15:11:54 -0400 (EDT), Loki
 [EMAIL PROTECTED] said:
  
  However, keep in mind that the more disks you download at work (via
  broadband) the fewer packages you're going to have to download at home
  (via dialup).
 
 Yeah ... that's the reason I am trying to get as much as possible at
 work. 
 
  It's also not a bad idea to Google for the ISO filenames. I got much
  quicker downloading access by spreading my downloads across a number of
  'unofficial' mirrors that aren't listed at debian.org.
 
 Thanks for that tip. :) 

you may also think about using apt-mirror, on a removable harddrive at
work, you can then move this disk back and forth, and allways have your
local mirror updated to the latest.

this way you can do your installs the debian way and you allways have
all the packages available. 
and apt-mirror downloads debs using ftp/http so you shoudnt have
problems with your firewall/proxy


-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Virtual hosts, Apache2 and SSL

2004-07-13 Thread Ronny Aasen
On Tue, 2004-07-13 at 12:32, Michael Bernhard Sørensen wrote:
 Hi there.
 
 Is there a howto about apache2, ssl and virtual hosts?
 
 I can't seem to open port 443, and I'm not sure if ssl is properly
 installed on my apache2. There doesn't seem to be an ssl module for
 apache2.
 
 I have 3 virtual hosts (name based) working on my test server on port
 80. So far so good.
 
 Any thoughts are welcome, as I'm still new to debian.

you can not use ssl and virtual hosts at the same time. 
ssl is an ecryption that require the ip as a parameter. 
you must assign more ip's to your interface and have 1 ssl host/ip
address.

you may set up 1 ssl host and have you'r virtual hosts redirect into a
path on the ssl host, but that don't look as smooth :)

good luck
-- 
Ronny Aasen [EMAIL PROTECTED]



Re: Bandwidth monitor perip

2004-06-30 Thread Ronny Aasen
On Wed, 2004-06-30 at 14:04, Vijaya S wrote:
 hi ,
 Can anyone suggest a good Bandwidth monitor tool PER IP basis for a
 network hainv gboth Windows and Linux mahcines.

ipfm 

if gives you a list 
[ip number]  [trafiic in] [traffic out] [trafiic total]

you can specify the interval
youn need a hub/tap or mirror port in a switch in order to sniff the
traffic

oh and it's in woody

-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: inetd inetd.conf

2004-06-29 Thread Ronny Aasen
On Tue, 2004-06-29 at 13:23, Keith O'Connell wrote:
 Hi,
 
 I just had to edit the /etc/inetd.conf file. In order for the
 changes to take effect the machine had to be rebooted.
 
 Is this the wrong approach. Is there a way for changes in
 inetd.conf to be enacted without the need to take the machine
 down and up again?
 

/etc/init.d/inetd restart

-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Enabling telnet access

2004-06-18 Thread Ronny Aasen
On Fri, 2004-06-18 at 08:46, Paal Marker wrote:
 debian 3.0r2  kernel 2.2.20
 I have got some workstations inside a network, and I will need telnet 
 access to them.
 
 I have installed telnetd, and it is running.

why ohh why are you using telnet when you can use ssh ?

i know it was not a answer, but i had to ask

-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Back up a Windows box w/o Samba?

2004-05-19 Thread Ronny Aasen
On Wed, 2004-05-19 at 11:11, Jens Simmoleit wrote:

[snip]

 
 Well, apt-get install webmin and (should be) webmin-samba and give it a try
 then. BUT I must say I forgot an even simpler method if you're still
 looking for an easy to use solution for your dad. Simply create a new normal
 user called backup on your Debian-Box and get a copy of WINscp... install it
 on WinME, provide your Dad with the password of the user backup and he can
 copy the stuff to /home/backup with the windows feeling he's used to ;-)
 he can't mess up anything (only his own backups :-).
 

just a hint to something i have been using.
the cwrsync for windows is a standalone cygwin+rsync for windows. 
you can run rsync server on your debian. 
and a bat script on the windows can run the whole backup

advantages is that you can put the password in a textfile to avoid user
error, and it will backup the changes only so it saves on time and
bandwitdh


 
  If I could share a Windows printer, that would save me some
  money.  Dad has a
  fancy color laser.  CUPS supports it, but I need to run it as
  either a Samba
  share or a network printer.
 
  In either case, I keep smacking my face into the same brick wall.  The
  all-important URL field.

if it has a static ip then i tend to use socket://ip.addr.of.printer



-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mounting windows shares

2004-05-14 Thread Ronny Aasen
On Fri, 2004-05-14 at 15:08, Harland Christofferson wrote:
 i googled but couldn't find anything appropriate ...
 
 when i try:
 
 mount -t smbfs -o username,password,and rw options 
 //windblowsserver/backup/system\ 
 products/
 
 mount chokes on the windblows directory system products .
 
 i assume this is b/c of the space in the directory name. what should 
 i do so i can mount this windblows share?
 

rename the share

-- 
Ronny Aasen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]