Re: Spinlock problem in 5.3-Beta

2004-09-14 Thread Kris Kennaway
On Tue, Sep 14, 2004 at 08:43:12PM -0600, Jason Porter wrote:
> I cvsuped last week, on 9 Sept and since then I've installed XMMS and 
> mplayer from the ports and neither one of them work, here are the errors 
> I receive when I try to start them:
> 
> XMMS:
> Fatal error 'Spinlock called when not threaded.' at line 83 in file 
> /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
> Segmentation fault (core dumped)
> 
> mplayer:
> Fatal error 'Spinlock called when not threaded.' at line 83 in file 
> /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
> Abort trap (core dumped)
> 
> I'm not sure if this is a new feature in 5 or a debugging problem or 
> what.  Does anyone have any help they can offer?

Check the archives, this is a FAQ.

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


cd stuck in cd drive after failed burn

2004-09-14 Thread Anthony Philipp
Hello,
After burning trying to burn a cd with too much information on it, it ended up with 
this error. 

only wrote -1 of 37632 bytes: Input/output error

burncd: ioctl(CDRIOCFLUSH): Input/output error

But the cd was stuck in the drive, and would not respond when I pressed the eject 
button. I was just wondering if this was a common error or just a bug that since been 
fixed. Also if this happens again, is there a way to force a cd eject without 
rebooting? I am running FreeBSD-5.2-RELEASE. Thanks for the help.

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


Re: make errors for gtk12

2004-09-14 Thread Adam Smith
On Tue, Sep 14, 2004 at 01:35:00PM -0500, Kevin D. Kinsey, DaleCo, S.P. said:
> 
> Sorry to butt in ... but did this help?

Also interestingly, an xterm launched from an Eterm process doesn't fall
victim to the same problems.  It must inherit Eterm's environment, but the
environment, ie executing 'set' in both xterms, is displaying the same
output.

-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

Dog for sale: Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make errors for gtk12

2004-09-14 Thread Adam Smith
On Tue, Sep 14, 2004 at 01:35:00PM -0500, Kevin D. Kinsey, DaleCo, S.P. said:
> Adam Smith wrote:
> 
> >On Tue, Sep 14, 2004 at 12:09:44PM +0400, Anton Kazak said:
> > 
> >
> >>? ? ?? 14  2004 11:41 Adam Smith ???:
> >>Hello Adam! 
> >>
> >>I know this bug. Don't use 'make' in xtrerm, if you have Xorg. Use 'make' 
> >>from text console (like CTRL-ALT-F2, or other). I don't know the reason 
> >>of this future. Maybe solve lather.
> >>   
> >>
> >
> >Bizarre!  I'll install Eterm or Aterm and see if the same problem exists
> >with them but I didn't think that whether you did a make from within an
> >xterm or a console tty it would have had such an impact.
> >
> >Cheers for the pointer.
> >
> >
> >Adam
> > 
> >
> 
> Sorry to butt in ... but did this help?
> 
> I couldn't help but think the issue here might be the fact
> that when running xterm, X is running?   So, how would
> using Eterm or Aterm help??

Yes, it did!

Eterm has no problem make-installing software.  Check out the output from
this 'make installkernel':

