A couple of questions about 7.0-RELEASE and X11

2008-03-15 Thread Robert Chalmers
I have just installed the new 7.0-RELEASE shown on the www.freebsd.org home
page  ( still confused as to whether this is CURRENT or STABLE ) and trying
to get X working.

It doesn't appear to have xorgcfg in it anywhere? Has this handy program
been abandoned?

I'm running it on an old SAMTRON 5Ei monitor of unknown HorizontalSync and
VerticalSync patterns, and the card type is reported as S3. 

There are a couple of ways to configure the xorg.conf file available - but
none seem to be producing any useable results.

The handbook is clear and concise - but none of it works.

 

I did a clean install of 7.0 and put X on at the time. But even the manual
talks about xorgcfg - but its no where to be found? Should it be there? Or
has it been discontinued?

 

thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A couple of questions about 7.0-RELEASE and X11

2008-03-15 Thread Gordon devel
The configure program is now /usr/local/bin/xorgconfig .

You might also want to try 'X -configure' , which does some hardware
probing and puts a best guess configure file in /root/xorg.conf.new .

The X documentation can still be a bit sketchy.  Above advice came
from books.

Cheers,
Gordon

On Sat, Mar 15, 2008 at 11:36:36PM +1000, Robert Chalmers wrote:
 I have just installed the new 7.0-RELEASE shown on the www.freebsd.org home
 page  ( still confused as to whether this is CURRENT or STABLE ) and trying
 to get X working.
 
 It doesn't appear to have xorgcfg in it anywhere? Has this handy program
 been abandoned?
 
 I'm running it on an old SAMTRON 5Ei monitor of unknown HorizontalSync and
 VerticalSync patterns, and the card type is reported as S3. 
 
 There are a couple of ways to configure the xorg.conf file available - but
 none seem to be producing any useable results.
 
 The handbook is clear and concise - but none of it works.
 
  
 
 I did a clean install of 7.0 and put X on at the time. But even the manual
 talks about xorgcfg - but its no where to be found? Should it be there? Or
 has it been discontinued?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


upgrade port, a couple of questions

2006-08-02 Thread Efren Bravo
Hi,

How can I see which ports depend on
libgmp-4.1.4_1?  
  
If I upgrade it, the applications that are using
the old libgmp would be affected?

Thanks...

Efren Bravo.
-
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=ZWZyZW5iYQ%3D%3D



__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrade port, a couple of questions

2006-08-02 Thread Nicolas Blais
On Wednesday 02 August 2006 17:27, Efren Bravo wrote:
 Hi,

 How can I see which ports depend on
 libgmp-4.1.4_1?

 If I upgrade it, the applications that are using
 the old libgmp would be affected?

 Thanks...

 Efren Bravo.

If you go into /var/db/pkg/libgmp-4.1.4_1 you'll see a file called 
+REQUIRED_BY. Read it (cat +REQUIRED_BY) to see which ports require libgmp.

You usually do not have to rebuild those ports unless there was a major change 
in the library. It's up to you to know if you need to rebuild them or not.

Nicolas.

-- 
FreeBSD 7.0-CURRENT #11: Sun Jul 30 12:12:59 EDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://www.clkroot.net/security/nb_root.asc


pgp9Odg1ciaY8.pgp
Description: PGP signature


Re: upgrade port, a couple of questions

2006-08-02 Thread Scott Oertel

Nicolas Blais wrote:

On Wednesday 02 August 2006 17:27, Efren Bravo wrote:
  

Hi,

How can I see which ports depend on
libgmp-4.1.4_1?

If I upgrade it, the applications that are using
the old libgmp would be affected?

Thanks...

Efren Bravo.



If you go into /var/db/pkg/libgmp-4.1.4_1 you'll see a file called 
+REQUIRED_BY. Read it (cat +REQUIRED_BY) to see which ports require libgmp.


You usually do not have to rebuild those ports unless there was a major change 
in the library. It's up to you to know if you need to rebuild them or not.


Nicolas.

  
This is a question i've had for a while, so this (+REQUIRED_BY) checks 
what depends on libgmp, how do you check what libgmp depends on?



Scott.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrade port, a couple of questions

2006-08-02 Thread Chris Whitehouse

Scott Oertel wrote:

Nicolas Blais wrote:

On Wednesday 02 August 2006 17:27, Efren Bravo wrote:
 

Hi,

How can I see which ports depend on
libgmp-4.1.4_1?

If I upgrade it, the applications that are using
the old libgmp would be affected?

