Re: transfering amongst partitions

2001-03-01 Thread Fraser Campbell
"David Bishop" <[EMAIL PROTECTED]> writes:

> First, I don't know of a safe way to transfer all of those files.  I've tried
> to use tar in the past, but had permision issues (things ended up being owned
> by root).  I could use dd, but that's a block-by-block transfer, right?  So

I usually use cp -ax to copy parititons, that has never caused me problems.
tar with the -p option is pretty safe as well.


> Oh, and how do I boot up afterwards?  I forgot to mention that there is no
> floppy disk available, so I can't just boot off of a rescue floppy and rerun
> lilo when everything is schootched around.  

A $20 floppy drive will fix that.


> P.S. Of course this box is running some web services so it can't be down for
> longer than about 1/2 hour.  Just making things easy on me B-)

Ahh, wondered why this was an ISP question, you're really likely to get more
answers on debian-user.  Anyway ...

Do you really need the space, where?  Sounds like you're using the one big
root partitioning scheme.  Split /tmp into it's own partition (64 MB is
likely enough) ... if this really is a critical machine and you really need
the extra space then just format and mount the space somwhere and create
links into it as need from other locations. 

Fraser




Re: IMAP/POP3 + Maildir

2001-03-01 Thread Jeff Waugh


> As far as I know, Stefan just recently uploaded them to unstable and
> is now on vacation. I found the packages on
> http://incoming.debian.org/. Sources are there too.

Revisiting this thread. :)

Seems the binary packages are in, but the source packages are not... Or is
this just me being unobservant?

- Jeff


-- [EMAIL PROTECTED] - http://lazarus.aphid.net/ --

 "Boys will be boys, hackers will be hackers, geeks will be geeks,  
and cyberpunks will always just be ravers with Macintoshes."
- Monkey Master, Crackmonkey




Re: transfering amongst partitions

2001-03-01 Thread Fraser Campbell

"David Bishop" <[EMAIL PROTECTED]> writes:

> First, I don't know of a safe way to transfer all of those files.  I've tried
> to use tar in the past, but had permision issues (things ended up being owned
> by root).  I could use dd, but that's a block-by-block transfer, right?  So

I usually use cp -ax to copy parititons, that has never caused me problems.
tar with the -p option is pretty safe as well.


> Oh, and how do I boot up afterwards?  I forgot to mention that there is no
> floppy disk available, so I can't just boot off of a rescue floppy and rerun
> lilo when everything is schootched around.  

A $20 floppy drive will fix that.


> P.S. Of course this box is running some web services so it can't be down for
> longer than about 1/2 hour.  Just making things easy on me B-)

Ahh, wondered why this was an ISP question, you're really likely to get more
answers on debian-user.  Anyway ...

Do you really need the space, where?  Sounds like you're using the one big
root partitioning scheme.  Split /tmp into it's own partition (64 MB is
likely enough) ... if this really is a critical machine and you really need
the extra space then just format and mount the space somwhere and create
links into it as need from other locations. 

Fraser


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




Re: IMAP/POP3 + Maildir

2001-03-01 Thread Jeff Waugh



> As far as I know, Stefan just recently uploaded them to unstable and
> is now on vacation. I found the packages on
> http://incoming.debian.org/. Sources are there too.

Revisiting this thread. :)

Seems the binary packages are in, but the source packages are not... Or is
this just me being unobservant?

- Jeff


-- [EMAIL PROTECTED] - http://lazarus.aphid.net/ --

 "Boys will be boys, hackers will be hackers, geeks will be geeks,  
and cyberpunks will always just be ravers with Macintoshes."
- Monkey Master, Crackmonkey


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




Re: Official CD

2001-03-01 Thread Mark Janssen
On Thu, Mar 01, 2001 at 05:30:06PM -0600, Y2KNET wrote:
> I am trying to make Debian Official CD and followed all
> the instructions and successfully rsync the iso image.
> 
> I also loaded boot.exe file and other files on the CD, but
> it does not boot up and by-pass the CD ROM.

I do know know this boot.exe file, but AFAIK the cd images you can download
from the debian website are perfectly bootable, I myself have dont this
more then once successfully.

> Is there any source where I can find the step by step instructions 
> after successfull rsync,to load the boot programs on the CD.

AFAIK it just rsync/ftp/whatever the iso's over to you, burn the iso's with
any program capable of burning ISO's and move the coaster over to another
system and then hit the reset button to abolish yet another NT box to
install debian on it

> Any help will be extremely appreciated.
> 
> Thanks.
> 
> Vaqar Ahmed