cd /usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 
] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /usr/share/openssl/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ 
$# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .  cd /usr/share/nls;  set - 
`grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln 
-s "$2" "$1";  shift; shift;  done
shift: can't shift that many
*** Error code 2

Stop in /usr/src/etc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



Eterm had no problem doing the installkernel.

-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

Dog for sale: Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: downgraded server from 5.2 to 5.1, everything dumps core now.

2004-09-14 Thread Kris Kennaway
On Tue, Sep 14, 2004 at 11:11:02PM -0600, Peter wrote:
> Hello,
>   I was doing an upgrade to several servers, and one of them I 
> accidentally cvsupped from RELENG_5_2 to  RELENG_5_1, did a normal 
> buildworld/kernel, install kernel/world, and lastly a reboot.  When I 
> realized that I had accidentally downgraded, I tried to upgrade, cvsup 
> ran fine.  But now buildworld, and tons of other commands 
> [w,config,man,ifconfig,etc.etc.] dont' work, or just core dump on me 
> with "Bad System Call".
>   Question:  Even though I downgraded, the system should function 
> right?

If you did it properly, yeah.  You're trying to run 5.2 binaries on a
5.1 kernel, which will not work.  At this point you can go back to the
5.2 kernel, or reinstall 5.1 from other media (CD, FTP, etc).

Kris

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


Re: shared irqs and performance

2004-09-14 Thread Sandy Rutherford
> On Wed, 15 Sep 2004 10:21:52 +0530, 
> Subhro <[EMAIL PROTECTED]> said:

 > The card won't be facing any stability problems. And there is no
 > reason why you should force the card to another IRQ because modern
 > motherboards DOES allow IRQ sharing and there is no performance hits
 > for it.

That's supposed to be the case and is usually the case.  However, when
left to its own devices, my Supermicro P6DBE board would always share
an IRQ between a triple channel Mylex extremeRAID 1100 controller and
one of the channels of a dual channel ZX348 ethernet card.  When this
happened, I would always see about 20% dropped packets on the ethernet
channel sharing the IRQ.  Manually overriding the IRQ assignment so
that the RAID controller didn't share an IRQ with anything solved the
problem.

None-the-less, if there is no obvious evidence of odd behaviour, IRQ
sharing is perfectly fine.  However, if things are clearly not
performing as they should, investigating potential IRQ sharing
problems is not a bad idea.

...Sandy

 > Regards
 > S.


 > On Tue, 14 Sep 2004 18:56:18 -0600, Gary Aitken <[EMAIL PROTECTED]> wrote:
 >> On my 4.10 system, I added in a third ethernet device.
 >> 
 >> However, I see from dmesg that the irq assigned is shared with my
 >> scsi controller:
 >> 
 >> de1:  port 0xf880-0xf8ff mem
 >> 0xfdfffc00-0xfdfffc7f irq 9 at device 16.0 on pci0
 >> bt0:  port 0xfcec-0xfcef
 >> irq 9 at device 17.0 on pci0
 >> 
 >> Since the driver was already present, things went ok, in the sense
 >> that the system booted and scsi devices still work.
 >> 
 >> 1.  Will this work reliably (I haven't actually hooked anything
 >> to the new network card yet)?
 >> 2.  Even if it does work, I assume it would be better to force
 >> it to an unused irq for performance reasons?
 >> 
 >> Thanks,
 >> 
 >> Gary
 >> ___
 >> [EMAIL PROTECTED] mailing list
 >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 >> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 >> 



 > -- 
 > Subhro Sankha Kar
 > School of Information Technology
 > Block AQ-13/1 Sector V
 > ZIP 700091
 > India
 > ___
 > [EMAIL PROTECTED] mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.2.1 hangs solved and now find a way to split the ntfs hard drive.

2004-09-14 Thread Choy Kho Yee
On 2004/09/15, at 12:58, esmaeel pashapouri wrote:
Now as in subject line, have to figure a way to split
the hard drive which short sitedly by the hp was
patitioned in  1 big chunk and formated in ntfs
format.
According to freebsd docs I am out of lock for now,
unless to use comercial programs.
If any one know of any other way i'll be glad to hear
from them.
I heard that some linux live-cds have the utility to resize NTFS 
partitions on them.
I can't provide further information as I have never used them before.
Perhaps you could check them out.

---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
"There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not."

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


Re: linux-flash6 crashes firefox on 5.3BETA

2004-09-14 Thread Jason Porter
I was hoping to be able to keep flash, I killed the plugin as a last resort.
Gerard Samuel wrote:
> Jason Porter wrote:
>
>> so I deleted the plugin
>>
>
> I think you answered your self here.
> You can also look at -> 
http://www.packetwatch.net/documents/guides/freebsd/flash6.php
> I haven't tried this method...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Bind9 replace base Bind8 "corrected"

2004-09-14 Thread borg
--- borg <[EMAIL PROTECTED]> wrote:
> That's a very common confusion. Usually after
> installing Bind9 from the ports "named -v" gives you
> the 8.x version. A fast and dirty method to override
> the old Bind8 with Bind9 tools and file:
> cd /usr/ports/net/bind9
 
Correction for what I posted earlier:
Bind now resides in /usr/ports/dns
It's still hardcoded in my memory the location on my
old 4.x server which was /usr/ports/net  :)
  
regards,


=
"UNIX, it's a way of life."



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


downgraded server from 5.2 to 5.1, everything dumps core now.

2004-09-14 Thread Peter
Hello,
  I was doing an upgrade to several servers, and one of them I 
accidentally cvsupped from RELENG_5_2 to  RELENG_5_1, did a normal 
buildworld/kernel, install kernel/world, and lastly a reboot.  When I 
realized that I had accidentally downgraded, I tried to upgrade, cvsup 
ran fine.  But now buildworld, and tons of other commands 
[w,config,man,ifconfig,etc.etc.] dont' work, or just core dump on me 
with "Bad System Call".
  Question:  Even though I downgraded, the system should function 
right?  I ran through the normal steps of buildworld/kernel, then intall 
world/kernel, all of these  ran fine and I had a final " && reboot".  
Upon reboot, httpd [apache], mysql, sendmail and tons of other apps are 
core dumping now.  I can't rebuild world to 5.2, because, well the apps 
are core dumping on me.  
 I do 'ls -l /boot/kernel' and 'ls -l /bin/any_app', the modification 
dates are within several minutes of each other, hence I'm sure that 
kernel, and world got built with same sources.  Tomorrow I go to server 
room and do binary upgrade to 5.3 BETA 4, but overall this has been 
driving me nuts, as to why it won't work... Any suggestions/ideas much 
appreciated.

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


Re: BIND9 REPLACE BASE BIND8

2004-09-14 Thread borg
--- Joshua Lewis <[EMAIL PROTECTED]> wrote:

> I have been having been having some issues with BIND
> that have been
> driving me up the wall. I believe I may have located
> the problem. I
> believe I had both BIND8 and BIND9 installed on the
> same system. So I am
> reinstalling from the ports collection and
> overwriting BIND8 completely.
> I wish to avoid this issue in the future. I found
> this in a how to
> online and was wondering if it is accurate. 
That's a very common confusion. Usually after
installing Bind9 from the ports "named -v" gives you
the 8.x version. A fast and dirty method to override
the old Bind8 with Bind9 tools and file:

cd /usr/ports/net/bind9
make install clean
ln -fs /usr/local/bin/dig /usr/bin/dig
ln -fs /usr/local/bin/host /usr/bin/host
ln -fs /usr/local/bin/nslookup /usr/sbin/nslookup
ln -fs /usr/local/bin/nsupdate /usr/sbin/nsupdate
ln -fs /usr/local/sbin/named /usr/sbin/named
ln -fs /etc/namedb/named.conf
/usr/local/etc/named.conf
  
> if you plan on upgrading your base system, add
> "NO_BIND= true" to /
> etc/make.conf to keep 'buildworld' from blowing away
> your current BIND
> install.
>  
> For one thing there was no make.conf in /etc. Then
> the other thing is
> the syntax looks odd to me. I would have thought it
> would be
> NO_BIND="TRUE" as this is the syntax I have seen in
> rc.conf. Could
> someone set me strait?

If you are using FreeBSD 5.x I believe you should have
that pre-created in /etc. The difference that I
noticed is that 4.x contains /etc/default/make.conf
while 5.x doesn't have. But if it's not there you can
create the file anyway.
# touch /etc/make.conf
You can force it to not mess up your bind config on
"buildworld". Add this:
NO_BIND= true

If you are planning on controlling bind through rndc
don't forget to run: "rndc-confgen -a" after you
install bind9.

to make bind9 load on boot add to /etc/rc.conf
named_enable="YES"
named_program="/usr/local/sbin/named"
named_flags="depends on your environment check -u -t
-c options in named(8)." 

regards,

"UNIX, it's a way of life."



__
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: shared irqs and performance

2004-09-14 Thread Subhro
The card won't be facing any stability problems. And there is no
reason why you should force the card to another IRQ because modern
motherboards DOES allow IRQ sharing and there is no performance hits
for it.

Regards
S.


On Tue, 14 Sep 2004 18:56:18 -0600, Gary Aitken <[EMAIL PROTECTED]> wrote:
> On my 4.10 system, I added in a third ethernet device.
> 
> However, I see from dmesg that the irq assigned is shared with my
> scsi controller:
> 
> de1:  port 0xf880-0xf8ff mem
>   0xfdfffc00-0xfdfffc7f irq 9 at device 16.0 on pci0
> bt0:  port 0xfcec-0xfcef
>   irq 9 at device 17.0 on pci0
> 
> Since the driver was already present, things went ok, in the sense
> that the system booted and scsi devices still work.
> 
> 1.  Will this work reliably (I haven't actually hooked anything
> to the new network card yet)?
> 2.  Even if it does work, I assume it would be better to force
> it to an unused irq for performance reasons?
> 
> Thanks,
> 
> Gary
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linux-flash6 crashes firefox on 5.3BETA

2004-09-14 Thread Gerard Samuel
Jason Porter wrote:
so I deleted the plugin
I think you answered your self here.
You can also look at -> 
http://www.packetwatch.net/documents/guides/freebsd/flash6.php
I haven't tried this method...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


linux-flash6 crashes firefox on 5.3BETA

2004-09-14 Thread Jason Porter
Anytime I go to a site with flash it crashes Firefox, so I deleted the 
plugin, anyone have any advice?  I'm using a 5-STABLE build from 9 Sept. 
 Thanks in advance.

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


Re: BIND9 REPLACE BASE BIND8

2004-09-14 Thread Gerard Samuel
Joshua Lewis wrote:
I have been having been having some issues with BIND that have been
driving me up the wall. I believe I may have located the problem. I
believe I had both BIND8 and BIND9 installed on the same system. So I am
reinstalling from the ports collection and overwriting BIND8 completely.
I wish to avoid this issue in the future. I found this in a how to
online and was wondering if it is accurate. 
 
if you plan on upgrading your base system, add "NO_BIND= true" to /
etc/make.conf to keep 'buildworld' from blowing away your current BIND
install.
 
 
For one thing there was no make.conf in /etc. Then the other thing is
the syntax looks odd to me. I would have thought it would be
NO_BIND="TRUE" as this is the syntax I have seen in rc.conf. Could
someone set me strait?
 

First things first.  Please there is no need to shout your title..
Depending on which FBSD your're using ->
4.x.x -> /etc/defaults/make.conf
5.x.x -> /usr/share/examples/etc/make.conf
These are the options that you can put into your custom /etc/make.conf file.
Hopefully that should clear things up...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: increasing failed sshd logins/clearing breadcrumb trails

2004-09-14 Thread Glenn Sieb
Tim Aslat said the following on 9/14/2004 10:51 PM:
In the immortal words of Glenn Sieb <[EMAIL PROTECTED]>...
 

I've been getting this for weeks. They're all under APNIC, and emails
to [EMAIL PROTECTED] involved networks has gone unanswered.
   

I've been getting these as well, but from a multitude of address spaces.
Not just APNIC.
 

I should have been clearer--the ones coming in on *my* server have all 
been from APNIC :-/

Agreed.  However if you 'Absolutely' require something to be done
remotely as root, make it a pub/priv key sequence and limit the command
using the keys.
*nod* But I really can't think of any reason to have an exposed machine 
allow a direct-root login... Probably I just haven't had that particular 
need or experience yet...

But with protected machines? Sure--at my old job (at Lumeta) we had our 
"one trusted" machine which was allowed to ssh as root (using keys only) 
to our internal machines. For purposes of pushes/pulls/upgrades/stuff 
along those lines.

Very sane practice
 

*nod* I'd like to think Tal rubbed off on me a bit :)
It is possible that the box was compromised and the utmp/wtmp log
removed/edited/etc, and I would start looking immediately for other
traces of a possible intrusion.
 

*nod* Hopefully he wasn't hacked--that would be major suckage :-/
Best,
Glenn
--
"They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.  
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759


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


BIND9 REPLACE BASE BIND8

2004-09-14 Thread Joshua Lewis
I have been having been having some issues with BIND that have been
driving me up the wall. I believe I may have located the problem. I
believe I had both BIND8 and BIND9 installed on the same system. So I am
reinstalling from the ports collection and overwriting BIND8 completely.
I wish to avoid this issue in the future. I found this in a how to
online and was wondering if it is accurate. 
 
if you plan on upgrading your base system, add "NO_BIND= true" to /
etc/make.conf to keep 'buildworld' from blowing away your current BIND
install.
 
 
For one thing there was no make.conf in /etc. Then the other thing is
the syntax looks odd to me. I would have thought it would be
NO_BIND="TRUE" as this is the syntax I have seen in rc.conf. Could
someone set me strait?
 
Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Midi sequencer and sound sample programm

2004-09-14 Thread Oliver Fuchs
Hi all,

I am searching for a good midi sequencer and/or sample audio
programm/wave-editor.

At the moment I am using on 5.2:
aube
ecawave
sweep

Thanx in advance

Oliver
-- 
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.2.1 hangs solved and now find a way to split the ntfs hard drive.

2004-09-14 Thread esmaeel pashapouri
Thanks to everyone which read my post.
all I had to do was to go with the #2 boot option
which is without apci.
Now as in subject line, have to figure a way to split
the hard drive which short sitedly by the hp was
patitioned in  1 big chunk and formated in ntfs
format.
According to freebsd docs I am out of lock for now,
unless to use comercial programs.
If any one know of any other way i'll be glad to hear
from them.

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


Re: Which Distro?

2004-09-14 Thread Choy Kho Yee
On 2004/09/15, at 11:44, Vulpes Velox wrote:
On Wed, 15 Sep 2004 08:46:50 +0930
Adam Smith <[EMAIL PROTECTED]> wrote:
On Wed, Sep 15, 2004 at 08:45:07AM +0930, Adam Smith said:
On Tue, Sep 14, 2004 at 12:43:51PM +0200, freebsd-questions said:
What's wrong with running OSX/Darwin?
You wouldn't run DOS on a SGI Ony4 would you?
It's just cool, that's all.  Although OS/X is built around the
FreeBSD Kernel, the coolest part about this project is that it
could possible make FreeBSD the *only* alternative operating
system that can be run on Macintosh architecture.
As far as I know.
Well apparently there is a version of NetBSD.
No, not the only non-OSX OS that runs on Mac hardware... there is
atleast one linux distro aimed at it mainly or something like that...
yellowdog or something like that...
AFAIK, the linux distros that run on mac are Yellow Dog, Debian, Gentoo 
and Mandrake.

---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: http://dotkoyi.blogspot.com/
"There are only 10 types of people in the world, i.e. those who 
understand binary numbers and those who do not."

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


pcmcia flash card mounting / reading?

2004-09-14 Thread Gary Aitken
This has to be covered in the docs somewhere, but my searches there
and on questions, hackers, and fs turned up zip.
Installed an old pcmcia card device,
plugged in a flashcard reader w/card.
4.10
kernel contains
  device ata
  device card
  device pcic0
rc.conf contains
  pccard_enable="YES"
I see
  pccard: card inserted, slot 1
  ...pccardd[52]: Card "SunDisk"("SDP") [5/3 0.6] [[none]]
  matched "SunDisk" ("/.*/") [(null)] [(null)]
  ata1 at port 0x240-0x247,0x24e irq 10 slot 1 on pccard1
  ...pccardd[52]: ata1: SunDisk (/.*/) inserted.
So far, so good...
Now, I thought one should be able to read these as a file system.
If so, to what device does one mount?  I tried the ata device,
but get the message "Block device required"; and there are no other
ata entries in /dev.  Do I need to manually create these?
If not, what's the procedure for reading?
Thanks,
Gary
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


postfix chrooting.

2004-09-14 Thread borg
Greetings, 

I have a FreeBSD 5.3-BETA3 #0 setup. Installed Bind9
and chrooted it. It's running perfectly. Now I'm
trying to chroot postfix-2.1.4,1 MTA. I googled the
mailing list and other sites, the only reference I
found mentioning the source code containing a
directory examples/chroot-setup/FREEBSD3 that file
reads:

umask 022
mkdir /var/spool/postfix/etc
chmod 755 /var/spool/postfix/etc
cd /etc ; cp host.conf localtime services resolv.conf
/var/spool/postfix/etc

The above looks like it's putting the needed files by
postfix in the "to-be-chrooted" location.

My question is, how to proceed after that ? What do I
have to do to create the chroot environment. And what
option I should enclude in the main.cf to make postfix
start chrooted.

Thanks in advance.

regards,





__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: increasing failed sshd logins/clearing breadcrumb trails

2004-09-14 Thread Tim Aslat
In the immortal words of Glenn Sieb <[EMAIL PROTECTED]>...
> I've been getting this for weeks. They're all under APNIC, and emails
> to [EMAIL PROTECTED] involved networks has gone unanswered.

I've been getting these as well, but from a multitude of address spaces.
 Not just APNIC.

> The easiest way to protect this is to check your sshd_config and set:
> PermitRootLogin no

Agreed.  However if you 'Absolutely' require something to be done
remotely as root, make it a pub/priv key sequence and limit the command
using the keys.  ie:
change sshd_config to PermitRootLogin without-password
and set up
command="/usr/local/bin/rsync --server --daemon ." ssh-dss  
in the authorized_keys file.  This limits the abilities of the remoe
login to just running the rsync command with the specified switches. 
Anything else just doesn't work.

> Which, if you're exposed to the 'Net would be a sane practice--force 
> people to log in as themselves and su (or sudo or sudoscript) to root.

Very sane practice

> Admittedly, I am not sure about the rest of your posting. When I run 
> last, (on 4.10-STABLE) it shows logins back to the 1st of September.

It is possible that the box was compromised and the utmp/wtmp log
removed/edited/etc, and I would start looking immediately for other
traces of a possible intrusion.

Cheers & good luck

Tim

-- 
Tim Aslat <[EMAIL PROTECTED]>
Spyderweb Consulting
http://www.spyderweb.com.au
Phone: +61 0401088479
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which Distro?

2004-09-14 Thread Vulpes Velox
On Wed, 15 Sep 2004 08:46:50 +0930
Adam Smith <[EMAIL PROTECTED]> wrote:

> On Wed, Sep 15, 2004 at 08:45:07AM +0930, Adam Smith said:
> > On Tue, Sep 14, 2004 at 12:43:51PM +0200, freebsd-questions said:
> > > What's wrong with running OSX/Darwin?
> > > You wouldn't run DOS on a SGI Ony4 would you?
> > 
> > It's just cool, that's all.  Although OS/X is built around the
> > FreeBSD Kernel, the coolest part about this project is that it
> > could possible make FreeBSD the *only* alternative operating
> > system that can be run on Macintosh architecture.
> > 
> > As far as I know.
> 
> Well apparently there is a version of NetBSD.

No, not the only non-OSX OS that runs on Mac hardware... there is
atleast one linux distro aimed at it mainly or something like that...
yellowdog or something like that...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Spinlock problem in 5.3-Beta

2004-09-14 Thread Jason Porter
I cvsuped last week, on 9 Sept and since then I've installed XMMS and 
mplayer from the ports and neither one of them work, here are the errors 
I receive when I try to start them:

XMMS:
Fatal error 'Spinlock called when not threaded.' at line 83 in file 
/usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
Segmentation fault (core dumped)

mplayer:
Fatal error 'Spinlock called when not threaded.' at line 83 in file 
/usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
Abort trap (core dumped)

I'm not sure if this is a new feature in 5 or a debugging problem or 
what.  Does anyone have any help they can offer?

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


Re: increasing failed sshd logins/clearing breadcrumb trails

2004-09-14 Thread Glenn Sieb
John DeStefano said the following on 9/14/2004 10:15 PM:
I've noticed a few posts over the past week or so regarding users'
servers being probed by remote ssh attempts.  Coincidentally (or
perhaps not so), around that time, I began getting quite a few records
of such attempts to my server, at the rate of about 3 tries per IP, and
about three IPs per night.  Unfortunately, last night (Mon Sep 13),
this attack was much more concentrated and persistent: someone from (or
spoofing from) one IP (211.250.185.100) hammered my server with login
attempts over a 20-minute period.  The last report I got was a final,
failed root password at 20:22:13 Eastern Time (GMT-5:00).
 

I've been getting this for weeks. They're all under APNIC, and emails to 
[EMAIL PROTECTED] involved networks has gone unanswered.

The easiest way to protect this is to check your sshd_config and set:
PermitRootLogin no
Which, if you're exposed to the 'Net would be a sane practice--force 
people to log in as themselves and su (or sudo or sudoscript) to root.

Admittedly, I am not sure about the rest of your posting. When I run 
last, (on 4.10-STABLE) it shows logins back to the 1st of September.

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


increasing failed sshd logins/clearing breadcrumb trails

2004-09-14 Thread John DeStefano
I've noticed a few posts over the past week or so regarding users'
servers being probed by remote ssh attempts.  Coincidentally (or
perhaps not so), around that time, I began getting quite a few records
of such attempts to my server, at the rate of about 3 tries per IP, and
about three IPs per night.  Unfortunately, last night (Mon Sep 13),
this attack was much more concentrated and persistent: someone from (or
spoofing from) one IP (211.250.185.100) hammered my server with login
attempts over a 20-minute period.  The last report I got was a final,
failed root password at 20:22:13 Eastern Time (GMT-5:00).

I just read this record and logged into my server, and ran "last",
which gave me a blank record, saying only:

wtmp begins Tue Sep 14 22:01:55 EDT 2004

...which happened to be the exact time I just logged into my server. 
I'm wondering if it is a normal clean-up occurrance for the 'last' log
to turn over at a certain time/date, or if this ssh-er finally got into
my system and cleaned up his/her tracks?  I realize the power of  one
who has root privelages, but what logs would they have wiped out to
remain invisible, and what others might I have a possible chance of
looking at to determine what happened?





___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


npx0 and irq 13

2004-09-14 Thread Gary Aitken
It's my understanding that npx0 is still required.
Will it actually use irq 13, or may irq 13 be used for something else?
Thanks,
Gary
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


spamassassin and virtuals users accounts

2004-09-14 Thread cell
hello , i tried to configure postfix/mysql/courier-imap but i have a problem with 
virtual users.I use this main.cf :

command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix

smtpd_banner = $myhostname ESMTP $mail_name $mail_version (FreeBSD)
setgid_group = maildrop
biff = no
masquerade_domains = linux-win.com.com
masquerade_exceptions = root
# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = linux-win.com
mydestination = $myhostname, localhost
alias_maps = hash:/usr/local/etc/postfix/aliases, $virtual_alias_maps
alias_database = hash:/usr/local/etc/postfix/aliases
home_mailbox = Maildir/
mail_spool_directory = /var/mail
local_destination_concurrency_limit= 1
default_destination_concurrency_limit = 1
smtpd_recipient_limit = 50
notify_classes=bounce,resource,software,policy
relayhost =
relay_domains = linux-win.com
mynetworks = 192.168.1.0/32, 192.168.3.0/32, 127.0.0.0/8
mailbox_command = /usr/local/bin/procmail
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
message_size_limit = 1000
recipient_delimiter = +
smtpd_helo_required = yes

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,

reject_unauth_pipelining,reject_unauth_destination,reject_invalid_hostname,reject_unknown_recipient_domain

smtpd_sender_restrictions = hash:/usr/local/etc/postfix/access,
reject_unknown_sender_domain,
reject_invalid_hostname

header_checks = regexp:/usr/local/etc/postfix/header_checks

strict_rfc821_envelopes = yes
unknown_address_reject_code = 554
unknown_client_reject_code = 554
unknown_hostname_reject_code = 554
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/sbin/sendmail
manpage_directory = /usr/local/man
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 450


virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:125
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains = mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_mailbox_limit = 5120
virtual_minimum_uid = 125
virtual_transport = virtual
virtual_uid_maps = static:125


I can't receive mails for my virtuals users with this configuration.I have used this 
tutorial for configuration postfix/mysql/courier-imap :

http://high5.net/howto/

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


shared irqs and performance

2004-09-14 Thread Gary Aitken
On my 4.10 system, I added in a third ethernet device.
However, I see from dmesg that the irq assigned is shared with my
scsi controller:
de1:  port 0xf880-0xf8ff mem
  0xfdfffc00-0xfdfffc7f irq 9 at device 16.0 on pci0
bt0:  port 0xfcec-0xfcef
  irq 9 at device 17.0 on pci0
Since the driver was already present, things went ok, in the sense
that the system booted and scsi devices still work.
1.  Will this work reliably (I haven't actually hooked anything
to the new network card yet)?
2.  Even if it does work, I assume it would be better to force
it to an unused irq for performance reasons?
Thanks,
Gary
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


informix

2004-09-14 Thread Michael Pope
I have a licensed copy of Informix 7.20 for linux and was wondering has 
anyone got this successfully working under FreeBSD?
--

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


Re: Which Distro?

2004-09-14 Thread Chad Leigh -- Shire.Net LLC
On Sep 14, 2004, at 5:15 PM, Adam Smith wrote:
On Tue, Sep 14, 2004 at 12:43:51PM +0200, freebsd-questions said:
What's wrong with running OSX/Darwin?
You wouldn't run DOS on a SGI Ony4 would you?
It's just cool, that's all.  Although OS/X is built around the FreeBSD
Kernel, the coolest part about this project is that it could possible 
make
FreeBSD the *only* alternative operating system that can be run on
Macintosh architecture.

As far as I know.
You already mentioned NetBSD.  Linux also runs on Macs.
Chad
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which Distro?

2004-09-14 Thread Adam Smith
On Wed, Sep 15, 2004 at 08:45:07AM +0930, Adam Smith said:
> On Tue, Sep 14, 2004 at 12:43:51PM +0200, freebsd-questions said:
> > What's wrong with running OSX/Darwin?
> > You wouldn't run DOS on a SGI Ony4 would you?
> 
> It's just cool, that's all.  Although OS/X is built around the FreeBSD
> Kernel, the coolest part about this project is that it could possible make
> FreeBSD the *only* alternative operating system that can be run on
> Macintosh architecture.
> 
> As far as I know.

Well apparently there is a version of NetBSD.


-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

Dog for sale: Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which Distro?

2004-09-14 Thread Adam Smith
On Tue, Sep 14, 2004 at 12:43:51PM +0200, freebsd-questions said:
> What's wrong with running OSX/Darwin?
> You wouldn't run DOS on a SGI Ony4 would you?

It's just cool, that's all.  Although OS/X is built around the FreeBSD
Kernel, the coolest part about this project is that it could possible make
FreeBSD the *only* alternative operating system that can be run on
Macintosh architecture.

As far as I know.

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


DNS config problems

2004-09-14 Thread Joshua Lewis
I don't think I have set up Bind9 correctly and I was hoping someone could
point out any mistakes I may have made. I have tried to follow the
examples in the handbook. I even bought DNS and BIND from O'riley.

I don't really know how to troubleshoot a DNS issue yet. I know of the
tools I just don't understand them yet. I have a MS DNS server running
fine as my secondary and when I try to troubleshoot it I can't tell if I
am getting a response from my MS system or my FBSD system.

Ultimately I would like to make this bind system my primary. Once that is
done I have made arrangements for an off site system to act as my
secondary for redundancy and I can eliminate the MS system all together.

Should I post my config info here or is that just a real bad idea? I mean
anyone can get what they want from the internet I just don't know if
posting it here is like inviting someone to crack my system.

Also I currently only have one FreeBSD system. I am trying to run multiple
services on this one system Mail, DNS, WWW, SQL. It is a pretty beefy
system and will have no problem handling the load. I just want to hide the
hostname of the system when I can. I only have the one customer hitting
the system and it is a real small company. This system is overkill for
them so I am trying to utilize the system to the best of my ability. I
know in a perfect world I should have them each running on separate
systems however that is not feasible right now. I was thinking of getting
some old P1 systems and moving DNS over to that. Any other recommendations
are welcome.



Thank you,
Joshua Lewis




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


Re: CD burning port recommendations wanted

2004-09-14 Thread Simon Barner
Peter Ryan wrote:
> I plan to burn my distfiles to a CD, but I am not sure
> which of the burn software options is preferable.
> 
> I would like to be able to read the CD on both
> XP and FreeBSD.
> 
> I would appreciate any recommendations or warnings
> from those who have been there before.

If you like fancy GUIs, ports/sysutils/k3b is great.
ports/sysutils/xcdroast is also quite good, and it doesn't depend on
KDE. Both programs need scsi drivers or the atapicam emulation layer.

Of course you won't need those programs to backup your distfiles, but
they can be quite useful anyway.

Simon


pgp2mpQU3WemT.pgp
Description: PGP signature


/root default permisions

2004-09-14 Thread Martin Vana
Hello,
I installed FBSD 5.3 Beta 3 - Default install, and as a regular user
I can 'cat /root/.cshrc' or any other file in admin's directory?
is it a bug?

thank you 

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


[no subject]

2004-09-14 Thread Joshua Lewis
I don't think I have set up Bind9 correctly and I was hoping someone could
point out any mistakes I may have made. I have tried to follow the
examples in the handbook. I even bought DNS and BIND from O'riley.

I don't really know how to troubleshoot a DNS issue yet. I know of the
tools I just don't understand them yet. I have a MS DNS server running
fine as my secondary and when I try to troubleshoot it I can't tell if I
am getting a response from my MS system or my FBSD system.

Ultimately I would like to make this bind system my primary. Once that is
done I have made arrangements for an off site system to act as my
secondary for redundancy and I can eliminate the MS system all together.

Should I post my config info here or is that just a real bad idea? I mean
anyone can get what they want from the internet I just don't know if
posting it here is like inviting someone to crack my system.

Also I currently only have one FreeBSD system. I am trying to run multiple
services on this one system Mail, DNS, WWW, SQL. It is a pretty beefy
system and will have no problem handling the load. I just want to hide the
hostname of the system when I can. I only have the one customer hitting
the system and it is a real small company. This system is overkill for
them so I am trying to utilize the system to the best of my ability. I
know in a perfect world I should have them each running on separate
systems however that is not feasible right now. I was thinking of getting
some old P1 systems and moving DNS over to that. Any other recommendations
are welcome.



Thank you,
Joshua Lewis




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


RE: help: booting 5.2.1 hangs on pcm

2004-09-14 Thread JJB
Using FreeBSD the sendpr command is how you report bugs.
Or go to http://www.freebsd.org/send-pr.html to submit your bug
report.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Bill
Schmitt
(SW)
Sent: Tuesday, September 14, 2004 4:30 PM
To: esmaeel pashapouri
Cc: [EMAIL PROTECTED]
Subject: Re: help: booting 5.2.1 hangs on pcm


I've been having similar problems with the system hanging. I
received a
lot of  helpful information and suggestions here, and haven't tried
installing X yet, but have gotten past the boot. Unfortunately, the
solution (so far) has been to use an older release.

Nvidia has FreeBSD drivers posted on it's web site. In the
README.txt
file there, I found the statement,

"FreeBSD -STABLE versions older than 4.9 are not supported.
"Note that if you are using FreeBSD 4.10, the NVIDIA driver will not
work
correctly by default; please refer to the FAQ section for details.
If you
are using a -CURRENT kernel more recent than 05/25/2004, this may
apply
to your system, as well."

There are instructions for applying patches, but they are all
executed
after BSD is running, and being a newbie myself I couldn't come up
with
a way to use them. So, I tried all the 5 installs and the 4.10
installs,
and kept getting the same hanging installation until I got to 4.9.
In my
case, the hang happened after the line installing my CD Drive.
During
the 4.9 install, the next step is the switch to /root. There is a
delay
between the two (at first I thought I was back to the beginning
again)
but it did start. Again, I haven't gotten to X, yet.

If any of the regulars read this, how would I go about reporting
this to
the bug teams (or finding out if it is a known issue)?

Bill

esmaeel pashapouri wrote:

>Hello list.
>I am trying to setup freebsd on a new hp pavilion with
>the following configuration.
>cpu: amd64
>mem: 1Gb
>hd:  160 Gb
>gc: nVIDIA GeForce FX5200XT AGP 8X with 128Mb
>dvd: 1 nec dvd rw/cd rw
>cd:  1 cd 48x r
>sc: integrated sound card not sure on details of it
>but windows show it as ac97
>monitor: sharp 17" lcd
>
>I have downloaded and burned 5.2.1 amd64-disc1.iso and
>disk2 also.
>But when trying to boot of cd, the boot process starts
>and after the listing of some devices gets hanged, the
>last line on the screen is,
>pcm: measured ac97 link rate at 16109 Hz
>
>The hard boot gets the computer start over again.
>
>I have tried 5.3 beta3 and no succes there eather.
>
>Any pointer to any document or links to help get past
>this point would be apritiated greatly.
>
>thanks esmaeel
>___
>[EMAIL PROTECTED] mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>
>
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

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


Re: help: booting 5.2.1 hangs on pcm

2004-09-14 Thread Bill Schmitt (SW)
I've been having similar problems with the system hanging. I received a 
lot of  helpful information and suggestions here, and haven't tried 
installing X yet, but have gotten past the boot. Unfortunately, the 
solution (so far) has been to use an older release.

Nvidia has FreeBSD drivers posted on it's web site. In the README.txt 
file there, I found the statement,

"FreeBSD -STABLE versions older than 4.9 are not supported.
"Note that if you are using FreeBSD 4.10, the NVIDIA driver will not work
correctly by default; please refer to the FAQ section for details. If you
are using a -CURRENT kernel more recent than 05/25/2004, this may apply
to your system, as well."
There are instructions for applying patches, but they are all executed 
after BSD is running, and being a newbie myself I couldn't come up with 
a way to use them. So, I tried all the 5 installs and the 4.10 installs, 
and kept getting the same hanging installation until I got to 4.9. In my 
case, the hang happened after the line installing my CD Drive. During 
the 4.9 install, the next step is the switch to /root. There is a delay 
between the two (at first I thought I was back to the beginning again) 
but it did start. Again, I haven't gotten to X, yet.

If any of the regulars read this, how would I go about reporting this to 
the bug teams (or finding out if it is a known issue)?

Bill
esmaeel pashapouri wrote:
Hello list.
I am trying to setup freebsd on a new hp pavilion with
the following configuration.
cpu: amd64
mem: 1Gb
hd:  160 Gb
gc: nVIDIA GeForce FX5200XT AGP 8X with 128Mb
dvd: 1 nec dvd rw/cd rw
cd:  1 cd 48x r
sc: integrated sound card not sure on details of it
but windows show it as ac97
monitor: sharp 17" lcd
I have downloaded and burned 5.2.1 amd64-disc1.iso and
disk2 also.
But when trying to boot of cd, the boot process starts
and after the listing of some devices gets hanged, the
last line on the screen is,
pcm: measured ac97 link rate at 16109 Hz
The hard boot gets the computer start over again.
I have tried 5.3 beta3 and no succes there eather.
Any pointer to any document or links to help get past
this point would be apritiated greatly.
thanks esmaeel
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

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


Re: Adding A Hard Drive Using A PCI Controller

2004-09-14 Thread Rishi Chopra
--- Nicholas Jackson <[EMAIL PROTECTED]> wrote:

> It sounds like it might be an out-of-date firmware
> problem to me.
> 
> Check the web sites for both the Promise controller
> and your motherboard 
> and make sure you have flashed your hardware with
> the most recent 
> updates if more recent ones are available.
> 
> Those new, large IDE drives require 48 bit support
> in the controller
> and it probably wouldn't hurt to check that your
> computer's BIOS is as 
> recent as possible as well.
> 
> Of course, it could be something else, (cables?) but
> I've had similar 
> problems that were cured instantly and painlessly by
> updated firmware.
> 
> -Nick
> 

All firmware is up-to-date and large drive support is
enabled on the controller (it works OK with win2k)...

Can someone suggest what the problem might be?  If the
drive loads in BIOS, DOS, and Win2k, why wouldn't the
drive be recognized by FreeBSD?

=
Rishi Chopra
http://www.ocf.berkeley.edu/~rchopra

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CD burning port recommendations wanted

2004-09-14 Thread Shantanoo
On Tue, 14 Sep 2004 22:25:48 +0800, Peter Ryan <[EMAIL PROTECTED]> wrote:
> I plan to burn my distfiles to a CD, but I am not sure
> which of the burn software options is preferable.
> 
> I would like to be able to read the CD on both
> XP and FreeBSD.
> 
> I would appreciate any recommendations or warnings
> from those who have been there before.
> 
> I am running 4.10R.
> 
> Thanks
> Peter

man mkisofs
look for -J and -R/-r options.

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


Re: FreeBSD Forums

2004-09-14 Thread Joshua Tinnin
On Tuesday 14 September 2004 12:23 pm, Gary Hayden 
<[EMAIL PROTECTED]> wrote:
> If you want your support to grow, you better learn to foster new
> novices such as myself!  I'm really not sure I want to converse with
> the "experts" within the forums!  After reading several posts from
> individuals seeking help, it seems that your BSD experts are so full
> of themselves, they can't remember when they didn't know something!

FYI, freebsdforums.org is a volunteer effort and is not associated 
directly with FreeBSD, which is also a volunteer effort (as is this 
list). Many "official" support groups are listed here: 
http://www.freebsd.org/support.html (again, all volunteer).

> WINTEL may have its problems, but I have never had this much trouble
> finding someone who could point me in the right direction when I have
> an issue.  Maybe I'm just too stupid for such lofty exploits as
> attempting to install a FreeBSD system.

Maybe you're taking your complaint to the wrong people.

Do you have a question about FreeBSD?

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


Re: CD burning port recommendations wanted

2004-09-14 Thread Subhro
burncd if you own a IDE Burner, cdrecord if you use a SCSI burner. You
can also use cdrecord with an IDE burtner but in that case you need
the SCSI emulation.

Regards
S.


On Tue, 14 Sep 2004 22:25:48 +0800, Peter Ryan <[EMAIL PROTECTED]> wrote:
> I plan to burn my distfiles to a CD, but I am not sure
> which of the burn software options is preferable.
> 
> I would like to be able to read the CD on both
> XP and FreeBSD.
> 
> I would appreciate any recommendations or warnings
> from those who have been there before.
> 
> I am running 4.10R.
> 
> Thanks
> Peter
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Forums

2004-09-14 Thread Gary Hayden
Is the FreeBSD Forums which your website links with active?  Is it open 
to new members?  Sorry to bother you if this is the wrong place to ask, 
but no one in the Forums area seems to be responding to mail or requests.

I have been attempting to install Versions 4.10 or 5.2.1 for the last 2 
weeks.  I had problems and attempted to get some help from this Forum 
site.  First it required that I register.  Then I received an email that 
I was to respond.  Now it seems that the Moderator has to validate my 
existance!

If you want your support to grow, you better learn to foster new novices 
such as myself!  I'm really not sure I want to converse with the 
"experts" within the forums!  After reading several posts from 
individuals seeking help, it seems that your BSD experts are so full of 
themselves, they can't remember when they didn't know something!

WINTEL may have its problems, but I have never had this much trouble 
finding someone who could point me in the right direction when I have an 
issue.  Maybe I'm just too stupid for such lofty exploits as attempting 
to install a FreeBSD system.

--
Gary Hayden
[EMAIL PROTECTED]
HM  281.265.2803
CEL 713.927.9338
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Status telnet/tn3270 [was I have some questions...]

2004-09-14 Thread Helms, Phil
Thanks for your reply.

I think I'm going to look into x3270.

Although the 3270 is a thing of the past, I still have the occasional need
to access an IBM using that protocol.

-- 
Phil Helms
[EMAIL PROTECTED]
303-595-1524


> -Original Message-
> From: K. Greenwood [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 14, 2004 7:16 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Status telnet/tn3270 [was I have some questions...]
> 
> 
> Painfully long subject line:
> 
> >I have some questions about
> >telnet/telnetd/libtelnet/tn3270 and why FreeBSD is
> >different than other BSDs in this regard
> 
> --- Phil Helms <[EMAIL PROTECTED]> wrote:
> 
> > Any luck with fixing tn3270 yet?
> 
> Well, no one else has responded (on list) so here's
> the pertainent link regarding a long discussion on
> it's status
> 
> http://lists.freebsd.org/pipermail/freebsd-questions/2004-Marc
h/039418.html

So it has a new maintainer... good, but the
conversation somewhat stagnates.  When we go to the
cvsweb to note the last updates here:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/tn3270/

It does not look like any radical changes have
occurred, so my guess would be nope.  Nobody has
bothered to get around to it.

Good luck



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem installing xorg

2004-09-14 Thread bugghy
tried with that and that's how I got that error ... so now I reverted to
xfree86-4 which works fine

On Tue, 2004-09-14 at 18:21, Matthew Seaman wrote:
> On Tue, Sep 14, 2004 at 09:02:14PM +, bugghy wrote:
> > X_WINDOW_SYSTEM=xfree86-4
> 
> If you want to replace XFree-86 with X.Org then change this to
> 
>X_WINDOW_SYSTEM=xorg
> 
> before you try and install any of the X.Org ports.
> 
>   Cheers,
> 
>   Matthew

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


Re: Reproducible panic kldunloading nvidia

2004-09-14 Thread Karel J. Bosschaart
On Tue, Sep 14, 2004 at 02:15:15PM -0400, Christopher Rued wrote:
> Subhro wrote:
> 
> >This happens when your world and kernel are out of sync. Remake the
> >world and the kernel and install them and try it out.
> >
> Hmm...it's odd that this should only happen with one module, though, right?
>
I don't think the panic has anything to do with world/kernel out of sync
but it is a, hm, "feature" of the nvidia module. I had the same problem
while upgrading the nvidia-driver port and have seen someone else on one of
the lists describing the same.
 
> I always go through the full make mergemaster -p, buildworld, buildkernel,
> installkernel, installworld, mergemaster cycle...I don't think I've recently
> stopped mid-way.  I do frequently cvsup sources (just to observe changes),
> and then not compile, but I don't think this should be an issue, unless the
> nvidia driver compiles against sources in /usr/src.

The nvidia driver *does* build against kernel sources (/usr/src/sys), so 
be careful here!
 
> I'm due for an update anyway, so I'll probably just go ahead and rebuild
> everything and see what happens.
> 
> >BTW if you want to unload it then delete the necessesary lines from 
> >/boot/loader.conf
> >
> Thanks for the tip -- I'll probably try this first, before rebuilding my 
> system.

/boot/loader.conf is read at boot time, it doesn't have any influence on
modules loaded/unloaded while running. Of course, it is a good idea to
edit it when you don't intend to load the unloaded module on next boot.

As for the crash on unload: I don't know for a solution except for not
doing an unload. I have no need for it anyway, even when temporarily
switching to the nv driver I leave the nvidia module untouched as it
doesn't really hurt AFAIK. It's quite annoying on the portupgrade, to 
play it safe you could reboot without loading the module.

Finally, keep in mind that the nvidia module might have a tendency to
crash your machine anyway, see the "nvidia/BSD FAQ" at 
http://soulwax.net/nvidia/ for some useful hints and advice.

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


Re: Validating virtual cvs users

2004-09-14 Thread login

Good afternoon!

Something unique  trying to describe the best I can.
Please reply back if it is not clear or need additional
details/info.

Environment ( On cvs server side):

# uname -a
FreeBSD host.domain.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:
Mon Feb 23 20:45:55 GMT 2004 [EMAIL PROTECTED]
:/usr/obj/usr/src/sys/GENERIC  i386

# cvsd -V
cvsd 1.0.0
Written by Chris Black, Philippe Kehl and Arthur de Jong.
...

# ps auxw | grep cvsd
cvsd 541  0.0  0.0  1300  704  ??  INs   2Sep04   0:00.06 
/usr/local/sbin/cvsd -f /usr/local/etc/cvsd/cvsd.conf

# id cvsd
uid=1010(cvsd) gid=1010(cvsd) groups=1010(cvsd)

# id john
id: john: no such user

I have setup cvs server and working as expected with one problem
as described down. The cvs remote user authentication is based on 
$CVSROOT/CVSROOT/passwd file located on cvs server.

The format of the passwd file is john:tkdUrXsqy9r5A:cvsd

Here john is virtual user to cvs server and his password is encrypted
using crypt.pl script and cvsd is a user with cvsd group on the 
cvs server which is running cvsd process. So all the repositories
are chowned to cvsd:cvsd with 775 permissions. I guess 755 may be needed
only.

The problem is that in the past, we used to validate the remote
"cvs login" user against a local account on the cvs server and all accounts 
who are member of that group (for example cvsd) can do "cvs checkout"
and "cvs commit" successfully. Prior to "cvs commit", we were calling 
a script/watchdog called "commitcheck" which was validating a "cvs login" 
user against a system's local account on the cvs server.

Now since john is not a user account physically on the cvs server system
in my current situation, I have problem validating him since the cvsd is 
actual who is writing to repositories. Yes, the logs are still have john
in the headers indicating him initiate "cvs commint" to distinguish him from
other cvs users.

How do I validate this virtual user so that he can "cvs commit" successfully.
When I stick "john" in the "commitcheck" script, he is being rejected 
since "cvsd" is a user who can write to repositories via cvsd process.

Anyone has done such type of validation before. I am sure there is out one.
I wish, I have a small email. Thank you!

S. Mohammad [ [EMAIL PROTECTED] ]

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


Re: make errors for gtk12

2004-09-14 Thread Kevin D. Kinsey, DaleCo, S.P.
Adam Smith wrote:
On Tue, Sep 14, 2004 at 12:09:44PM +0400, Anton Kazak said:
 

? ? ?? 14  2004 11:41 Adam Smith ???:
Hello Adam! 

I know this bug. Don't use 'make' in xtrerm, if you have Xorg. Use 'make' from 
text console (like CTRL-ALT-F2, or other). I don't know the reason of this 
future. Maybe solve lather.
   

Bizarre!  I'll install Eterm or Aterm and see if the same problem exists
with them but I didn't think that whether you did a make from within an
xterm or a console tty it would have had such an impact.
Cheers for the pointer.
Adam
 

Sorry to butt in ... but did this help?
I couldn't help but think the issue here might be the fact
that when running xterm, X is running?   So, how would
using Eterm or Aterm help??
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem installing xorg

2004-09-14 Thread Matthew Seaman
On Tue, Sep 14, 2004 at 09:02:14PM +, bugghy wrote:
> X_WINDOW_SYSTEM=xfree86-4

If you want to replace XFree-86 with X.Org then change this to

   X_WINDOW_SYSTEM=xorg

before you try and install any of the X.Org ports.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpkWuXnA44J2.pgp
Description: PGP signature


Re: Reproducible panic kldunloading nvidia

2004-09-14 Thread Christopher Rued
Subhro wrote:
This happens when your world and kernel are out of sync. Remake the
world and the kernel and install them and try it out.
Hmm...it's odd that this should only happen with one module, though, right?
I always go through the full make mergemaster -p, buildworld, buildkernel,
installkernel, installworld, mergemaster cycle...I don't think I've recently
stopped mid-way.  I do frequently cvsup sources (just to observe changes),
and then not compile, but I don't think this should be an issue, unless the
nvidia driver compiles against sources in /usr/src.
I'm due for an update anyway, so I'll probably just go ahead and rebuild
everything and see what happens.
BTW if you want to unload it then delete the necessesary lines from /boot/loader.conf
Thanks for the tip -- I'll probably try this first, before rebuilding my 
system.

PS: Please be sure to include my email address in any reply, as I am not
subscribed to this list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to configure a print-server? [was: HP LaserJet 1000serias]

2004-09-14 Thread Shantanoo
On Tue, 14 Sep 2004 12:47:52 +0300, Iuliu Pascaru <[EMAIL PROTECTED]> wrote:
> Hello freebsd-questions,
> 
>   Would you be so kind to tell me how to configure a FreeBSD print-server
>   for Windoze XP clients. Please, at least, tell me where I can find some
>   documentation on this issue. I have great difficulties with my
>   English and I'm unable to google independently.
> 
>   I have a FreeBSD 5.2.1 server with Samba 2.2.8 running and a USB HP
>   LaserJet 1000 printer.

Is your LaserJet 1000 properly configured on FreeBSD?
If yes, then use cups. Windows can print to cups as internet printer.
e.g. In cups the printer is my_test_printer, on machine wiht FQDN as
print_server, then URI is
http://print_server:631/printer/my_test_printer

> 
>   It would be great if you could send me some info in Russian.

Sorry. Don't understand Russian :)

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


Re: problem installing xorg

2004-09-14 Thread bugghy
X_WINDOW_SYSTEM=xfree86-4
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

On Tue, 2004-09-14 at 17:48, Subhro wrote:
> cat /etc/make.conf ?
> 
> Regards
> S.
> 
> 
> On Tue, 14 Sep 2004 12:07:46 +, bugghy <[EMAIL PROTECTED]> wrote:
> > I've cvsupped from 5.2.1 to 5.3-beta4 and deleted XFree86-* (as
> > described in /usr/ports/UPDATING 20040723). Any ideeas ?
> > 
> > # uname -sr
> > FreeBSD 5.3-BETA4
> > # pwd
> > /usr/ports/x11/xorg
> > # make install
> > ...
> > aking all in programs/scripts...
> > making all in programs/glxinfo...
> > rm -f glxinfo
> > cc -o glxinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm
> > -Wall -Wpointer-arith -Wundef
> > -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   glxinfo.o -lGLU -lGL
> > -lXext -lX11 -L/usr/X11R6/lib -lpthread -lm   -Wl,-rpath,/usr/X11R6/lib
> > -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
> > /usr/X11R6/lib/libGLU.so: undefined reference to
> > `TreeNodeSuccessor(treeNode*)'
> > /usr/X11R6/lib/libGLU.so: undefined reference to
> > `TreeNodeDeleteSingleNode(treeNode*, treeNode*)'
> > /usr/X11R6/lib/libGLU.so: undefined reference to `TreeNodeMake(void*)'
> > /usr/X11R6/lib/libGLU.so: undefined reference to
> > `TreeNodeFind(treeNode*, void*, int (*)(void*, void*))'
> > /usr/X11R6/lib/libGLU.so: undefined reference to
> > `TreeNodeInsert(treeNode*, treeNode*, int (*)(void*, void*))'
> > /usr/X11R6/lib/libGLU.so: undefined reference to
> > `TreeNodeDeleteWholeTree(treeNode*)'
> > /usr/X11R6/lib/libGLU.so: undefined reference to
> > `TreeNodePredecessor(treeNode*)'
> > *** Error code 1
> > 
> > Stop in /usr/ports/x11/xorg-clients/work/xc/programs/glxinfo.
> > *** Error code 1
> > 
> > Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
> > *** Error code 1
> > 
> > Stop in /usr/ports/x11/xorg-clients.
> > *** Error code 1
> > 
> > Stop in /usr/ports/x11/xorg.
> > 
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> > 

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