Thanks...

Efren Bravo.



If you go into /var/db/pkg/libgmp-4.1.4_1 you'll see a file called 
+REQUIRED_BY. Read it (cat +REQUIRED_BY) to see which ports require 
libgmp.


You usually do not have to rebuild those ports unless there was a 
major change in the library. It's up to you to know if you need to 
rebuild them or not.


Nicolas.

  
This is a question i've had for a while, so this (+REQUIRED_BY) checks 
what depends on libgmp, how do you check what libgmp depends on?



pkg_info?

 -r  Show the list of packages on which each package depends.

 -R  Show the list of installed packages which require each 
package.


Also I've found portmanager copes pretty well with most dependencies.

Chris






Scott.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail, a couple of questions.

2006-03-30 Thread Efren Bravo
Hi,

My server name is mailsrv and it has two
interfaces:
xxx.xxx.xxx.xxx =external ip, internet
yyy.yyy.yyy.yyy =internal ip, private lan


File /etc/hosts looks like:
127.0.0.1  localhost.mydomain.com localhost
xxx.xxx.xxx.xxx  mailsrv.mydomain.com mailsrv
xxx.xxx.xxx.xxx  mailsrv.mydomain.com.


1st. How could I avoid this error
(/var/log/maillog)?
Mar 29 15:52:51 mailsrv sendmail[10381]:
gethostbyaddr(yyy.yyy.yyy.yyy) failed: 1

Would be rigth adding inside /etc/hosts these
lines:
yyy.yyy.yyy.yyy  mailsrv.mydomain.com mailsrv
yyy.yyy.yyy.yyy  mailsrv.mydomain.com.   


Another suggestion?

2nd. What does it mean?
Mar 29 16:07:20 mailsrv sm-mta[10399]: alias
database /etc/mail/aliases.db out of date

Thanks...



__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail, a couple of questions.

2006-03-30 Thread Chuck Swiger
Efren Bravo wrote:
[ ... ]
 1st. How could I avoid this error
 (/var/log/maillog)?
 Mar 29 15:52:51 mailsrv sendmail[10381]:
 gethostbyaddr(yyy.yyy.yyy.yyy) failed: 1

Fix your reverse DNS for that IP.  If yyy is internal, set up a local nameserver
to provide a reverse zone, otherwise talk to your ISP if the IP is public.

[ ... ]
 2nd. What does it mean?
 Mar 29 16:07:20 mailsrv sm-mta[10399]: alias
 database /etc/mail/aliases.db out of date

You changed /etc/mail/aliases, but forgot to run newaliases.
(Or use make maps or make all).

-- 
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail, a couple of questions.

2006-03-30 Thread Derek Ragona

At 08:03 AM 3/30/2006, Efren Bravo wrote:

Hi,

My server name is mailsrv and it has two
interfaces:
xxx.xxx.xxx.xxx =external ip, internet
yyy.yyy.yyy.yyy =internal ip, private lan


File /etc/hosts looks like:
127.0.0.1  localhost.mydomain.com localhost
xxx.xxx.xxx.xxx  mailsrv.mydomain.com mailsrv
xxx.xxx.xxx.xxx  mailsrv.mydomain.com.


don't have duplicate names to different IP's.  Also be sure you have dotted 
fully qualified names for both IP's.

xxx.xxx.xxx.xxx  mailsrv.mydomain.com. mailsrv
xxx.xxx.xxx.xxx  mailsrv2.mydomain.com. mailsrv2





1st. How could I avoid this error
(/var/log/maillog)?
Mar 29 15:52:51 mailsrv sendmail[10381]:
gethostbyaddr(yyy.yyy.yyy.yyy) failed: 1

Would be rigth adding inside /etc/hosts these
lines:
yyy.yyy.yyy.yyy  mailsrv.mydomain.com mailsrv
yyy.yyy.yyy.yyy  mailsrv.mydomain.com.


Another suggestion?

2nd. What does it mean?
Mar 29 16:07:20 mailsrv sm-mta[10399]: alias
database /etc/mail/aliases.db out of date


run newaliases as root, then restart sendmail
/etc/rc.d/sendmail restart



Thanks...



__
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail, a couple of questions.

2006-03-30 Thread wc_fbsd

At 11:33 AM 3/30/2006, you wrote:

File /etc/hosts looks like:
xxx.xxx.xxx.xxx  mailsrv.mydomain.com mailsrv
xxx.xxx.xxx.xxx  mailsrv.mydomain.com.


