Re: Uptime

2007-03-23 Thread Bachilo Dmitry
В сообщении от Пятница 23 марта 2007 12:45 Stan Cooper написал(a):
 Hi;
 How do I  determine the uptime of my server?
 Thanks,
 Stan2


give the 'uptime' comand in console.

С уважением, Бачило Дмитрий
Руководитель отдела системной интеграции
ООО Компания Солинк
--
With Best Regards, Bachilo Dmitry
Head of systems integration dept
Solink Company Ltd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Uptime

2007-03-23 Thread Jeff Mohler

You measure the time between kicking it, and someone catching it, I think.

No..thats hangtime.


Try:  uptime



On 3/23/07, Stan Cooper [EMAIL PROTECTED] wrote:


Hi;
How do I  determine the uptime of my server?
Thanks,
Stan2

-
TV dinner still cooling?
Check out Tonight's Picks on Yahoo! TV.
___
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: Uptime

2007-03-23 Thread Don O'Neil
Type uptime at the prompt. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stan Cooper
Sent: Thursday, March 22, 2007 11:45 PM
To: freebsd-questions@freebsd.org
Subject: Uptime

Hi;
How do I  determine the uptime of my server?
Thanks,
Stan2
 
-
TV dinner still cooling?
Check out Tonight's Picks on Yahoo! TV.
___
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: model DDBB

2007-03-23 Thread Pietro Cerutti

On 3/23/07, Miguel Alcántara [EMAIL PROTECTED] wrote:

Hello to all.

I need to model data bases, so, my question is if some of you could know
about a good database designer like ERWin, but that resides in ports. I've
just installed pydbdesigner, but doesn't fit my needs at all, in fact,
nothing at all.


Some years ago I used this one, even if it's not in ports, and I was
pretty happy with it:

http://www.azzurri.jp/en/software/clay/

You'll need the Eclipse platform


Thanks in advance.

Hope this helps,


--
$ miguel_alcántara $

… empiezo acá con la idea de ir allá en un experimento para aumentar, por
ejemplo, la velocidad del cable interoceánico del Atlántico; pero cuando he
llegado en parte a la meta, me encuentro con un fenómeno que me empuja en
otra dirección [...] hacia algo completamente inesperado.

Thomas A. Edison.

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




--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Uptime

2007-03-23 Thread David J Brooks
On Friday 23 March 2007 01:45:16 am Stan Cooper wrote:
 Hi;
 How do I  determine the uptime of my server?
 Thanks,
 Stan2

Oddly enough, by typing 'uptime' at the command prompt.

David
-- 
An adequate bootstrap is a contradiction in terms.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot splash not displayed correctly on IBM Thinkpad

2007-03-23 Thread Christian Walther

Hi list,

this is a rather minor issue, but since I'm about to deploy
FreeBSD/DesktopBSD on some average users laptops, I'm interested in
getting this fixed:
The Splash Screen on IBM Thinkpads isn't displayed correctly. On a T23
it's totally distorted, a part of the image is displayed several times
on the upper quarter of the screen.
On a T60 the screen is displayed correctly, but the color map doesn't fit.

I tried using both BMP and PCX-Images with different resolutions and
color depths, and it's always the same result: As long as I'm using
something that requires the Vesa-Module the image isn't displayed
correctly, while small images (e.g. 320x200) work flawlessly.

Is there anything I can do to offer my users a windoze-like feeling
with a decent bloot splash screen?

And to be honest, I like obi_chuck.bmp and emily_black. ;-)

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


Re: How to use vsftpd with wirtual users without LinuxPAM ?

2007-03-23 Thread Kyrre Nygård

At 22:08 21.03.2007, Derek Ragona wrote:

For so few users, you can use regular accounts with the shell set to:
/usr/bin/false

-Derek


At 11:47 AM 3/21/2007, Vincent Bolinard wrote:

Hello,

I'd like to know how can I set up virtual users without pam_userdb.so
(which is not included in OpenPAM).

vsftpd needs pam_userdb.so to authenticate against the db Berkeley database.
What else can I use ?

I don't want to use MySQL because there won't be a lot of virtual 
users ( 50).


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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


You can use htpasswd instead: htpasswd vsftpd.db username

Then back up your /etc/pam.d/ftpd (maybe ftp as well) and replace its 
content with:


auth required /usr/local/lib/pam_pwdfile.so pwdfile /usr/local/etc/vsftpd.db
account required /usr/lib/pam_permit.so

I hope it works.

Kyrre 


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


Re: No core dump after panic

2007-03-23 Thread Rajkumar S

On 3/22/07, Rajkumar S [EMAIL PROTECTED] wrote:

On 3/22/07, Simon Chang [EMAIL PROTECTED] wrote:
 Check out man savecore for a list of flags.

Thanks, I will check that out.


I have reinstalled and now starting from scratch to see if I can get
the core dump of a panic.

dumpdev=/dev/ad2s1b
dumpdir=/var/crash
savecore_flags=-v -z

hw.physmem: 508989440

Device  1K-blocks UsedAvail Capacity
/dev/ad2s1b7680000   768000 0%

/dev/ad2s1d989M7.9M902M 1%/var

My kernel panics immediately on boot up, before the disks are probed.
After panic I boot with a different kernel to extract the core. But I
get the following error during boot up.

Checking for core dump on /dev/ad2s1b...
unable to open bounds file, using 0
checking for kernel dump on device /dev/ad2s1b
mediasize = 786432000
sectorsize = 512
magic mismatch on last dump header on /dev/ad2s1b
savecore: no dumps found

Any idea?

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


Re: CTM update from mail

2007-03-23 Thread Joe Kraft
I remember using uuencode and shar to send files through e-mail many 
years ago when BITNET was the thing at school.  This looks somewhat 
similar, but I can't figure out how to put the parts together again.


Partial solutions or guesses will be greatfully accepted at this point, 
they may provide the nudge to get me moving forward on this again.


Thanks,
Joe.

Joe Kraft wrote:
I'm preparing to take a computer on the road with me where I won't have 
direct access to the internet, but will be able to receive e-mail on a 
different computer through a webmail interface.  I intend to keep up to 
date using CTM, and have looked through the handbook but there seems to 
be an important part missing.


I have downloaded the baseline and a few updates through FTP and when I 
have the files (cvs-cur.13214.gz for example) the updating works fine.


I'm trying to figure out how to use updates received in the mail.  The 
updates are split into multiple parts and CTM doesn't seem to process 
them directly.  I can't figure out how to reconstruct the original 
cvs-cur.*.gz file from the parts.


Could someone point me in the right direction?  The handbook mentions 
the ctm-users list, but I've looked through the posts since 2003 and 
there's been very little in the last few years except spam.


Joe Kraft.



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


Re: portupgrade: Download - single user - upgrade

2007-03-23 Thread Karol Kwiatkowski
Kyrre Nygård wrote:
 Hey!
 
 I was wondering if anybody could give me a quick cheat sheet for how to
 automatically:
 
 1) Download all outdated ports
 2) Switch to single user mode
 3) Upgrade those ports
 
 Running portupgrade -a doesn't work very well when it's time to upgrade
 running processes.

What problems are you seeing?

Normally, you don't need to go into single user mode. Like Pietro said,
portupgrade -F will fetch distfiles for you. Then you can do the
upgrade, check config files and restart services later.

HTH,

Karol

-- 
Karol Kwiatkowski   karol.kwiat at gmail dot com
OpenPGP 0x06E09309



signature.asc
Description: OpenPGP digital signature


Re: Uptime

2007-03-23 Thread Jonathan Horne
On Fri, 23 Mar 2007 12:59:20 +0600
Bachilo Dmitry [EMAIL PROTECTED] wrote:

 В сообщении от Пятница 23 марта 2007 12:45 Stan Cooper написал(a):
  Hi;
  How do I  determine the uptime of my server?
  Thanks,
  Stan2
 
 
 give the 'uptime' comand in console.
 
 С уважением, Бачило Дмитрий
 Руководитель отдела системной интеграции
 ООО Компания Солинк
 --
 With Best Regards, Bachilo Dmitry
 Head of systems integration dept
 Solink Company Ltd.

based on the subject line of this email, and the content of the question, i had 
a pleasant chuckle reading this one :)

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


ezjail ip conflicts

2007-03-23 Thread Robin Becker

I'm getting these ip conflicts whilst trying to create a jail

ezjail-admin create xxx.xxx.xxx.27

Warning: IP xxx.xxx.xxx.27 not configured on a local interface.
Warning: Some services already seem to be listening on all IP, (including 
xxx.xxx.xxx.27)

  This may cause some confusion, here they are:
mysqlmysqld 505   10 tcp4   *:3306*:*
root syslogd291   6  udp4   *:514 *:*


my rc.conf has

ifconfig_fxp0=inet xxx.xxx.xxx.26  netmask 255.255.255.248
defaultrouter=xxx.xxx.xxx.25
inetd_flags=-wW -a xxx.xxx.xxx.26


so I believe the xxx.xxx.xxx.27 address is OK, but I guess I need to make mysqld 
and syslogd listen only on xxx.xxx.xxx.26. I don't actually understand what's 
preventing sshd from listening on all the addresses in range unless it's the 
inetd flags, but I thought sshd is started by init nowadays.


Anyhow I think I can fix the mysqld problem by having

mysql_args=--bind-address=xxx.xxx.xxx.26

in the rc.conf, but I don't see any easy way to configure syslogd to start with 
a -b xxx.xxx.xxx.26


how do I fix this or perhaps I don't need to?
--
Robin Becker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ezjail ip conflicts

2007-03-23 Thread Joe Holden

Robin Becker wrote:

I'm getting these ip conflicts whilst trying to create a jail

ezjail-admin create xxx.xxx.xxx.27

Warning: IP xxx.xxx.xxx.27 not configured on a local interface.
Warning: Some services already seem to be listening on all IP, 
(including xxx.xxx.xxx.27)

  This may cause some confusion, here they are:
mysqlmysqld 505   10 tcp4   *:3306*:*
root syslogd291   6  udp4   *:514 *:*


my rc.conf has

ifconfig_fxp0=inet xxx.xxx.xxx.26  netmask 255.255.255.248
defaultrouter=xxx.xxx.xxx.25
inetd_flags=-wW -a xxx.xxx.xxx.26


so I believe the xxx.xxx.xxx.27 address is OK, but I guess I need to 
make mysqld and syslogd listen only on xxx.xxx.xxx.26. I don't actually 
understand what's preventing sshd from listening on all the addresses in 
range unless it's the inetd flags, but I thought sshd is started by init 
nowadays.


Anyhow I think I can fix the mysqld problem by having

mysql_args=--bind-address=xxx.xxx.xxx.26

in the rc.conf, but I don't see any easy way to configure syslogd to 
start with a -b xxx.xxx.xxx.26


how do I fix this or perhaps I don't need to?

syslogd_flags=-ss in rc.conf
sshd is configured in /etc/ssh/sshd_config.

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


Re: ezjail ip conflicts

2007-03-23 Thread Karol Kwiatkowski
Robin Becker wrote:
 I'm getting these ip conflicts whilst trying to create a jail
 
 ezjail-admin create xxx.xxx.xxx.27
 
 Warning: IP xxx.xxx.xxx.27 not configured on a local interface.
 Warning: Some services already seem to be listening on all IP,
 (including xxx.xxx.xxx.27)
   This may cause some confusion, here they are:
 mysqlmysqld 505   10 tcp4   *:3306*:*
 root syslogd291   6  udp4   *:514 *:*
 
 
 my rc.conf has
 
 ifconfig_fxp0=inet xxx.xxx.xxx.26  netmask 255.255.255.248
 defaultrouter=xxx.xxx.xxx.25
 inetd_flags=-wW -a xxx.xxx.xxx.26
 
 
 so I believe the xxx.xxx.xxx.27 address is OK, but I guess I need to
 make mysqld and syslogd listen only on xxx.xxx.xxx.26. I don't actually
 understand what's preventing sshd from listening on all the addresses in
 range unless it's the inetd flags, but I thought sshd is started by init
 nowadays.

If you're using sshd as a daemon have a look at ListenAddress
directive in /etc/ssh/sshd_config. You can have multiple of those.


 Anyhow I think I can fix the mysqld problem by having
 
 mysql_args=--bind-address=xxx.xxx.xxx.26
 
 in the rc.conf, but I don't see any easy way to configure syslogd to
 start with a -b xxx.xxx.xxx.26

How about adding 'syslogd_flags' in /etc/rc.conf? Those are the defaults:

# grep syslogd /etc/defaults/rc.conf
syslogd_enable=YES# Run syslog daemon (or NO).
syslogd_program=/usr/sbin/syslogd # path to syslogd
syslogd_flags=-s  # Flags to syslogd (if enabled).

Also, if you don't need it to bind at all it's better to use '-ss'.


 how do I fix this or perhaps I don't need to?

You could filter traffic at firewall but it's always better to have a
simpler setup.

HTH,

Karol

-- 
Karol Kwiatkowski   karol.kwiat at gmail dot com
OpenPGP 0x06E09309



signature.asc
Description: OpenPGP digital signature


Re: Summary: Tell portupgrade to use passive ftp

2007-03-23 Thread RW
On Thu, 22 Mar 2007 16:05:51 -0700 (PDT)
[EMAIL PROTECTED] (Eric P. Scott) wrote:

 [Jeffrey Goldberg]
 As an aside, I'd like to rant that there is no reason for ftp to  
 exist anymore.  Sure it is stateful in a way that HTTP isn't, but  
 that isn't enough to justify its continued use.
 
 I have very good connectivity to several FTP-only mirror sites,
 and relatively poor connectivity to any that serve up HTTP.  None
 of those servers are under my administrative control.

I think the implication was that servers should move from FTP to HTTP,
not that FTP-only mirrors should be removed from the lists.

I think it's happening, if you look at bsd.sites.mk there's more HTTP
than there was a year or two ago. It's definately good to have the
option of HTTP because some ISPs treat FTP as a file-sharing protocol.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Split a PDF page

2007-03-23 Thread Andrea Venturoli

Don Hinton wrote:

Try PDFjam:

/usr/ports/print/pdfjam

hth...


Thanks, but this doesn't seem to do what I need. It can put multiple 
pages on one, but cannot split them back.


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


Re: Updating GCC

2007-03-23 Thread RW
On Thu, 22 Mar 2007 14:18:03 -0700 (PDT)
[EMAIL PROTECTED] wrote:

 On Thu, 22 Mar 2007, White Hat wrote:
 
  --- Chuck Swiger [EMAIL PROTECTED] wrote:
 
  On Mar 22, 2007, at 12:34 PM, White Hat wrote:
  Add:
 
  CC?= /usr/local/bin/gcc
  CXX?=/usr/local/bin/g++
 
  ...to /etc/make.conf.  You might also find
  looking
  at /usr/ports/Mk/
  bsd.gcc.mk to be informative...
 
  Thanks! One other question; why the '?' mark? I
  was
  Googling for information on gcc, and it listed
  'cxx='
  sans a question mark in it.
 
  It means set CC to this value if it's not already
  set to something.
 
  Some ports already know they need a newer version of
  gcc (using
  USE_GCC=), and the make world infrastructure to
  rebuild the
  kernel/userland need to use the system-provided
  compiler, so using
  the question mark lets things which know better use
  the exact
  compiler they want.
 
  Thanks! I could not find that information anywhere,
  although I am sure it does exist.
 
 Does the make.conf manpage need to be updated? It doesn't appear to
 reference either USE_GCC= or CC= or CXX= at all.. -Garrett
 
From the porters' Handbook 

Note: It is always incorrect to set any USE_* in /etc/make.conf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rc.d scripts

2007-03-23 Thread Tom Grove
Does anyone know how to make a script in /etc/rc.d run last?  For 
instance I want dhclient to be the last script in /etc/rc.d/ to run.  
Any help is much appreciated.


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


Re: remote logging with syslogd

2007-03-23 Thread David Robillard

Thnx for the tip. Found out that it was not the airport UDP port. It is
some misconfiguration in my DNS, but still don't get why it doesn't work
as expected. For some reason my DNS-name is snipped just before the TLD.

Oh btw i changed some configs

I prepended to /etc/syslog.conf the next and deleted what I wrote above
# Log remote Airport Express
+airport.intranet.mydomain.org
*.* /var/log/airport.log
+*
!*

And in rc.conf I changed the above to:
syslogd_enable=YES
syslogd_flags=-b myhostname.intranet.mydomain.org -a
airport.intranet.mydomain.org

So what comes in on syslogd looks like airport.intranet.mydomain so no
.org or something. I really don't get where that comes from. But now
syslogd rejects because of name mismatch.


If you're having DNS problems, you can always check if your rc.conf(5)
and syslog.conf(5) configurations are good by using IP addresses.
Don't forget to restart syslogd(8) of course. That will help you find
out if your configurations are good.

Now that should not prevent you from fixing your DNS :)

Have fun.

David
--
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE  Sun Certified Security Administrator
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rc.d scripts

2007-03-23 Thread RW
On Fri, 23 Mar 2007 09:15:29 -0400
Tom Grove [EMAIL PROTECTED] wrote:

 Does anyone know how to make a script in /etc/rc.d run last?  For 
 instance I want dhclient to be the last script in /etc/rc.d/ to run.  
 Any help is much appreciated.

Just have it require the last script, which is bgfsck.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ezjail ip conflicts

2007-03-23 Thread Robin Becker

Joe Holden wrote:


 how do I fix this or perhaps I don't need to?
 syslogd_flags=-ss in rc.conf
 sshd is configured in /etc/ssh/sshd_config.
.

I looked in vain in /etc/rc.d/syslogd for references to syslogd_ and didn't find 
any, but now I see \$rc_flags which I guess must be what is used. Thanks Joe and 
Karol.


I now get a message saying

Warning: IP 209.67.217.27 not configured on a local interface.

but I think that just means I don't have an alias set up yet.
--
Robin Becker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade: Download - single user - upgrade

2007-03-23 Thread Gerard
On Friday March 23, 2007 at 07:24:52 (AM) Karol Kwiatkowski wrote:


 Kyrre Nygård wrote:
  Hey!
  
  I was wondering if anybody could give me a quick cheat sheet for how to
  automatically:
  
  1) Download all outdated ports
  2) Switch to single user mode
  3) Upgrade those ports
  
  Running portupgrade -a doesn't work very well when it's time to upgrade
  running processes.
 
 What problems are you seeing?
 
 Normally, you don't need to go into single user mode. Like Pietro said,
 portupgrade -F will fetch distfiles for you. Then you can do the
 upgrade, check config files and restart services later.

Both 'portupgrade' and 'portmanager' have configuration files that can
contain information on programs you want stopped and started when being
updated, as well as ones you want ignored completely.

-- 
Gerard

Being with a woman all night never hurt no professional baseball player.
It's staying up all night looking for a woman that does him in.

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


Re: Split a PDF page

2007-03-23 Thread Andrea Venturoli

Chuck Swiger wrote:


Acrobat, maybe?

/usr/ports/print/acrobatviewer


Hm, when I try and start it I get:

%AcrobatViewer
expr: illegal option -- r
usage: expr [-e] expression
%



Alternatively, if you convert the PDF file to PostScript, (GNU) enscript 
ought to have an N-up filter which can deal with A3 - A4 conversions 
and so forth:


/usr/ports/print/enscript-a4


AFAIK enscript starts from text, not from a PostScript page...
Besides, if the N-up filter you say is options -U, it just put more 
pages into one, which is the opposite of what I want to do.


Maybe I didn't get it right. How should I use it?



 bye  Thanks
av.

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


Re: No core dump after panic

2007-03-23 Thread Simon Chang

Well, this means that, since your previous kernel panicked but was not
able to save a coredump, when you boot up from another kernel there is
simply nothing there for savecore to recover.  As a result savecore is
reporting that there is nothing to recover for you.

But that's the way to set it up.  And you can ignore the unable to
open bounds file message; it means that the bounds file wasn't there
but it created it for you automatically.

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


Re: Uptime

2007-03-23 Thread Stan Cooper
It was that obvious, huh? :-)
Thanks,
Stan

Don O'Neil [EMAIL PROTECTED] wrote: Type uptime at the prompt. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stan Cooper
Sent: Thursday, March 22, 2007 11:45 PM
To: freebsd-questions@freebsd.org
Subject: Uptime

Hi;
How do I  determine the uptime of my server?
Thanks,
Stan2
 
-
TV dinner still cooling?
Check out Tonight's Picks on Yahoo!  TV.
___
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]
2
 
-
TV dinner still cooling?
Check out Tonight's Picks on Yahoo! TV.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ezjail ip conflicts

2007-03-23 Thread Bill Moran
In response to Robin Becker [EMAIL PROTECTED]:
 
 I now get a message saying
 
 Warning: IP 209.67.217.27 not configured on a local interface.
 
 but I think that just means I don't have an alias set up yet.

Yes.  That's what that means.

It's rather deceiving, because you don't actually need to create an
alias, ezjail will do it for you when you start up the jail.

Actually, now that I think of it, I'd call it a bug.

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


Re: ezjail ip conflicts

2007-03-23 Thread Joe Holden

Robin Becker wrote:

Joe Holden wrote:

 
  how do I fix this or perhaps I don't need to?
  syslogd_flags=-ss in rc.conf
  sshd is configured in /etc/ssh/sshd_config.
.

I looked in vain in /etc/rc.d/syslogd for references to syslogd_ and 
didn't find any, but now I see \$rc_flags which I guess must be what is 
used. Thanks Joe and Karol.


I now get a message saying

Warning: IP 209.67.217.27 not configured on a local interface.

but I think that just means I don't have an alias set up yet.

BTW, all the poential flags for rc.conf are in /etc/defaults/rc.conf ;)

Not sure about the ezjail error, only ever done them manually.

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


samba3 compile failure

2007-03-23 Thread Vizion
I am trying to compile samba...

Is the cause something up with my kerberos installation (see errors below)?
If so I do not know how to fix it :-(

If not what and how can I fix it??

Is any more information needed to help identify the cause of the compile 
failure?

Thanks in advance for any help you can give
david
--
Compiling lib/smbldap_util.c
Compiling smbd/server.c
Linking bin/smbd
libsmb/clikrb5.o(.text+0x109c): In function 
`smb_krb5_get_keyinfo_from_ap_req':
: undefined reference to `krb5_decode_ap_req'
libsmb/clikrb5.o(.text+0x1423): In function 
`smb_krb5_principal_compare_any_realm':
: undefined reference to `krb5_principal_compare_any_realm'
libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
: undefined reference to `krb5_free_error_contents'
libads/kerberos_keytab.o(.text+0x1b3): In function `smb_krb5_kt_add_entry':
: undefined reference to `krb5_kt_compare'
/usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setremotesubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_get_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setlocalsubkey'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_generatelocalsubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_sockaddr2address'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_default_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
/usr/lib/libasn1.so: undefined reference to `init_error_table'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_forwarded_creds'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_authenticator'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_getremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_free_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
/usr/lib/libgssapi.so: undefined reference to `krb5_generate_random_block'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
/usr/lib/libgssapi.so: undefined reference to `krb5_enctype_to_keytype'
/usr/lib/libgssapi.so: undefined reference to `krb5_free_creds_contents'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_from_mem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
/usr/lib/libasn1.so: undefined reference to `initialize_error_table_r'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setlocalseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_get_realm'
/usr/lib/libgssapi.so: undefined reference to `krb5_set_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
*** Error code 1

Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
*** Error code 1

Stop in /usr/ports/net/samba3.
[EMAIL PROTECTED] /usr/ports/net/samba3]#   


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


RE: Uptime

2007-03-23 Thread Jean-Paul Natola



It was that obvious, huh? :-)
Thanks,
Stan

Don O'Neil [EMAIL PROTECTED] wrote: Type uptime at the prompt. 
Hi;
How do I  determine the uptime of my server?
Thanks,
Stan2
 


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


Reinstalling 'vlc-devel'

2007-03-23 Thread White Hat
A few days ago, there was a warning in the
'/usr/ports/UPDATING' file regarding removing
'/multimedia/vlc' prior to updating. Anyway, I had
'vlc-devel' installed; however, I deleted it anyway to
be safe. I now assume that I can simply reinstall the
port via: make install  make clean. Is that
correct?

Thanks!


-- 
White Hat 
[EMAIL PROTECTED]


 

Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Split a PDF page

2007-03-23 Thread David Kelly
On Fri, Mar 23, 2007 at 02:28:43PM +0100, Andrea Venturoli wrote:
 Don Hinton wrote:
 Try PDFjam:
 
 /usr/ports/print/pdfjam
 
 hth...
 
 Thanks, but this doesn't seem to do what I need. It can put multiple 
 pages on one, but cannot split them back.

Tuning in late has anyone suggested *printing* the PDF to PDF using a
PDF viewer? Print only the ranges of pages you are interested in. At
worst print to PS file and then convert PS to PDF.

I do this fairly often in Preview on MacOS X.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uptime

2007-03-23 Thread Alex Zbyslaw

Stan Cooper wrote:


It was that obvious, huh? :-)
 


Yup ;-)

The think I didn't see anyone mention was how you could have found this 
for yourself.


 apropos uptime

gives you a list of manual pages which mention the word you give.  Just 
like google, sometimes you need to be creative about the word.


 man apropos

has more information.

If, like me, you can't type apropos correctly more that 30% of the time, 
then man -k does the same thing as is kinder on clumsy fingers.


--Alex


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


Re: Reinstalling 'vlc-devel'

2007-03-23 Thread Garrett Cooper

White Hat wrote:

A few days ago, there was a warning in the
'/usr/ports/UPDATING' file regarding removing
'/multimedia/vlc' prior to updating. Anyway, I had
'vlc-devel' installed; however, I deleted it anyway to
be safe. I now assume that I can simply reinstall the
port via: make install  make clean. Is that
correct?

Thanks!


Actually you should do make deinstall clean install to properly 
reinstall a port.


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


Re: samba3 compile failure

2007-03-23 Thread Garrett Cooper

Vizion wrote:

I am trying to compile samba...

Is the cause something up with my kerberos installation (see errors below)?
If so I do not know how to fix it :-(

If not what and how can I fix it??

Is any more information needed to help identify the cause of the compile 
failure?

Thanks in advance for any help you can give
david
--
Compiling lib/smbldap_util.c
Compiling smbd/server.c
Linking bin/smbd
libsmb/clikrb5.o(.text+0x109c): In function 
`smb_krb5_get_keyinfo_from_ap_req':

: undefined reference to `krb5_decode_ap_req'
libsmb/clikrb5.o(.text+0x1423): In function 
`smb_krb5_principal_compare_any_realm':

: undefined reference to `krb5_principal_compare_any_realm'
libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
: undefined reference to `krb5_free_error_contents'
libads/kerberos_keytab.o(.text+0x1b3): In function `smb_krb5_kt_add_entry':
: undefined reference to `krb5_kt_compare'
/usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setremotesubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_get_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setlocalsubkey'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_generatelocalsubkey'

/usr/lib/libgssapi.so: undefined reference to `krb5_sockaddr2address'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_default_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
/usr/lib/libasn1.so: undefined reference to `init_error_table'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_forwarded_creds'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_authenticator'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_getremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_free_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
/usr/lib/libgssapi.so: undefined reference to `krb5_generate_random_block'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
/usr/lib/libgssapi.so: undefined reference to `krb5_enctype_to_keytype'
/usr/lib/libgssapi.so: undefined reference to `krb5_free_creds_contents'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_from_mem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
/usr/lib/libasn1.so: undefined reference to `initialize_error_table_r'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setlocalseqnumber'

/usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setremoteseqnumber'

/usr/lib/libgssapi.so: undefined reference to `krb5_principal_get_realm'
/usr/lib/libgssapi.so: undefined reference to `krb5_set_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
*** Error code 1

Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
*** Error code 1

Stop in /usr/ports/net/samba3.
[EMAIL PROTECTED] /usr/ports/net/samba3]#   