Re: Reproducible panic kldunloading nvidia

2004-09-14 Thread Subhro
This happens when your world and kernel are out of sync. Remake the
world and the kernel and install them and try it out. BTW if you want
to unload it then delete the necessesary lines from /boot/loader.conf

Regards
S.


On Tue, 14 Sep 2004 12:29:32 -0400, Christopher Rued <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I recently noticed (while updating my ports) that attempting to unload
> the nvidia driver causes the kernel to panic.
> I can load/unload other modules without a problem.  If I kldunload
> nvidia, it immediately panics with a fatal trap
> 12.
> 
>   * The nvidia driver port version is nvidia-driver-1.0.6113
> 
>   * uname -a output:
>FreeBSD ool-18beb73b.dyn.optonline.net 4.10-PRERELEASE FreeBSD
> 4.10-PRERELEASE #0: Wed Apr 28 10:26:54 EDT 2004
> 
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FRANKENSTEIN  i386
> 
>   * It might be significant that I do not currently have an nvidia card
> installed in this machine (I did at one point).
> 
> Any idea what might be wrong here?
> 
> Any hints on how I can gather more info. to file a bug report if that
> becomes necessary?
> 
> Thanks,
> 
> --Chris
> 
> PS: Please be sure to include my email address in any reply, as I am not
> subscribed to this list.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: acpi shutdown