Mark Janssen Unix Consultant @ SyConOS IT
E-mail: [EMAIL PROTECTED]GnuPG Key Id: 357D2178
http: markjanssen.homeip.net and markjanssen.[com|net|org|nl]
Fax/VoiceMail: +31 20 8757555 Finger for GPG and GeekCode


pgpW0XngCEqtR.pgp
Description: PGP signature


Official CD

2001-03-01 Thread Y2KNET



I am trying to make Debian Official CD and followed 
all
the instructions and successfully rsync the iso 
image.
 
I also loaded boot.exe file and other files on the 
CD, but
it does not boot up and by-pass the CD 
ROM.
 
Is there any source where I can find the step by 
step instructions 
after successfull rsync,to load the boot programs 
on the CD.
 
Any help will be extremely 
appreciated.
 
Thanks.
 
Vaqar Ahmed


transfering amongst partitions

2001-03-01 Thread David Bishop
So, I trying to convert a machine that has been dual-booting NT and Debian
for awhile, mainly because I just noticed that I haven't booted into NT in
over two months :-)  I want to reclaim that lost disk space that is currently
an NTFS partition, and that's where I'm stuck.  The current layout of the
drive is hda1=ntfs, hda2=/, hda5=swap, and hda6=/home.  hda1 is 4 gigs, and
hda2 and 6 are two gigs each.  Now, I assume it would be easiest to
re-fdisk/format hda1 to be ext2, then copy all of hda2 over, then hda6 as
well, delete everything but hda1, and refdisk to make a four-gig hda2, and
recreate the swap.  Sounds easy, right?  Well, therein lies the troubles.

First, I don't know of a safe way to transfer all of those files.  I've tried
to use tar in the past, but had permision issues (things ended up being owned
by root).  I could use dd, but that's a block-by-block transfer, right?  So
the partitions would have to be the same size? cp has the same problems as
tar, and how does copying device files work? I thought I read that would
screw stuff up.

Oh, and how do I boot up afterwards?  I forgot to mention that there is no
floppy disk available, so I can't just boot off of a rescue floppy and rerun
lilo when everything is schootched around.  

So, I am undoubtably making a mountain out of a molehill, and I just ask that
you guys not laugh too loudly.  Laughing up your sleeve is perfectly
acceptable, though :-)

TIA and HAND,

D.A.Bishop

P.S. Of course this box is running some web services so it can't be down for
longer than about 1/2 hour.  Just making things easy on me B-)




Re: Official CD

2001-03-01 Thread Mark Janssen

On Thu, Mar 01, 2001 at 05:30:06PM -0600, Y2KNET wrote:
> I am trying to make Debian Official CD and followed all
> the instructions and successfully rsync the iso image.
> 
> I also loaded boot.exe file and other files on the CD, but
> it does not boot up and by-pass the CD ROM.

I do know know this boot.exe file, but AFAIK the cd images you can download
from the debian website are perfectly bootable, I myself have dont this
more then once successfully.

> Is there any source where I can find the step by step instructions 
> after successfull rsync,to load the boot programs on the CD.

AFAIK it just rsync/ftp/whatever the iso's over to you, burn the iso's with
any program capable of burning ISO's and move the coaster over to another
system and then hit the reset button to abolish yet another NT box to
install debian on it

> Any help will be extremely appreciated.
> 
> Thanks.
> 
> Vaqar Ahmed

Mark Janssen Unix Consultant @ SyConOS IT
E-mail: [EMAIL PROTECTED]GnuPG Key Id: 357D2178
http: markjanssen.homeip.net and markjanssen.[com|net|org|nl]
Fax/VoiceMail: +31 20 8757555 Finger for GPG and GeekCode

 PGP signature


Official CD

2001-03-01 Thread Y2KNET



I am trying to make Debian Official CD and followed 
all
the instructions and successfully rsync the iso 
image.
 
I also loaded boot.exe file and other files on the 
CD, but
it does not boot up and by-pass the CD 
ROM.
 
Is there any source where I can find the step by 
step instructions 
after successfull rsync,to load the boot programs 
on the CD.
 
Any help will be extremely 
appreciated.
 
Thanks.
 
Vaqar Ahmed


transfering amongst partitions

2001-03-01 Thread David Bishop

So, I trying to convert a machine that has been dual-booting NT and Debian
for awhile, mainly because I just noticed that I haven't booted into NT in
over two months :-)  I want to reclaim that lost disk space that is currently
an NTFS partition, and that's where I'm stuck.  The current layout of the
drive is hda1=ntfs, hda2=/, hda5=swap, and hda6=/home.  hda1 is 4 gigs, and
hda2 and 6 are two gigs each.  Now, I assume it would be easiest to
re-fdisk/format hda1 to be ext2, then copy all of hda2 over, then hda6 as
well, delete everything but hda1, and refdisk to make a four-gig hda2, and
recreate the swap.  Sounds easy, right?  Well, therein lies the troubles.