According to that you're missing kerberos5 (part of the base system). So 
you can either install kerberos, or change the kerberos property with 
make config in the dependencies tree (security/libtasn1?)


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail 

Re: Reinstalling 'vlc-devel'

2007-03-23 Thread Garrett Cooper

Garrett Cooper wrote:

White Hat wrote:

A few days ago, there was a warning in the
'/usr/ports/UPDATING' file regarding removing
'/multimedia/vlc' prior to updating. Anyway, I had
'vlc-devel' installed; however, I deleted it anyway to
be safe. I now assume that I can simply reinstall the
port via: make install  make clean. Is that
correct?

Thanks!


Actually you should do make deinstall clean install to properly 
reinstall a port.


-Garrett


Note: That assumes that you want to clean the port and its dependencies. 
make deinstall install works just file as well ;)..


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


Re: Split a PDF page

2007-03-23 Thread Don Hinton
On Friday 23 March 2007 08:28, Andrea Venturoli wrote:
 Don Hinton wrote:
  Try PDFjam:
 
  /usr/ports/print/pdfjam
 
  hth...

 Thanks, but this doesn't seem to do what I need. It can put multiple
 pages on one, but cannot split them back.

I have seen a script that does this, but you may need to tweak it.  You can 
find it on on of Doug Schmidt's pages:

http://www.cs.wustl.edu/~schmidt/C++/

The script was contributed by Eric Rosenthal.  I havent' used it, so YMMV. 

hth...
don


   bye
   av.

-- 
Don Hinton don.hinton at vanderbilt.edu or hintonda at gmail.com
Institute for Software Integrated Systems (ISIS), Vanderbilt University
tel: 615.480.5667 or 615.870.9728


pgpVTKIOBX0eB.pgp
Description: PGP signature


Re: Split a PDF page

2007-03-23 Thread David Kelly
On Fri, Mar 23, 2007 at 04:07:53PM +0100, Andrea Venturoli wrote:
 David Kelly wrote:
 
 Tuning in late has anyone suggested *printing* the PDF to PDF using a
 PDF viewer? Print only the ranges of pages you are interested in. At
 worst print to PS file and then convert PS to PDF.
 
 I do this fairly often in Preview on MacOS X.
 
 I can easily do that even with ghostscript.
 The problem is not that I want to split a document into single pages, 
 but that I want to split a page in two.
 Someone printed two A4 n-up on an A3; I want the two A4 separated again.

Even so, set the output scaling and orientation that multiple sheets are
needed to print the current sheet. Then capture the sheet/page you
desire and discard the rest.

Or you could do it the Old Fashioned Way we used about 20 years ago:
Print to PS and hack the PS with vi. Each n-up page is probably nested
within a scaled region. IIRC the red Adobe Postscript book was important
to have handy.

Would guess some of the smart context-sensitive text editors know
Postscript and can block select nested sections.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Frank Staals
It seems that I'm having problems (again) with the GTK filedialog in 
Firefox/Thunderbird. It happens when saving or opening a file in Firefox 
or thunderbird resulting in a crash. What to do:


- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and 
after a second or something firefox crashes


Same thing happens when trying to open a file using the file dialog a 
second time, and same for thunderbird: The second time the GTK file 
dialog comes up it seems to crash firefox or thunderbird.


When I was running firefox-1.5 there was the exact same problem which 
was fixed in one of the developement releases and when first running 
Fx-2 I didn't have any problems with it either. I checked in the gimp 
and geany if there were problems with the file dialog but it worked fine 
in those programs. Has anyone else problems with this ?


running:

[EMAIL PROTECTED] uname -rs
FreeBSD 6.1-RELEASE

[EMAIL PROTECTED] pkg_info | grep firefox
firefox-2.0.0.2,1   Web browser based on the browser portion of Mozilla
[EMAIL PROTECTED] pkg_info | grep thunderbird
thunderbird-1.5.0.10 Mozilla Thunderbird is standalone mail and news 
that stands


[EMAIL PROTECTED] pkg_info -rx thunderbird | grep gtk
Dependency: gtk-2.10.10
[EMAIL PROTECTED] pkg_info -rx firefox | grep gtk
Dependency: gtk-2.10.10

[EMAIL PROTECTED] pkg_info | grep gtk
snip
gtk-2.10.10 Gimp Toolkit for X11 GUI (current stable version)
snip


--
-Frank Staals


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


Re: Split a PDF page

2007-03-23 Thread Andrea Venturoli

David Kelly wrote:


Tuning in late has anyone suggested *printing* the PDF to PDF using a
PDF viewer? Print only the ranges of pages you are interested in. At
worst print to PS file and then convert PS to PDF.

I do this fairly often in Preview on MacOS X.


I can easily do that even with ghostscript.
The problem is not that I want to split a document into single pages, 
but that I want to split a page in two.

Someone printed two A4 n-up on an A3; I want the two A4 separated again.

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


Re: Split a PDF page

2007-03-23 Thread Peter A. Giessel
On 2007/03/23 7:07, Andrea Venturoli seems to have typed:
 I can easily do that even with ghostscript.
 The problem is not that I want to split a document into single pages, 
 but that I want to split a page in two.
 Someone printed two A4 n-up on an A3; I want the two A4 separated again.

A crude hack would be to use gs to convert it to a high resolution image
file, use gimp or something like that to split it into two image files,
then use gs to put them back together.  Again, crude hack and resolution
would be lost, but it may work for you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with burncd - cannot mount result on unix or windows

2007-03-23 Thread Paul Schmehl
--On Friday, March 23, 2007 08:50:08 +0200 Jonathan McKeown 
[EMAIL PROTECTED] wrote:


Just as a further point of reference, I also found that -s max caused the
DVD+RW drive in my laptop (6.1), and the CD writer in my desktop PC at
home  (5.4), to make shiny coasters. Setting an actual speed worked fine,
except  for a further odd problem on the DVD+RW laptop drive.


I've never tried -s, so I can't speak to that.


burncd data image.iso

works fine, but

burncd data image.iso fixate

causes an I/O error at the fixate stage - exactly as though the drive (or
utiliy, or OS) has memorised the fact that the drive contains a blank CD
and  continues to treat it as empty media even after writing to it.


I have *never* had this problem with burncd.  I always burn like this:
burncd -ef /dev/acd1 data file.iso fixate

I have burned a *bunch* of cds, and I've never once had a problem doing 
this.


Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Re: Split a PDF page

2007-03-23 Thread David Kelly
On Fri, Mar 23, 2007 at 07:52:16AM -0800, Peter A. Giessel wrote:
 On 2007/03/23 7:07, Andrea Venturoli seems to have typed:
  I can easily do that even with ghostscript.
  The problem is not that I want to split a document into single pages, 
  but that I want to split a page in two.
  Someone printed two A4 n-up on an A3; I want the two A4 separated again.
 
 A crude hack would be to use gs to convert it to a high resolution image
 file, use gimp or something like that to split it into two image files,
 then use gs to put them back together.  Again, crude hack and resolution
 would be lost, but it may work for you.

I think you can set the scaling and page orientation in ghostscript so
that the current single page requires multiple sheets to print. Also
tell ghostscript that you only want the Nth page, or use other PS
utilities to snatch the desired pages.

Or you could do the same sort of thing using a GUI PDF viewer to print
to file.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Split a PDF page

2007-03-23 Thread Andrea Venturoli

David Kelly wrote:


I think you can set the scaling and page orientation in ghostscript so
that the current single page requires multiple sheets to print.


This is what I tried to do right at the beginning (eventually going 
through pdf - ps conversion would be fine). However I couldn't find 
such options in ghostscript. What are them?





Or you could do the same sort of thing using a GUI PDF viewer to print
to file.


Using KDE, I tried its internal viewer and kpdf. Then xpdf, kpdftools 
and others, but none of them, AFAICT, could zoom.
I tried acroread7: it seems to have the knobs to do what I want, but 
they do not seem to work...


Which viewer do you suggest?



 bye  Thanks
av.


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


Re: Split a PDF page

2007-03-23 Thread Andrea Venturoli

Peter A. Giessel wrote:


A crude hack would be to use gs to convert it to a high resolution image
file, use gimp or something like that to split it into two image files,
then use gs to put them back together.  Again, crude hack and resolution
would be lost, but it may work for you.


I did that in the past, but I wasn't too happy with the result: as you 
said, I lost a lot in term of resolution.


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


FreeBSD rel-6.2 Both i386 and amd64

2007-03-23 Thread SEan Strand

The two machines in question are an hp Pavilion t770.uk and a newer hp
Pavilion t3445uk.
.
How ever the newer will not allow the x-windows to configure with
ether amd64 or i386 mode kernel using the new down loaded release 6.1 for an
AMD64. However it will run a wireless usb keyboard and mouse but no USB
devices are
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Split a PDF page

2007-03-23 Thread Chuck Swiger

On Mar 23, 2007, at 7:08 AM, Andrea Venturoli wrote:

Acrobat, maybe?
/usr/ports/print/acrobatviewer


Hm, when I try and start it I get:

%AcrobatViewer
expr: illegal option -- r
usage: expr [-e] expression


Does doing a:


Please advise all your users intended to use Acrobat Viewer to create
~/AcrobatFonts directory, which is neccessary for Acrobat Viewer  
to normally

save its configuration data.


...help?  Or maybe env EXPR_COMPAT=yes /usr/local/bin/ 
AcrobatViewer...?


Alternatively, if you convert the PDF file to PostScript, (GNU)  
enscript ought to have an N-up filter which can deal with A3 -  
A4 conversions and so forth:

/usr/ports/print/enscript-a4


AFAIK enscript starts from text, not from a PostScript page...
Besides, if the N-up filter you say is options -U, it just put more  
pages into one, which is the opposite of what I want to do.


Maybe I didn't get it right. How should I use it?


This is a reasonable question.  :-)

At one point, Adobe's enscript utility not only dealt with ASCII  
text, it could do some manipulations of existing PostScript docs, and  
the psnup utility would not only do 1-2 or 1-4 layouts, it could  
extract pages back (ie, 2-1 and so forth).  It also handled page  
size conversions, such as A3-A4.  However, I recall doing a lot of  
this PostScript manipulation on a NeXT which had native Display  
PostScript imaging, and it might be the case that Adobe's PostScript  
manipulation tools were more capable on that platform then they would  
be elsewhere.


Also note that what is in ports is the GNU reimplementation of  
Adobe's enscript, and it may or may not be as capable


--
-Chuck

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


How to get best results from FreeBSD-questions

2007-03-23 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

2007-03-23 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Note also that the book has now been released for free download in PDF
form.  Instead of downloading the changed pages, you may prefer to
download the entire book.  See http://www.lemis.com/grog/Documentation/CFBSD/ 
for more information.

Have you found a problem with the book, or maybe something confusing?
Please let me know: I'm no longer constantly updating it, but I may be
able to help

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


how utilize several IP's on one line

2007-03-23 Thread David Banning
I just spoke with my DSL supplier and they said that they could give
me 5 IP addresses with a DSL line.  

I am used to only one IP address per phone line - how are the other
IP addresses from the same DSL line utlilized and routed to different
servers?

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


Re: TCP conection problems IBM VM - FreeBSD

2007-03-23 Thread Torbjorn Granlund
Chuck Swiger [EMAIL PROTECTED] writes:

  On Mar 22, 2007, at 12:00 PM, Torbjorn Granlund wrote:
 The second line should have been smtp.swox.se.smtp SYN+ACK'ing the
 ISN of 27523124.  vm is sending a RST to that because the sequence
 #'s don't match.  It's also odd that the set of options being
   listed
 don't correspond at all...if you run the tcpdump for several
   minutes,
 can you track down other SYN requests which do correspond?
  
   These are the ones the correspond.  They come in bursts like that.  If
   I let it run a little longer, I get output like this:
  
   19:45:56.939958 IP vm.se.lsoft.com.58679  bang.swox.se.smtp: S
   678305700:678305700(0) win 8192 mss 1420,wscale
   0,nop,nop,nop,timestamp 2317060084 0
   19:45:56.940154 IP bang.swox.se.smtp  vm.se.lsoft.com.58679: S
   3183232720:3183232720(0) ack 678305701 win 57344 mss
   1460,nop,wscale 0,nop,nop,timestamp 24588210 2317060084
  
  Notice the ACK from vm.se.lsoft.com is off by one, but the timestamp
  option corresponds.  Looks to be a bug with the vm machine, the bang
  machine is behaving properly per the TCP requirements.
  
Now you're confusing me.

(1) There is no ACK sent from vm.se.lsoft.com.  The only ACKs sent
are i  the other directions, as per the tcpdumps above.
(2) The ACKs are not off by one, or if you prefer, ACKs on TCP are
always off by one.  They are one higher than one would expect.

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


syslog.conf (5) man error?

2007-03-23 Thread Theodore Trubetskoy

Hello,

I'm wondering if it is an error in the syslog.conf man.

man in DESCRIPTION part states:

A block will only log messages corresponding to the most recent
program and hostname specifications given.

And EXAMPLES part reads:

# Save ftpd transactions along with mail and news
!ftpd
*.*  /var/log/spoolerr

# Log all security messages to a separate file.
security.*   /var/log/security

# Log all writes to /dev/console to a separate file.
console.*
/var/log/console.log

What means that security and console facilities messages will be
logged only if they came from ftpd program, and obviously this was not
intended in the example.

If you agree it is an error, what is the right way to correct one?

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


hacking /boot dir

2007-03-23 Thread Kimi Ostro

Hi list,

I am currently messing around with one of my /boot directories and
would like to create a custom menu.

Q1, is there a way to create a ficl binary from /sys/boot ?
Q2, is it okay to have one /boot directory shared between CURRENT and RELENG_X ?
Q3, other then learning Forth, any tips?

I was hacking away at beastie.4th but everytime I create a new menu
entry and disable another one, the loader either panics or has BTX
crash. so having a ficl binary can make life just a little easier I
think.

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


Re: TCP conection problems IBM VM - FreeBSD

2007-03-23 Thread Chuck Swiger

On Mar 23, 2007, at 10:16 AM, Torbjorn Granlund wrote:
These are the ones the correspond.  They come in bursts like  
that.  If