don't have duplicate names to different IP's.  Also be sure you have 
dotted fully qualified names for both IP's.


FWIW, the double entries are what sysinstall creates.  I just loaded 
a new box yesterday and was wondering about that myself.


Here's what it crated:

# uname -a
FreeBSD newb.xxiii.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0
# cat /etc/hosts
::1 localhost.xxiii.com localhost
127.0.0.1   localhost.xxiii.com localhost
192.168.0.14newb.xxiii.com newb
192.168.0.14newb.xxiii.com.

So what' with the doubles. anyway?

  -Wayne

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Restarts at boot (was: Re: a couple of questions.)

2004-01-17 Thread Simon Barner
 Hi.  When I boot into FreeBSD, my computer restarts
 itself and tries to boot into it again.  I am running
 FreeBSD 5.1.  Recently I would start the computer,
 boot into FreeBSD, it would restart itself around
 where it begins to load loader.conf and then starts to
 boot up again.  After it does that about 2 times it
 would load FreeBSD.  Last night it would not boot into
 it at all.  Do you think it's a hardware problem?  

Were there any error messages?


signature.asc
Description: Digital signature


Sound does not work (was: Re: a couple of questions.)

2004-01-17 Thread Simon Barner
 Also, when I load KDE it says that it cannot find
 device/dev/dsp for sound.  I tried loading the
 soundcard by typing kldload snd_sb16.ko but it doesn't
 seem like that solved the problem.

Does it work if you load the snd.ko module? If it succeeds to
initialize your card, it will print some messages on the console
(ALT+CTRL+F1).

If that does not work: Which card do you have?

Simon


signature.asc
Description: Digital signature


a couple of questions.

2004-01-16 Thread Veronica Brainfluff
Hi.  When I boot into FreeBSD, my computer restarts
itself and tries to boot into it again.  I am running
FreeBSD 5.1.  Recently I would start the computer,
boot into FreeBSD, it would restart itself around
where it begins to load loader.conf and then starts to
boot up again.  After it does that about 2 times it
would load FreeBSD.  Last night it would not boot into
it at all.  Do you think it's a hardware problem?  


Also, when I load KDE it says that it cannot find
device/dev/dsp for sound.  I tried loading the
soundcard by typing kldload snd_sb16.ko but it doesn't
seem like that solved the problem.

Thanks for the help!


__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: A couple of questions for 5.1rc1....

2003-06-06 Thread Derrick Ryalls
I run 4.8, but here are my suggestions:

 
 The final question I have is one that's probably obscure.  I 
 remember a switch used to tell the dhcp client to send the 
 host name of the laptop to a dhcp server.  While it gets a 

man dhclient.conf

 lease perfectly fine, opening up my linksys dhcp table ( at 
 home ) or the NT dhcp server at work I can only see that a 
 machine has that lease.  The name of the laptop isn't listed. 
  I had enabled something on a laptop I had a couple of years 
 ago that made it so the name showed up, but I haven't been 
 able to find anything on this since and I have no idea how I 
 did it before or even where I found it.

I don't think dhclient is the issue.  If you want your machine
to appear on the network, install samba.  You don't need to 
share anything out unless you want to, but samba contains the
network name service (nmbd).  Then again, maybe I misunderstood
you.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A couple of questions for 5.1rc1....