First, I don't know of a safe way to transfer all of those files.  I've tried
to use tar in the past, but had permision issues (things ended up being owned
by root).  I could use dd, but that's a block-by-block transfer, right?  So
the partitions would have to be the same size? cp has the same problems as
tar, and how does copying device files work? I thought I read that would
screw stuff up.

Oh, and how do I boot up afterwards?  I forgot to mention that there is no
floppy disk available, so I can't just boot off of a rescue floppy and rerun
lilo when everything is schootched around.  

So, I am undoubtably making a mountain out of a molehill, and I just ask that
you guys not laugh too loudly.  Laughing up your sleeve is perfectly
acceptable, though :-)

TIA and HAND,

D.A.Bishop

P.S. Of course this box is running some web services so it can't be down for
longer than about 1/2 hour.  Just making things easy on me B-)


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




Re: Fck iexplorer and .pac files

2001-03-01 Thread Chris Wagner
They seem to work ok for me in Windows, with IE and Netscape.  Haven't tried
it under unix.


At 09:54 PM 2/27/01 -0300, [EMAIL PROTECTED] wrote:
>
>Hi there
>
>The Fck iexplorer do not to work properly with the .pac files for me.
>
>When the pac file tell the browser to connect directly for a given
>url, the browser does so but cannot get a succesfull connection,
>especially with SSL.
>
>Any success out there ?
>
>Thanx.
>


---==---
___/``\___

0100




Re: exim and sendmail-like virtusertable

2001-03-01 Thread Tamas TEVESZ
On Thu, 1 Mar 2001, Peter Lieven wrote:

 > to create a rewriting rule like it is possible in sendmails
 > virtusertable.

what about something like say

new_address = ${lookup{$local_part} partial-lsearch {/some/file}
[EMAIL PROTECTED]

replace local_part with original_local_part, partial_lsearch with a
suitable lookup type, ${domain} with ${original_domain} as|if needed,
sorry i'm hell tired but you get the idea

-- 
[-]
So, you're a Ph.D. Just don't touch anything.






Re: compile vs. apt-get (dpkg)

2001-03-01 Thread Schmitt David
On Thu, Mar 01, 2001 at 05:43:58PM +0100, Grischa Schuering wrote:
> Can someone tell me what to do when apache sources are downloaded ?? How
> do we make a package.

For the necessary tools you will need to

[EMAIL PROTECTED] ~] apt-get install task-debian-devel

Then go into your development dir and get the source:

[EMAIL PROTECTED] ~] cd packages
[EMAIL PROTECTED] ~/packages] apt-get source apache

You need deb-src lines in your sources.list for this to work.
Now cd into the newly created directory and check, that you have
everything you need:

[EMAIL PROTECTED] ~/packages/apache-1.3.14] cat debian/control | grep 
Build-Depends

Install the packages (with appropriate versions) on your system.
For apache-1.3.14 this is: debhelper, libmysqlclient10-dev,
postgresql-dev, sharutils, libdb2-dev (>= 2.7.7-2.1).

Having set up all correctly you should be able to build the default
package now:

[EMAIL PROTECTED] ~/packages/apache-1.3.14] dpkg-buildpackage 
-rfakeroot -us -uc

Now, lean back and get yourself some coffee (or faster H/W ;)
If the correct versions of the Build-Dependencies are not available
for your target-release you will have to recompile and install them
too. 

Meanwhile you can take a look at the debian/ directory where all files
which control the debian-part of the build-process reside. The most
important are control and rules.

For a very thorough description take a look at the packaging-manual
package. 


If you want to make your own package from upstream sources take a look
at dh_make or (in case of apache modules) search for similar packages
and take a look at their source (especially the debian/ directory).


If you need further help, you can ask specific questions via PM, since
I think this is getting OT here.

Regards David.

-- 
Suche Partnerin fürs Leben: bin gutaussehend, kinderlieb, kann kochen, hasse
Fußball, liebe langes Vorspiel und lüge notorisch
-- Franz Reitmeier <[EMAIL PROTECTED]> in at.anzeigen.kontakte
   MID: <[EMAIL PROTECTED]>




Re: Fck iexplorer and .pac files

2001-03-01 Thread Chris Wagner

They seem to work ok for me in Windows, with IE and Netscape.  Haven't tried
it under unix.