I let it run a little longer, I get output like this:

19:45:56.939958 IP vm.se.lsoft.com.58679  bang.swox.se.smtp: S
678305700:678305700(0) win 8192 mss 1420,wscale
0,nop,nop,nop,timestamp 2317060084 0
19:45:56.940154 IP bang.swox.se.smtp  vm.se.lsoft.com.58679: S
3183232720:3183232720(0) ack 678305701 win 57344 mss
1460,nop,wscale 0,nop,nop,timestamp 24588210 2317060084


  Notice the ACK from vm.se.lsoft.com is off by one, but the  
timestamp
  option corresponds.  Looks to be a bug with the vm machine, the  
bang

  machine is behaving properly per the TCP requirements.


Now you're confusing me.


It's not intentional.  I might be confusing us both.  :-)


(1) There is no ACK sent from vm.se.lsoft.com.  The only ACKs sent
are i  the other directions, as per the tcpdumps above.


Uh, yes.  I meant this packet:

  bang.swox.se.smtp  vm.se.lsoft.com.58679: S 3183232720:3183232720 
(0) ack 678305701



(2) The ACKs are not off by one, or if you prefer, ACKs on TCP are
always off by one.  They are one higher than one would expect.


You're right-- the SYN+ACK reply to a connection open (bare SYN)  
should reply with SEQ = ISS + 1 to acknowledge the SYN (which counts  
as a byte).


--
-Chuck

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


Re: samba3 compile failure