2004-09-14 Thread Kevin D. Kinsey, DaleCo, S.P.
Florian Hengstberger wrote:
Hi!
I have a standard pc-style computer, how do I enable
acpi?s automatic shutdown (adding something to /boot/loader.conf ?)
so that I don?t have to press the power button in then end?
Thanx
Florian
 

How are you shutting down the computer?
What does "shutdown -p now" do when called
from the console, as root?
KDK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP LaserJet 1000serias

2004-09-14 Thread Ruslan N. Gogunsci
Hello freebsd-questions,

On Mon, 13 Sep 2004 19:32:39 +0600
Лебедев Андрей Александрович <[EMAIL PROTECTED]> wrote:

> Hello. 
> 
> I ask you to help with the decision of a problem with adjustment of a seal. 
> 
> System FreeBSD 5.2.1 
> 
> Samba 2.2.8. 
> 
> Printer HP LaserJet 1000 (USB) 
> 
> It is necessary to adjust a seal in LAN with Windows XP. 
HP 1000 is windows printer, and i think FreeBSD doesn't support it.

> 
> Unfortunately I do not speak on английски, 
> 
> I ask you if there is an opportunity to send the information in Russian.
> 
>  
> 
> Здравствуйте.
> 
> Прошу Вас помочь с настройкой печати.
> 
> Я имею систему FreeBSD 5.2.1
> 
> Samba 2.2.8
> 
> Printer HP LaserJet 1000 (USB)
> 
> Необходимо сделать принт-сервер для клиентов Windows XP.
> 
> Лебедев Андрей Александрович.
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem installing xorg