At 09:54 PM 2/27/01 -0300, [EMAIL PROTECTED] wrote:
>
>Hi there
>
>The Fck iexplorer do not to work properly with the .pac files for me.
>
>When the pac file tell the browser to connect directly for a given
>url, the browser does so but cannot get a succesfull connection,
>especially with SSL.
>
>Any success out there ?
>
>Thanx.
>


---==---
___/``\___

0100


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




Re: exim and sendmail-like virtusertable

2001-03-01 Thread Tamas TEVESZ

On Thu, 1 Mar 2001, Peter Lieven wrote:

 > to create a rewriting rule like it is possible in sendmails
 > virtusertable.

what about something like say

new_address = ${lookup{$local_part} partial-lsearch {/some/file}
{$value}}@${domain}

replace local_part with original_local_part, partial_lsearch with a
suitable lookup type, ${domain} with ${original_domain} as|if needed,
sorry i'm hell tired but you get the idea

-- 
[-]
So, you're a Ph.D. Just don't touch anything.




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




exim and sendmail-like virtusertable

2001-03-01 Thread Peter Lieven
i want to set up exim with virtualhosts and virtual passwd and alias
files.
so far anything works perfectly with a patched gnu-pop3d version.
but i'm missing a solution for the special token in sendmails
virtusertable which
allows all unassigned email-adresses to be sent to another domain
(e.g.: [EMAIL PROTECTED] -> [EMAIL PROTECTED])
i want to be able to create aliases for domains and virtual mailboxes
(no problem 
so far), but i want all unassigned emails of a virtual domain to be sent
to another domain.
i know that it is possible to send all unassigned emails to a specified
email (e.g. postmaster) by using a * in the alias file, but i found no
solution
to create a rewriting rule like it is possible in sendmails
virtusertable.
i can add a general rewriting rule (e.g. [EMAIL PROTECTED] [EMAIL PROTECTED]) 
in the
exim.conf,
but this overrides all virtual users and aliases.

any ideas?

thanks,
peter




RE: compile vs. apt-get (dpkg)

2001-03-01 Thread Grischa Schuering
Can someone tell me what to do when apache sources are downloaded ?? How
do we make a package.

Sorry for asking this question, but I really don't know what to do.

Thanks

Grischa