2007-03-23 Thread Vizion
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Garrett Cooper
 Sent: Friday, March 23, 2007 7:55 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: samba3 compile failure
 
 Vizion wrote:
  I am trying to compile samba...
  
  Is the cause something up with my kerberos installation 
 (see errors below)?
  If so I do not know how to fix it :-(
  
  If not what and how can I fix it??
  
  Is any more information needed to help identify the cause 
 of the compile failure?
  
  Thanks in advance for any help you can give
  david
  --
  Compiling lib/smbldap_util.c
  Compiling smbd/server.c
  Linking bin/smbd
  libsmb/clikrb5.o(.text+0x109c): In function 
  `smb_krb5_get_keyinfo_from_ap_req':
  : undefined reference to `krb5_decode_ap_req'
  libsmb/clikrb5.o(.text+0x1423): In function 
  `smb_krb5_principal_compare_any_realm':
  : undefined reference to `krb5_principal_compare_any_realm'
  libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
  : undefined reference to `krb5_free_error_contents'
  libads/kerberos_keytab.o(.text+0x1b3): In function 
 `smb_krb5_kt_add_entry':
  : undefined reference to `krb5_kt_compare'
  /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
  /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_con_setremotesubkey'
  /usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_config_get_strings'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_con_setlocalsubkey'
  /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_generatelocalsubkey'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_sockaddr2address'
  /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_get_default_principal'
  /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
  /usr/lib/libasn1.so: undefined reference to `init_error_table'
  /usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_get_forwarded_creds'
  /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
  /usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_build_authenticator'
  /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_getremoteseqnumber'
  /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
  /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_config_free_strings'
  /usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_generate_random_block'
  /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_enctype_to_keytype'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_free_creds_contents'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_storage_from_mem'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
  /usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
  /usr/lib/libasn1.so: undefined reference to 
 `initialize_error_table_r'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
  /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_get_error_string'
  /usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
  /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setlocalseqnumber'
  /usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
  /usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
  /usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
  /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setremoteseqnumber'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_principal_get_realm'
  /usr/lib/libgssapi.so: undefined reference to 
 `krb5_set_error_string'
  /usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
  /usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
  *** Error code 1
  
  Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
  *** Error code 1
  
  Stop in /usr/ports/net/samba3.
  [EMAIL 

Re: how utilize several IP's on one line

2007-03-23 Thread Eric

David Banning wrote:

I just spoke with my DSL supplier and they said that they could give
me 5 IP addresses with a DSL line.  


I am used to only one IP address per phone line - how are the other
IP addresses from the same DSL line utlilized and routed to different
servers?



one per phone line? that doesnt make sense. Do they expect you to have 5 
phone lines?


The router they supply you will be responsible for directing traffic to 
the different IPs.

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


Re: samba3 compile failure

2007-03-23 Thread Vizion
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
 Sent: Friday, March 23, 2007 10:31 AM
 To: freebsd-questions@freebsd.org
 Subject: Re: samba3 compile failure
 
  
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Garrett Cooper
  Sent: Friday, March 23, 2007 7:55 AM
  To: freebsd-questions@freebsd.org
  Subject: Re: samba3 compile failure
  
  Vizion wrote:
   I am trying to compile samba...
   
   Is the cause something up with my kerberos installation 
  (see errors below)?
   If so I do not know how to fix it :-(
   
   If not what and how can I fix it??
   
   Is any more information needed to help identify the cause 
  of the compile failure?
   
   Thanks in advance for any help you can give
   david
   --
   Compiling lib/smbldap_util.c
   Compiling smbd/server.c
   Linking bin/smbd
   libsmb/clikrb5.o(.text+0x109c): In function 
   `smb_krb5_get_keyinfo_from_ap_req':
   : undefined reference to `krb5_decode_ap_req'
   libsmb/clikrb5.o(.text+0x1423): In function 
   `smb_krb5_principal_compare_any_realm':
   : undefined reference to `krb5_principal_compare_any_realm'
   libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
   : undefined reference to `krb5_free_error_contents'
   libads/kerberos_keytab.o(.text+0x1b3): In function 
  `smb_krb5_kt_add_entry':
   : undefined reference to `krb5_kt_compare'
   /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_crypto_destroy'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setremotesubkey'
   /usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_config_get_strings'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_con_setlocalsubkey'
   /usr/lib/libgssapi.so: undefined reference to 
   `krb5_auth_con_generatelocalsubkey'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_sockaddr2address'
   /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_get_default_principal'
   /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
   /usr/lib/libasn1.so: undefined reference to `init_error_table'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_auth_con_setkey'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_get_forwarded_creds'
   /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_h_addr2sockaddr'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_build_authenticator'
   /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_auth_getremoteseqnumber'
   /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
   /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_config_free_strings'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_create_checksum'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_generate_random_block'
   /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_enctype_to_keytype'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_free_creds_contents'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_storage_from_mem'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
   /usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
   /usr/lib/libasn1.so: undefined reference to 
  `initialize_error_table_r'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
   /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_get_error_string'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_principal_match'
   /usr/lib/libgssapi.so: undefined reference to 
   `krb5_auth_con_setlocalseqnumber'
   /usr/lib/libgssapi.so: undefined reference to 
 `krb5_storage_to_data'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
   /usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
   /usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
   /usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
   /usr/lib/libgssapi.so: undefined reference to 
   `krb5_auth_con_setremoteseqnumber'
   /usr/lib/libgssapi.so: undefined reference to 
  `krb5_principal_get_realm'
   /usr/lib/libgssapi.so: 

Re: how utilize several IP's on one line

2007-03-23 Thread Chuck Swiger

On Mar 23, 2007, at 9:40 AM, David Banning wrote:

I just spoke with my DSL supplier and they said that they could give
me 5 IP addresses with a DSL line.

I am used to only one IP address per phone line - how are the other
IP addresses from the same DSL line utlilized and routed to different
servers?


Connect the DSL modem to a switch or hub, and connect several  
machines to that, each configured statically to use the /29 subnet  
which your ISP is making available to you.


This is assuming your DSL modem deals with any PPPoE/PPPoA login  
stuff itself...if not, you might have to get a broadband router or  
config a FreeBSD box to do the PPPoE stuff and then route the subnet  
internally (perhaps using RFC-1918 addresses via natd  the  
redirect_address directive).


--
-Chuck



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


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread John Nielsen
On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
 It seems that I'm having problems (again) with the GTK filedialog in
 Firefox/Thunderbird. It happens when saving or opening a file in Firefox
 or thunderbird resulting in a crash. What to do:

 - Open Firefox
 - Save a file, the save-file dialog comes up, Save or cancel it.
 - Save a file, when the file dialog comes up, file dialog hangs and
 after a second or something firefox crashes

 Same thing happens when trying to open a file using the file dialog a
 second time, and same for thunderbird: The second time the GTK file
 dialog comes up it seems to crash firefox or thunderbird.

 When I was running firefox-1.5 there was the exact same problem which
 was fixed in one of the developement releases and when first running
 Fx-2 I didn't have any problems with it either. I checked in the gimp
 and geany if there were problems with the file dialog but it worked fine
 in those programs. Has anyone else problems with this ?

I'm seeing the same behavior. I searched around on the web a while ago and saw 
a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
user about this. He later followed up to his own post saying that the problem 
went away after he recompiled ALL of his ports. The thing that was 
interesting is that he only saw the bad behavior under xfce (what WM are you 
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
gotten around to recompiling everything yet. I may or may not wait for the 
modularXorg stuff to be committed before I do so...

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


Re: Split a PDF page

2007-03-23 Thread NetOpsCenter

David Kelly wrote:


On Fri, Mar 23, 2007 at 02:28:43PM +0100, Andrea Venturoli wrote:
 


Don Hinton wrote:
   


Try PDFjam:

/usr/ports/print/pdfjam

hth...
 

Thanks, but this doesn't seem to do what I need. It can put multiple 
pages on one, but cannot split them back.
   



Tuning in late has anyone suggested *printing* the PDF to PDF using a
PDF viewer? Print only the ranges of pages you are interested in. At
worst print to PS file and then convert PS to PDF.

I do this fairly often in Preview on MacOS X.

 


Aloha

I have printed a single page of instructions from a PDF by copying and 
pasting from the PDF, the specific page,  to AbiWord then printing it out.


You can try that.


~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


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


Re: syslog.conf (5) man error?

2007-03-23 Thread Dan Nelson
In the last episode (Mar 23), Theodore Trubetskoy said:
 I'm wondering if it is an error in the syslog.conf man.
 
 man in DESCRIPTION part states:
 
 A block will only log messages corresponding to the most recent
 program and hostname specifications given.
 
 And EXAMPLES part reads:
 
 # Save ftpd transactions along with mail and news
 !ftpd
 *.*   /var/log/spoolerr
 
 # Log all security messages to a separate file.
 security.*/var/log/security
 
 # Log all writes to /dev/console to a separate file.
 console.* /var/log/console.log
 
 What means that security and console facilities messages will be
 logged only if they came from ftpd program, and obviously this was
 not intended in the example.
 
 If you agree it is an error, what is the right way to correct one?

I think each example was meant to stand alone, but it might be nice if
the ftpd example had a !* line at the end, to show how to reset the
program specification back to the default in a real config file.
 
-- 
Dan Nelson
[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: Where to start troubleshooting Intel PRO/1000 performance problems?

2007-03-23 Thread Sally Janghos
Here is the ifconfig output:

 ifconfig
em0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=4bRXCSUM,TXCSUM,VLAN_MTU,POLLING
inet 192.168.0.2 netmask 0xff00 broadcast 192.168.0.255
ether 00:07:e9:18:c2:37
media: Ethernet autoselect (1000baseTX full-duplex)
status: active

Also,

 netstat -in
NameMtu Network   Address  Ipkts IerrsOpkts Oerrs  Coll
em01500 Link#1  00:07:e9:18:c2:37 75678438 0 94462194 0 0
em01500 192.168.0 192.168.0.2   75619718 - 94404507 - -
lo0   16384 Link#2   26827 026827 0 0
lo0   16384 127   127.0.0.126827 -26827 - -


On Thu, Mar 22, 2007 at 11:00:33PM +0100, [EMAIL PROTECTED] wrote:
 Sally,
 
 On 3/22/07, Sally Janghos [EMAIL PROTECTED] wrote:
 I'm looking for some suggestions on where to start troubleshooting
 performance issues on a Intel PRO 1000 card.
 
 It's installed in a box with the following configuration:
 FreeBSD 6.1
 AMD Athlon(tm) XP 2100+ (1741.42-MHz 686-class CPU)
 Dell CERC SATA RAID 2
 
 The file transfer(ftp/smb/scp) speeds from/to this machine do not appear to
 go above 10Mb.  The other machine
 doing the transfers has similar specs(same Ethernet Card) but is a Windows
 XP box.  I've tried replacing the switch with
 a crossover cable between the machines and the same speed persists.  Any
 suggestions on where to start and what tools
 should I use to do the benchmarks?
 
 please supply the output of ifconfig
 
 regards,
 
 usleep
 ___
 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: how utilize several IP's on one line

2007-03-23 Thread NetOpsCenter

Eric wrote:


David Banning wrote:


I just spoke with my DSL supplier and they said that they could give
me 5 IP addresses with a DSL line. 
I am used to only one IP address per phone line - how are the other

IP addresses from the same DSL line utlilized and routed to different
servers?



one per phone line? that doesnt make sense. Do they expect you to have 
5 phone lines?


The router they supply you will be responsible for directing traffic 
to the different IPs.

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



Aloha,

5 IP's on one line is likely to be an ATM/DSL circuit.

You have a gateway at the isp and then 5 allocated IP's at your side 
using a switch or router at your side. You also have a broadcast IP and 
a Net IP to configure.


If you get this I can give you a how to that worked here at our noc. The 
usual confic gives you 768/768 speed. We find this works ok.


email me at [EMAIL PROTECTED] if you need a how to so you'll know what you 
are getting into.


~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://internetohana.org   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol


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


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Frank Staals

John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
  

It seems that I'm having problems (again) with the GTK filedialog in
Firefox/Thunderbird. It happens when saving or opening a file in Firefox
or thunderbird resulting in a crash. What to do:

- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and
after a second or something firefox crashes

Same thing happens when trying to open a file using the file dialog a
second time, and same for thunderbird: The second time the GTK file
dialog comes up it seems to crash firefox or thunderbird.

When I was running firefox-1.5 there was the exact same problem which
was fixed in one of the developement releases and when first running
Fx-2 I didn't have any problems with it either. I checked in the gimp
and geany if there were problems with the file dialog but it worked fine
in those programs. Has anyone else problems with this ?



I'm seeing the same behavior. I searched around on the web a while ago and saw 
a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
user about this. He later followed up to his own post saying that the problem 
went away after he recompiled ALL of his ports. The thing that was 
interesting is that he only saw the bad behavior under xfce (what WM are you 
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
gotten around to recompiling everything yet. I may or may not wait for the 
modularXorg stuff to be committed before I do so...


JN

  
Hmm I wondered if I should have added what WM I was running but I guess 
so: Running xfce-4.4.0 on xorg-7.2rc3.


Fixed by recompiling all my ports seems a lot of work to fix something 
with GTK :S but well I'm planning on reinstalling FreeBSD not that long 
from now ( want to switch disc setup ) hope that will fix the problem 
then. Allthough there ougth to be an better/more specific solution then 
just recompiling everything 


--
-Frank Staals


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


Oops... {upgrading, using a script and pkg_version}

2007-03-23 Thread Gary Kline

Hi people,

A day or three ago somebody posted a neat upgrade script 
(or snippet of) using a shell for loop and pkg_version.
I was going to save, thought I saved it to ~/Mail/freebsd.
Can't find it.  Anybody knw which post I'm thinking of?

It was something like:

for `pkgversion -xyz {foo}`; whatever;
do
   portupgrade -abc;
done

but something that was much more sharp.  Several days ago I
saved the output of pkg_version -IL'=' to /tmp/Up.sh, then
edited in portupgrade  to each of the 20+ ports.  As a result,
I'm almost entirely upgraded here.  What I saw looked much more 
efficient.

thanks, guys,

gary



-- 
  Gary Kline  [EMAIL PROTECTED]   www.thought.org  Public Service Unix

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


Upgrade from 4.x - 6.2: Old file systems?

2007-03-23 Thread Brett Glass
I have a server which I am considering upgrading from 4.11 to 6.2. 
Besides the operating system disk (which contains all of the 
expected partitions such as /, /usr, /var, and /tmp), There's a 
large data disk on the system containing useful data that I'd like 
to put back online as soon as the upgrade is completed. I'd rather 
not have to reformat it unless there is a significant advantage to 
doing so. Does 6.2 work properly with the older disk format? Is 
there any reason to take the time and effort to back up the data 
and restore it to the new format? Is there anything I'll need to be 
careful about if I upgrade just the system disk?


--Brett Glass

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


Re: Upgrade from 4.x - 6.2: Old file systems?

2007-03-23 Thread youshi10

On Fri, 23 Mar 2007, Brett Glass wrote:

I have a server which I am considering upgrading from 4.11 to 6.2. Besides the 
operating system disk (which contains all of the expected partitions such as /, 
/usr, /var, and /tmp), There's a large data disk on the system containing 
useful data that I'd like to put back online as soon as the upgrade is 
completed. I'd rather not have to reformat it unless there is a significant 
advantage to doing so. Does 6.2 work properly with the older disk format? Is 
there any reason to take the time and effort to back up the data and restore it 
to the new format? Is there anything I'll need to be careful about if I upgrade 
just the system disk?


--Brett Glass


Brett,
Yes, 6.2 does but there are features that were added to UFS2 (softupdates, 
file size limit raised past 2GB?) which make it a much better filesystem 
infrastructure than UFS1.
-Garrett

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


Re: SOLVED: Re: Problems with burncd - cannot mount result on unix or windows

2007-03-23 Thread Jerry McAllister
On Thu, Mar 22, 2007 at 04:16:58PM -0700, UCTC Sysadmin wrote:

 In looking at the documentation for cdrecord, the examples showed a 
 two-step process
 of making an ISO image then burning it.
 
 Here's my deal:
 
 NEVER HAVING BURNED a CD or DVD on FreeBSD before -
 I go to the documentation to FIND OUT HOW
 and there really is no HOW
 
 So I look in vain for
 
 What you need to do in the kernel if anything to support burning CDs/DVDs
 What additional support libraries or software would be needed
 The stepwise process for burning CDs or DVDs
 
 I created a junk file called junk.tar as a single file to put on a CD to 
 prove the command works.
 I then use
 
 burncd -f /dev/acd0 data junk.tar fixate
 
 and of course trying to
 
 mount -t cd9660 /dev/acd0 /mnt
 
 fails and the CD is also unreadable on windows.
 
 Well duh. That is because THE FILE SYSTEM HAS TO BE CREATED MANUALLY.
 Now, users used to smart unix commands read the man page and it SAYS of 
 burncd
 
 fixate writes a TOC and makes the CD readable
 
 I am writing an ISO9660 device (a device for which ISO9660 is a reasonable 
 default FS - yes? no?)
 Any meaningful defaults here? Did the man page tell me I hade to wrap my 
 data inside a filesystem image?
 I did not see that. So DUH is right.
 
 I then said, hey.
 
 mkisofs -R -o image.raw junk.tar
 
 THEN said
 
 burncd -f /dev/acd0 data image.raw fixate
 
 and VOILA like magic all is good. It works and reads on unix and windows 
 like a champ.

Oh, I just assumed you had done the mkiso.
If that is not in the handbook and FAQ, it should be, of course.

Sorry.

jerry

 
 ===
 
 So THE FAQ and/or HOWTO SUCKS, is the problem. If that offends purists, try 
 fixing your transmission
 under deadline with a japanese shop manual translated into english and no 
 diagrams. Documentation makes
 all the difference, both to novices and to professionals. Someone who knows 
 the how and what should
 write a contributed thing - whenever they have the time and desire to 
 educate the unwashed masses.
 
 -foo-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SOLVED: Re: Problems with burncd - cannot mount result on unix or windows

2007-03-23 Thread Jerry McAllister
On Fri, Mar 23, 2007 at 03:00:49PM -0400, Jerry McAllister wrote:

 On Thu, Mar 22, 2007 at 04:16:58PM -0700, UCTC Sysadmin wrote:
 
  In looking at the documentation for cdrecord, the examples showed a 
  two-step process
  of making an ISO image then burning it.
  
  Here's my deal:
  
  NEVER HAVING BURNED a CD or DVD on FreeBSD before -
  I go to the documentation to FIND OUT HOW
  and there really is no HOW
  
  So I look in vain for
  
  What you need to do in the kernel if anything to support burning CDs/DVDs
  What additional support libraries or software would be needed
  The stepwise process for burning CDs or DVDs
  
  I created a junk file called junk.tar as a single file to put on a CD to 
  prove the command works.
  I then use
  
  burncd -f /dev/acd0 data junk.tar fixate
  
  and of course trying to
  
  mount -t cd9660 /dev/acd0 /mnt
  
  fails and the CD is also unreadable on windows.
  
  Well duh. That is because THE FILE SYSTEM HAS TO BE CREATED MANUALLY.
  Now, users used to smart unix commands read the man page and it SAYS of 
  burncd
  
  fixate writes a TOC and makes the CD readable
  
  I am writing an ISO9660 device (a device for which ISO9660 is a reasonable 
  default FS - yes? no?)
  Any meaningful defaults here? Did the man page tell me I hade to wrap my 
  data inside a filesystem image?
  I did not see that. So DUH is right.
  
  I then said, hey.
  
  mkisofs -R -o image.raw junk.tar
  
  THEN said
  
  burncd -f /dev/acd0 data image.raw fixate
  
  and VOILA like magic all is good. It works and reads on unix and windows 
  like a champ.

Sorry for replying to my own reply, but.
 
 Oh, I just assumed you had done the mkiso.

Should be mkisofs of course.

 If that is not in the handbook and FAQ, it should be, of course.

Just took a look and the handbook does have all this and more.

You should actually read it before jumping all over everything
about lack of documentation.   There may be some terminology such
as Rock Ridge and Joliet that could use a more clear explanation,
but what you needed to know was clearly there.

jerry

 
 Sorry.
 
 jerry
 
  
  ===
  
  So THE FAQ and/or HOWTO SUCKS, is the problem. If that offends purists, try 
  fixing your transmission
  under deadline with a japanese shop manual translated into english and no 
  diagrams. Documentation makes
  all the difference, both to novices and to professionals. Someone who knows 
  the how and what should
  write a contributed thing - whenever they have the time and desire to 
  educate the unwashed masses.
  
  -foo-
 ___
 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: how utilize several IP's on one line

2007-03-23 Thread David Banning
 Connect the DSL modem to a switch or hub, and connect several  
 machines to that, each configured statically to use the /29 subnet  
 which your ISP is making available to you.
 
 This is assuming your DSL modem deals with any PPPoE/PPPoA login  
 stuff itself...if not, you might have to get a broadband router or  
 config a FreeBSD box to do the PPPoE stuff and then route the subnet  
 internally (perhaps using RFC-1918 addresses via natd  the  
 redirect_address directive).

Very helpful. Thanks Chuck. What decides which IP will go to each machine?
The router? If so what kind of router is that called? What is the term
I can search google on this to learn more?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Downloads

2007-03-23 Thread Jerry McAllister
On Thu, Mar 22, 2007 at 06:09:26PM -0700, Jim Priovolos wrote:

 Thanks Jerry. If I double click on the files and allow Easy CD Creator 
 to use it's defaults it works. It made bootable CD's. Easy CD Creator 
 wants to use disk-at-once.

Unfortunately, I have found that different burner software utiliities
use different terminology or the same terminology for different things.
So, it can get confusing.

 
 New question: Windows says I have 45g free but FreeBSD only finds 7meg.

Are you looking at the same thing?

What place is Windows looking at and what place is FreeBSD looking at?
Normally, Windows cannot see FreeBSD disk slices and does not
report them.   So, I am suspecting it is looking at its own space
and not the FreeBSD space.   How did you create the FreeBSD space
on the disk?

jerry

 
 And now I have a boot manager but nothing else.
 
 Any help will be appreciated.
 
 Thanks,
 Jim
 
 - Original Message 
 From: Jerry McAllister [EMAIL PROTECTED]
 To: Jim Priovolos [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, March 22, 2007 10:44:07 AM
 Subject: Re: Downloads
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade from 4.x - 6.2: Old file systems?

2007-03-23 Thread Erik Trulsson
On Fri, Mar 23, 2007 at 11:36:21AM -0700, [EMAIL PROTECTED] wrote:
 On Fri, 23 Mar 2007, Brett Glass wrote:
 
 I have a server which I am considering upgrading from 4.11 to 6.2. Besides 
 the operating system disk (which contains all of the expected partitions 
 such as /, /usr, /var, and /tmp), There's a large data disk on the system 
 containing useful data that I'd like to put back online as soon as the 
 upgrade is completed. I'd rather not have to reformat it unless there is a 
 significant advantage to doing so. Does 6.2 work properly with the older 
 disk format? Is there any reason to take the time and effort to back up 
 the data and restore it to the new format? Is there anything I'll need to 
 be careful about if I upgrade just the system disk?
 
 --Brett Glass
 
 Brett,
 Yes, 6.2 does but there are features that were added to UFS2 
 (softupdates, file size limit raised past 2GB?) which make it a much 
 better filesystem infrastructure than UFS1.

The things you mention (softupdates, large files) were and are well supported
with UFS1 too.  There were not really much features added with UFS2 (support
for very large disks ( 1 TB) and some support for extra flags and
attributes are what I can think of right now.)

There is not really any significant gains to be had from converting the
existing file systems from UFS1 to UFS2.
FreeBSD 6.2 should work just fine with the older disk.




-- 
Insert your favourite quote here.
Erik Trulsson
[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: how utilize several IP's on one line

2007-03-23 Thread Chuck Swiger

On Mar 23, 2007, at 11:47 AM, David Banning wrote:

Connect the DSL modem to a switch or hub, and connect several
machines to that, each configured statically to use the /29 subnet
which your ISP is making available to you.

This is assuming your DSL modem deals with any PPPoE/PPPoA login
stuff itself...if not, you might have to get a broadband router or
config a FreeBSD box to do the PPPoE stuff and then route the subnet
internally (perhaps using RFC-1918 addresses via natd  the
redirect_address directive).


Very helpful. Thanks Chuck.  What decides which IP will go to each  
machine?


You do.  :-)

You can either statically configure each machine based on the network  
config info your ISP provides, or you can even set up DHCP + static  
IP configs using dhcpd and let automatic network config help out.   
It's easier to configure a FreeBSD machine to provide static IPs via  
DHCP than to do so on most network appliance style broadband routers.


The router? If so what kind of router is that called?  What is the  
term

I can search google on this to learn more?


broadband router.  D-link, Linksys, and others make 'em-- I've got  
an 8-port Linksys BEFSR81 which works just dandy for my purposes.


--
-Chuck

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


Re: samba3 compile failure

2007-03-23 Thread youshi10

On Fri, 23 Mar 2007, Vizion wrote:





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vizion
Sent: Friday, March 23, 2007 8:15 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: samba3 compile failure

Vizion wrote:

I am trying to compile samba...

Is the cause something up with my kerberos installation

(see errors below)?

If so I do not know how to fix it :-(

If not what and how can I fix it??

Is any more information needed to help identify the cause

of the compile failure?


Thanks in advance for any help you can give
david
--
Compiling lib/smbldap_util.c
Compiling smbd/server.c
Linking bin/smbd
libsmb/clikrb5.o(.text+0x109c): In function
`smb_krb5_get_keyinfo_from_ap_req':
: undefined reference to `krb5_decode_ap_req'
libsmb/clikrb5.o(.text+0x1423): In function
`smb_krb5_principal_compare_any_realm':
: undefined reference to `krb5_principal_compare_any_realm'
libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
: undefined reference to `krb5_free_error_contents'
libads/kerberos_keytab.o(.text+0x1b3): In function

`smb_krb5_kt_add_entry':

: undefined reference to `krb5_kt_compare'
/usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
/usr/lib/libgssapi.so: undefined reference to

`krb5_auth_con_setremotesubkey'

/usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
/usr/lib/libgssapi.so: undefined reference to

`krb5_config_get_strings'

/usr/lib/libgssapi.so: undefined reference to

`krb5_auth_con_setlocalsubkey'

/usr/lib/libgssapi.so: undefined reference to
`krb5_auth_con_generatelocalsubkey'
/usr/lib/libgssapi.so: undefined reference to

`krb5_sockaddr2address'

/usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
/usr/lib/libgssapi.so: undefined reference to

`krb5_get_default_principal'

/usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
/usr/lib/libasn1.so: undefined reference to `init_error_table'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
/usr/lib/libgssapi.so: undefined reference to

`krb5_get_forwarded_creds'

/usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
/usr/lib/libgssapi.so: undefined reference to

`krb5_build_authenticator'

/usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
/usr/lib/libgssapi.so: undefined reference to

`krb5_auth_getremoteseqnumber'

/usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
/usr/lib/libgssapi.so: undefined reference to

`krb5_config_free_strings'

/usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
/usr/lib/libgssapi.so: undefined reference to

`krb5_generate_random_block'

/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
/usr/lib/libgssapi.so: undefined reference to

`krb5_enctype_to_keytype'

/usr/lib/libgssapi.so: undefined reference to

`krb5_free_creds_contents'

/usr/lib/libgssapi.so: undefined reference to

`krb5_storage_from_mem'

/usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
/usr/lib/libasn1.so: undefined reference to

`initialize_error_table_r'

/usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
/usr/lib/libgssapi.so: undefined reference to

`krb5_get_error_string'

/usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
/usr/lib/libgssapi.so: undefined reference to
`krb5_auth_con_setlocalseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
/usr/lib/libgssapi.so: undefined reference to
`krb5_auth_con_setremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to

`krb5_principal_get_realm'

/usr/lib/libgssapi.so: undefined reference to

`krb5_set_error_string'

/usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
*** Error code 1

Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
*** Error code 1

Stop in /usr/ports/net/samba3.
[EMAIL PROTECTED] /usr/ports/net/samba3]#


According to that you're missing kerberos5 (part of the base
system). So
you can either install kerberos, or change 

Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread cpghost
On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:
 On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
  It seems that I'm having problems (again) with the GTK filedialog in
  Firefox/Thunderbird. It happens when saving or opening a file in Firefox
  or thunderbird resulting in a crash. What to do:
 
  - Open Firefox
  - Save a file, the save-file dialog comes up, Save or cancel it.
  - Save a file, when the file dialog comes up, file dialog hangs and
  after a second or something firefox crashes
 
 I'm seeing the same behavior. I searched around on the web a while ago and 
 saw 
 a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
 user about this. He later followed up to his own post saying that the problem 
 went away after he recompiled ALL of his ports. The thing that was 
 interesting is that he only saw the bad behavior under xfce (what WM are you 
 using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
 gotten around to recompiling everything yet. I may or may not wait for the 
 modularXorg stuff to be committed before I do so...

I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.

cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SOLVED: Re: Problems with burncd - cannot mount result on unix or windows

2007-03-23 Thread Transpacific

I ought to know better than to say SUCKS in any case.

I tried to make the point that, other things being equal
(I know about filesystems in general, I'm just not familiar with their 
peculiarities in dealing with CDs),
all I wanted to see quickly was the example use. Had the handbook's 
example for burncd merely
had an example mkisofs command generating the input to be burnt with 
burncd, I would have gotten it
right away. Others have pointed out that man burncd discusses ISOs, 
but that material is on man page 2,
as it were - and in reading the description and arguments, I was gulled 
by the phrase fixating the CD writes
a TOC and makes the CD readable. It said it wrote files to the CD, I 
didn't see a reminder or warning that
only ISOs would make sense. Now that I know better about what can 
meaningfully be put on a CD, now I know.
I had always equated ISOs with bootable install images, but now I get 
it. In fact that distinction was reinforced
in using windows CD burning software where ISOs had to be handled 
differently to be written correctly - what
I was otherwise seeing was what appeared to be dumping files to the CD, 
but underneath the program was
encapsulating the data as ISO on the fly, evidently. I wouldn't suspect 
burncd didn't function similarly.
And, of course, everyone else already knew about ISOs, and so nobody 
thought to ask that pre-basic question.


As to the why didn't you just read ... - I was in a hurry; this was a 
trivial thing to be able to do, so I knew it
was only a matter of seeing commands to do it and I'd take it from 
there. In fact, I didn't go back and read the
documentation to find out what was wrong; I just took a look at the 
cdrecord command doc and the mkisofs
example to create the source was there, and I said, oh, ran it for 
burncd, voila. So the missing FAQ would
be sort of an intermediate or slight level of detail, perhaps more like 
a tear-out reference card summary of the

actions to take (and any underlying kernel/library/package requirements.)

My apologies to Father Greg.

==

Jerry McAllister wrote:


On Fri, Mar 23, 2007 at 03:00:49PM -0400, Jerry McAllister wrote:

 


On Thu, Mar 22, 2007 at 04:16:58PM -0700, UCTC Sysadmin wrote:

   

In looking at the documentation for cdrecord, the examples showed a 
two-step process

of making an ISO image then burning it.

Here's my deal:

NEVER HAVING BURNED a CD or DVD on FreeBSD before -
I go to the documentation to FIND OUT HOW
and there really is no HOW

So I look in vain for

What you need to do in the kernel if anything to support burning CDs/DVDs
What additional support libraries or software would be needed
The stepwise process for burning CDs or DVDs

I created a junk file called junk.tar as a single file to put on a CD to 
prove the command works.

I then use

burncd -f /dev/acd0 data junk.tar fixate

and of course trying to

mount -t cd9660 /dev/acd0 /mnt

fails and the CD is also unreadable on windows.

Well duh. That is because THE FILE SYSTEM HAS TO BE CREATED MANUALLY.
Now, users used to smart unix commands read the man page and it SAYS of 
burncd


fixate writes a TOC and makes the CD readable

I am writing an ISO9660 device (a device for which ISO9660 is a reasonable 
default FS - yes? no?)
Any meaningful defaults here? Did the man page tell me I hade to wrap my 
data inside a filesystem image?

I did not see that. So DUH is right.

I then said, hey.

mkisofs -R -o image.raw junk.tar

THEN said

burncd -f /dev/acd0 data image.raw fixate

and VOILA like magic all is good. It works and reads on unix and windows 
like a champ.
 



Sorry for replying to my own reply, but.
 


Oh, I just assumed you had done the mkiso.
   



Should be mkisofs of course.

 


If that is not in the handbook and FAQ, it should be, of course.
   



Just took a look and the handbook does have all this and more.

You should actually read it before jumping all over everything
about lack of documentation.   There may be some terminology such
as Rock Ridge and Joliet that could use a more clear explanation,
but what you needed to know was clearly there.

jerry

 


Sorry.

jerry

   


===

So THE FAQ and/or HOWTO SUCKS, is the problem. If that offends purists, try 
fixing your transmission
under deadline with a japanese shop manual translated into english and no 
diagrams. Documentation makes
all the difference, both to novices and to professionals. Someone who knows 
the how and what should
write a contributed thing - whenever they have the time and desire to 
educate the unwashed masses.


-foo-
 


___
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 

Re: how utilize several IP's on one line

2007-03-23 Thread Derek Ragona
You can bring up multiple IP's on the same NIC on the same server if you 
would like to do that.  You simply add lines to /etc/rc.conf to add aliases.

ifconfig_dc0_alias1=###.###.###.### netmask 0x
The NIC device name should be used in the alias.

-Derek


At 11:40 AM 3/23/2007, David Banning wrote:

I just spoke with my DSL supplier and they said that they could give
me 5 IP addresses with a DSL line.

I am used to only one IP address per phone line - how are the other
IP addresses from the same DSL line utlilized and routed to different
servers?

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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

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


Re: SOLVED: Re: Problems with burncd - cannot mount result on unix or windows

2007-03-23 Thread Jerry McAllister
On Fri, Mar 23, 2007 at 02:11:12PM -0700, Transpacific wrote:

 I ought to know better than to say SUCKS in any case.
 
 I tried to make the point that, other things being equal
 ... lots excised
 trivial thing to be able to do, so I knew it
 was only a matter of seeing commands to do it and I'd take it from 
 there. In fact, I didn't go back and read the
 documentation to find out what was wrong; I just took a look at the 
 cdrecord command doc and the mkisofs
 example to create the source was there, and I said, oh, ran it for 
 burncd, voila. So the missing FAQ would
 be sort of an intermediate or slight level of detail, perhaps more like 
 a tear-out reference card summary of the
 actions to take (and any underlying kernel/library/package requirements.)

One thing I can agree with when it comes to documentation is that
an well crafted example or set of examples can be more meaningful
than many paragraphs and even pages of explanation or specification.  
The specification is necessary, but the examples make it much more
clear.More of the documentation - handbook and man pages and FAQs
should make better use of examples.   Some do, but many don't.
The more the better.

As for the specific topic of mkisofs and CD burning, the handbook has 
some basic examples, but might benefit from some more covering possible
variations.

jerry


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


Ports: Cannot compile CURL

2007-03-23 Thread Amardeo Sarma
Hi,

When I try an run make install for CURL (/usr/ports/ftp/curl), I get
the message:

=== curl-7.16.1 does not suport both c-ares and IPv6 - disable one of them
** Error code 1

How do I disable them (c-ares and / or IPv6)? Where are these variables
set and how do I unset them?

make -V WITH_CARES
for example yields true

Amardeo
-- 
Amardeo Sarma
[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: Ports: Cannot compile CURL

2007-03-23 Thread Chuck Swiger

On Mar 23, 2007, at 2:48 PM, Amardeo Sarma wrote:

When I try an run make install for CURL (/usr/ports/ftp/curl), I get
the message:

=== curl-7.16.1 does not suport both c-ares and IPv6 - disable one  
of them

** Error code 1

How do I disable them (c-ares and / or IPv6)? Where are these  
variables

set and how do I unset them?

make -V WITH_CARES
for example yields true


Try make rmconfig and then re-configure the port next time you  
build it (assuming that those make variables aren't set externally  
somehow)...


--
-Chuck

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


Re: Ports: Cannot compile CURL

2007-03-23 Thread Chris Slothouber

cd /usr/ports/ftp/curl  make config

Amardeo Sarma wrote:

Hi,

When I try an run make install for CURL (/usr/ports/ftp/curl), I get
the message:

=== curl-7.16.1 does not suport both c-ares and IPv6 - disable one of them
** Error code 1

How do I disable them (c-ares and / or IPv6)? Where are these variables
set and how do I unset them?

make -V WITH_CARES
for example yields true

Amardeo

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


Re: NTP: Driving Me Nuts

2007-03-23 Thread Bob Johnson

Are all three of these systems using the same router to share the same
IP number?  It may be that the router is having trouble keeping track
of three connections to the same port on the same server (I don't
think it SHOULD, but maybe it is).

If that's the case, you can fix it by using a different server for
each machine.  I suggest:

server   0.us.pool.ntp.org
server   1.us.pool.ntp.org
server   2.us.pool.ntp.org
(for those in other countries, change us to the appropriate country
code, and see http://www.pool.ntp.org for more info).

In fact, since NTP works best if you use more than one server, and
those addresses return random servers, just put all three of those
server lines in each configuration file.

- Bob


On 6/12/05, David Marshall [EMAIL PROTECTED] wrote:

I'm having an awful time trying to get NTP working on some new servers.

Consider three machines:

jeffy: my home machine, runs 5.4 with a very sleek kernel, sits behind a
router.

web1: one of the new servers, running 5.4-p2 with a kernel
configuration that *only* has options INET6 commented out:

[EMAIL PROTECTED] diff GENERIC WEB
25c25
 ident GENERIC
---
 ident WEB
32c32
 options   INET6   # IPv6 communications protocols
---
 #options  INET6   # IPv6 communications protocols


web2: another of the new servers, running 5.4 with GENERIC

All three have the same /etc/ntp.conf:

server sundial.columbia.edu
driftfile /var/db/ntp.drift

All, of course, have ntpd_enable=YES in /etc/rc.conf

Here are the relevant lines from the log when I run /etc/rc.d/ntpd
start, after making sure it is stopped, of course.  When any of them
is stopped netstat -n | fgrep 123 yields no lines.

jeffy:

Jun 11 23:24:53 jeffy ntpd[90141]: ntpd 4.2.0-a Mon May  9 15:42:44 PDT 2005
(1)
Jun 11 23:24:53 jeffy ntpd[90141]: no IPv6 interfaces found

web1:

Jun 12 02:28:23 web1 ntpd[783]: ntpd 4.2.0-a Sun Jun 12 00:46:05 EDT 2005
(1)
Jun 12 02:28:23 web1 ntpd[783]: no IPv6 interfaces found
Jun 12 02:28:23 web1 ntpd[783]: bind() fd 6, family 2, port 123, addr
0.0.0.0, in_classd=0 flags=8 fails: Address already in use

web2:

Jun 12 02:24:28 web2 ntpd[32792]: ntpd 4.2.0-a Sun May  8 06:01:21 UTC 2005
(1)
Jun 12 02:24:28 web2 ntpd[32792]: bind() fd 9, family 2, port 123,
addr 0.0.0.0, in_classd=0 flags=8 fails: Address already in use


'ntpq -p' on jeffy returns a normal looking ntpq result.  'ntpq -p' on
either web1 or web2 eventually times out.  However, if I put a
restrict into their ntp.conf I get something like

 remote   refid  st t when poll reach   delay   offset
jitter
==
 hickory.cc.colu .INIT.  16 u-   6400.0000.000
4000.00

that never changes, even after several hours.

I've read a lot of similar problem reports, but none of them ever seem
to have a definitive answer.

Can anyone help?  I'm really mystified.

The only thing I have left to try is that I have noticed that jeffy
has NO_INET6 = true set in /etc/make.conf, whereas web1 does not have
this.
___
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]


optimization for Athlon 64 X2

2007-03-23 Thread Daniel Dvořák
Hi all,

out of curiosity, which CPUTYPE setting is appropriate for dual Manchester core 
Athlon 64 X2 3800+ processor with FreeBSD 6.2 (GCC 3.4.4) ?

Googling throws up nothing useful.

Dan

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


FreeBSD 5.4, installation hangs

2007-03-23 Thread Moon Shine
Hello! 
The Problem: installation hangs after the menu. 
I try to install FreeBSD 5.4 - RELEASE. 
I use 3 diskettes and CD. 
Here that I see when it happens: 
- 

int=000d err=8910 efl=00010046 eip=c07b722f 
eax=c101f000 ebx=0101ec00 ecx= edx=0002 
esi=0101e000 edi=01025000 ebp= esp=c1020d88 
cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 
cs: eip=07 09 0f 56 53 8b 5d 0c-8b 4d 08 a1 2c c6 8b c0 
8d 0c c8 66 89 19 8b 45-18 66 89 41 02 c6 41 04 
ss: esp=11 89 7b c0 12 00 00 00-d4 0b 7b c0 0f 00 00 00 
bd f2 43 c0 00 50 02 01-00 e0 01 01 00 00 00 00 
BTX halted 

- 

Only 2 commands from menu do not come to these result: 
(6) Escape to loader prompt 
(8) Reboot 

My architecture: 486 DX2 (66 MHz), 420 Mb HDD, 36 Mb RAM. 
Hard disk is formatted by fat16 (or maybe fat32). 
There are MS DOS and some files. 

Possibly problem is with RAM, but i don't shure. 

Is there a chance to see FreeBSD on this computer, or I should bury
this hope? 

Advertisement:

• Inbox.lv – bezmaksas 2.5 GB (2500 MB) liela pastkastiite
• Anti-Virus un Anti-Spam aizsardziiba
• WWW.INBOX.LV
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux equivalent to freebsd

2007-03-23 Thread Rick Apichairuk
Hi,
 
Sorry this question is a little off-topic...
 
We've been using Freebsd for many years and all of our servers are running
freebsd.
 
The only thing that is a pain with freebsd, is poor commercial support :(
 
We are running in a situation where a customer needs Zend platform 3
(http://www.zend.com/products/zend_platform) which won't be available for
freebsd until the end of the year...
 
So I will need to setup a machine with linux.
 
I don't know much about linux distributions, could someone recommend one to
me please.
 
We are looking for a platform that will support amd64 extensions, will act
as a console only server and that has a good way to install ports and
upgrade. We want something secure and stable. We don't wanna go with Redhat
or any commercial distribution.
 
I really like the cvsup/make install/portupgrade way of dealing with
software installation and updates and I am looking for something equivalent
on a linux distribution.
 
Could you recommend a distribution you are using in production, we've check
ubuntu, fedora and Debian, but I wonder what freebsd users recommend...
 
Thanks 
 
I recommend Gentoo or Slackware. I feel that these are most similar to FreeBSD
in organization, configuration and third party software management. Personally,
I use Gentoo when I can't use FreeBSD. With Gentoo, you can compile everything
to be optimized for your specific processor if you want to do so.
 
Best Regards,
 
Rick Apichairuk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.4, installation hangs

2007-03-23 Thread Simon Chang

I have seen this error message before, and it was indeed the memory
that went bad.  You should try to run memtest on it to confirm or deny
it before trying the install again.

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


Why is sendmail giving me this 550 error?

2007-03-23 Thread James Long
Sorry for tihs being marginally off-topic, but sendmail
doesn't have a mailing list anymore (that I can tell), 
just a newsgroup, and I have no effective Usenet access.

I'm trying to subscribe to the smokeping mailing list.

Why am I getting this 550 error?  If I telnet directly to the
MX for lists.oetiker.ch and perform a manual ehlo/mail from/rcpt to
I get a 450 greylisting response, which makes much more sense
than this 550/503 failure.

Thank you!

Jim


Mar 23 18:04:10 mx sendmail[40229]: l2O14A5b040229: [EMAIL PROTECTED], 
size=327, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: NOQUEUE: connect from localhost [127.0.0.1]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: Milter (spamassassin): init 
success to negotiate
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: Milter: connect to filters
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: milter=spamassassin, 
action=connect, accepted
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 220 example.com ESMTP 
Sendmail 8.13.8/8.13.8; Fri, 23 Mar 2007 18:04:10 -0700 (PDT)
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- EHLO example.com
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-example.com Hello 
localhost [127.0.0.1], pleased to meet you
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-ENHANCEDSTATUSCODES
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-PIPELINING
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-8BITMIME
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-SIZE
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-DSN
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-ETRN
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250-DELIVERBY
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250 HELP
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- MAIL From:[EMAIL 
PROTECTED] SIZE=327
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: Milter: senders: [EMAIL 
PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250 2.1.0 [EMAIL 
PROTECTED]... Sender ok
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- RCPT To:[EMAIL 
PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 550 5.2.1 [EMAIL 
PROTECTED]... Mailbox disabled for this recipient
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: ruleset=check_rcpt, 
arg1=[EMAIL PROTECTED], relay=localhost [127.0.0.1], reject=550 5.2.1 [EMAIL 
PROTECTED]... Mailbox disabled for this recipient
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- DATA
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 503 5.0.0 Need RCPT 
(recipient)
Mar 23 18:04:10 mx sendmail[40229]: l2O14A5b040229: [EMAIL PROTECTED], [EMAIL 
PROTECTED] (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=relay, 
pri=30327, relay=[127.0.0.1] [127.0.0.1], dsn=5.2.1, stat=User unknown
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- RSET
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250 2.0.0 Reset state
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: from=[EMAIL PROTECTED], 
size=327, class=0, nrcpts=0, proto=ESMTP, daemon=IPv4, relay=localhost 
[127.0.0.1]
Mar 23 18:04:10 mx sendmail[40229]: l2O14A5b040229: l2O14A5c040229: DSN: User 
unknown
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5r040230: -- RSET
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5r040230: --- 250 2.0.0 Reset state
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: -- MAIL From: SIZE=1351
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: Milter: senders: 
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: --- 250 2.1.0 ... Sender ok
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: -- RCPT To:[EMAIL 
PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: Milter: rcpts: [EMAIL 
PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: --- 250 2.1.5 [EMAIL 
PROTECTED]... Recipient ok
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: -- DATA
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: --- 354 Enter mail, end with 
. on a line by itself
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: from=, size=2514, class=0, 
nrcpts=1, msgid=[EMAIL PROTECTED], proto=ESMTP, daemon=IPv4, relay=localhost 
[127.0.0.1]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: Milter accept: message
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5s040230: --- 250 2.0.0 l2O14A5s040230 
Message accepted for delivery
Mar 23 18:04:10 mx sendmail[40229]: l2O14A5c040229: [EMAIL PROTECTED], 
delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31351, relay=[127.0.0.1] 
[127.0.0.1], dsn=2.0.0, stat=Sent (l2O14A5s040230 Message accepted for delivery)
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5t040230: -- QUIT
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5t040230: --- 221 2.0.0 example.com 
closing connection
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why is sendmail giving me this 550 error?

2007-03-23 Thread Jeffrey Goldberg

On Mar 23, 2007, at 8:32 PM, James Long wrote:


Why am I getting this 550 error?  If I telnet directly to the
MX for lists.oetiker.ch and perform a manual ehlo/mail from/rcpt to
I get a 450 greylisting response,


That is what I get to.


which makes much more sense
than this 550/503 failure.


For reasons I don't understand your instance of sendmail is *not*  
talking to the MX for lists.oetiker.ch.  For some reason it is  
talking to localhost.


I've snipped a few of your log lines to make the relevant ones more  
obvious:


Mar 23 18:04:10 mx sendmail[40229]: l2O14A5b040229:  
[EMAIL PROTECTED], size=327, class=0, nrcpts=1,  
msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: NOQUEUE: connect from localhost  
[127.0.0.1]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 220  
example.com ESMTP Sendmail 8.13.8/8.13.8; Fri, 23 Mar 2007 18:04:10  
-0700 (PDT)

Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- EHLO example.com
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 250- 
example.com Hello

localhost [127.0.0.1], pleased to meet you


Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: -- RCPT  
To:[EMAIL PROTECTED]
Mar 23 18:04:10 mx sm-mta[40230]: l2O14A5q040230: --- 550 5.2.1  
[EMAIL PROTECTED]... Mailbox disabled for  
this recipient


So that 550 isn't coming from lists.oetiker.ch, but is coming from  
your own host.  Can you mail to any non-local address the way you  
tried to mail to that list address?  My guess is not.


Cheers,

-j

--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


Re: safe0 and kernel panic

2007-03-23 Thread Sam Leffler
Rajkumar S wrote:
 On 3/22/07, Sam Leffler [EMAIL PROTECTED] wrote:
 I have no context.  I see a device not attaching for some reason.  Then
 /dev/crypto not being present (is cryptodev loaded in the kernel?).  But
 a subject line about a panic.
 
 The device is not attaching because bus_dma_tag_create function fails
 with the error ENOMEM. (in line 300, safe.c). I have changed
 BUS_DMA_ALLOCNOW flag in bus_dma_tag_create to BUS_DMA_COHERENT and
 the panic disappears. BUS_DMA_COHERENT was just taken randomly (as in
 some other flag) with no idea about it's use or purpose.

Removing BUS_DMA_ALLOCNOW appears to just just hide the problem by
deferring the allocation.  Since other drivers are getting similar
failures it's unlikely this is a safe bug.

 
 If you've submitted a PR please send me a pointer.  Otherwise you might
 consider submitting one w/ details like what version of freebsd you're
 running.
 
 The PR Number is 110662. I have tried to put as much information as
 possible, I am always ready to provide additional details or do some
 testing/debugging.

Thank you.  I'll have to dig out one of my cards to test.

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


Re: Downloads

2007-03-23 Thread Jerry McAllister
On Fri, Mar 23, 2007 at 05:39:20PM -0700, Jim Priovolos wrote:

Three things about using this list before any other thoughts.

First, please break your lines at about 70 characters length when posting.
It makes your post easier to read and much easier to respond to.

Second, Always include the list in your replies.   Unless there is an
especially important and sensible reason, do not narrow your responses
to just one person.   It is list etiquette and also practical - that
person may not have any more information and someone else might.

Third, please do not top post.   Insert your responses in to the appropriate
part of the messages.  Use inclusions markers (most commonly  ) to set
off included material and trim that included material to contain the
relevant parts if it is long.

 During the install I went through the menu's until it came to the place 
 where you chose a partition. There was one unused partition. The only 
 way I could get it to devote that slice to FreeBSD was to take the 
 defaults which gave me 7meg.

That still, unfortunately does not tell me the whole story.  The reason
is that there are still some places where the word partition is misused
(used unconsistently with the rest of FreeBSD).   In FreeBSD the primary
division of the disk is called a slice.Slices are then subdivided
in to partitions in FreeBSD parlance.   
The hierarchy of terminology goes like this:

 -drive: ad0 (for IDE family including SATA)  da0 (for SCSI family) 
 would designate the first drive.  The second would be
 either ad1 or da1.
 ---slice:   ad0s1..ad0s4 - Up to four slices numbered from 1-4.
 MS is typically installed in slice 1 or 2 (depending if
 the vendor sticks a diagnostic/recovery slice on first.
 Dell likes to do that and I think IBM Lenovo does)
 -partition: ad0s1a..ad0s1h.   Up to 8 partitions per slice but
 partition c is reserved to identify the whole slice
 partition is used for root and traditionally reserved
 for that, though it can be used otherwise on a non-boot
 disk.   partition b is used for swap and is traditionally
 reserved for that.

So, what you are supposed to be looking for is a slice in which to 
install FreeBSD.  It may be that you are seeing the word partition where 
it should say slice or it may be that you are seeing partition correctly
used, but you are looking in the wrong place.

Anyway, FreeBSD needs a slice in which to install.   You may possibly
create only one partition within that slice (namely a root) for the 
install if you wish.   I prefer a little more protection against a
runaway process writing to disk than that and usually use several
partitions plus a sizeable swap partition, but that is beyond the 
question you are asking.

So, to clear this up just a little;
(read all, but the fourth item gets the information 
 needed to understand the situation and choose course of action
 which I am guessing will be the third item)

First, what is supposed to be the total size of the disk that you
got for this (probably came with the machine)?

Second, did it come with MS preinstalled?If so, it undoubtedly used
all of the available disk and 7 MB is a left over unallocatable fragment.

Third, if it came with MS preinstalled, did you do anything to shrink
the MS slice (MS calls a slice a 'Primary Partition').If you did
not, then most assuredly there is no space currently available to
make a slice for FreeBSD.   You have to use a disk management tool to
shrink the MS slice to make room for the creation of the FreeBSD slice.

If the MS slice (Primary Partition) is a FAT or FAT32 type, then there
are a couple of free utilities included with FreeBSD that will do it OK.
Read carefully in the FreeBSD Handbook about creating a dual boot system.

If the MS slice is an NTFS type, then those free utilities can not
handle it and you will have to go get something.   The one I have
successfully used is called 'Partitin Magic' and it tends to run
about $70 give or take, from most retailers, mail order or walkin.
I got mine at Best Buy.   Partition Magic will also handle the FAT
and FAT32 type MS Primary Partitions.

In either case, you shrink the MS slice (Primary Partition) enough to 
make room for what you want.  Then you create a slice (Primary Partition)
in the newly made free space.   It needs to be a Primary Partition
and not an Extended Partition.  Partition Magic whines about that and
warns you that you might not be able to boot MS.   But it will do it
and it works just fine.In Partition Magic terminology, create that
new Primary Partition as an 'unknown' type.   The FreeBSD installer
will modify the type during install.

Just a side note:   FreeBSD can read and write FAT and FAT32.  It can
read, but cannot write NTFS (at the current time).  If you have enough 
room to spare on the disk, 

Re: Why is sendmail giving me this 550 error?

2007-03-23 Thread James Long
On Fri, Mar 23, 2007 at 08:59:34PM -0500, Jeffrey Goldberg wrote:
 On Mar 23, 2007, at 8:32 PM, James Long wrote:
 
 Why am I getting this 550 error?  If I telnet directly to the
 MX for lists.oetiker.ch and perform a manual ehlo/mail from/rcpt to
 I get a 450 greylisting response,
 
 That is what I get to.
 
 which makes much more sense
 than this 550/503 failure.
 
 For reasons I don't understand your instance of sendmail is *not*  
 talking to the MX for lists.oetiker.ch.  For some reason it is  
 talking to localhost.

Mutt is running on the mailserver.  It submits the outgoing mail to 
localhost.  localhost should relay the mail out to the recipient.

 So that 550 isn't coming from lists.oetiker.ch, but is coming from  
 your own host.

I realize that, hence my post.  The server sends lots of outgoing 
non-local mail.  Just not to the smokeping list subscription 
address.

I had looked at /etc/mail/access prior to posting, but not closely
enough.  It was being denied by an access map entry.

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


Re: Upgrade from 4.x - 6.2: Old file systems?

2007-03-23 Thread Garrett Cooper

On Mar 23, 2007, at 12:15 PM, Erik Trulsson wrote:

On Fri, Mar 23, 2007 at 11:36:21AM -0700, [EMAIL PROTECTED]  
wrote:

On Fri, 23 Mar 2007, Brett Glass wrote:

I have a server which I am considering upgrading from 4.11 to  
6.2. Besides
the operating system disk (which contains all of the expected  
partitions
such as /, /usr, /var, and /tmp), There's a large data disk on  
the system
containing useful data that I'd like to put back online as soon  
as the
upgrade is completed. I'd rather not have to reformat it unless  
there is a
significant advantage to doing so. Does 6.2 work properly with  
the older
disk format? Is there any reason to take the time and effort to  
back up
the data and restore it to the new format? Is there anything I'll  
need to

be careful about if I upgrade just the system disk?

--Brett Glass


Brett,
Yes, 6.2 does but there are features that were added to UFS2
(softupdates, file size limit raised past 2GB?) which make it  
a much

better filesystem infrastructure than UFS1.


The things you mention (softupdates, large files) were and are well  
supported
with UFS1 too.  There were not really much features added with UFS2  
(support

for very large disks ( 1 TB) and some support for extra flags and
attributes are what I can think of right now.)

There is not really any significant gains to be had from converting  
the

existing file systems from UFS1 to UFS2.
FreeBSD 6.2 should work just fine with the older disk.


Sorry. I meant snapshots, a feature of softupdates, which according  
to McKusick (dev author of softupdates?) are available post 5.0.  
Reference: http://www.mckusick.com/softdep/.


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


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Garrett Cooper

On Mar 23, 2007, at 2:01 PM, cpghost wrote:


On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:

It seems that I'm having problems (again) with the GTK filedialog in
Firefox/Thunderbird. It happens when saving or opening a file in  
Firefox

or thunderbird resulting in a crash. What to do:

- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and
after a second or something firefox crashes


I'm seeing the same behavior. I searched around on the web a while  
ago and saw
a report (on a firefox bug issue or mailinglist I think) from  
another FreeBSD
user about this. He later followed up to his own post saying that  
the problem

went away after he recompiled ALL of his ports. The thing that was
interesting is that he only saw the bad behavior under xfce (what  
WM are you
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I  
haven't
gotten around to recompiling everything yet. I may or may not wait  
for the

modularXorg stuff to be committed before I do so...


I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.

cpghost.

--
Cordula's Web. http://www.cordula.ws/


What version are you guys running with what CFLAGS/CXXFLAGS? I was  
experiencing the same thing until 2.0.0.2 (filed a bug and Mozilla  
folks said they fixed it in this version).


Now if I can only determine why the same happens when I try and add a  
file with azureus.. that's another ball of wax though..


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


Re: Split a PDF page

2007-03-23 Thread Andrew Bogecho
 Hello.
 I've got a PDF document with two side-by-side pages in A3 format.
 Is there a way I can get the two single A4 pages, either as subsequent
 pages of a new document or as different new documents?

 Anything in the port tree?


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


Hi,

Have you had a look at:

Port:   pdftk-1.12_1
Path:   /usr/ports/print/pdftk
Info:   A simple tool for doing everyday things with PDF documents
Maint:  [EMAIL PROTECTED]
B-deps: gcc-4.1.3_20070312 gettext-0.16.1 gmake-3.81_1 libiconv-1.9.2_2
R-deps: gcc-4.1.3_20070312 libiconv-1.9.2_2
WWW:http://www.accesspdf.com/pdftk/

I have heard good things about this app.

Hope that helps.

A.


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


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Warren Block

On Fri, 23 Mar 2007, Frank Staals wrote:

Hmm I wondered if I should have added what WM I was running but I guess so: 
Running xfce-4.4.0 on xorg-7.2rc3.


Fixed by recompiling all my ports seems a lot of work to fix something with 
GTK :S but well I'm planning on reinstalling FreeBSD not that long from now ( 
want to switch disc setup ) hope that will fix the problem then. Allthough 
there ougth to be an better/more specific solution then just recompiling 
everything 


After the recent gettext rebuild-everything episode (you've done that, 
right?), I had a problem like I'd had before with GTK: slow xfce4.4 
startup, slow Terminal startup.  Rebuilding GTK fixed it:


portupgrade -f gtk-2.10.11

It was already at that version, but it seems to depend on order.

Anyway, before you rebuild everything, try rebuilding just GTK.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


fixing a PUC / uart speed issue

2007-03-23 Thread Mike Tancsa

Hi,
I have a mini-pci UART that has a problem with its speed.  When I 
connect to it at 300bps the other side sees this as 1200.  e.g.


Other PC   PUC device
4800   1200
9600   2400
19200  4800

Its a mini-pci card on a soekris 4511 and dmesg on a RELENG_6 box shows

puc0: Oxford Semiconductor OX16PCI954 UARTs port 
0xe000-0xe01f,0xe020-0xe03f mem 
0xa000-0xafff,0xa0001000-0xa0001fff irq 10 at device 16.0 on pci0

uart4: 16950 or compatible on puc0
uart5: 16950 or compatible on puc0
uart6: 16950 or compatible on puc0
uart7: 16950 or compatible on puc0


[EMAIL PROTECTED]:16:0: class=0x070006 card=0x chip=0x95011415 
rev=0x00 hdr=0x00

vendor = 'Oxford Semiconductor Ltd'
device = 'OX16PCI954 Quad UART'
class  = simple comms
subclass   = UART
cap 01[40] = powerspec 1  supports D0 D2 D3  current D0
[EMAIL PROTECTED]:16:1:class=0x068000 card=0x 
chip=0x95101415 rev=0x00 hdr=0x00

vendor = 'Oxford Semiconductor Ltd'
device = 'OX16PCI954 PCI Interface (disabled)'
class  = bridge
cap 01[40] = powerspec 1  supports D0 D2 D3  current D0


product specs at
http://www.commell.com.tw/Product/Peripheral/MiniPCI/MP-954.HTM



I am guessing something needs to be changed in the puc driver for it ?

   /* Oxford Semiconductor OX16PCI954 PCI UARTs */
{   Oxford Semiconductor OX16PCI954 UARTs,
{   0x1415, 0x9501, 0,  0   },
{   0x, 0x, 0,  0   },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
},
},


but what ?

Other than this odd speed issue, the card seems to work fine.  Any 
pointers appreciated.


Thanks,

---Mike




Mike Tancsa,  tel +1 519 651 3400
Sentex Communications,[EMAIL PROTECTED]
Providing Internet since 1994www.sentex.net
Cambridge, Ontario Canada www.sentex.net/mike

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


Re: Split a PDF page

2007-03-23 Thread Warren Block

On Fri, 23 Mar 2007, Andrea Venturoli wrote:

The problem is not that I want to split a document into single pages, but 
that I want to split a page in two.

Someone printed two A4 n-up on an A3; I want the two A4 separated again.


Looks like the pstops utility from /usr/ports/print/psutils-a4 might 
work.  Unfortunately, you don't have two A4 pages, just one A3.  So 
you'll have to figure out the parameters to get it to read first the 
left and then the right half as individual pages.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Downloads

2007-03-23 Thread Garrett Cooper

Jerry McAllister wrote:


That still, unfortunately does not tell me the whole story.  The reason
is that there are still some places where the word partition is misused
(used unconsistently with the rest of FreeBSD).   In FreeBSD the primary
division of the disk is called a slice.Slices are then subdivided
in to partitions in FreeBSD parlance.   
The hierarchy of terminology goes like this:


 -drive: ad0 (for IDE family including SATA)  da0 (for SCSI family) 
 would designate the first drive.  The second would be

 either ad1 or da1.
 ---slice:   ad0s1..ad0s4 - Up to four slices numbered from 1-4.
 MS is typically installed in slice 1 or 2 (depending if
 the vendor sticks a diagnostic/recovery slice on first.
 Dell likes to do that and I think IBM Lenovo does)
 -partition: ad0s1a..ad0s1h.   Up to 8 partitions per slice but
 partition c is reserved to identify the whole slice
 partition is used for root and traditionally reserved
 for that, though it can be used otherwise on a non-boot
 disk.   partition b is used for swap and is traditionally
 reserved for that.


Hmm I got educated. After doing a bit of research it appears that what I 
once knew as partitions and slices were backwards:


http://www.onlamp.com/pub/a/bsd/2002/06/27/Big_Scary_Daemons.html

The above link contains as much information as Jerry provided, and 
possibly some extra info. I only briefly touched the article by in seems 
pretty complete.


So, what you are supposed to be looking for is a slice in which to 
install FreeBSD.  It may be that you are seeing the word partition where 
it should say slice or it may be that you are seeing partition correctly

used, but you are looking in the wrong place.


Yes, and as I discovered FreeBSD slices are MS(/Linux?) partitions :).

snip


If the MS slice is an NTFS type, then those free utilities can not
handle it and you will have to go get something.   The one I have
successfully used is called 'Partitin Magic' and it tends to run
about $70 give or take, from most retailers, mail order or walkin.
I got mine at Best Buy.   Partition Magic will also handle the FAT
and FAT32 type MS Primary Partitions.


There's also another free utility available on Knoppix I believe that 
resizes partitions. I highly suggest backing up your data before doing 
anything, because although NTFS is marked stable for writing, I question 
whether or not the penguin might run off with your data if something bad 
happens..


In either case, you shrink the MS slice (Primary Partition) enough to 
make room for what you want.  Then you create a slice (Primary Partition)

in the newly made free space.   It needs to be a Primary Partition
and not an Extended Partition.  Partition Magic whines about that and
warns you that you might not be able to boot MS.   But it will do it
and it works just fine.In Partition Magic terminology, create that
new Primary Partition as an 'unknown' type.   The FreeBSD installer
will modify the type during install.


Sidenote: If you do use partition magic after installing Unix, don't let 
it fix your disk. It'll muck up your bootloading scheme.



Just a side note:   FreeBSD can read and write FAT and FAT32.  It can
read, but cannot write NTFS (at the current time).  If you have enough 
room to spare on the disk, you might want to make two new Primary

Partitions.  (remember, you can have up to 4).   Make one rather small
one, maybe a couple of GB or so, right next to the MS NTFS slice and
and make it a FAT32 type.  Then put FreeBSD in the one after that.  It
would make the extra one be slice 2 if no vendor slice and 3 if there
is a vendor diagnostic slice.  FreeBSD would then be in slice 3 if no
vendor slice or 4 if there is a vendor slice.   What this little 
extra slice becomes is a space where both MS and FreeBSD can read and

write and means you can use it to shuffle files back and forth.


Windows can also read (and in some cases) write to Reiserfs, and can 
write to ext2 partitions (after you install some utilities for 
interfacing with the filesystems). Freebsd can read/write with the 
previously mentioned filesystems (albeit with some extra functionality 
built into the kernel). Reiser and ext(n) are both commonly used in the 
linux realm as filesystems of choice. ext(n) doesn't have write based 
journal support, which means that you can lose data if you unproperly 
unmount the filesystems / shut down the machine. Reiser doesn't support 
writing yet either because it's strictly a journaling based filesystem.



OK. Fourth, to check this out and just see what is on that disk,
boot up the disc1 CD and when you get the big menu, choose to
run the fixit.When you get the prompt for the fixit, you will be
in a fairly complete, (but still somewhat limited) version of FreeBSD.
Figure out what your drive 

Re: optimization for Athlon 64 X2

2007-03-23 Thread Garrett Cooper

Daniel Dvořák wrote:

Hi all,

out of curiosity, which CPUTYPE setting is appropriate for dual Manchester core 
Athlon 64 X2 3800+ processor with FreeBSD 6.2 (GCC 3.4.4) ?

Googling throws up nothing useful.

Dan


Try the -march value listed here (athlon64): 
http://gentoo-wiki.com/Safe_Cflags#Athlon_64_X2_.28AMD.29.


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


Re: Ports: Cannot compile CURL

2007-03-23 Thread Amardeo Sarma
Thanks, that did it. Amardeo

Chuck Swiger wrote:
 On Mar 23, 2007, at 2:48 PM, Amardeo Sarma wrote:
 When I try an run make install for CURL (/usr/ports/ftp/curl), I get
 the message:

 === curl-7.16.1 does not suport both c-ares and IPv6 - disable one of
 them
 ** Error code 1

 How do I disable them (c-ares and / or IPv6)? Where are these variables
 set and how do I unset them?

 make -V WITH_CARES
 for example yields true
 
 Try make rmconfig and then re-configure the port next time you build
 it (assuming that those make variables aren't set externally somehow)...
 
 ---Chuck
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

-- 
Amardeo Sarma
[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: optimization for Athlon 64 X2

2007-03-23 Thread Josh Paetzel
Garrett Cooper wrote:
 Daniel Dvo??ák wrote:
 Hi all,
 out of curiosity, which CPUTYPE setting is appropriate for dual Manchester 
 core Athlon 64 X2 3800+ processor with FreeBSD 6.2 (GCC 3.4.4) ?
 Googling throws up nothing useful.
 Dan
 
 Try the -march value listed here (athlon64): 
 http://gentoo-wiki.com/Safe_Cflags#Athlon_64_X2_.28AMD.29.
 
 -Garrett

That looks suspiciously like linux documentation...and he was asking 
about the CPUTYPE setting in make.conf which is (?) FreeBSD specific?

Anyways, there's a sample make.conf in 
/usr/share/examples/etc/ that documents the various CPUTYPEs 
available.


Thanks, 

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


  1   2   >