2004-09-14 Thread Subhro
cat /etc/make.conf ?

Regards
S.


On Tue, 14 Sep 2004 12:07:46 +, bugghy <[EMAIL PROTECTED]> wrote:
> I've cvsupped from 5.2.1 to 5.3-beta4 and deleted XFree86-* (as
> described in /usr/ports/UPDATING 20040723). Any ideeas ?
> 
> # uname -sr
> FreeBSD 5.3-BETA4
> # pwd
> /usr/ports/x11/xorg
> # make install
> ...
> aking all in programs/scripts...
> making all in programs/glxinfo...
> rm -f glxinfo
> cc -o glxinfo -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm
> -Wall -Wpointer-arith -Wundef
> -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   glxinfo.o -lGLU -lGL
> -lXext -lX11 -L/usr/X11R6/lib -lpthread -lm   -Wl,-rpath,/usr/X11R6/lib
> -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
> /usr/X11R6/lib/libGLU.so: undefined reference to
> `TreeNodeSuccessor(treeNode*)'
> /usr/X11R6/lib/libGLU.so: undefined reference to
> `TreeNodeDeleteSingleNode(treeNode*, treeNode*)'
> /usr/X11R6/lib/libGLU.so: undefined reference to `TreeNodeMake(void*)'
> /usr/X11R6/lib/libGLU.so: undefined reference to
> `TreeNodeFind(treeNode*, void*, int (*)(void*, void*))'
> /usr/X11R6/lib/libGLU.so: undefined reference to
> `TreeNodeInsert(treeNode*, treeNode*, int (*)(void*, void*))'
> /usr/X11R6/lib/libGLU.so: undefined reference to
> `TreeNodeDeleteWholeTree(treeNode*)'
> /usr/X11R6/lib/libGLU.so: undefined reference to
> `TreeNodePredecessor(treeNode*)'
> *** Error code 1
> 
> Stop in /usr/ports/x11/xorg-clients/work/xc/programs/glxinfo.
> *** Error code 1
> 
> Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
> *** Error code 1
> 
> Stop in /usr/ports/x11/xorg-clients.
> *** Error code 1
> 
> Stop in /usr/ports/x11/xorg.
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CVS CO Error

2004-09-14 Thread Phil Schulz
Kevin D. Kinsey, DaleCo, S.P. wrote:
Kenneth A. Bond wrote:
Hello,
I am trying to update my source using CVS, as CVSup is not an option 
in my current environment. I am running FreeBSD 4.10.
Below are the commands that I am entering in order to perform the 
update, but for some reason, I am getting the following error when 
attempting to update my source:

lx1005# pwd
/usr/src
lx1005# setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs
lx1005# cvs co -rRELENG_4_10 src
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: 
Permission denied
lx1005# whoami
root
[...]
I'm thinking it must be something in your configuration, as I
can't replicate the problem here.
I can, but only if I include the -rRELENG_4_10 part.
(using csh)
# setenv CVSROOT [EMAIL PROTECTED]:/home/ncvs
# cvs co -rRELENG_4_10 src/COPYRIGHT
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied
# cvs co src/COPYRIGHT
U src/COPYRIGHT
If there were a file in the way, you'd see something like
# rm -rf src/
# mkdir src
# touch src/COPYRIGHT
# cvs co src/COPYRIGHT
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs [checkout aborted]: no repository
The reason why I think this is a server issue is that there is no 
reference to /home/ncvs on my system besides the CVSROOT variable. Of 
course, I might be doing something wrong, but I'm completely lost on 
what it could be.

Do you have "CVS_RSH=ssh" in your environment?
From man cvs:
  CVS_RSH
  cvs uses the contents of this variable to determine the name  of
  the  remote shell command to use when starting a cvs server.  If
  this variable is not set then `ssh' is used.
I take is that it doesn't matter if you've got it set or not, as long as 
you want to use ssh.