-Original Message-
From: Schmitt David [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 01, 2001 12:11 PM
To: debian-isp@lists.debian.org
Subject: Re: compile vs. apt-get (dpkg)


On Thu, Mar 01, 2001 at 02:31:14PM +1100, Craig Sanders wrote:
> BTW, you'll need the apache-dev package installed, as well as a
> reasonably full suite of developer tools and libraries (gcc, make,
> dpkg-dev, debhelper, libc6-dev, etc)

get task-debian-devel and take a look at the 'Build-Depends' Line in
the debian/control file of the unpacked package.

There is also a packaging-manual.

Good luck!


Regards, David Schmitt
-- 
Suche Partnerin fürs Leben: bin gutaussehend, kinderlieb, kann kochen,
hasse
Fußball, liebe langes Vorspiel und lüge notorisch
-- Franz Reitmeier <[EMAIL PROTECTED]> in
at.anzeigen.kontakte
   MID: <[EMAIL PROTECTED]>



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




Re: compile vs. apt-get (dpkg)

2001-03-01 Thread Schmitt David

On Thu, Mar 01, 2001 at 05:43:58PM +0100, Grischa Schuering wrote:
> Can someone tell me what to do when apache sources are downloaded ?? How
> do we make a package.

For the necessary tools you will need to

[root@devel ~] apt-get install task-debian-devel

Then go into your development dir and get the source:

[user@devel ~] cd packages
[user@devel ~/packages] apt-get source apache

You need deb-src lines in your sources.list for this to work.
Now cd into the newly created directory and check, that you have
everything you need:

[user@devel ~/packages/apache-1.3.14] cat debian/control | grep Build-Depends

Install the packages (with appropriate versions) on your system.
For apache-1.3.14 this is: debhelper, libmysqlclient10-dev,
postgresql-dev, sharutils, libdb2-dev (>= 2.7.7-2.1).

Having set up all correctly you should be able to build the default
package now:

[user@devel ~/packages/apache-1.3.14] dpkg-buildpackage -rfakeroot -us -uc

Now, lean back and get yourself some coffee (or faster H/W ;)
If the correct versions of the Build-Dependencies are not available
for your target-release you will have to recompile and install them
too. 

Meanwhile you can take a look at the debian/ directory where all files
which control the debian-part of the build-process reside. The most
important are control and rules.

For a very thorough description take a look at the packaging-manual
package. 


If you want to make your own package from upstream sources take a look
at dh_make or (in case of apache modules) search for similar packages
and take a look at their source (especially the debian/ directory).


If you need further help, you can ask specific questions via PM, since
I think this is getting OT here.

Regards David.

-- 
Suche Partnerin fürs Leben: bin gutaussehend, kinderlieb, kann kochen, hasse
Fußball, liebe langes Vorspiel und lüge notorisch
-- Franz Reitmeier <[EMAIL PROTECTED]> in at.anzeigen.kontakte
   MID: <96s2tk$q67$07$[EMAIL PROTECTED]>


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




exim and sendmail-like virtusertable

2001-03-01 Thread Peter Lieven

i want to set up exim with virtualhosts and virtual passwd and alias
files.
so far anything works perfectly with a patched gnu-pop3d version.
but i'm missing a solution for the special token in sendmails
virtusertable which
allows all unassigned email-adresses to be sent to another domain
(e.g.: *@domain1 -> %1@domain2)
i want to be able to create aliases for domains and virtual mailboxes
(no problem 
so far), but i want all unassigned emails of a virtual domain to be sent
to another domain.
i know that it is possible to send all unassigned emails to a specified
email (e.g. postmaster) by using a * in the alias file, but i found no
solution
to create a rewriting rule like it is possible in sendmails
virtusertable.
i can add a general rewriting rule (e.g. *@domain1 $1@domain2) in the
exim.conf,
but this overrides all virtual users and aliases.

any ideas?

thanks,
peter


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




RE: compile vs. apt-get (dpkg)

2001-03-01 Thread Grischa Schuering

Can someone tell me what to do when apache sources are downloaded ?? How
do we make a package.

Sorry for asking this question, but I really don't know what to do.

Thanks

Grischa

-Original Message-
From: Schmitt David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 12:11 PM
To: [EMAIL PROTECTED]
Subject: Re: compile vs. apt-get (dpkg)


On Thu, Mar 01, 2001 at 02:31:14PM +1100, Craig Sanders wrote:
> BTW, you'll need the apache-dev package installed, as well as a
> reasonably full suite of developer tools and libraries (gcc, make,
> dpkg-dev, debhelper, libc6-dev, etc)

get task-debian-devel and take a look at the 'Build-Depends' Line in
the debian/control file of the unpacked package.

There is also a packaging-manual.

Good luck!


Regards, David Schmitt
-- 
Suche Partnerin fürs Leben: bin gutaussehend, kinderlieb, kann kochen,
hasse
Fußball, liebe langes Vorspiel und lüge notorisch
-- Franz Reitmeier <[EMAIL PROTECTED]> in
at.anzeigen.kontakte
   MID: <96s2tk$q67$07$[EMAIL PROTECTED]>



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


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




Re: compile vs. apt-get (dpkg)

2001-03-01 Thread Schmitt David
On Thu, Mar 01, 2001 at 02:31:14PM +1100, Craig Sanders wrote:
> BTW, you'll need the apache-dev package installed, as well as a
> reasonably full suite of developer tools and libraries (gcc, make,
> dpkg-dev, debhelper, libc6-dev, etc)

get task-debian-devel and take a look at the 'Build-Depends' Line in
the debian/control file of the unpacked package.

There is also a packaging-manual.

Good luck!


Regards, David Schmitt
-- 
Suche Partnerin fürs Leben: bin gutaussehend, kinderlieb, kann kochen, hasse
Fußball, liebe langes Vorspiel und lüge notorisch
-- Franz Reitmeier <[EMAIL PROTECTED]> in at.anzeigen.kontakte
   MID: <[EMAIL PROTECTED]>





Re: compile vs. apt-get (dpkg)

2001-03-01 Thread Schmitt David

On Thu, Mar 01, 2001 at 02:31:14PM +1100, Craig Sanders wrote:
> BTW, you'll need the apache-dev package installed, as well as a
> reasonably full suite of developer tools and libraries (gcc, make,
> dpkg-dev, debhelper, libc6-dev, etc)

get task-debian-devel and take a look at the 'Build-Depends' Line in
the debian/control file of the unpacked package.

There is also a packaging-manual.

Good luck!


Regards, David Schmitt
-- 
Suche Partnerin fürs Leben: bin gutaussehend, kinderlieb, kann kochen, hasse
Fußball, liebe langes Vorspiel und lüge notorisch
-- Franz Reitmeier <[EMAIL PROTECTED]> in at.anzeigen.kontakte
   MID: <96s2tk$q67$07$[EMAIL PROTECTED]>



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