2003-06-06 Thread chris corayer
- Original Message - 
From: Derrick Ryalls [EMAIL PROTECTED]
To: 'chris corayer' [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Friday, 06 June, 2003 2:50
Subject: RE: A couple of questions for 5.1rc1


I run 4.8, but here are my suggestions:


 The final question I have is one that's probably obscure.  I
 remember a switch used to tell the dhcp client to send the
 host name of the laptop to a dhcp server.  While it gets a

man dhclient.conf

 lease perfectly fine, opening up my linksys dhcp table ( at
 home ) or the NT dhcp server at work I can only see that a
 machine has that lease.  The name of the laptop isn't listed.
  I had enabled something on a laptop I had a couple of years
 ago that made it so the name showed up, but I haven't been
 able to find anything on this since and I have no idea how I
 did it before or even where I found it.

I don't think dhclient is the issue.  If you want your machine
to appear on the network, install samba.  You don't need to
share anything out unless you want to, but samba contains the
network name service (nmbd).  Then again, maybe I misunderstood
you.


I neglected to mention that I had read through the dhcp related man pages.
Probably due to my lack of sleep I missed it but I managed to find what I
needed.  It was not what I expected it to be.

I had put in the line   send host-name myhost; into my dhclient.conf
file.  However, the line I was actually looking for wassend
dhcp-client-identifier myhost; I'm not entirely sure why you would use
the first one I tried, perhaps if the server always assigns a particular
system the same IP address?  Then again, wouldn't the line I ended up using
do the same thing?  Anyway, with the dhcp-client-identifier line, the system
now shows up in the NT server/linksys router dhcp clients table.  So that's
one part down.

I will likely be adding samba soon as it will be nice for the laptop to show
up in the browse lists as well.

Now I just need to spend some more time this weekend and see if I can't fix
those ACPI/APM issues.

-Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


A couple of questions for 5.1rc1....

2003-06-05 Thread chris corayer
I am trying to figure out how to fix an niggling dhcp issue and permanently
disable ACPI and enable apm on my HP Omnibook 900.

I'm running 5.1RC1, which is great since this is the first time I've managed
to get 5.x on this unit.  Even my xircom realport cards work.  However, I'm
having trouble figuring out exactly where to put the ACPI disable line as
this machine just crashes and reboots if I leave it enabled.  I think it
should go in loader.conf, but I'm unsure exactly on the syntax or if that's
where it belongs.  Also, I seem to remember that you could enable APM with
the generic kernel by inserting a line into loader.conf as well.

The final question I have is one that's probably obscure.  I remember a
switch used to tell the dhcp client to send the host name of the laptop to a
dhcp server.  While it gets a lease perfectly fine, opening up my linksys
dhcp table ( at home ) or the NT dhcp server at work I can only see that a
machine has that lease.  The name of the laptop isn't listed.  I had enabled
something on a laptop I had a couple of years ago that made it so the name
showed up, but I haven't been able to find anything on this since and I have
no idea how I did it before or even where I found it.

I think I'm missing some probably obvious things.  Can anyone at least point
me in the proper direction?

Thanks.

-Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: A couple of questions related to the sendmail patch, etc.

2003-03-06 Thread lists
 The correct way of applying it for 8.11.x is:
 
   # cd /usr/src/contrib/sendmail/src
   # patch -p1  /PATH/TO/sendmail.8.11.6.security.cr.patch
 

This worked like a charm... HOWEVER, I now have to  recompile sendmail and install the 
new binary, which I haven't the first clue how to do (well, I have a clue, but I'd 
hate to guess and end up without a MTA for a day!)

Could someone point me in the direction of the right FM to read? I'm using version 
8.11.6 on FreeBSD4.6-Release. Many thanks in advance!

: )

phillip.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Re: A couple of questions related to the sendmail patch, etc.

2003-03-06 Thread Giorgos Keramidas
On 2003-03-06 12:08, [EMAIL PROTECTED] wrote:
  The correct way of applying it for 8.11.x is:
 
  # cd /usr/src/contrib/sendmail/src
  # patch -p1  /PATH/TO/sendmail.8.11.6.security.cr.patch
 

 This worked like a charm... HOWEVER, I now have to recompile
 sendmail and install the new binary, which I haven't the first clue
 how to do (well, I have a clue, but I'd hate to guess and end up
 without a MTA for a day!)

 Could someone point me in the direction of the right FM to read? I'm
 using version 8.11.6 on FreeBSD4.6-Release. Many thanks in advance!

The safest way is to use 'buildworld / buildkernel' as usual.