--
Did you know...
If you play a Windows 2000 CD backwards, you hear satanic messages,
but what's worse is when you play it forward
 ...it installs Windows 2000
  -- Alfred Perlstein on [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Using `route .... -mtu' on local network

2004-09-14 Thread Mikhail Teterin
Hello!
Most of our hosts can only do the regular 1500-byte frames, but some are 
Jumbo Frames capable.

I'm trying to make these few servers talk to _each other_ using bigger 
frames (the switch supports them) without breaking the LAN into subnets.

In the past someone suggested, I try explicit -mtu switch to the 
route(8). So, with two -current machines on the same LAN (`mi' and 
`pandora') I try:

   mi# route add pandora -iface em0 -mtu 4000
   add host pandora: gateway em0
   mi# route get pandora
  route to: pandora
   destination: pandora
 interface: em0
 flags: 
recvpipe  sendpipe  ssthresh  rtt,msecrttvar  hopcount  
mtu expire
  0 0 0 0 0 0  
4000 0

Even ping-ing pandora stops working I have to `route delete pandora' 
for things to recover. Any suggestions? Thanks!

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


RE: Status telnet/tn3270 [was I have some questions...]

2004-09-14 Thread Ted Mittelstaedt


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of K. Greenwood
> Sent: Tuesday, September 14, 2004 7:16 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Status telnet/tn3270 [was I have some questions...]
>
>
> Painfully long subject line:
>
> >I have some questions about
> >telnet/telnetd/libtelnet/tn3270 and why FreeBSD is
> >different than other BSDs in this regard
>
> --- Phil Helms <[EMAIL PROTECTED]> wrote:
>
> > Any luck with fixing tn3270 yet?
>

I thought a full tn3270 emulation includes graphics, I think the tn3270 in
BSD
was a stripped down emulation that didn't include that.

You could find an old version of FreeBSD that was pre-tn3270 excision and
try
it out I guess.

When operating in line-mode, a real tn3270 emulates a VT52.  So there's not
much
point in having it in unless it supports the graphics stuff.

Ted

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


acpi shutdown

2004-09-14 Thread Florian Hengstberger
Hi!

I have a standard pc-style computer, how do I enable
acpi?s automatic shutdown (adding something to /boot/loader.conf ?)
so that I don?t have to press the power button in then end?

Thanx
Florian


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


Reproducible panic kldunloading nvidia

2004-09-14 Thread Christopher Rued
Hi all,
I recently noticed (while updating my ports) that attempting to unload 
the nvidia driver causes the kernel to panic.
I can load/unload other modules without a problem.  If I kldunload 
nvidia, it immediately panics with a fatal trap
12.

  * The nvidia driver port version is nvidia-driver-1.0.6113
  * uname -a output:
   FreeBSD ool-18beb73b.dyn.optonline.net 4.10-PRERELEASE FreeBSD 
4.10-PRERELEASE #0: Wed Apr 28 10:26:54 EDT 2004  
   
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/FRANKENSTEIN  i386

  * It might be significant that I do not currently have an nvidia card 
installed in this machine (I did at one point).

Any idea what might be wrong here?
Any hints on how I can gather more info. to file a bug report if that 
becomes necessary?

Thanks,
--Chris
PS: Please be sure to include my email address in any reply, as I am not 
subscribed to this list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sysadmin magazine benchmarkings

2004-09-14 Thread peter lageotakes

--- Stefan Cars <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> I read the article on sys admin magazine
>
(http://www.samag.com/documents/s=1148/sam0107a/0107a.htm)
> where they
> benchmarked Linux, Windows, Solaris and FreeBSD
> regarding High-Performance
> Network Applications. This article is from 2001 and
> covers FreeBSD 4.2.
> Anyhow, FreeBSD ended last which feels quiet
> strange, is there anyone that
> has any new benchmarking data on how FreeBSD 5
> compares ?
> 
> / Stefan
> 
> --
> Stefan Cars
> Snowfall Communications
> http://www.snowfall.se
> Tel: +46 (0)18 430 80 50 - Direct: +46 (0)18 430 80
> 51
> Mobile: +46 (0)708 44 36 00 - Fax: +46 (0)708 44 36
> 04
> ___
> [EMAIL PROTECTED] mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
There was a follow up to the article. However, this
article is way too old.  Others have responded with
more recent benchmarks that show the current state of
FreeBSD.

Here is the follow up (for historical reasons)
Which OS is Fastest -- FreeBSD Follow-Up
http://www.samag.com/documents/s=1147/sam0108q/0108q.htm

Pete




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: newest kdelibs fails to build

2004-09-14 Thread Rudolf Cejka
Tilman Linneweh wrote (2004/08/31):
> * Steven Friedrich [Di, 31 Aug 2004 at 22:26 GMT]:
> > I suspect it's due to the compiler on 4.x.  Did the KDE port team build
> it on 4.10-STABLE?
> Yes we did.
> You can try to install the package from
> http://rabarber.fruitsalad.org/index.html#a_4-STABLE
> 
> Your compile fails because there is a bogus @[EMAIL PROTECTED]
> I don't know yet, why this is not expanded.

Hello, I have the same problem and it seems that it is somewhat relevant
to stale files from system updates. @INCLUDE_des@ is returned by our
/usr/bin/krb5-config --cflags gssapi.

I had full extracted sources in /usr/src with /usr/src/kerberos{5,IV}, but
in supfile, I had src-kerberos5 and src-kerberosIV commented out, so I had
stale kerberos files in my source tree, which possibly generated bad
krb5-config and others.

Steven, you may try to cleanup /usr/src from stale directories and files
and remove stale files from /bin, /sbin, /usr/bin and /usr/sbin
and possibly from /usr/lib too and it seems that it helps in this problem
- I'm currently trying it...

Regards.

-- 
Rudolf Cejka  http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


MDaemon Warning - virus found: Transient Delivery Failure

2004-09-14 Thread MDaemon

*** WARNING **
This message has been scanned by MDaemon AntiVirus and was found to 
contain infected attachment(s).  Please review the list below.

AttachmentVirus name   Action taken
--
md9000304.eml Exploit.IFrame.FileDownload Removed


**


The attached message had transient non-fatal delivery errors

THIS IS A WARNING MESSAGE ONLY - YOU DO NOT NEED TO RESEND YOUR MESSAGE!

This server is configured to automatically retry delivery at configured
intervals.  Subsequent attempts to deliver this message are pending.

Failed address: [EMAIL PROTECTED]

--- Session Transcript ---
 Tue 2004-09-14 17:13:56: Parsing Message 

 Tue 2004-09-14 17:13:56: From: [EMAIL PROTECTED]
 Tue 2004-09-14 17:13:56: To: [EMAIL PROTECTED]
 Tue 2004-09-14 17:13:56: Subject: Mail Delivery (failure [EMAIL PROTECTED])
 Tue 2004-09-14 17:13:56: Message-ID:
 Tue 2004-09-14 17:13:56: MX-record resolution of [gardasas.it] in progress (DNS 
Server: 62.94.0.1)...
 Tue 2004-09-14 17:13:56: P=020 D=gardasas.it TTL=(1439) MX=[relay.cnitalia.it] 
{212.35.206.20}
 Tue 2004-09-14 17:13:56: Ignoring irrelevant RR, relay.cnitalia.it P=020
 Tue 2004-09-14 17:13:56: P=010 D=gardasas.it TTL=(1439) MX=[mail.gardasas.it] 
{212.35.214.35}
 Tue 2004-09-14 17:13:56: Ignoring irrelevant RR, mail.gardasas.it P=010
 Tue 2004-09-14 17:13:56: No MX records available - delivering directly to host
 Tue 2004-09-14 17:13:56: Attempting MX: P=000 D=gardasas.it TTL=(60) MX=[gardasas.it]
 Tue 2004-09-14 17:13:56: Attempting SMTP connection to [gardasas.it : 25]
 Tue 2004-09-14 17:13:56: A-record resolution of [gardasas.it] in progress (DNS 
Server: 62.94.0.1)...
 Tue 2004-09-14 17:13:56: Name server has no records of the requested type for that 
domain
 Tue 2004-09-14 17:13:56: This message is 340 minutes old; it has 0 minutes left in 
this queue
 Tue 2004-09-14 17:13:56: Primary queue lifetime exceeded; message placed in retry 
queue
--- End Transcript ---
: Message contains [1] file attachments
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kern.ipc.maxpipekva exceeded, error

2004-09-14 Thread Puna Tannehill
On a freshly rebuild v5.3-BETA4...
A failed compile of sysutils/fastest_cvsup led me to run 'make clean' 
before trying again.  It took over 5 minutes to run make clean, and at 
the very end I got the following:

# make clean
kern.ipc.maxpipekva exceeded; see tuning(7)
Pipe call failed: Too many open files in system
Pipe call failed: Too many open files in system
===>  Cleaning for libtool-1.5.8
===>  Cleaning for perl-5.8.5
===>  Cleaning for fastest_cvsup-0.2.8
There is nothing specifically in tuning about this particular knob, 
but from poking around I get the feeling that it's about memory 
management of the kernel IPC subsystem.

Running 'sysctl kern.ipc.maxpipekva' shows:
kern.ipc.maxpipekva=1257472
Hunting around on in the archives, I came up with people getting this 
error while doing very intensive compiles.  Seems strange to me that I 
might get such an error on a 15min uptime, cold-booted machine and 
just doing a 'make clean'.  And thoughts?

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


help: booting 5.2.1 hangs on pcm

2004-09-14 Thread esmaeel pashapouri


Hello list.
I am trying to setup freebsd on a new hp pavilion with
the following configuration.
cpu: amd64
mem: 1Gb
hd:  160 Gb
gc: nVIDIA GeForce FX5200XT AGP 8X with 128Mb
dvd: 1 nec dvd rw/cd rw
cd:  1 cd 48x r
sc: integrated sound card not sure on details of it
but windows show it as ac97
monitor: sharp 17" lcd

I have downloaded and burned 5.2.1 amd64-disc1.iso and
disk2 also.
But when trying to boot of cd, the boot process starts
and after the listing of some devices gets hanged, the
last line on the screen is,
pcm: measured ac97 link rate at 16109 Hz

The hard boot gets the computer start over again.

I have tried 5.3 beta3 and no succes there eather.

Any pointer to any document or links to help get past
this point would be apritiated greatly.

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


Re: /usr/ports/databases/mysql(-devel)?

2004-09-14 Thread Steve Bertrand
> In the last episode (Sep 14), Steve Bertrand said:
>> I'm attempting to install freeradius from ports, but it heavily
>> relies upon mysql-devel being installed.
>>
>> In 4.7 it was actually in ports. Now, it does not appear to be
>> there.
>> There is however, an option in the makefile which is disabled
>> (--without-debug). If I enable this configure option, is this
>> effectively installing all the devel stuff for MySQL?
>
> There was never a mysql-devel port afaik; the mysql ports have always
> been numbered.  The freeradius port currently depends on mysql 4.0.x,
> which should get built and installed automatically by the ports system
> when you try and build freeradius.

Ok, I thought there was one. Yesterday, I was trying to install
FreeRADIUS on a box that already had MySQL installed on it (from
source, not ports) and it was having a problem locating
rlm_sql_mysql.so. Searching, I found I had to install mysql-devel.

This morning, I am installing on a fresh install (5.2.1), and actually
never crossed my mind to install freeradius port first, and let it
handle the mysql dependencies. I am trying that now...

Tks for the reminder, that ports will build in their own dependencies ;o)

Steve

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


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


Re: /usr/ports/databases/mysql(-devel)?

2004-09-14 Thread Dan Nelson
In the last episode (Sep 14), Steve Bertrand said:
> I'm attempting to install freeradius from ports, but it heavily
> relies upon mysql-devel being installed.
> 
> In 4.7 it was actually in ports. Now, it does not appear to be there.
> There is however, an option in the makefile which is disabled
> (--without-debug). If I enable this configure option, is this
> effectively installing all the devel stuff for MySQL?

There was never a mysql-devel port afaik; the mysql ports have always
been numbered.  The freeradius port currently depends on mysql 4.0.x,
which should get built and installed automatically by the ports system
when you try and build freeradius.

What problem are you having building the freeradius port, exactly?

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


CD burning port recommendations wanted

2004-09-14 Thread Peter Ryan
I plan to burn my distfiles to a CD, but I am not sure
which of the burn software options is preferable.

I would like to be able to read the CD on both
XP and FreeBSD.

I would appreciate any recommendations or warnings
from those who have been there before.

I am running 4.10R.

Thanks
Peter


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


Re: Status telnet/tn3270 [was I have some questions...]

2004-09-14 Thread K. Greenwood
Painfully long subject line:

>I have some questions about
>telnet/telnetd/libtelnet/tn3270 and why FreeBSD is
>different than other BSDs in this regard

--- Phil Helms <[EMAIL PROTECTED]> wrote:

> Any luck with fixing tn3270 yet?

Well, no one else has responded (on list) so here's
the pertainent link regarding a long discussion on
it's status

http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/039418.html

So it has a new maintainer... good, but the
conversation somewhat stagnates.  When we go to the
cvsweb to note the last updates here:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/tn3270/

It does not look like any radical changes have
occurred, so my guess would be nope.  Nobody has
bothered to get around to it.

Good luck



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which Distro?

2004-09-14 Thread Lucas Holt
I've been watching the PPC list for about a month now.  One of the 
regulars has posted a bootable iso that will allow you to get an install 
of freebsd up on a G4/G3 mac.  It does not work on G5s due to changes in 
the architecture.  From what i've read, it appears that you can easily 
get into single user and mutliuser mode works aside from problems with 
specific apps and some terminal issues.  For example, sendmail isn't 
working right. 

Its not ready for server/production use by any means. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


re: Which Distro?

2004-09-14 Thread Dick Davies
>  I am going to buy a Mac g4 soon, and I am thinking
>  about turning it into a server. I asked around and
>  everybody rocommended FreeBSD to me. So what distro of
>  FreeBSD would I use for a mac computer?

Everybody recommended you run FreeBSD on a Mac?  Get some new friends :)

OSX is a pretty good UNIX, so why not use that?

-- 
She is not refined.  She is not unrefined.  She keeps a parrot.
-- Mark Twain
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Which Distro?

2004-09-14 Thread Robert Huff

Michael Clark writes:

>  > >  http://www.freebsd.org/platforms/ppc.html
>
>  That hasnt been updated in months from what I can tell the PPC
>  list sounds like its further alone then that.

Agreed.  However, I submit this is the first place someone
is likely to find and having read this will look no further.


Robert Huff


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


/usr/ports/databases/mysql(-devel)?

2004-09-14 Thread Steve Bertrand
I'm attempting to install freeradius from ports, but it heavily relies
upon mysql-devel being installed.

In 4.7 it was actually in ports. Now, it does not appear to be there.
There is however, an option in the makefile which is disabled
(--without-debug). If I enable this configure option, is this
effectively installing all the devel stuff for MySQL?

Tks,

Steve

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


RE: Which Distro?

2004-09-14 Thread Michael Clark


> -Original Message-
> From: Robert Huff [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 13, 2004 11:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Which Distro?
> 
> 
> 
> shane mullins writes:
> 
> >  I am not a Mac user by any means, but I think FreeBSD 
> supports newer Macs.
> >  http://www.freebsd.org/platforms/ppc.html
> 
>   From the FAQ:
> 
>   What is the current status?
> 
>   FreeBSD/PowerPC currently is on the verge of booting to
>   single-user mode. 
> 
> 
>   Not usable.
>   Not even close to being usable.
>   (Not a slam at the PPC porters, but rather a nod at the immense
> amount of work yet to be done.)

That hasnt been updated in months from what I can tell the PPC list
sounds like its further alone then that.  Can anyone verify that please?


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


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


RE: How to confirm SMP/dual CPU was detected and activated - 5.2. 1

2004-09-14 Thread Michael Clark
> -Original Message-
> From: Danny [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 13, 2004 11:31 AM
> To: [EMAIL PROTECTED]
> Subject: How to confirm SMP/dual CPU was detected and 
> activated - 5.2.1
> 
> 
> Running 5.2.1 Release. I have scanned through the output of dmesg, but
> I am not 100% sure how to tell if both CPU's on this Compaq Proliant
> 3000 were detected and are active to FreeBSD.

Doesn't the top command show this?
The will be listed in dmesg | grep cpu 

> 
> It's not connected to the network yet, so I can't post my dmesg just
> yet. In the meantime, how can I confirm the above? Can I grep for
> something?
> 
> 
> Thank you,
> 
> ...D
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


Re: new

2004-09-14 Thread Ruben de Groot
On Mon, Sep 13, 2004 at 11:22:50PM -0400, Bill Moran typed:
> 
> There is no such command "xfree86", but if your system can't find kldload,
> something is wrong.

Not necesarily. If he's typing kldload as a non-root user, whose PATH doesn't
include /sbin or /usr/sbin, the command won't be found.

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


Re: cdrom error

2004-09-14 Thread Bill Moran
Petre Bandac <[EMAIL PROTECTED]> wrote:

> Sep 14 12:34:18 xxl kernel: cd9660: Joliet Extension (Level 1)
> 
> Sep 14 12:34:18 xxl kernel: Sep 14 12:34:18 xxl kernel: cd9660: Joliet
> Extension (Level 1)
> 
> Sep 14 12:34:26 xxl kernel: acd0: READ_BIG - MEDIUM ERROR asc=0x02
> ascq=0x00 error=0x04
> 
> 
> and the cdrom doesn't seem to be scratched ... could be my cdrom drive
> which shows signs of old age ?

That's pretty likely.

I've also seen this kind of problem with poor cabling, and with cheap
CDROMs that don't know how to be a slave properly.

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


Re: error after cvsup

2004-09-14 Thread Matthew Seaman
On Tue, Sep 14, 2004 at 03:56:54PM +0300, Petre Bandac wrote:

> conclusion: 
> 
> rm -rf /usr/ports
> mkdir /usr/ports && cvsup -g -L 2 ports-supfile
> make index
> portsdb -Uu
> pkgdb -Fvu
> 
> is it the right method ?
 
No.

You don't need to completely delete and redownload the whole ports
tree.  And running 'portsdb -U' does exactly the same thing as running
'make index' -- no need to do it twice.  And 'portsdb -u' will crash
in exactly the same way as you've seen before.

Just do this:

# cvsup -g -L 2 ports-supfile
# make index
# setenv PORTS_DBDRIVER bdb1_hash
# portsdb -u

The 'portsdb -u' command is where the crash usually occurs.  Once
you've got past that stage, you're home and dry.  Run
portupgrade/portversion/pkgdb as usual.

The bug is in the base system.  A fix has been committed to 6-CURRENT:
it should percolate down to 4-STABLE and 5-STABLE in the next few
days.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpAOnppkitGA.pgp
Description: PGP signature


Re: suid/sgid problem

2004-09-14 Thread Geert Hendrickx
> Is the partition these files are on by any chance mounted NOSUID ?

Silly me, yes it is!  I usually edit /etc/fstab on a fresh install, and
add stuff like nodev and nosuid on partitions where it is appropriate.
And accidently, I did so on /usr as well...  

Thanks for the suggestion!  

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


Re: how to install portindex?

2004-09-14 Thread Chris
Miguel Mendez wrote:
On Tue, 14 Sep 2004 12:27:32 +0200
Karol Kwiatkowski <[EMAIL PROTECTED]> wrote:

Hello all,
I've been reading about portindex and finally decided to install it.
The problem is I can't find it.
It should be in sysutils/portindex but there's no such directory.

The author/maintainer asked for it to be removed. I'll be working on a
replacement when I have some spare time.
Well now - don't this just suxor
--
Best regards,
Chris
Any given program, when running, is obsolete.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: error after cvsup

2004-09-14 Thread Petre Bandac
ok.

conclusion: 

rm -rf /usr/ports
mkdir /usr/ports && cvsup -g -L 2 ports-supfile
make index
portsdb -Uu
pkgdb -Fvu

is it the right method ?

thanks,

petre


On Tue, 14 Sep 2004 19:34:28 +0800 Anno Domini, the honourable Peter
Ryan wrote using one of his keyboards:


>  
> 
> > xxl# portsdb -Uu
> > Updating the ports index ... Generating INDEX.tmp - please
> > wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
> > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
> > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
> > Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18  Done.
> > done
> > [Updating the portsdb  in /usr/ports ... - 
> > 11732 port entries found 
> > .1000.2000.3000.4000.5
> > 000..
> > ...6000.7000.8000/usr/local/lib/ruby/site_
> > ruby/1.8/
> > portsdb.rb:587: [BUG] Bus Error
> > ruby 1.8.1 (2004-05-02) [i386-freebsd5]
> > 
> 
> There are quite a few messages about this in the last
> month.
> 
> Two messages threads which discuss it are
> http://archive.pilgerer.org/mharc/html/freebsd-questions/2004-09/msg00155.ht
> ml
> and
> http://archive.pilgerer.org/mharc/html/freebsd-questions/2004-09/msg00506.ht
> ml
> 
> hth
> Peter
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 


-- 
Petre Bandac

Network Engineer 
Romania Data Systems - Brasov Branch
Tel: +4068474134
Fax: +4068474135
 
Privileged/Confidential Information may be contained in this message. If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver
this
message to anyone. In such a case, you should destroy this message and
kindly notify the sender by reply e-mail.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: suid/sgid problem

2004-09-14 Thread Ruben de Groot
On Tue, Sep 14, 2004 at 01:22:53PM +0200, Geert Hendrickx typed:
> On Tue, Sep 14, 2004 at 09:59:23AM +0530, Subhro wrote:
> > Very unlikely. Did you try to remake the source tree? If not remake
> > the source tree and reinstall it. That should fix the file
> > permissions.
> 
> Yes I did (4-STABLE).  
> 
> And the files DO have the correct bits (suid/sgid) set.  But they seem
> to have no effect.  

Is the partition these files are on by any chance mounted NOSUID ?

[EMAIL PROTECTED]:/home/ruben> mount | grep nosuid
/dev/ad0s1d on /var (ufs, local, nodev, nosuid, soft-updates)
/dev/ar0s1d on /usr/mirror (ufs, NFS exported, local, nodev, nosuid, soft-updates)

Ruben

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


Re: more java problems

2004-09-14 Thread Matthew Seaman
On Tue, Sep 14, 2004 at 04:20:30AM +, Brett Wiggins wrote:

>  I am still having some problems installing java. I am using the guide 
> located @ 
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/x60.html

Well, you've found the right chunk of the documentation.  It is a bit
aged now -- the version numbers of the various programs have advanced
-- but the general methodology is quite sound.

Unfortunately my crystal ball is on the blink, and I can't do
telepathy for peanuts.  Please tell us sufficient about the problems
you're experiencing that we can actually help you.  What version of
Java are you trying to install?  Where in the installation process
have you got to?  What exactly are the error messages you're seeing?

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp2OBEEb7456.pgp
Description: PGP signature


RE: Quick and simple ssh(1) question

2004-09-14 Thread Nimalan Mahendran

> Most likely your router is configured to only forward connections that
> come from the outside.
> 

As I said, it was only a test and I was hoping that by using the 
router's external hostname it would "simulate" an external connection, 
obviously it doesn't.

> Does it work to access 'postie' via ssh from some machine that is
> *actually* on the outside?  If it does, then it is the configuration of
> your router which is not doing what you want it to.
> 

I don't have access to one until I get to work tomorrow which was why I 
was trying to simulate it - whilst I have the target machine in front of me.

--

This can be simulated at home by sshing into a host outside of your LAN (I used one of 
the hosts at my university) and then sshing back into your own machine. Maybe you can 
ssh into work and then back again ;) Or somewhere else outside your LAN..

Nimalan Mahendran
Tools Group
Direct - 519-880-2400 ext. 2756
www.sandvine.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make errors for gtk12

2004-09-14 Thread Adam Smith
On Tue, Sep 14, 2004 at 12:09:44PM +0400, Anton Kazak said:
> ? ? ?? 14  2004 11:41 Adam Smith ???:
> Hello Adam! 
> 
> I know this bug. Don't use 'make' in xtrerm, if you have Xorg. Use 'make' from 
> text console (like CTRL-ALT-F2, or other). I don't know the reason of this 
> future. Maybe solve lather.

Bizarre!  I'll install Eterm or Aterm and see if the same problem exists
with them but I didn't think that whether you did a make from within an
xterm or a console tty it would have had such an impact.

Cheers for the pointer.


Adam

> 
> > Hi.
> >
> > I have recently installed FreeBSD 5-CURRENT with Xorg and proceeded to
> > install KDE 3.3.0 from packages.
> >
> > For every port I try and install using either portinstall or 'make
> > install', I am getting the following errors:
> >
> > --- 8-< SNIP ---
> > ===>   gtk-1.2.10_12 depends on shared library: glib12.3 - found
> > ===>  Configuring for gtk-1.2.10_12
> > cp: /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10
> > /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.guess: No such file
> > or dir
> > ectory
> > *** Error code 1
> >
> > Stop in /usr/ports/x11-toolkits/gtk12.
> > *** Error code 1
> >
> > Stop in /usr/ports/editors/vim.
> > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall6106.0
> > make
> > ** Fix the problem and try again.
> > ** Listing the failed packages (*:skipped / !:failed)
> > ! editors/vim   (unknown build error)
> > --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
> > --- 8-< SNIP ---
> >
> > Every port fails when trying to find the file config.guess.
> >
> > What is going on?
> 
> -- 
> 
> AK
> 

-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

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


Re: how to install portindex?

2004-09-14 Thread Karol Kwiatkowski
On 09/14/04 13:31, Radek Kozlowski wrote:
> On Tue, Sep 14, 2004 at 12:27:32PM +0200, Karol Kwiatkowski wrote:
> 
>>Hello all,
>>
>>I've been reading about portindex and finally decided to install it.
>>The problem is I can't find it.
>>It should be in sysutils/portindex but there's no such directory.
>>
>># whereis portindex
>>portindex:
>>
>>I can't find it on www.freebsd.org/ports either.
>>What am I missing?
> 
> 
> See this:
> http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016065.html
> 
> -Radek

Ah, instead of digging freebsd-questions I should go straight to
freebsd-ports.


Thanks Miguel and Radek!

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


Multiprocessing-mainboards.

2004-09-14 Thread Gregor Bittel
Hello.
I'd like to remind you of my small project[1] -- a list[1] of
SMP-boards running FreeBSD (in real SMP-mode with two or more
physical processors - sorted by CPU-socket/slot).

Everyone is invited to add his known-working FreeBSD-SMP-board
to this list, especially the older ones - they are very hard to
find (and I don't want to buy them all on online-auctions - my
room and money are limited ;)

Only real MP boards will be listed, that is, only boards with
two or more physical processors installed -- running a FreeBSD
SMP kernel -- and which can be identified by a specific name or
number.  For example, the "Tyan Tiger i7505 S2668AN" and the 
"Tyan Tiger i7505 S2668ANR" are different boards and will be
listed as different, each with an own entry).

To add a mainboard, please submit (in addition to the exact
brand and label) the output of the dmesg(8) and mptable(1)
commands, and optionally the "pciconf -l -v" output as well. 
The BIOS revision would be nice, too.  Please take care to
remove the host and/or domain name from the dmesg(8) output
(only if you don't want it should be public).
Any known caveats or remarks that may be helpful to other
users are also most welcome!

Currently 151 SMP-boards are listed, and my local list contains
633 different boards at the moment (including the 151 on the 
website).

Some words about my person:
I started my first FreeBSD-Installation in July 1999 (I ordered
a CD-Set from a German Distributor), and since this time I am
infected with the FreeBSD-Virus ;)

And not to forget: I would like to say "Thank you" - for my
favourite Operating System and for reading this mail.
 
best regards,
-Gregor.

-- 
[EMAIL PROTECTED]
[1]= http://www.bnv-bamberg.de/home/ba3294/smp/index.htm

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


adding language for kde/system

2004-09-14 Thread Long Story
Hello Everyone,
 Im on Freebsd 5.1R, with kde 3.3 installed and xorg.
 I'v installed additional language support (arabic)
 from /ports/arabic/kde3-i18n
 And when i ran setting on kde i can switch my system from arabic to 
english, but i cannot type
arabic, how do i enable my keyboard to type arabic
how can i show the small icon down (AR) (EN) in tray?

nothing there in control Center -> country/language  (only adding language).
any tips and help please?
Marwan.
Thank you much.
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


Re: Which Distro?

2004-09-14 Thread yuri van Overmeeren

On Sep 13, 2004, at 11:27 PM, Viper wrote:
I am going to buy a Mac g4 soon, and I am thinking
about turning it into a server. I asked around and
everybody rocommended FreeBSD to me. So what distro of
FreeBSD would I use for a mac computer?

As far as I know, there isn't a "freebsd" release for the PPC chip.  
There is a version of NetBSD, though, and there's Darwin.

Personally, I'd say stick with the OS X that comes with a new G4 
system.  It *IS* Darwin underneath, much of it is *based* on FreeBSD, 
and can make a decent server system (plus it would support OS X 
programs as well as the UNIX programs).

Are you going to use it exclusively as a server?  You could just put 
Darwin on it if you really wanted to.  If you're going to have it play 
double duty as a desktop system, keep OS X on it.  If you just want to 
play with different OS's on it, try NetBSD.  If you really want to try 
FreeBSD, get Virtual PC for the Mac and see if it will install FreeBSD 
into a virtual machine :-)