- Giorgos

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-05 Thread Giorgos Keramidas
On 2003-03-04 22:38, taxman [EMAIL PROTECTED] wrote:
 On Tuesday 04 March 2003 01:08 pm, Giorgos Keramidas wrote:
  On 2003-03-04 10:02, Phillip Smith [EMAIL PROTECTED] wrote:
  : A couple of quick questions...
  :
  : I've downloaded the 8.11.6 patch from sendmail.org, and used the
  : instructions they provided
  : [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
  : prompts me for 'which file to patch.' I'm not clear on which file I
  : _need_ to patch? Or where it would be.
 
  You should run the patch command with /usr/src/contrib/sendmail as
  your current working directory.

 I don't run sendmail at all, but I would like to learn how to apply
 the patch.  doing:
 patch -p0  /home/tim/sendmail.8.12.security.cr.patch
 in the above directory still gives the File to patch: prompt
 What else needs to be done to apply the patch?

Hmmm, sorry for the confusion.  I didn't read the patch carefully.
The correct way of applying it for 8.11.x is:

# cd /usr/src/contrib/sendmail/src
# patch -p1  /PATH/TO/sendmail.8.11.6.security.cr.patch


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-05 Thread Andreas Widerøe Andersen
At 12:27 05.03.2003 +0200, you wrote:
On 2003-03-04 22:38, taxman [EMAIL PROTECTED] wrote:
 On Tuesday 04 March 2003 01:08 pm, Giorgos Keramidas wrote:
  On 2003-03-04 10:02, Phillip Smith [EMAIL PROTECTED] wrote:
  : A couple of quick questions...
  :
  : I've downloaded the 8.11.6 patch from sendmail.org, and used the
  : instructions they provided
  : [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
  : prompts me for 'which file to patch.' I'm not clear on which file I
  : _need_ to patch? Or where it would be.
 
  You should run the patch command with /usr/src/contrib/sendmail as
  your current working directory.

 I don't run sendmail at all, but I would like to learn how to apply
 the patch.  doing:
 patch -p0  /home/tim/sendmail.8.12.security.cr.patch
 in the above directory still gives the File to patch: prompt
 What else needs to be done to apply the patch?
Hmmm, sorry for the confusion.  I didn't read the patch carefully.
The correct way of applying it for 8.11.x is:
# cd /usr/src/contrib/sendmail/src
# patch -p1  /PATH/TO/sendmail.8.11.6.security.cr.patch
I'm running the patch now, but it looks strange to me..
Is this patch suppose to take a long time (minutes) without any output on 
the screen?

/Andreas

---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS
http://www.pragma.no  

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-05 Thread Giorgos Keramidas
On 2003-03-05 12:00, Andreas Wider?e Andersen [EMAIL PROTECTED] wrote:
 At 12:27 05.03.2003 +0200, you wrote:
 On 2003-03-04 22:38, taxman [EMAIL PROTECTED] wrote:
 
 Hmmm, sorry for the confusion.  I didn't read the patch carefully.
 The correct way of applying it for 8.11.x is:
 
 # cd /usr/src/contrib/sendmail/src
 # patch -p1  /PATH/TO/sendmail.8.11.6.security.cr.patch

 I'm running the patch now, but it looks strange to me..
 Is this patch suppose to take a long time (minutes) without any
 output on the screen?

No, it's supposed to be real fast and generate copious output on your
monitor detailing what files are touched by the changes of the patch.
You probably missed the '' redirection shown above.  The patch(1)
utility reads the diff of changes from standard input.  If you don't
redirect its stdin with `patch  file' it waits for input from the
terminal.

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-05 Thread Peter Elsner
Errr... If you are not currently running Sendmail (IE It's not installed)..

Then there's nothing to patch

Peter

At 10:38 PM 3/4/2003 -0500, you wrote:
On Tuesday 04 March 2003 01:08 pm, Giorgos Keramidas wrote:
 On 2003-03-04 10:02, Phillip Smith [EMAIL PROTECTED] wrote:
 : A couple of quick questions...
 :
 : I've downloaded the 8.11.6 patch from sendmail.org, and used the
 : instructions they provided
 : [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
 : prompts me for 'which file to patch.' I'm not clear on which file I
 : _need_ to patch? Or where it would be.

 You should run the patch command with /usr/src/contrib/sendmail as
 your current working directory.
I don't run sendmail at all, but I would like to learn how to apply the 
patch.
doing:  patch -p0  /home/tim/sendmail.8.12.security.cr.patch  in the above
directory still gives the File to patch: prompt
What else needs to be done to apply the patch?

Thanks,
Tim
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-05 Thread taxman
On Wednesday 05 March 2003 05:27 am, Giorgos Keramidas wrote:
 On 2003-03-04 22:38, taxman [EMAIL PROTECTED] wrote:
  On Tuesday 04 March 2003 01:08 pm, Giorgos Keramidas wrote:
   On 2003-03-04 10:02, Phillip Smith [EMAIL PROTECTED] wrote:
   : A couple of quick questions...
   :
   : I've downloaded the 8.11.6 patch from sendmail.org, and used the
   : instructions they provided
   : [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
   : prompts me for 'which file to patch.' I'm not clear on which file I
   : _need_ to patch? Or where it would be.
  
   You should run the patch command with /usr/src/contrib/sendmail as
   your current working directory.
 
  I don't run sendmail at all, but I would like to learn how to apply
  the patch.  doing:
  patch -p0  /home/tim/sendmail.8.12.security.cr.patch
  in the above directory still gives the File to patch: prompt
  What else needs to be done to apply the patch?

 Hmmm, sorry for the confusion.  I didn't read the patch carefully.
 The correct way of applying it for 8.11.x is:

   # cd /usr/src/contrib/sendmail/src
   # patch -p1  /PATH/TO/sendmail.8.11.6.security.cr.patch

Thanks Giorgos, that worked for the patch for 8.12.6 too.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


A couple of questions related to the sendmail patch, etc.

2003-03-04 Thread Phillip Smith (mailing list)

Hello,

A couple of quick questions...

I've downloaded the 8.11.6 patch from sendmail.org, and used the
instructions they provided 
[patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
prompts me for 'which file to patch.' I'm not clear on which file I
_need_ to patch? Or where it would be.

I've read the thread on this already, and perhaps I'll try upgrading
Sendmail in its entirety. But, for my amusement, how would I patch my
current (working perfectly) version of Sendmail?

Second question, I'd like to re-compile my Kernel and some other things
that required the sources to be installed. On one machine (where I
didn't install then initially), I'm having a real challenge trying to
get them (chicken and egg); using sysinstall, I'm trying to install
additional distributions  sources  all. Unfortunately, the CD-ROM does
not seem to be working on this box, so I'm trying via ftp... but I keep
receiving this message:

Warning:  Can't find the `4.5-RELEASE' distribution on this
server.  You may need to visit a different server for
the release you are trying to fetch or go to the Options
menu and to set the release name to explicitly match what's
available on ftp.freebsd.org (or set to any).
Would you like to select another FTP server?

Any thoughts on how to get the sources downloaded?

--
Phillip


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-04 Thread John Mills
Phillip -

On Tue, 4 Mar 2003, Phillip Smith (mailing list) wrote:

 I've downloaded the 8.11.6 patch from sendmail.org, and used the
 instructions they provided 
 [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
 prompts me for 'which file to patch.' I'm not clear on which file I
 _need_ to patch? Or where it would be.

I associate this message with an earlier line identifying the file being
sought.  Usually this means I am not in a directory at the same relative
path [to the source root] from which the patch was made. Back up one
directory above your source root and try a few values of '-pN': -p1 .. -p3
 stopping as you have if the sources are not found -- very likely you will
hit the right offset and one or all of the patches will be applied
successfully. You have to look at any sections which fail to determine
why, and whether they are important. (You will get a report of this and 
they will have been saved with a 'rej' suffix.)

-- 
 John Mills
 [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-04 Thread Giorgos Keramidas
On 2003-03-04 10:02, Phillip Smith [EMAIL PROTECTED] wrote:
:
: A couple of quick questions...
:
: I've downloaded the 8.11.6 patch from sendmail.org, and used the
: instructions they provided
: [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
: prompts me for 'which file to patch.' I'm not clear on which file I
: _need_ to patch? Or where it would be.

You should run the patch command with /usr/src/contrib/sendmaill as
your current working directory.

: Second question, I'd like to re-compile my Kernel and some other
: things that required the sources to be installed. On one machine
: (where I didn't install then initially), I'm having a real challenge
: trying to get them (chicken and egg); using sysinstall, I'm trying
: to install additional distributions  sources  all. Unfortunately,
: the CD-ROM does not seem to be working on this box, so I'm trying
: via ftp... but I keep receiving this message:

Can you mount the CD-ROM at all?  If you manage to mount the CD-ROM
under /mnt/cdrom then you can copy the sources from /mnt/cdrom without
using sysinstall.

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: A couple of questions related to the sendmail patch, etc.

2003-03-04 Thread taxman
On Tuesday 04 March 2003 01:08 pm, Giorgos Keramidas wrote:
 On 2003-03-04 10:02, Phillip Smith [EMAIL PROTECTED] wrote:
 : A couple of quick questions...
 :
 : I've downloaded the 8.11.6 patch from sendmail.org, and used the
 : instructions they provided
 : [patch -p0  /PATH/TO/sendmail.8.11.6.security.cr.patch], which then
 : prompts me for 'which file to patch.' I'm not clear on which file I
 : _need_ to patch? Or where it would be.

 You should run the patch command with /usr/src/contrib/sendmail as
 your current working directory.

I don't run sendmail at all, but I would like to learn how to apply the patch.  
doing:  patch -p0  /home/tim/sendmail.8.12.security.cr.patch  in the above 
directory still gives the File to patch: prompt
What else needs to be done to apply the patch?

Thanks,
Tim


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message