-Bart

There is a PPC FreeBSD version, but the 'latest' news on the site dates 
from over two years back, But I've just browsed the FreeBSD PPC mailing 
list and it's still active.

Judging by the topics they have not stopped working in the last two 
years and it seems to run now on PPC based computers. Probably not as 
good as on Tier 1 architectures, the PPC is currently a Tier 2 
architecture so some things might still be a little 'experimental' :)
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html

Viper, If you still like to try FreeBSD I'd give the it a go on the PPC, 
see how it works out :)
If it's too much of an experiment and/or trouble you could try NetBSD.

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


Re: Which Distro?

2004-09-14 Thread Bart Silverstrim
On Sep 13, 2004, at 11:27 PM, Viper wrote:
I am going to buy a Mac g4 soon, and I am thinking
about turning it into a server. I asked around and
everybody rocommended FreeBSD to me. So what distro of
FreeBSD would I use for a mac computer?
As far as I know, there isn't a "freebsd" release for the PPC chip.  
There is a version of NetBSD, though, and there's Darwin.

Personally, I'd say stick with the OS X that comes with a new G4 
system.  It *IS* Darwin underneath, much of it is *based* on FreeBSD, 
and can make a decent server system (plus it would support OS X 
programs as well as the UNIX programs).

Are you going to use it exclusively as a server?  You could just put 
Darwin on it if you really wanted to.  If you're going to have it play 
double duty as a desktop system, keep OS X on it.  If you just want to 
play with different OS's on it, try NetBSD.  If you really want to try 
FreeBSD, get Virtual PC for the Mac and see if it will install FreeBSD 
into a virtual machine :-)

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


Re: showing which path a user program runs from?

2004-09-14 Thread Giorgos Keramidas
On 2004-09-14 12:00, Jez Hancock <[EMAIL PROTECTED]> wrote:
> On Mon, 13 Sep 2004 22:37:33 -0400, robg <[EMAIL PROTECTED]> wrote:
> > hi, say im the user 'rob' and i have the same program in two seperate
> > folders in my /home dir and run both.. if i run ps it shows me im
> > running both, but how can i find out which location folder is running
> > which program shown in ps
>
> Try using the -w option to the ps commandline more than once:
>
> ps auxww
>
> that should give you a complete listing that includes the full
> commandline.  See the manpage for more info on ps:
>
>  -w  Use 132 columns to display information, instead of the default
>  which is your window size.  If the -w option is specified more
>  than once, ps will use as many columns as necessary without
>  regard for your window size.

Not always, not for all the programs.  I don't think there's a way to do
what the OP wanted 100% of the time, at least not with ps(1):

$ ps auxww | grep -v grep | egrep -e 'xinit|screen'
root   604  0.0  0.7  3336 3004  ??  Is2:24PM   0:00.03 screen -a -D -RR
root   615  0.0  0.7  3636 3304  ??  Ss2:24PM   0:00.32 screen -a -D -RR
root   598  0.0  0.3  1940 1472  p0  S+2:24PM   0:00.16 screen -a -D -RR
keramida   613  0.0  0.3  1940 1544  p2  Ss+   2:24PM   0:00.08 screen -a -D -RR
keramida   567  0.0  0.3  1992 1260  v0  I+2:23PM   0:00.01 xinit 
/home/keramida/.xinitrc -- /usr/X11R6/bin/X -dpi 90
$

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


RE: error after cvsup

2004-09-14 Thread Peter Ryan
 

> xxl# portsdb -Uu
> Updating the ports index ... Generating INDEX.tmp - please
> wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1
> Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.2
> Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5
> Warning: Duplicate INDEX entry: fvwm-imlib-2.4.18  Done.
> done
> [Updating the portsdb  in /usr/ports ... - 
> 11732 port entries found 
> .1000.2000.3000.4000.5
> 000..
> ...6000.7000.8000/usr/local/lib/ruby/site_
> ruby/1.8/
> portsdb.rb:587: [BUG] Bus Error
> ruby 1.8.1 (2004-05-02) [i386-freebsd5]
> 

There are quite a few messages about this in the last
month.

Two messages threads which discuss it are
http://archive.pilgerer.org/mharc/html/freebsd-questions/2004-09/msg00155.ht
ml
and
http://archive.pilgerer.org/mharc/html/freebsd-questions/2004-09/msg00506.ht
ml

hth
Peter


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


Re: Which Distro?

2004-09-14 Thread Geert Hendrickx
On Mon, Sep 13, 2004 at 08:27:40PM -0700, Viper wrote:
> I am going to buy a Mac g4 soon, and I am thinking
> about turning it into a server. I asked around and
> everybody rocommended FreeBSD to me. So what distro of
> FreeBSD would I use for a mac computer?

As mentioned, there is no such thing as FreeBSD distributions.  Also
FreeBSD is not ready (yet) for the Mac.  If you want to run a BSD on
your Mac (other than Darwin/OSX), you may want to try NetBSD or OpenBSD.
They have ppc ports, and I have ran them both on an iMac.  

Checkout  http://www.netbsd.org/Ports/macppc/ and
http://www.openbsd.org/macppc.html

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


Re: how to install portindex?

2004-09-14 Thread Radek Kozlowski
On Tue, Sep 14, 2004 at 12:27:32PM +0200, Karol Kwiatkowski wrote:
> Hello all,
> 
> I've been reading about portindex and finally decided to install it.
> The problem is I can't find it.
> It should be in sysutils/portindex but there's no such directory.
> 
> # whereis portindex
> portindex:
> 
> I can't find it on www.freebsd.org/ports either.
> What am I missing?

See this:
http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016065.html

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


Re: suid/sgid problem

2004-09-14 Thread Geert Hendrickx
On Tue, Sep 14, 2004 at 09:59:23AM +0530, Subhro wrote:
> Very unlikely. Did you try to remake the source tree? If not remake
> the source tree and reinstall it. That should fix the file
> permissions.

Yes I did (4-STABLE).  

And the files DO have the correct bits (suid/sgid) set.  But they seem
to have no effect.  

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


Re: showing which path a user program runs from?

2004-09-14 Thread Jez Hancock
On Mon, 13 Sep 2004 22:37:33 -0400, robg <[EMAIL PROTECTED]> wrote:
> hi, say im the user 'rob' and i have the same program in two seperate
> folders in my /home dir and run both.. if i run ps it shows me im
> running both, but how can i find out which location folder is running
> which program shown in ps

Try using the -w option to the ps commandline more than once:

ps auxww

that should give you a complete listing that includes the full
commandline.  See the manpage for more info on ps:

 -w  Use 132 columns to display information, instead of the default
 which is your window size.  If the -w option is specified more
 than once, ps will use as many columns as necessary without
 regard for your window size.



-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which Distro?

2004-09-14 Thread freebsd-questions
What's wrong with running OSX/Darwin?
You wouldn't run DOS on a SGI Ony4 would you?
just my 2 cts
Arno
On 14 sep 2004, at 05:45, shane mullins wrote:
I am not a Mac user by any means, but I think FreeBSD supports newer 
Macs.
http://www.freebsd.org/platforms/ppc.html

Shane
- Original Message -
From: "Robert Huff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 13, 2004 11:34 PM
Subject: Which Distro?

Viper writes:
 I am going to buy a Mac g4 soon, and I am thinking
 about turning it into a server. I asked around and
 everybody rocommended FreeBSD to me. So what distro of
 FreeBSD would I use for a mac computer?
1) There is no FreeBSD port for the PPC.  (Or rather, there is,
not usable as far as I know.)  If you insist on running pure-strain
UNIX try NetBSD.
2) Many programs which run on FreeBSD have a version for OS X.
Robert Huff
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

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


  1   2   >