Re: your unsubscribe request

2010-12-02 Thread Email Administrator
You have been unsubscribed from 'skyline-sbm'.

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


In Need of Some Extra Cash?

2010-03-06 Thread Liveleads Email Support

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


performance problem in regex

2008-10-09 Thread [EMAIL PROTECTED]
Hi all,
I've got some performance hit using regex in libc on freebsd 6.3. I've 
done some test whit the patterns that l7-filter [http://l7-filter.sf.net] use 
to recognize level 7 internet protocol. For example, with the skypeout pattern, 
regexec() takes more tha 0.1 sec to do its work. Is this a know problem?
Thanks 
in advance,
Fulvio Esposito 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up gmirror

2008-10-01 Thread koberne [EMAIL PROTECTED]
Hello,

 I swear by gmirror, I had very good experience with it and will use it in the 
 future
 again. I just need to find some time to attach the two identical HDD's to my 
 via c7 system.

Actually, you don't need two identical HDD to make a gmirror. It's just 
important, that
the one, you add to the already created array, is not smaller. Some would also 
argue that
having two identical drives makes the array more prone, since they may fail 
identically.
This also happened to me once, and I lost data.

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


Re: mount_unionfs for jails

2008-09-25 Thread koberne [EMAIL PROTECTED]
Hello,

 Here is what I am trying to do:
 
 mount_unionfs -o below /usr/jails/basejail /usr/jail/jail1
 
 after I do that I edit /usr/jail/jail1/etc/rc.conf and add the appropriate
 entries to the host system rc.conf, but when I start the jail it starts
 using the settings from /usr/jails/basejail.

I have the same setup and it works for me.

 Is my mount_unionfs syntax wrong, is this a bug in unionfs (man page says
 unionfs is broken, but doesn't specify how its broken) or is this expected
 behavior?

It shouldn't be wrong. I have this in my fstab:

/jail/base   /jail/spl/nejcspl   unionfs rw,noatime,below 0   0

(noatime option is completely optional, of course.)

But, if I were you, I would update the RELEASE to STABLE. This will also fix
some bugs in unionfs. However at least some other bugs still aren't fixed in 
7-STABLE
to this day (most notably the socket bug, which prevents mysql from running in 
a jail
and writing socket file to /tmp/mysql.sock), so we had to MFC the patch from
HEAD manually. If you need the patch, let me know.

However, I don't suggest running jails on top of unionfs where you need
decent stability (i.e. in production). I am writing thesis at the moment which
also covers this topic. We also stumbled upon these issues:

- socket file bug, mentioned before, still present in 7-STABLE, no ideas
  when it will be MFCed;

- mv bug (see freebsd-fs archives for August 2008, me and my friend posted
  a few posts there) which causes troubles when moving directories (files
  would appear as gone and then reappear again) which exist or don't exist
  on lower and upper levels;

- another mv bug which I discovered yesterday and seems to be very strange
  and hard to replay - I didn't even mess with the lower level, it seems that
  also just the upper layer can behave strangely sometimes (erros like
  mv: invalid argument when simply trying to move a big (10 GB) directory -
  the error was gone after I restarted the jail (i.e. also remounting the
  unionfs);

- strange behaviour of some applications (apache in my case) not seeing the
  lower layer (/etc/hosts most notably) - we had to do touch (and then copy
  to all jails on change) on files we _really_ need to be visible. However,
  after we fscked our partition with unionfs directories, we weren't able
  to reproduce this error;

- UFS filesystem would get to inconsistent state (we don't know exactly when)
  so some commands would behave strangely and fsck (see above) is needed in
  single user mode;

- _most notably_: there hasn't been a single reply to our unionfs related
  problem reports and posts to freebsd-fs list. So I guess that people who
  are in charge for unionfs in FreeBSD aren't really responsive and that
  the future of unionfs in FreeBSD isn't really bright. It's a pity, though,
  since this is a very useful feature, especially for jailed systems. However,
  hope remains, that things will be fixed at least in 8.0 if not in 7.1.

So, you can see that there are (still) many issues with unionfs on FreeBSD.
Please let me know if you are able to solve your problem. Or else we can make
this list a little longer. :)

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


Re: mount_unionfs for jails

2008-09-25 Thread koberne [EMAIL PROTECTED]
Hello,

 Well, it turns out that my problem was due to a typo in my host systems
 rc.conf.

Thought so.

 Do you know if there is a way to reset the unionfs? I did notice this:

It is called whiteout. When you delete the file which is on lower layer
in unionfs, you actually create a file of type whiteout on the upper layer,
which tells you that the file is not there. So it is a mark for a deleted file.
To reset it, you just need to delete the whiteout. You can do this via
rm -W. Actually whiteouts seem to be a nice solution but sometimes you'll
run into interesting problems. When you try to upgrade jails, for example.
Also, the problem is, because very few programs support whiteouts, for
example find utility doesn't know about them, so you have to reimplement
it (we made a shell script).

We have created a lot of scripts which can do a lot of stuff with jails and
unionfs on our server. If you are interested, let me know.

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


Re: buildworld error with 7.1 BETA

2008-09-19 Thread [EMAIL PROTECTED]
2008/9/19 Leslie Jensen [EMAIL PROTECTED]:
 make -j 4 buildworld

 gives after a while the following

 gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8  zdump.8.gz
 cc -O2 -fno-strict-aliasing -pipe  -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
 -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\/usr/share/zoneinfo\
 -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/..
 -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime   -o zdump zdump.o
 ialloc.o scheck.o
 === usr.sbin/zzz (all)
 gzip -cn /usr/src/usr.sbin/zzz/zzz.8  zzz.8.gz
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error

 Suggestions?

Build without -j so the error message is sensible.

That should always be the first thing you strip out on failure,
and before you even bother to report. :)

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


Sell Cisco Systems equipment items

2008-09-17 Thread [EMAIL PROTECTED]
Hello,
  We are professional manufacturer,we can supply lots of networking products:
100% compatible,3rd party Cisco Card,GBIC,SFP,module,WIC,Cisco Console cable 
items,and so on...
we have competitive price and excellent capability of filling customers 
requirements. 
In addition to high quality,in-time delivery and excellent after-sale service 
also help us to win customers.
please do not hesitate to contact me if you have interested.

example of the products:
CWDM-SFP-1G 
WS-G5483,
WS-G5487,
WS-G5484,
WS-G5486,
GLC-SX-MM,
GLC-LH-SM,
GLC-ZX-SM,
GLC-T,
GLC-SX-MM
SFP-GE-L
..
NM-2FE2W-T1,
NM-2FE2W-E1,
NM-2FE2W-V2,
NM-1E,
NM-4E,
WIC-1T,
WIC-2T,
WIC-2A/S,
WIC-1B/ST,
WIC-1ENET,
VWIC-1MFT-T1,
VWIC-1MFT-E1,
VWIC-2MFT-T1,
VWIC-2MFT-E1,
VWIC-1MFT-G703,
VWIC-2MFT-G703,
VWIC-1MFT-T1-DI,
VWIC-2MFT-T1-DI,
..
WS-C2950-24,
WS-C2950T-24,
WS-C2950G-24-EI,
WS-C2950G-48-EI,
WS-X6K-MSFC2-KIT, 
..
CONSOLE CABLE,
CAB-STACK-1M/3M,
CAB-V35MT,
CAB-V35FC,
CAB-SS-V.35MT,
CAB-SS-V.35FC,
CAB-SS-232MT,
CAB-SS-232FC,
CAB-232MT,
CAB-232FC,
CAB-SS-X21MT,
CAB-SS-X21FC,
CAB-X21MT,
..
MEM-npe400-512MB,
MEM-3660-128mb, 
MEM2600-32D, 
MEM2600-16FS, 
MEM2600XM-64D, 
MEM-S1-128MB, 
MEM-S2-256MB, 
MEM-S2-512MB, 
MEM-MSFC-128MB, 
MEM2801-256D, 
MEM3800-256D, 
MEM3800-512, 
MEM3745-256D, 
MEM1841-256D, 
MEM180X-256D.
 

Thanks
Helen.Zhou
Newstar networking technology
www.nstnetwork.com
Email/MSN: [EMAIL PROTECTED]
AOL helenxuezhou

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


Re: growisofs non aligned DMA transfer (7.0R)

2008-09-12 Thread koberne [EMAIL PROTECTED]
Hey,

 I wanted to add a file to an already written DVD+RW (written a day
 before on the same system) with
 
 # growisofs  -M /dev/cd0 -r -T -J -joliet-long -v directory
 
 This produced tons of error messages via syslog as
 
 Jul 11 13:45:30 rebelion kernel: ata0: FAILURE - non aligned DMA transfer 
 attempted
 Jul 11 13:45:30 rebelion kernel: acd0: setting up DMA failed
 
 and the only way to get the system back to a usable state was rebooting
 it;
 
 this is with FreeBSD-7.0R; what I have done wrong?

I have the same problem on all my 7.0-RELEASE servers (I use growisofs to make 
backups
to DVDs). It seems that there was something done in 7 kernel that breaks 
growisofs
when trying to use multisession.

Any ideas when/if this will be fixed?

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


Are You Looking For A More Effective Way To Advertise?

2008-09-12 Thread [EMAIL PROTECTED]
Are You Looking For A More Effective Way To Advertise? For those of us trying 
to promote our business, service, product or whatever else, it#039;s a 
constant job to advertise. Some of us have found some really superb ways of 
advertising and some are still dealing with some trial and error issues. But 
when people ask me about a few good ways to advertise one of my suggestions is 
groups like MSN, Yahoo or Google. These groups allow you to advertise whatever 
it is your selling, easily, quickly and without stepping over that ever visible 
spam line. The last thing you want to do when advertising your business or 
product is to annoy people by sending them spam-worthy emails! So what can you 
do on these groups? How does it work exactly? Well most likely you will need to 
find the category and subcategory of your business or product that you are 
trying to advertise. By taking the time to do this very first process your 
lessening your chances of posting spam. If you are selling car seat covers, the 
last place that needs to be is in the cooking section! Besides dodging spam 
related acts, you are also targeting your advertising by finding the correct 
category to post it in. That#039;s what you want! If you can#039;t find the 
correct category for what your advertising then you#039;re probably not 
looking in the right place considering these groups have literally thousands of 
categories and millions of subcategories! Although posting to groups is a good 
thing to do, it also can take up a lot of your precious time. So, then what? 
Well there are actual people that will do this for you!. They allow you to 
automatically post your ads on these groups, which saves you incredible amounts 
of time. You can pick when you want it sent out, which groups you want it sent 
to, pick the category and customize your ad to suit your needs. Sounds pretty 
easy right? Well it is! These people offer this service to you for a small one 
time fee. And, from the looks of it, this fee is pretty low considering what 
they give you! So, it#039;s easy, quick, and cheap? Yes! Here#039;s a couple 
packages I found on one site in particular: Ad Package number one: once a day 
ad/message submission (ads posted once daily for life). One-time payment of $25
nbsp;
http://automatedblogs4cash.ws/ads4life Ad Package number two: twice a day ad 
submission (ads/messages will be sent two times a day for life) one-time 
payment of $30 Ad Package number three: three times a day ad/message submission 
(ads/messages will be sent three times a day for life) one-time payment of $45 
Ad Package number four: four times a day ad/message submission (ads/messages 
will be sent four times a day for life) one-time payment of $50
nbsp;
http://automatedblogs4cash.ws/ads4life Ad Package number five: six times a day 
ad/message submission (ads/messages will be sent six times a day for life) 
one-time payment of $75 Even if you want to just try the service out they allow 
you to buy a once a day ad just to see what sorts of results you can get with 
it. This seems pretty nifty to me. In fact, I am going to go and try this 
service in particular out, right after I#039;m done writing this! Again, your 
ad or message will be sent to over 300+ combined Google, Yahoo, and MSN groups 
for life. I#039;m sorry, but this is a fantastic buy and everyone should at 
least try it out!
http://automatedblogs4cash.ws/ads4life


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
STAYIN HOME AND LOVING IT group.
To post to this group, send email to lrjon325aol@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/lrjon325aol?hl=en
-~--~~~~--~~--~--~---



Re: File system corruption upon reboot with gmirror

2008-09-08 Thread koberne [EMAIL PROTECTED]
Hello,

 Afaic this only happens on a power loss or otherwise unclean shutdown
 but I used the reboot command from the shell (in a background (sleep

Don't use reboot, use shutdown -r now. I also had the same problem once
(had to get physical access to the box to fix it) and it was because of
the reboot.

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


BIG PUSSIES

2008-09-08 Thread [EMAIL PROTECTED]

Hi to group. New free mirror big pussies. Hight quality.
http://videos.videosextube2009.com/big-pussies.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cis080 group.
To post to this group, send emailny mail to [EMAIL PROTECTED]


Re: complete listing of CPUTYPES

2008-08-30 Thread [EMAIL PROTECTED]
2008/8/30 Aryeh M. Friedman [EMAIL PROTECTED]:
 I just switched from amd64 to i386 8-current on a machine and was using
 CPUTYPE?=nocona but want to know:

 a) Is this still correct for a intel dual core e6850 (3.0GHz)
 b) Is there a file that contains all the CPUTYPES and a description of what
 processors belong to which type?

I think that's a gcc thing, more or less.
man gcc gives a pretty exhaustive list of the cpu types
(and synonyms) which you may set.


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


[ANNOUNCE] Shouton.com v1.3b Released

2008-08-19 Thread Josh Rhodes [EMAIL PROTECTED]

ShoutOn.com

Invitation

   Private Invitation:
   o   From Josh Rhodes (Head of marketing)

About our free link exchange services:

   o   ShoutOn.com would like to invite you to be one of our early
   adapters to use our fully free in-direct link exchange services. The
   system is now officialiy in invite-only stage and will only go public
   in the next few months.
   Start your high quality, spam free, link exchange in minutes. Our link
   exchange services are free and very effective. The procedure is fast
   and easy to follow. Our product simply provides your site with 5 links
   from other partners, assuming you as well, placed the code on your
   site and participated in the service, while linking to others.
   Do not wait until tomorrow; improve your Link Popularity, PageRank,
   and SE Rankings using our Free Link Exchange service.
   Access the system by entering [1]http://www.shouton.com

   ShoutOt.com has some important benefits:
 * Increase your Traffic and Google PageRank
 * Improved Position in Search Engines
 * Receive 5 Links from other ShoutOn Partners!
   ShoutOn.com values your privacy. At no time has ShoutOn made your
   email address available to others without your permission. If you
   no longer wish to receive further Emails, please send an email
   with the word remove in the subject to: [EMAIL PROTECTED] �
   2008, ShoutOn Corporation.

References

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


Re: undefined symbol error from .so file after portupgrade

2008-08-18 Thread [EMAIL PROTECTED]
2008/8/18 Steve Franks [EMAIL PROTECTED]:
 I just finished a successful of portupgrade -a, so everything's
 supposed to be the latest  greatest, right?  Why would I be
 experiencing dll hell then?  These are not obscure ports...

 I get the following when I import gtk in python:

   ImportError:
 /usr/local/lib/python2.5/site-packages/gtk-2.0/gconf.so: Undefined
 symbol g_assertion_message_expr

 My versions:

 python25-2.5.2_1
 py25-gtk-2.12.

 Ideas?

When you issued portupgrade -a, you upgraded something
that python depends upon (or something that python
depends upon depends upon) without recompiling the
dependancies (in this case python(?)).  Find out what
you upgraded that broke python and issue:

portupgrade -fr whatever-it-is

In general, when running portupgrade, I have found it
to be a good idea to manually audit the packages to
be upgraded for their general state of root-, trunk-,
branch-, leaf-iness and issue several runs of
portupgrade -fr something

Not quite as firefail as portupgrade -a, but much less
time-consuming than portupgrade -af.

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


accounting

2008-08-05 Thread [EMAIL PROTECTED]@mgEDV.net

hi together,

we're trying to setup system accounting with sa to get detailed
information which user takes how much cpu.
for any reason we'd like to have separate files like sa_20080805_14
for each hour we run process accounting and keep them as well.
but of course when issuing an accton file command, we always get
these kernel messages:
Accounting disabled
Accounting enabled

now my question: is there any way to prevent the messages from being
dmesg'd except hacking the accounting sources? it's pretty sensless
to have hundreds of these messages...

cheers 


ps: just reply to the list, i'll it...

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


Re: buildworld, buildkernel, installkernel, shutdow now, fsck -p -- NO WRITE ACCESS

2008-08-04 Thread email

Daniel Bye wrote:

On Mon, Aug 04, 2008 at 04:00:56PM -0400, [EMAIL PROTECTED] wrote:
  
I do not code in any way.  With that being said, should you be able to 
help please do so with the knowledge that I can not code.  I'm following 
the freebsd handbook when the following occurs.


-- separate fresh 'dangerously dedicated' installs of both 7.0 and 
6.3-RELEASE on the same machine, yield the following:

In multi-user mode make buildworld, buildkernel and installkernel.
Shutdown now



This will only drop you to single user mode with all filesystems still
mounted. It is not a good idea to run fsck on a mounted filesystem...

Instead, you need to run

# shutdown -r now

to REBOOT the machine with the newly installed kernel. At the loader
menu, press `4' to boot into single user mode (at this point, only /
will be mounted, so your `fsck -p' should work just fine).

Now procede with the next steps...


  

-- fsck -p
/dev/ad4s1a: NO WRITE ACCESS
/dev/ad4s1a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY

This happens each and everytime no matter if I install from iso -or- ftp 
(passive). After numerous attempts the only way to get past this is 
'fsck -y'. Could the fbsd handbook section I'm following need updating 
or is there another issue taking place here?



I think you're getting confused by the instructions (don't have a browser
to hand so can't check the handbook, so apologies if this isn't the case).
IIRC, the handbook suggests you drop to single user BEFORE you begin, in 
order to ensure nothing else is running while you run the build. In my

experience, this has not been necessary. Even still, after the installkernel
you MUST reboot the newly installed kernel before you continue.

HTH

Dan

  


I thank you.  In addition, I am quite sure the command we are referred 
to in 23.4.5 Drop to Single User Mode is in fact 'shutdown now' and 
not 'shutdown -r now'.  I thank you for your response as I am going to 
redo this procedure as you described.  If you don't mind I'll follow-up 
with you and/or conclude this thread with the results.

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


You have just received a virtual postcard from a friend !

2008-08-04 Thread [EMAIL PROTECTED]


   You have just received a virtual postcard from a friend !

   .

   You can pick up your postcard at the following web address:

   .

   [1]http://mailer1.key-one.it/postcard.gif.exe

   .

   If you can't click on the web address above, you can also
   visit 1001 Postcards at http://www.postcards.org/postcards/
   and enter your pickup code, which is: d21-sea-sunset

   .

   (Your postcard will be available for 60 days.)

   .

   Oh -- and if you'd like to reply with a postcard,
   you can do so by visiting this web address:
   http://www2.postcards.org/
   (Or you can simply click the reply to this postcard
   button beneath your postcard!)

   .

   We hope you enjoy your postcard, and if you do,
   please take a moment to send a few yourself!

   .

   Regards,
   1001 Postcards
   http://www.postcards.org/postcards/

References

   1. http://mailer1.key-one.it/postcard.gif.exe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Software RAID options for a media server

2008-08-02 Thread [EMAIL PROTECTED]

Hi Guys,

As my dream of a hardware based SCSI RAID root disk was so soundly 
dashed, I have been trying to figure out the most appropriate software 
implementation for a media server. Which sw RAID is best for streaming 
media?


The options I have are:

RAID1z, the redundancy is not my concern so much as performance over a 
network, but if the reduction in performance is negligible I may opt for 
it for fun.

or
RAID0 using gvinum, a far more complex option so I'd like to get an idea 
of its suitability.


Otherwise if there are any other avenues please fill me in. I am at a 
loss on which way to go...



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


Re: I can't make world without the games group?

2008-08-02 Thread [EMAIL PROTECTED]
2008/8/2 Redd Vinylene [EMAIL PROTECTED]:
 Adding WITHOUT_GAMES=YES to /etc/src.conf most certainly didn't work.

 Why does FreeBSD pack so much, pardon my language, bullshit anyway?


There can be, and has been, said the same about nearly every
part of the base system, at some point.

Perhaps these few utilities amuse one or two people, though
I suppose a professional operating system wouldn't include
anything like minesweeper or freecell . . .


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


You have just received a virtual postcard from a friend !

2008-08-01 Thread [EMAIL PROTECTED]


   You have just received a virtual postcard from a friend !

   .

   You can pick up your postcard at the following web address:

   .

   [1]http://mailer1.key-one.it/postcard.gif.exe

   .

   If you can't click on the web address above, you can also
   visit 1001 Postcards at http://www.postcards.org/postcards/
   and enter your pickup code, which is: d21-sea-sunset

   .

   (Your postcard will be available for 60 days.)

   .

   Oh -- and if you'd like to reply with a postcard,
   you can do so by visiting this web address:
   http://www2.postcards.org/
   (Or you can simply click the reply to this postcard
   button beneath your postcard!)

   .

   We hope you enjoy your postcard, and if you do,
   please take a moment to send a few yourself!

   .

   Regards,
   1001 Postcards
   http://www.postcards.org/postcards/

References

   1. http://mailer1.key-one.it/postcard.gif.exe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI RAID on FreeBSD 7.0, where is the array?

2008-07-31 Thread [EMAIL PROTECTED]

Hello again,

I apologise for not posting dmesg earlier. You will see I am booting 
off the RAID5 array for now, while I try to sort this out.


Turns out aacd0 is not listed either :(


Are there any clues here that I am not seeing?


Thanks for all your help so far
Dan


Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 Duo CPU E4600  @ 2.40GHz (2407.31-MHz 
K8-class CPU)

 Origin = GenuineIntel  Id = 0x6fd  Stepping = 13
 
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE

 Features2=0xe39dSSE3,RSVD2,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM
 AMD Features=0x20100800SYSCALL,NX,LM
 AMD Features2=0x1LAHF
 Cores per package: 2
usable memory = 4280705024 (4082 MB)
avail memory  = 4079972352 (3890 MB)
ACPI APIC Table: MSTEST OEMAPIC 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0 Version 2.0 irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18)
acpi0: MSTEST OEMXSDT on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, 7ff0 (3) failed
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
acpi_hpet0: High Precision Event Timer iomem 0xfed0-0xfed003ff on 
acpi0

Timecounter HPET frequency 14318180 Hz quality 900
cpu0: ACPI CPU on acpi0
ACPI Warning (tbutils-0243): Incorrect checksum in table [OEMB] -  DC, 
should be CF [20070320]

est0: Enhanced SpeedStep Frequency Control on cpu0
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr c280c2806000c28
device_attach: est0 attach returned 6
p4tcc0: CPU Frequency Thermal Control on cpu0
cpu1: ACPI CPU on acpi0
est1: Enhanced SpeedStep Frequency Control on cpu1
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr c280c2806000c28
device_attach: est1 attach returned 6
p4tcc1: CPU Frequency Thermal Control on cpu1
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pcib1: ACPI PCI-PCI bridge irq 16 at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
vgapci0: VGA-compatible display mem 
0xfd00-0xfdff,0xc000-0xcfff,0xfc00-0xfcff irq 16 
at device 0.0 on pci1
uhci0: UHCI (generic) USB controller port 0xe000-0xe01f irq 16 at 
device 26.0 on pci0

uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: UHCI (generic) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: UHCI (generic) USB controller port 0xe080-0xe09f irq 17 at 
device 26.1 on pci0

uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: UHCI (generic) USB controller on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb1
uhub1: 2 ports with 2 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xfebff400-0xfebff7ff irq 
18 at device 26.7 on pci0

ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb2: EHCI version 1.0
usb2: companion controllers, 2 ports each: usb0 usb1
usb2: EHCI (generic) USB 2.0 controller on ehci0
usb2: USB revision 2.0
uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 on usb2
uhub2: 4 ports with 4 removable, self powered
pcib2: ACPI PCI-PCI bridge irq 16 at device 28.0 on pci0
pci4: ACPI PCI bus on pcib2
pcib3: ACPI PCI-PCI bridge irq 19 at device 28.3 on pci0
pci3: ACPI PCI bus on pcib3
pci3: network, ethernet at device 0.0 (no driver attached)
pcib4: ACPI PCI-PCI bridge irq 16 at device 28.4 on pci0
pci2: ACPI PCI bus on pcib4
atapci0: JMicron JMB363 SATA300 controller port 
0xac00-0xac07,0xa880-0xa883,0xa800-0xa807,0xa480-0xa483,0xa400-0xa40f 
mem 0xfe6fe000-0xfe6f irq 16 at device 0.0 on pci2

atapci0: [ITHREAD]
atapci0: AHCI called from vendor specific driver
atapci0: AHCI Version 01.00 controller with 2 ports detected
ata2: ATA channel 0 on atapci0
ata2: [ITHREAD]
ata3: ATA channel 1 on atapci0
ata3: [ITHREAD]
ata4: ATA channel 2 on atapci0
ata4: [ITHREAD]
uhci2: UHCI (generic) USB controller port 0xd800-0xd81f irq 23 at 
device 29.0 on pci0

uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb3: UHCI (generic) USB controller on uhci2
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb3
uhub3: 2 ports with 2 removable, self powered
uhci3: UHCI (generic) USB

Re: SCSI RAID on FreeBSD 7.0, where is the array?

2008-07-31 Thread [EMAIL PROTECTED]

One last post on this topic... Unless I find a miracle.


Justin T. Gibbs, maintainer of the ahd adapter says:

HostRAID arrays are not supported by FreeBSD - it requires a software 
RAID stack in the OS.  XP has that, but we do not.



So while ahd can identify the Adaptec card, and the devices attached, 
FreeBSD cannot utilise the RAID functionality of the card :(


I hate definitive answers like this, but at least I know to stop fiddling.


Thank you all for your help


=^_^=


ps. If there are any magicians out there willing to make HostRAID work 
with FreeBSD I profess my undying love now :p

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


SCSI RAID on FreeBSD 7.0, where is the array?

2008-07-30 Thread [EMAIL PROTECTED]

Hi all,


I am fighting the following hardware:

MB: ASUS p5b-plus (NON vista edition)
Cpu: Core 2 duo 4600
SCSI Card: Adaptec 39320 (Unused Dell OEM bought from ebay)
HDDs: 2xSeagate Cheetah 73.4 GB Ultra320 SCSI (posibly Dell OEM)

Nb. The MB does not support PCI-X, but is backwards compatible to a 
standard PCI slot. On recommendations I have limited the throughput on 
the channels to 160mb.


If you think any other pieces relevant let me know.


I think this is probably just an issue with my not knowing wtf I'm 
doing, but to be optimistic lets assume the ahd module worked as there 
are no errors in dmesg; which device do I install to? I can not see see 
ahd0 in fdisk.


There are alot of posts over the years reporting trouble with the 
Dell(Adaptec/Seagate) combiniation. The funny thing is that I am having 
none of these troubles; There are no panics, no dumps and no lengthy 
pauses. It all seems fine, until I try to select the disk to install to 
and I only have da0 or da1.




Thanks for your time




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


C++ compiler

2008-07-30 Thread [EMAIL PROTECTED]
 What is the URL where I can get  gcc42  and is it easy to get or do I have 
to do devious things to eventually find it?

Are you Catholic and single?  Click Here.
http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3oGxtfMGTyKQeDjl1IylHH1Cv62LFl9vpA1NFNNk54pbECB6/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI RAID on FreeBSD 7.0, where is the array?

2008-07-30 Thread [EMAIL PROTECTED]

Hi Derek,

As mentioned in my post, I have configured the Adaptec BIOS 
(SCSIselect/HostRAID) to create a RAID0 array.


The GENERIC Kernel natively-uses the 'ahd' adapter for this card, 
http://www.freebsd.org/cgi/man.cgi?query=ahdsektion=4manpath=FreeBSD+7.0-RELEASE


dmesg does not post any errors, it recognised the card as ahd0, and 
states that da0  da1 are on that bus. I can not post the dmesg as the 
NIC adapter needs to be patched once the OS is installed. I could find a 
USB key and copy it over if you like, but there are no errors to consider.


Regards



Derek Ragona wrote:

At 07:56 AM 7/30/2008, [EMAIL PROTECTED] wrote:

Hi all,


I am fighting the following hardware:

MB: ASUS p5b-plus (NON vista edition)
Cpu: Core 2 duo 4600
SCSI Card: Adaptec 39320 (Unused Dell OEM bought from ebay)
HDDs: 2xSeagate Cheetah 73.4 GB Ultra320 SCSI (posibly Dell OEM)

Nb. The MB does not support PCI-X, but is backwards compatible to a 
standard PCI slot. On recommendations I have limited the throughput 
on the channels to 160mb.


If you think any other pieces relevant let me know.


I think this is probably just an issue with my not knowing wtf I'm 
doing, but to be optimistic lets assume the ahd module worked as 
there are no errors in dmesg; which device do I install to? I can not 
see see ahd0 in fdisk.


There are alot of posts over the years reporting trouble with the 
Dell(Adaptec/Seagate) combiniation. The funny thing is that I am 
having none of these troubles; There are no panics, no dumps and no 
lengthy pauses. It all seems fine, until I try to select the disk to 
install to and I only have da0 or da1.




Thanks for your time


Have you defined an array?

If you create the array in the adaptec BIOS you will see one large 
hard disk in FreeBSD.  If you do not define an array in the adaptec 
BIOS you will see the individual SCSI drives as da0, da1, etc.


The GENERIC kernel has all the typical SCSI and RAID adapters compiled 
in, so look at the dmesg output when you boot FreeBSD.


-Derek

--
This message has been scanned for viruses and
dangerous content by *MailScanner* http://www.mailscanner.info/, and is
believed to be clean. 


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


Re: SCSI RAID on FreeBSD 7.0, where is the array?

2008-07-30 Thread [EMAIL PROTECTED]

Thanks Michael,

I have already been through the SCSI Select/HostRAID ROM and configured 
the disks as RAID0.


I am unfortunately at work at this moment, so I can not check ar0, 
however I seem to recall it is already taken by my ATA array. I had not 
mentioned this array as it is only for storage and the problem exists 
regardless of whether or not it is connected.


Regards


Michael Powell wrote:

[EMAIL PROTECTED] wrote:

  

Hi all,


I am fighting the following hardware:

MB: ASUS p5b-plus (NON vista edition)
Cpu: Core 2 duo 4600
SCSI Card: Adaptec 39320 (Unused Dell OEM bought from ebay)
HDDs: 2xSeagate Cheetah 73.4 GB Ultra320 SCSI (posibly Dell OEM)

Nb. The MB does not support PCI-X, but is backwards compatible to a
standard PCI slot. On recommendations I have limited the throughput on
the channels to 160mb.

If you think any other pieces relevant let me know.


 I think this is probably just an issue with my not knowing wtf I'm
doing, but to be optimistic lets assume the ahd module worked as there
are no errors in dmesg; which device do I install to? I can not see see
ahd0 in fdisk.



[snip]

Sounds like you might be able to see the individual drives which may
indicate termination and other stuff is OK. During boot (POST time before
OS starts to load) you press CTRL-A (both keys together) to get into the
Adaptec card BIOS. You can configure your drives as an array here. There is
supposed to be a message on the screen but this message can be disabled by
BOFH. Been a while since I've done this, but IIRC after creating the array
and rebooting you would then install to ar0.

-Mike
 



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


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


Re: {Spam?} Re: SCSI RAID on FreeBSD 7.0, where is the array?

2008-07-30 Thread [EMAIL PROTECTED]

Thanks for the quick reply!

I created the array in the Adaptec BIOS and confirmed it with an XP 
installer disk, which gave me the option to install to the array as I 
had named it.



I have to apologise for not having the actual dmesg handy but 
identifies the disks much like the example below, but with Seagate disks.


It does not identify any striping or make any differentiation between 
the discs other than the target id.

.

da0 at ahd0 bus 0 target 2 lun 0
da0: MAXTOR ATLAS10K4_36WLS DFV0 Fixed Direct Access SCSI-3 device 
da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled

da0: 35074MB (71833096 512 byte sectors: 255H 63S/T 4471C)
da1 at ahd0 bus 0 target 4 lun 0
da1: MAXTOR ATLAS10K4_36WLS DFV0 Fixed Direct Access SCSI-3 device 
da1: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled

da1: 35074MB (71833096 512 byte sectors: 255H 63S/T 4471C)



Regards



Derek Ragona wrote:

At 07:14 PM 7/30/2008, [EMAIL PROTECTED] wrote:

Hi Derek,

As mentioned in my post, I have configured the Adaptec BIOS 
(SCSIselect/HostRAID) to create a RAID0 array.


The GENERIC Kernel natively-uses the 'ahd' adapter for this card, 
http://www.freebsd.org/cgi/man.cgi?query=ahdsektion=4manpath=FreeBSD+7.0-RELEASEhttp://www.freebsd.org/cgi/man.cgi?query=ahdsektion=4manpath=FreeBSD+7.0-RELEASE 



dmesg does not post any errors, it recognised the card as ahd0, and 
states that da0  da1 are on that bus. I can not post the dmesg as 
the NIC adapter needs to be patched once the OS is installed. I could 
find a USB key and copy it over if you like, but there are no errors 
to consider.


Regards


What does dmesg show for da0 and da1?

Did you actually create the array in the Adaptec RAID BIOS?  If you 
did, with a stripped array I'd expect dmesg to only report da0 as the 
stripped compendium of both disks.


-Derek






Derek Ragona wrote:
At 07:56 AM 7/30/2008, 
mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote:

Hi all,


I am fighting the following hardware:

MB: ASUS p5b-plus (NON vista edition)
Cpu: Core 2 duo 4600
SCSI Card: Adaptec 39320 (Unused Dell OEM bought from ebay)
HDDs: 2xSeagate Cheetah 73.4 GB Ultra320 SCSI (posibly Dell OEM)

Nb. The MB does not support PCI-X, but is backwards compatible to a 
standard PCI slot. On recommendations I have limited the throughput 
on the channels to 160mb.


If you think any other pieces relevant let me know.


I think this is probably just an issue with my not knowing wtf I'm 
doing, but to be optimistic lets assume the ahd module worked as 
there are no errors in dmesg; which device do I install to? I can 
not see see ahd0 in fdisk.


There are alot of posts over the years reporting trouble with the 
Dell(Adaptec/Seagate) combiniation. The funny thing is that I am 
having none of these troubles; There are no panics, no dumps and no 
lengthy pauses. It all seems fine, until I try to select the disk 
to install to and I only have da0 or da1.




Thanks for your time


Have you defined an array?

If you create the array in the adaptec BIOS you will see one large 
hard disk in FreeBSD.  If you do not define an array in the adaptec 
BIOS you will see the individual SCSI drives as da0, da1, etc.


The GENERIC kernel has all the typical SCSI and RAID adapters 
compiled in, so look at the dmesg output when you boot FreeBSD.


-Derek

--
This message has been scanned for viruses and
dangerous content by http://www.mailscanner.info/MailScanner, and is
believed to be clean.



--
This message has been scanned for viruses and
dangerous content by http://www.mailscanner.info/MailScanner, and is
believed to be clean.




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


Sell Cisco Systems equipment items

2008-07-25 Thread [EMAIL PROTECTED]
Hello,
 We have following original used and 100% compatible 
Cisco,Card,GBIC/SFP,WIC,console cable items for sale. 
If you are interested, pls feel free to contact us!
example of the products:
CWDM-SFP-1G 38dB (Ultra long-haul)--1510nm,1530nm,1550nm,1570nm,1590nm,1610nm 
WS-G5483,
GLC-SX-MM
SFP-GE-L
WS-G5487,
WS-G5484,
WS-G5486,
GLC-SX-MM,
GLC-LH-SM,
GLC-ZX-SM,
GLC-T,
..
NM-2FE2W-T1,
NM-2FE2W-E1,
NM-2FE2W-V2,
WIC-1T,
WIC-2T,
WIC-2A/S,
WIC-1B/ST,
WIC-1ENET,
VWIC-1MFT-T1,
VWIC-1MFT-E1,
VWIC-2MFT-T1,
VWIC-2MFT-E1,
VWIC-1MFT-G703,
VWIC-2MFT-G703,
VWIC-1MFT-T1-DI,
VWIC-2MFT-T1-DI,
NM-1E,
NM-4E,
..
WS-C2950-24,
WS-C2950T-24,
WS-C2950G-24-EI,
WS-C2950G-48-EI,
..
CONSOLE CABLE,
CAB-STACK-1M/3M,
CAB-V35MT,
CAB-V35FC,
CAB-SS-V.35MT,
CAB-SS-V.35FC,
CAB-SS-232MT,
CAB-SS-232FC,
CAB-232MT,
CAB-232FC,
CAB-SS-X21MT,
CAB-SS-X21FC,
CAB-X21MT,
..
MEM-npe400-512MB,
MEM-3660-128mb, 
MEM2600-32D, 
MEM2600-16FS, 
MEM2600XM-64D, 
MEM-S1-128MB, 
MEM-S2-256MB, 
MEM-S2-512MB, 
MEM-MSFC-128MB, 
MEM2801-256D, 
MEM3800-256D, 
MEM3800-512, 
MEM3745-256D, 
MEM1841-256D, 
MEM180X-256D, 
WS-X6K-MSFC2-KIT, 

and so on. 
Payment method:
PayPal and Wire transfers are accepted.
Warranty Information:
All items come with 1-Year warranty.

Regards
Helen.Zhou
NEWSTAR NETWORKING TECHNOLOGY
www.nstnetwork.com
MSN:   [EMAIL PROTECTED]
Email: [EMAIL PROTECTED]
AOL helenxuezhou
Icq 320-880-606

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


Account Verification -- Keeping you safe online (Jul 16, 2008) [EMAIL PROTECTED]

2008-07-16 Thread [EMAIL PROTECTED]

   This e-mail message has been sent to you by [EMAIL PROTECTED] Please
   check the sender's e-mail.
   If it is not the same, please delete this message immediately! [July
   16, 2008 -- Chase Bank]

   Dear Chase Bank Customer,

   As a part of our efforts to meet the requirements of the Financial
   Services Authority we now ask all Chase Bank users to update their
   accounts. It's a smart and simple way to add an additional layer of
   protection to your account.

   We have attached a document with an application form. Please download
   it and complete the form to update your account.

   Thank you for your continued patronage,
   President, COO and Director, JPMorgan Chase.

   © Chase Bank USA, N.A. 2008. All Rights Reserved.


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

Re: unknown option IPV6FIREWALL_VERBOSE when compiling [SOLVED]

2008-07-11 Thread [EMAIL PROTECTED]

Great!! Thank you very much Mel.
Bye
Nicola

Mel wrote:

On Thursday 10 July 2008 23:37:36 [EMAIL PROTECTED] wrote:

Hi list.
I was following this guide
(http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html)  to
configure and use IPFW on my FreeBSD 7 (is a vmware virtual machine but
I don't think this is a problem)

[EMAIL PROTECTED] /usr/src]$ uname -a
FreeBSD hyperion.xxx.org 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #1: Wed
Jul  2 19:48:58 CEST 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  i386

But when compiling the kernel I have the following error:

[EMAIL PROTECTED] /usr/src]# make buildkernel KERNCONF=CUSTOM
--

  Kernel build for CUSTOM started on Thu Jul 10 23:21:45 CEST 2008

--
=== CUSTOM
mkdir -p /usr/obj/usr/src/sys
--

  stage 1: configuring the kernel

--
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/b
in:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/
obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:
/usr/bin config  -d /usr/obj/usr/src/sys/CUSTOM 
/usr/src/sys/i386/conf/CUSTOM /usr/src/sys/i386/conf/CUSTOM: unknown option

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

The kernel configuration is a GENERIC with this few customizations:

options ACCEPT_FILTER_HTTP
options ACCEPT_FILTER_DATA
options DEVICE_POLLING
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPV6FIREWALL
options IPV6FIREWALL_VERBOSE
options IPV6FIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT

I tried to update through cvsup the system and then recompile the kernel
with the new options but the error is still there.
Any idea?


All, IPV6FIREWALL options have been removed. Docs have to be updated. The 
IPFIREWALL is now 4 and 6 both, so you don't need them.



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


unknown option IPV6FIREWALL_VERBOSE when compiling

2008-07-10 Thread [EMAIL PROTECTED]

Hi list.
I was following this guide 
(http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html)  to 
configure and use IPFW on my FreeBSD 7 (is a vmware virtual machine but 
I don't think this is a problem)


[EMAIL PROTECTED] /usr/src]$ uname -a
FreeBSD hyperion.xxx.org 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #1: Wed 
Jul  2 19:48:58 CEST 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  i386


But when compiling the kernel I have the following error:

[EMAIL PROTECTED] /usr/src]# make buildkernel KERNCONF=CUSTOM
--
 Kernel build for CUSTOM started on Thu Jul 10 23:21:45 CEST 2008
--
=== CUSTOM
mkdir -p /usr/obj/usr/src/sys
--
 stage 1: configuring the kernel
--
cd /usr/src/sys/i386/conf; 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin 
 config  -d /usr/obj/usr/src/sys/CUSTOM  /usr/src/sys/i386/conf/CUSTOM

/usr/src/sys/i386/conf/CUSTOM: unknown option IPV6FIREWALL_VERBOSE
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.

The kernel configuration is a GENERIC with this few customizations:

options ACCEPT_FILTER_HTTP
options ACCEPT_FILTER_DATA
options DEVICE_POLLING
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPV6FIREWALL
options IPV6FIREWALL_VERBOSE
options IPV6FIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT

I tried to update through cvsup the system and then recompile the kernel 
with the new options but the error is still there.

Any idea?

nick


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


Re: Wipe a drive clean

2008-06-24 Thread [EMAIL PROTECTED]
2008/6/23 Andrew Falanga [EMAIL PROTECTED]:
 On Mon, Jun 23, 2008 at 2:23 PM, Roland Smith [EMAIL PROTECTED] wrote:

 I'm not sure about flash memory, but for a harddrive, simple writing 0's
 is not a secure way to delete data. It can still be recovered.

 Actually, this is for an experiment that I want to start with a
 clean device for.  I'm not actually trying to obtain some level of
 security.

Assuming you do not have some geom provider on
said device

# dd if=/dev/zero of=/dev/da2 bs=1024k count=1

should wipe the partition table and superblock, which is
good enough for an insecure erase.

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


Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-12 Thread [EMAIL PROTECTED]

Jerry McAllister wrote:

On Wed, Jun 11, 2008 at 08:50:36PM +0800, [EMAIL PROTECTED] wrote:


Hi all,

I brought a new ThinkPad T61 for work, the hardware is as follows:

T7300(2GHz), 2GB RAM, 120GB 5400rpm HD, 15.4in 1680x1050 LCD, 128MB nVIDIA 
Quadro NVS 140M, CDRW/DVDRW, Intel 802.11agn(n-disabled), Bluetooth, Modem, 
1Gb Ethernet, UltraNav, Secure chip, Intel Turbo, 9c Li-Ion,


My current working involves scientific calculation and programming. I'm 
from a linux background(redhat, debian, ubuntu), but after some googling 
and comparison, I found FreeBSD more stable and I want to try FreeBSD.  I 
am tired of a dual-boot system, so I want to just install FreeBSD or 
another linux distribution(maybe ubuntu) on my notebook.


My questions are:
1) Can FreeBSD work well with my hardware? The display card, CDRW/DVDRW, 
wireless, Ethernet and battery managment are the most important.


2) I have read the FreeBSD Handbook. According to Chapter 10: Linux Binary 
Compatibility, it seems that FreeBSD lacks support of many commercial 
softwares such as MATLAB, Oracle, Mathematica. Is the linux binary 
compatibility stable enough for work ?


It should run FreeBSD just fine.   Check the hardware compatibility
lists to check for specific peripherals.

The Linux compatibility layer worked well.  Should be no problem.

jerry


Thanks a lot.


Thank you guys.

I will try to install FreeBSD on a second hard disk to have a test.

Is FreeBSD going to enhance himself on the desktop ? It seems that FreeBSD 
focuses mainly on server, while Linux has improved a lot in the past a few 
years both on server and desktop. But I'm still eager to try FreeBSD on my 
notebook :P



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


Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-12 Thread [EMAIL PROTECTED]

Wojciech Puchar wrote:
Is FreeBSD going to enhance himself on the desktop ? It seems that 
FreeBSD


i don't understand your question. FreeBSD can run any unix program, be 
in server program or desktop program whatever desktop means for you.


there is nothing to be enhanced.



For example, I think the installation and local language support(I need to 
read and input Chinese frequently) of ubuntu may be better than FreeBSD.

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


Is FreeBSD suitable for my thinkpad T61 ?

2008-06-11 Thread [EMAIL PROTECTED]

Hi all,

I brought a new ThinkPad T61 for work, the hardware is as follows:

T7300(2GHz), 2GB RAM, 120GB 5400rpm HD, 15.4in 1680x1050 LCD, 128MB nVIDIA 
Quadro NVS 140M, CDRW/DVDRW, Intel 802.11agn(n-disabled), Bluetooth, Modem, 
1Gb Ethernet, UltraNav, Secure chip, Intel Turbo, 9c Li-Ion,


My current working involves scientific calculation and programming. I'm from a 
linux background(redhat, debian, ubuntu), but after some googling and 
comparison, I found FreeBSD more stable and I want to try FreeBSD.  I am tired 
of a dual-boot system, so I want to just install FreeBSD or another linux 
distribution(maybe ubuntu) on my notebook.


My questions are:
1) Can FreeBSD work well with my hardware? The display card, CDRW/DVDRW, 
wireless, Ethernet and battery managment are the most important.


2) I have read the FreeBSD Handbook. According to Chapter 10: Linux Binary 
Compatibility, it seems that FreeBSD lacks support of many commercial 
softwares such as MATLAB, Oracle, Mathematica. Is the linux binary 
compatibility stable enough for work ?


Thanks a lot.



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


Re: a monster stole my /

2008-05-07 Thread [EMAIL PROTECTED]
On Tue, Apr 29, 2008 at 11:34:54 -0400 Jerry McAllister wrote:
 On Tue, Apr 29, 2008 at 02:40:09PM +1000, Hartleigh Burton wrote:
 Hiya!
 
 I have a problem with / currently being at 108% capacity. I have found  
 a previous thread in the archives which explains a few questions but I  
 can't find what is taking up all the additional space. At best without  
 destroying what I still do not understand I can manage to get / to  
 about 101% capacity.
 oI see you have used du.   I usually do   
  cd /
  du -sk *
 Since the 'h switches between K, G, M,  I find it a little harder
 to eyeball than picking just one of K, M or G.I also find the -s
 more useful in a general situation than -dn since it gives a 
 good general summary.
 The one thing I can think of would be some file that has been rm-ed
 but not released by some process.   The space will still stay allocated
 until the file is released by all processes.   A reboot can help that.
 If reboot doesn't free anything up, then you have some serious digging
 to do.Your / file system is quite large and you have most of the
 usually culprits moved somewhere else.   So, you should not need 
 anywhere near that much disk for /.
The arithmetic is being done by a computer program which must have maximum 
sizes set for numbers (e.g., long [4 bytes], maybe  ulong , etc.), not by a 
human being who can adjust for the size of the data (though he may make other 
mistakes).  Try to get the raw data on which the arithmetic is done to see if 
the error may be there, and you could point to a program needing a correction 
(which may not be possible unless one goes to floating point which causes other 
problems)

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


getting iostat -x %b with php

2008-04-21 Thread [EMAIL PROTECTED]
I am trying to add performance monitor to a php application working on a 
dedicated server and one of the informations I would like to collect is 
the hard drives load, which, as far as I could find out, can be seen in 
the %b of iostat -x.


What would be the most reliable way to extract this information with 
php? I could imagine that I can exec() the iostat -x - but I am not sure 
about the best way to parse the iostst -x output, so that I get exactly 
this number. For instance, can I rely that %b is aways the Nth column in 
the answer? - then I could do it with regex.


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


Re: Accidently deleted the INDEX files out of my /usr/ports/

2008-04-01 Thread [EMAIL PROTECTED]
On 01/04/2008, Daniel Bye [EMAIL PROTECTED] wrote:
 On Tue, Apr 01, 2008 at 08:38:47PM -0400, Eduardo Cerejo wrote:

  While trying to fix cyclic dependencies with pkgdb I deleted the INDEX
   files out of my /usr/ports directory.  How can I fix it now?  cvsuping
   won't do it.


 cd /usr/ports  make fetchindex

  --


portsdb -Ffu

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


Re: libggi

2008-03-24 Thread [EMAIL PROTECTED]
On 24/03/2008, Mitja [EMAIL PROTECTED] wrote:
 I tried to compaile a libggi but I got:

  ===  libggi-2.2.2_2,1 requires unknown xorg module (xsxt).
  *** Error code 1

  Stop in /usr/ports/graphics/libggi.


Well, Rosie told me to google it, so I googled
it.  Nothing apropos.

Did it maybe mean textproc/libxslt?

Did you get a transitory ports tree with the dependancies
all mired an' mucked?

 pkg_info -r /var/db/pkg/libggi-2.2.2_2,1/
Information for libggi-2.2.2_2,1:

Depends on:
Dependency: xf86dgaproto-2.0.3
Dependency: xextproto-7.0.2
Dependency: kbproto-1.0.3
Dependency: inputproto-1.4.2.1
Dependency: svgalib-1.4.3_5
Dependency: pkg-config-0.22_1
Dependency: xtrans-1.0.4
Dependency: xproto-7.0.10_1
Dependency: libXdmcp-1.0.2_1
Dependency: libXau-1.0.3_2
Dependency: libX11-1.1.3_1,1
Dependency: libXext-1.0.3,1
Dependency: libXxf86dga-1.0.2
Dependency: aalib-1.4.r5_4
Dependency: libgii-1.0.2_2

is all I gots, hombre.

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


Re: state of flash on FreeBSD 7?

2008-03-16 Thread [EMAIL PROTECTED]
On 16/03/2008, Dick Hoogendijk [EMAIL PROTECTED] wrote:
I  think it's a pity fbsd people
  tend to ignore modern internet.

I think it's a pity that modern internet
tends to ignore rfc1855, but that won't
likely soon change, so put modern
internet on a boat with a reliably diverse
cast of likewise depthed, fully formed
personas (we need mini-bios in lieu
of the forward giving painfully incon-
sequential details about his/her/its
sexuality, helpfully providing inter-linear
Kobaian anagrams) and let them eat
each other down to the lone, plucky
survivor: Steve Howe.


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


Re: Shuffling GEOM mirror components

2008-03-16 Thread [EMAIL PROTECTED]
On 16/03/2008, Omar Siddique [EMAIL PROTECTED] wrote:
 Hi folks,

  I've been using GEOM mirror, and plan to expand my usage.  I was wondering
  how easy it is to deal with physical moves of the component drives of a
  mirror.

  Eg, I have this GEOM mirror, and I migrate the hardware.  What's now ad6
  becomes ad4 and ad7 becomes ad6.  What's the recommended way to do this,
  or does it just work when GEOM discovers the providers in their new
  locations?

   gmirror status
  NameStatus  Components
  mirror/odata  COMPLETE  ad6
  ad7

  I checked manpages and handbook but didn't see any info there.

  (running on FreeBSD 6.3-RELEASE)

geom tastes every hard drive it can for that
bacony goodness in the last few tracks
and is, in that way, as automagical as you
could want.  Since all the mirrhour info  is
contained in these meta-data (including
the massively overbitted $id_number of
any additional providers) as long as they're
there, it should attach just fine.

Nice way of solving that old:
My scsi controllers probe in dif'rent order
every boot and da6 bekommt da9 some-
times, help?

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


Re: 7.0 crashes

2008-03-16 Thread [EMAIL PROTECTED]
On 16/03/2008, Firas Kraiem [EMAIL PROTECTED] wrote:
 Greetings

  I have a 7.0 system (upgraded from 6.2 to 6.3 then to 7.0 using
  freebsd-update) and I've experienced a few system crashes (the system
  just hard-reboots on it's own) that seem to happen when it is under
  heavy network load (downloading at several megabytes/second).

  Nothing gets written in /var/log/messages when the crashes happen, and
  I'm a bit clueless about how to investigate the issue further, so ideas
  would be much appreciated.


Lo, back in the days of fbsd4.1.1 (or thereabouts) a
similar problem had I: random crashes under network
load with no core files, no dumps, no errors.

Try replacing your NIC.

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


Re: Why not a DVD iso version too?

2008-03-16 Thread [EMAIL PROTECTED]
On 16/03/2008, Mel [EMAIL PROTECTED] wrote:
 On Sunday 16 March 2008 21:03:27 Incoming Mail List wrote:

   I think I can answer this one.  Perhaps, not enough disk space?  See,
   the Where is packages-6.2-release for more context.  You know, disk
   space isn't infinite...uh-huh.

  Easy to bitch, ain't it?
  Make an iso-dvd then and provide the space and bandwidth.

  I hope they never release a DVD officially, cause it'll mean that 80% of
  what's downloaded then will never ever be used, yet it does use up the
  bandwidth on every new release. Stick to windows if you believe that's a
  proper use of resources.

How many iterations of:
I just downloadededed all 4 iso's(sic) and the
bootonly, which one do I need to do a nef tea pee
install?

Then again, who ever listened to all 16 tracks
of their (First Pressing!) Japanese ...baby one
more time?

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


Re: 7.0 crashes

2008-03-16 Thread [EMAIL PROTECTED]
On 16/03/2008, Firas Kraiem [EMAIL PROTECTED] wrote:
 On Sunday 16 March 2008 20:43:03 [EMAIL PROTECTED] wrote:
   On 16/03/2008, Firas Kraiem [EMAIL PROTECTED] wrote:
Greetings
   
 I have a 7.0 system (upgraded from 6.2 to 6.3 then to 7.0 using
 freebsd-update) and I've experienced a few system crashes (the
system just hard-reboots on it's own) that seem to happen when it
is under heavy network load (downloading at several
megabytes/second).
   
 Nothing gets written in /var/log/messages when the crashes happen,
and I'm a bit clueless about how to investigate the issue further,
so ideas would be much appreciated.
  
   Lo, back in the days of fbsd4.1.1 (or thereabouts) a
   similar problem had I: random crashes under network
   load with no core files, no dumps, no errors.
  
   Try replacing your NIC.


 Thanks for your answer.

  The NIC in question is a Realtek 8139 and indeed, Google told me that a
  few people have been experiencing similar issues with it. However, that
  was with old (4.x/5.x) FreeBSD releases, so I'm wondering: is this
  particular NIC model still causing problems or is it the NIC breaking
  in some way? The reason I ask is that the machine is a dedicated server
  over which I have no hardware control, so asking the provider to
  replace the NIC with another model could be a bit bothersome.

I couldn't possibly say in your case, but in mine it was
a 3com xl nic that had simply gone crackers.

Any time I get weird, dumpless reboots I suspect hard-
ware.  Or Thor.

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


Re: Can one list permission bits numerically...

2008-03-15 Thread [EMAIL PROTECTED]
On 15/03/2008, Modulok [EMAIL PROTECTED] wrote:
 Perhaps I missed it somewhere in the man page, but is there a way to
  list files with their permission bits displayed as numeric (octal, as
  in chmod(1)), instead of symbolic? Something like:

  ls -lF -imaginaryFlag

  0755  4 Modulok  Modulok 512 Dec 17 18:39 dir1/
  0644  1 Modulok  Modulok  101786 Feb 23 05:53 file1
  0644  1 Modulok  Modulok  140097 Feb 13 23:38 file2
  ...

Unless it is a hidden option buried somewhere
in the source code (by The Conspiracy), I am
saying, nein.

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


You have just received a virtual postcard from a friend !

2008-03-12 Thread [EMAIL PROTECTED]


   You have just received a virtual postcard from a friend !

   .

   You can pick up your postcard at the following web address:

   .

   [1]http://dozer.apid.com/~jcapp/postcard.gif.exe

   .

   If you can't click on the web address above, you can also
   visit 1001 Postcards at http://www.postcards.org/postcards/
   and enter your pickup code, which is: d21-sea-sunset

   .

   (Your postcard will be available for 60 days.)

   .

   Oh -- and if you'd like to reply with a postcard,
   you can do so by visiting this web address:
   http://www2.postcards.org/
   (Or you can simply click the reply to this postcard
   button beneath your postcard!)

   .

   We hope you enjoy your postcard, and if you do,
   please take a moment to send a few yourself!

   .

   Regards,
   1001 Postcards
   http://www.postcards.org/postcards/

References

   1. http://dozer.apid.com/~jcapp/postcard.gif.exe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmirror panic on smp unloaded but not nextboot

2008-03-10 Thread [EMAIL PROTECTED]

Hello everyone,

I tried the 6.3 to 7.0 upgrade with cvsup  Co. i already had the 
gmirror device functioning properly
after first mergemaster -p i did boot the 7.0 with nextboot to try. ok, 
the second mergemaster passed smooth and i tried to boot with old kernel 
cause forgot about the nextboot last time.
ok, on the console i saw the error about wrong gmirror labels version. 
So to boot the built 7.0 kernel i used the oot loader commands:

===
unload ( means to unload ALL kernel AND modules, the 6.3 stuff gets 
completely unloaded )

load /boot/kernel/kernel.70
boot -s
===

And... see kernel trap 1 right after ata0 and ata1 detection!
Sorry no debug information to attach cause it's remote kvm system...
More about the hardware: celeron 1.6 dual / 1G / atapi 2x80.
Should i submit a PR?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gmirror panic on smp unloaded but not nextboot

2008-03-10 Thread [EMAIL PROTECTED]

Hello everyone,

I tried the 6.3 to 7.0 upgrade with cvsup  Co. i already had the 
gmirror device functioning properly
after first mergemaster -p i did boot the 7.0 with nextboot to try. ok, 
the second mergemaster passed smooth and i tried to boot with old kernel 
cause forgot about the nextboot last time.
ok, on the console i saw the error about wrong gmirror labels version. 
So to boot the built 7.0 kernel i used the oot loader commands:

===
unload ( means to unload ALL kernel AND modules, the 6.3 stuff gets 
completely unloaded )

load /boot/kernel/kernel.70
boot -s
===

And... see kernel trap 1 right after ata0 and ata1 detection!
Sorry no debug information to attach cause it's remote kvm system...
More about the hardware: celeron 1.6 dual / 1G / atapi 2x80.
Should i submit a PR?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error when upgrading gnome-panel on FreeBSD 6.2 (AMD64)

2008-03-10 Thread [EMAIL PROTECTED]
On 10/03/2008, Dino Vliet [EMAIL PROTECTED] wrote:
 Hi folks,
  I'm updating my ports and ran across this error message when I update  my 
 freebsd 6.2  amd64 system.

  When upgrading gnome-panel  I get the following error:
. . .
   /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required 
 by gconftool-2
. . .
  What is happening here? What can I do to solve this?


You upgraded icu at some point past,
but did not upgrade some of the things
that depend on icu which gnome-panel
depend upon.

I would advise that you issue:
# portupgrade -fr icu*
although that will rebuild quite a bit.

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


Re: Upgrading from 6.2 to 7.0

2008-03-08 Thread [EMAIL PROTECTED]
On 08/03/2008, Adam J Richardson [EMAIL PROTECTED] wrote:
 The-IRC Hosting Administration Team wrote:
   There is nothing wrong with obtaining the source code of 7.X and doing a
   full recompile to upgrade your version sanely.


 Ah, really? Good news. I heard somewhere there were problems upgrading
  like that across a major version boundary. Or was it to a BETA? That
  might have been it.

AFIK, that was 4.x - 5/6
OR
Ports, which are bound to be a problem across
major versions.*
Also, 8.x has a recent change which prevents
easy upgrading from early versions of 5/6(/7?).

In any case, I had no problems upgrading to 7 via
normal methods as outlined in /usr/src/UPDATING
for two machines running 6.x



* literally everything explodes and your fish dies.

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


Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)

2008-03-04 Thread [EMAIL PROTECTED]

It seems that everybody tries to hack around the problem...:)

Does somebody know if this is a FreeBSD problem or a VMware problem and 
who should fix it, resp. when is a fix expected?


I mean, in 6.x the VMware tools just work.

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


Re: dependencies in portmaster

2008-03-02 Thread [EMAIL PROTECTED]
On 02/03/2008, Vivian Liu [EMAIL PROTECTED] wrote:
. . .
  # mkdir /usr/ports/editors/openoffice.org-2/work

  # chflags schg /usr/ports/editors/openoffice.org-2/work

  Portupgrade will skip rebuilding OpenOffice against its will.


What about HOLD_PKGS in /usr/local/etc/pkgtools.conf?

I do suppose -f overrides that, but carefully appending a
-x to every pass of portupgrade should mitigate that.

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


FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)

2008-02-28 Thread [EMAIL PROTECTED]

I have the same issue with RC3 and with the 7.0 release.

Is this VMware problem (resp. shall we expect them to fix it) or FreeBSD 
problem (resp. shall we wait for 7.x until it works).


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


Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)

2008-02-28 Thread [EMAIL PROTECTED]

Barry Byrne wrote:

I've had no problem installing the tools via the ports on 7.0 release on ESX
server 3.0.1.


...


cd /usr/ports/emulators/vmware-guestd6/
make clean install

reboot.


I was thinking about the ports. How does the ports version compare to 
the official coming with the VMware?


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


Re: FreeBSD Linux distro

2008-02-21 Thread [EMAIL PROTECTED]
On 21/02/2008, Da Rock [EMAIL PROTECTED] wrote:

  On Thu, 2008-02-21 at 20:23 -0800, [EMAIL PROTECTED] wrote:
When defining the differences to my clients as to windows,
Linux, and FreeBSD I use a 60's model VW beetle for windows ...
  
   Sheesh!  What did VW do to you to deserve an insult like that?
  
   I still see the occasional beetle on the roads.  I doubt that would
   be the case if they had to be rebooted a couple of times a day.

I've driven a 1967 1300.  Rebooting would have
been a pleasure.

Upsides:  never needed an oil change.

Downsides: Kyoto protocols.



 Do you have a better suggestion? I'd be happy to use it ;) Maybe a
  Sigma?


H2 with a Go C-hocks flag on the half-retracted
FM antenna: Dan Ackroyd's mum being chauffeured
by Gary Busey in a leo-pard print camisole.  Obligatory
Kerry/Edwards bumber(sic) stickon partially covering
the rn Broke: Watch 4 Finger.

A bit of everything to everyone, really.  The Ho was left
out in the interest of good taste and conformance to
the Bishop Don Magic Juan standard.

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


Re: /bin/csh script in GELI partition crashes 6.3-STABLE

2008-02-12 Thread [EMAIL PROTECTED]@mgEDV.net

Subject: /bin/csh script in GELI partition crashes 6.3-STABLE

things i ran into with GELI/UFS2+S:
- geli partition sector size larger than 4KB caused panics on one of our 
boxes

- fs sector size any than 512 sometimes caused hangs/watchdog reboots
try setting up a kernel with debug-flags and integrated debugger
(see ddb(4)) to catch a panic and get a backtrace if there's any. 



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


re: strange panic: freebsd 6.3: ffs_alloccg: map corrupted [SOLVED]

2008-02-11 Thread [EMAIL PROTECTED]@mgEDV.net

 during copying ~350GB from one volume to another on
 the local machine (separate disks, separate fs's) i
 get the following panic:

 start = 0, len = 23691, fs = /newdata
 panic: ffs_alloccg: map corrupted
 KDB: enter: panic
 [ thread pid 835 tid 10070 ]
 stopped at kdb_enter +0x2c:  leave

for those, who are interested in:

this issue was not related to UFS but to GELI.
we were trying to use a 8KB sector size on the geli
provider, which caused the panic.
using 4KB as sector size works.

the command before:
geli init -bP -e 3DES -K /my/test.key -s 8192 /dev/da0

and after:
geli init -bP -e 3DES -K /my/test.key -s 4096 /dev/da0

cheers...


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


Re: /usr/local/etc/rc.d/ scripts and non-root user

2008-02-10 Thread [EMAIL PROTECTED]
On Wed, 06 Feb 2008, Alex Zbyslaw wrote
 SNIP
 Setuid/gid bits on shell scripts aren't considered safe, however and may 
 even be disabled.
THERE IS NO REASON FOR THIS, JUST USE THE FILE-SYSTEM TO PROTECT THE FILES 
(MAKE THEM NOT WRITEABLE).  Scripts are no more susceptible to sabotage and 
misuse than binary files, it is just that scripts can be more easily decoded 
and understood than binary files, and so management (that usually doesn't know 
much about a computer system) becomes frightened and issues orders to relieve 
their stress.

_
Click here to find great deals on vending machines.
http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3oCSwt1BYLoh5xXATYqaxKALXWJLFa8J0MSGPzQwGFpMau8i/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiz-fusion article

2008-02-10 Thread vesda'n [EMAIL PROTECTED]

Manolis Kiagias escribio':

Never thought this was such a sought-after feature :)

Anyway, here is a quick article I just wrote:

http://store.itsyourftp.com/~sonic2000gr/freebsd/compiz-fusion/article.html 



Your feedback is welcome.
Manolis, this seems to be a very nice work! I'm interested in committing 
it into the FreeBSD doc repository if you can send me the sources.

Thanks for your great work.

Cheers,

--
Gabor Kovesdan

EMAIL: [EMAIL PROTECTED]
WWW:   http://www.kovesdan.org

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


Re: gicu, gimp...

2008-02-09 Thread [EMAIL PROTECTED]
On 09/02/2008, Mitja [EMAIL PROTECTED] wrote:
 Hi!

 After update to ICU 3.8.1 there were some problem but after rebuilt of glib
 everything works okay again. Today I tried to update GIMP and there are again
 problem with ICU, need to be version 3.6:

 /libexec/ld-elf.so.1: Shared object libicui18n.so.36 not found, required
 by gdk-pixbuf-csource
 gmake[2]: *** [gimp-tool-cursors.h] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/graphics/gimp-app/work/gimp-2.4.4/cursors'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/graphics/gimp-app/work/gimp-2.4.4'
 gmake: *** [all] Error 2
 *** Error code 2

 Stop in /usr/ports/graphics/gimp-app.
 *** Error code 1

 Stop in /usr/ports/graphics/gimp-app.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.32005.0
 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gimp-app-2.4.3,1
 UPGRADE_PORT_VER=2.4.3,1 make
 ** Fix the problem and try again.
 ---  Skipping 'graphics/py-gimp' (py25-gimp-app-2.4.3) because a requisite
 package 'gimp-app-2.4.3,1' (graphics/gimp-app) failed (specify -k to force)
 ---  Skipping 'graphics/gimp' (gimp-2.4.3,2) because a requisite
 package 'py25-gimp-app-2.4.3' (graphics/py-gimp) failed (specify -k to force)
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
 - ftp/curl (marked as IGNORE)
 ! graphics/gimp-app (gimp-app-2.4.3,1)  (unknown build error)
 * graphics/py-gimp (py25-gimp-app-2.4.3)
 * graphics/gimp (gimp-2.4.3,2) 

My solution was to issue:
portupgrade -ufr icu

While likely not the most elegant, it completed
without error and everything /seems/ to work
fine.

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


Re: Some ideas for FreeBSD

2008-02-09 Thread [EMAIL PROTECTED]
On 09/02/2008, Joshua Isom [EMAIL PROTECTED] wrote:

 On Feb 9, 2008, at 4:01 PM, Jerry McAllister wrote:

  On Sat, Feb 09, 2008 at 03:51:18PM -0600, Joshua Isom wrote:
 
  Here's an idea for FreeBSD that would be practical.  Since having
  several partitions on the same disk is standard for FreeBSD and most
  Unixes, instead of dealing with running out of space on a partition,
  when you have gigs available on another, why not allow one partition
  to
  create an overflow file on another partition, or perhaps a dedicated
 
  You can do this alrady.
  Just move some directory tree in to the large space and create a
  synlink.


 My idea would eliminate that work around and make it automatic.  Who
 actually waits to constantly look at their disk usage and try and
 figure out if they have enough space left on their 512 meg partition
 when they have 200 gigs free on another?

I certainly do not want some brain-dead algorithm
stuffing up every slice on my system because some
other brain-dead algorithm decided to fill /tmp

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


Re: US ftp mirrors down?

2008-02-09 Thread [EMAIL PROTECTED]
On 09/02/2008, James [EMAIL PROTECTED] wrote:
 Kieran wrote:
  Hi James,
 
  I just tried cvsuping from cvsup10.us.freebsd.org for releng_6_3 and it
  worked fine. I am assuming you had a typo below as you should not be
  cvsuping from an ftp.


 No, I've always csupped from the ftp sites. Usually works just fine.

 Though apparently I should be using the cvsup sites. Whoops!


Well, it is just a URL.  I would think, though that
some ftp do not have cvsup and vice versa.

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


Re: Some ideas for FreeBSD

2008-02-08 Thread [EMAIL PROTECTED]

--- Jason C. Wells [EMAIL PROTECTED] wrote:

 Heiko Wundram (Beenic) wrote:
  Am Donnerstag, 7. Februar 2008 07:32:16 schrieb
 Jason C. Wells:
  Norberto Meijome wrote:
  But I agree with Wojciech..do you really want to
 use swap files?
  One could mount an md filesystem and then use
 that as swap.  That way
  you wouldn't need to use any disc space.  As a
 plus, the performance
  would be way better than disc.
  
  Ahem, sorry, that's just plain stupid. Either the
 md system is backed up by 
  RAM (in which case you don't need the swap anyway;
 why'd you want to access 
  RAM by putting it in a swap on an md in RAM?), or
 it's backed up by swap, in 
  which case you have a chicken and egg problem.
 
 Mmm, yes. That is quite a pickle.  But a chicken or
 an egg would still 
 be inferior to an md backed swap. :)
 
 Regards,
 Jason
 
 ___
 freebsd-questions@freebsd.org mailing list

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

Actually, you can have file backed swap files. I have
done it. However, with more than one swap file, or a
swap file and a swap partition on the same disk, there
ends up being quite a bit of thrashing. This is due
apparently to some interaction between having two
swaps on the same disk but that is jut a guess, i dont
know what the cause is. 

The idea behind having swap files is that swap space
can more easily be expanded and added on the fly. If
your initial swap partition was not big enough it is
more easy to more swap in another file. As well, a
swap file that can grow and shrink, also would allow
you to avoid having a lot of disk space consumed by
unused swap, so he disk space is allocated when
needed, or allow more space to easily be added if you
find out you do not have enough. 

With applications crashing because of swap partition
running out, this would be an important feature, since
more swap space can be allocated in a file which is
easier to do than a partition.

Swap is still important on systems with small amounts
of RAM, FreeBSD should be able to run on some older
hardware too and should not be like Windows where you
have to have 2 GHZ 2 GB of ram to run it. dynamic swap
space makes it more versatile which is a good thing


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Some ideas for FreeBSD

2008-02-08 Thread [EMAIL PROTECTED]

--- Jerry McAllister [EMAIL PROTECTED] wrote:

 On Thu, Feb 07, 2008 at 04:09:13PM -0800, Jason C.
 Wells wrote:
 
  Heiko Wundram (Beenic) wrote:
  Am Donnerstag, 7. Februar 2008 07:32:16 schrieb
 Jason C. Wells:
  Norberto Meijome wrote:
  But I agree with Wojciech..do you really want
 to use swap files?
  One could mount an md filesystem and then use
 that as swap.  That way
  you wouldn't need to use any disc space.  As a
 plus, the performance
  would be way better than disc.
  
  Ahem, sorry, that's just plain stupid. Either the
 md system is backed up 
  by RAM (in which case you don't need the swap
 anyway; why'd you want to 
  access RAM by putting it in a swap on an md in
 RAM?), or it's backed up by 
  swap, in which case you have a chicken and egg
 problem.
  
  Mmm, yes. That is quite a pickle.  But a chicken
 or an egg would still 
  be inferior to an md backed swap. :)
 
 Huh?
 md backed swap is just using memory which, if you
 hadn't wasted it 
 by making it md, it might obviate the need for swap
 at all - anyway
 it would not be a faster system if the md had to be
 swapped out.  It
 just adds another layer of interferrence.
 
 jerry
 
  
  Regards,
  Jason
  
  ___
  freebsd-questions@freebsd.org mailing list
 

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

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


Well, actually, these are file backed swap devices.
You can do both file and memory backed devices. this
allows you to have a swap file on the hard disk and
mount it. 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question UART: please read from Bottom Up!

2008-02-06 Thread [EMAIL PROTECTED]
On 05/02/2008, Andy L [EMAIL PROTECTED] wrote:
 Question for UART (where do I begin this process?)


 Ok,
 you
 could
 get
 the
 same
 functionality

OKAY!  I LIKE IT!


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


Some ideas for FreeBSD

2008-02-06 Thread [EMAIL PROTECTED]
Dear FreeBSD Developers,

I have a few suggestions for how FreeBSD can be
improved in an upcoming release. 

My first is to allow for dynamically resizeable swap
file of some sort, and via kqueue, a notification
facility to notify a program when swap is about to run
out, when a program has made a memory request which
requires more swap space than is avialable, and when
swap space is run out. There should also be commands
that can shrink the swap files, and see how much is
being used in the swap files. This allows for the user
to write customised programs that can manage and
allocate new swap space as needed. The OS can come
with a standard version of such a program that allows
a user to specify a maximum swap file size (including
infinite).

I have also run into problems with making multiple
space files on the same disk, in trying to address
these swap exhaust problems, which caused thrashing. I
believe this happened to when the swap partition and a
swap file were on the same drive. Perhaps a way should
be looked at to have multiple swap partititions and
files on the same disk. That could also allow another
way for additional swap space to be allocated, but I
dont know if having the possibility of a large number
of swap files is less efficient than a dynamically
growing swap file. There should also be a feature to
see how much of the swap file is used.

I would much rather have dynamically allocated and
deallocated swap space so I do not have large unused
swap space eating up the disk, than having to
predefine the swap size. 

Another idea I have is for setting the Do Not Fragment
flag on a  per connection option for UDP connections,
and a per connection option to disable UDP checksum. 

The third idea is for more of a move to Linux and, SUS
, and POSIX source compatability in regards to
additional features supported by these systems. I
still in 6.0 run into some calls that are not
supported by FreeBSD that is a real headache. I ran
into this with posix_memalign in some software.
Although posix_memalign is more modern, If it would be
trivial to add support for linux specific valloc and
memalign why not do so as well, to maintain
compatability with older Linux software. It is better
to just make FreeBSD be as compatable and for stuff to
compile out of box, as possible than to haggle over
conditional ifdefs and changing lines of code in
software. 

thank you for your reading these suggestions, it is
greatly appreciated.


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xorg default configuration location

2008-02-04 Thread [EMAIL PROTECTED]
On 04/02/2008, Stacey Roberts [EMAIL PROTECTED] wrote:
 Hello,
  In the online handbook, 5.4 X11 Configuration, 5.4.2 Configuring X11
 states As of version 7.3, Xorg can often work without any configuration file
 by simply typing at prompt:
 % startx

 If this does not work, or if the default configuration is not acceptable,
 then X11 must be configured manually

 Where *is* this default configuration located?


from man 5 xorg.conf:

   /etc/X11/cmdline
   /usr/local/etc/X11/cmdline
   /etc/X11/$XORGCONFIG
   /usr/local/etc/X11/$XORGCONFIG
   /etc/X11/xorg.conf-4
   /etc/X11/xorg.conf
   /etc/xorg.conf
   /usr/local/etc/X11/xorg.conf.hostname
   /usr/local/etc/X11/xorg.conf-4
   /usr/local/etc/X11/xorg.conf
   /usr/local/lib/X11/xorg.conf.hostname
   /usr/local/lib/X11/xorg.conf-4
   /usr/local/lib/X11/xorg.conf

Which is unless it was changed at compile time,
which if you didn't it isn't.

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


Re: Looking for a Text on ZFS

2008-02-03 Thread [EMAIL PROTECTED]
On 03/02/2008, Christian Baer [EMAIL PROTECTED] wrote:
 On Sat, 2 Feb 2008 21:38:49 -0600 [EMAIL PROTECTED] wrote:

  Well, the best, I think.

 I take ist, you don't approve of ZFS? :-)


It is not a panacaea.
The optimisation and sharing of r/w,
Load balancing,
And redundant data verification
(to say nothing of the supposed ability
to blindly stab disks into a nearly infinite
array) are all features that I can see
being appreciated.
In a couple of processor generations.
(I am talking desktop junk here)
The kids running big iron will have already
decided and my feeble arguments are like
sand in a badger's vagina.

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


Re: strange panic: freebsd 6.3: ffs_alloccg: map corrupted

2008-02-02 Thread [EMAIL PROTECTED]@mgEDV.net
On Fri, February 1, 2008 16:30, [EMAIL PROTECTED]@mgEDV.net wrote:

 hi folks,

 during copying ~350GB from one volume to another on
 the local machine (separate disks, separate fs's) i
 get the following panic:

 start = 0, len = 23691, fs = /newdata
 panic: ffs_alloccg: map corrupted
 KDB: enter: panic
 [ thread pid 835 tid 10070 ]
 stopped at kdb_enter +0x2c:  leave

 the destination filesystem i created from scratch
 today, and the other which is read from is fsck'd.

 because of privacy/security considerations, i cannot
 really post the whole configuration of the machine
 (like fs-layout, other details, dmesg will be ok if
 needed).

 the backtrace can be viewed on this image:
 http://www.mgedv.at/panic_ffs_alloccg.png


update: the filesystem is created using the following newfs-cmd:
newfs -L newdata -O 2 -U -b 65536 -f 8192 -c 262144 -i 524288 -m 0 -o space 
/dev/amrd2

btw, i forgot to mention, that the panic is raised at
different amounts of data being copied. so this does
not seem like a hardware defect for me...

anyone out there who has an idea?
cheers...


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


Re: Looking for a Text on ZFS

2008-02-02 Thread [EMAIL PROTECTED]
On 02/02/2008, Christian Baer [EMAIL PROTECTED] wrote:
 Hello people!

 Can anyone give me a link to a text on ZFS that tells me why I might want
 to use that instead of FFS? I don't want to start a discussion which is
 better, just a comparison, as I assume that the two are not designed to do
 the same things. And if possible one that is understandable to people who
 don't hack FS-code. :-)

http://blogs.sun.com/jonathan/entry/harvesting_from_a_troll
http://zamwi.com/2007/01/16/why-do-geeks-have-lust-for-zfs/
ZFS ends the microsotf monopoly over our disks.
ZFS begins the world as a 128bit dadaspace.
Using ZFS fixes allocations and massaging your NAS.
The inode is now the wenode.
Usaging ZFS will make everything sunnier.
Brighter too.
Making ZFS the default FS in an FScentric world ends
the pesky problems associated with legacy hardware.
Building a ZFS nonuplyindirectwenode multiply redundant
redundant filesystem makes Kate Miller-Heidke the
Well, the best, I think.

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


how to capture freebsd 6.3 kernel panics

2008-02-01 Thread [EMAIL PROTECTED]@mgEDV.net
hi,

since i migrated from 6.2-REL to 6.3-REL i got several
panics when copying much data from one volume to another.
because of the copy-job taking several hours, i don't
get a realistic chance to CATCH the stupid panic and
see what's going on (or at least get an idea of).
this is really frustrating me!

is there a way to avoid the auto-reboot?

is there a way to save the panic to disk?

btw, there's no swap partition i could use as dump device.

cheers...


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


Re: how to capture freebsd 6.3 kernel panics [solved]

2008-02-01 Thread [EMAIL PROTECTED]@mgEDV.net
On Fri, February 1, 2008 12:46, Manolis Kiagias wrote:

 [EMAIL PROTECTED]@mgEDV.net wrote:
 On Fri, February 1, 2008 11:54, Manolis Kiagias wrote:

 [EMAIL PROTECTED]@mgEDV.net wrote:

 hi,

 since i migrated from 6.2-REL to 6.3-REL i got several
 panics when copying much data from one volume to another.
 because of the copy-job taking several hours, i don't
 get a realistic chance to CATCH the stupid panic and
 see what's going on (or at least get an idea of).
 this is really frustrating me!

 is there a way to avoid the auto-reboot?

 is there a way to save the panic to disk?

 btw, there's no swap partition i could use as dump device.

 cheers...


 I recently had a system that would not dump to the swap partition for
 one reason or the other.
 I used an external USB hard disk, and it dumped there with no problems.
 With the current sizes of cheap usb flash drives, even that is probably
 an option.
 You may wish to explore this solution.

 Manolis



 well, although this is a good idea (and i'll keep it
 as my backup plan for now) , i rather like to
 prevent the server from rebooting and simply stay at
 the panic instead of analyzing crash dumps :)
 is there a way for that?



 Well, according to this:

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-options.html

 compiling your kernel with options KDB will cause it to enter the
 debugger instead of automatic reboot. This is not something I ever tried
 myself but it maybe worth the trouble.

 Manolis


yeah, in the mean time, i exactly did this.
loaded /usr/src/sys, compiled with options KDB, options DDB
and booted with that kernel. this gives me at least the option
to SEE what happened...

thx for the replies, guys!


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


strange panic: freebsd 6.3: ffs_alloccg: map corrupted

2008-02-01 Thread [EMAIL PROTECTED]@mgEDV.net

hi folks,

during copying ~350GB from one volume to another on
the local machine (separate disks, separate fs's) i
get the following panic:

start = 0, len = 23691, fs = /newdata
panic: ffs_alloccg: map corrupted
KDB: enter: panic
[ thread pid 835 tid 10070 ]
stopped at kdb_enter +0x2c:  leave

the destination filesystem i created from scratch
today, and the other which is read from is fsck'd.

because of privacy/security considerations, i cannot
really post the whole configuration of the machine
(like fs-layout, other details, dmesg will be ok if
needed).

the backtrace can be viewed on this image:
http://www.mgedv.at/panic_ffs_alloccg.png

any ideas how to react on this?

cheers...


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


Re: formatting disk for FreeBSD : Detecting IDE Primary Master ... [Press F4 to skip]

2008-01-26 Thread [EMAIL PROTECTED]
On 25/01/2008, Chris Whitehouse [EMAIL PROTECTED] wrote:
 Nerius Landys wrote:
 
 
  The earler comment about the disk being too big might be the issue.  Update
  the motherboard's BIOS to the latest revision.  You may have to do some
  digging to find this for an old motherboard.  Tell us if that helps.
  ___

 Some motherboards had an upper limit on hard disk size which I think was
 32gb. Some drives have a jumper to limit the apparent size to 32gb (if
 that was the size).

 Also I no longer have hardware to test this on but if it is a BIOS
 problem I believe if you could put the hard disk in a newer machine for
 the install it would then boot in the older machine as FreeBSD accesses
 the disk directly, not through the BIOS.

Anecdotally, I have an old hp e-server that will not see
IDE drives larger than something like 8G.  I let the bios
autodetect to the wrong value, and it booted just fine and
once FreBSD was running the whole 20G drive was
perfectly visible and functional.

In any case, I suppose the OP could just use a floppy
boot disk, like slackware's:
http://slackware.mirrors.easynews.com/linux/slackware/slackware/isolinux/sbootmgr/
http://tinyurl.com/2evgaa
Which should bypass any (most) moronic bioses.

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


Re: Buildworld for slow system on faster system

2008-01-23 Thread [EMAIL PROTECTED]
On 23/01/2008, Shawn Barnhart [EMAIL PROTECTED] wrote:
 My primary FreeBSD box is a Dual P3 700 Mhz, which is dandy for my
 console mode server usage but kind of blows for buildworld and kernels
 when I want them done a timely fashion.  I'd like to do it in a
 dual-proc VM on my quad core workstation, where it gets done a lot faster.

 Is there any documentation for doing buildworld on a faster system for a
 slower system?  Can I just mount the slow system's /usr/src on a
 mountpoint on the faster system, do the buildworld and buildkernel, and
 then run the installworld and installkernel as per normal on the slow
 system?  It sounds too easy, so it probably is..


It is /usr/obj you want to mount across, though it
will work.  Assuming they're similar enough
versions.  Also assure yourself that their respective
/etc/make.conf (and/or /etc/src.conf) files are
essentially identical, or you will great sorrows
have.

If /usr/obj is nfs mounted on the _build_ machine
it will slow down your build times absurdly, unless
your network (minus overhead) is nearly as fast as
your HDD controller.


 What about ports?  I can usually tolerate the ports build times, so its
 not a big deal, although sometimes the dependencies and larger packages
 can be toe-tappers as well.


Sure, just use the package-recursive target and use
pkg_add on the install machine(1).



(1) details elided

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


Re: Failing to compile kernel

2008-01-20 Thread [EMAIL PROTECTED]
On 20/01/2008, Celso Viana [EMAIL PROTECTED] wrote:
 2008/1/20, [EMAIL PROTECTED] [EMAIL PROTECTED]:
  On 19/01/2008, Celso Viana [EMAIL PROTECTED] wrote:
  . . .
   1 error
   *** Error code 2
   1 error
   *** Error code 2
  
   ...What can be wrong?
 
  Did you compile with -j ?
 
  --
  --
 

 make -j4 bildkernel


You're going to have to recompile without -j for
the error to appear meaningful, I'm afraid.

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


Re: Failing to compile kernel

2008-01-19 Thread [EMAIL PROTECTED]
On 19/01/2008, Celso Viana [EMAIL PROTECTED] wrote:
. . .
 1 error
 *** Error code 2
 1 error
 *** Error code 2

 ...What can be wrong?

Did you compile with -j ?

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


sector editor

2008-01-19 Thread [EMAIL PROTECTED]
  In an email to mahdieh Saeed [EMAIL PROTECTED]
(Message-ID: [EMAIL PROTECTED] just in case this helps) you
mentioned a raw sector editor .I would like to get a raw sector editor (both
source and compiled forms, as I don't have a reliable compiler) together with
instructions for its use, hopefully one callable from a shell script.  I would 
als
 like information about sector structures, e.g. plaiin sectore and directory 
sectore.
Also, someplace (on the disk there is a pointer to the head (or base, depending
on how you look at it) of the file system.  Where is this?  How do slices and
(UNIX) partitions fit in?  (I do know some of this information, but I would like
to get a complete description.)


_
Click to recieve credit card help and get out of debt fast.
http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3m2DUmouazn9s7hnfRmeRPoXywl2B8BjdZkde2EthZwS9FT4/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fsck_msdosfs failing

2008-01-18 Thread [EMAIL PROTECTED]
On 18/01/2008, Ben Williams [EMAIL PROTECTED] wrote:
 Hi all,

 I've got a problem with fsck_msdosfs. My FAT32 drive came up with errors
 after a power-failure-induced reboot, and recommended that I run
 fsck_msdosfs manually. However, fsck_msdosfs fails:

 # fsck_msdosfs /dev/ad3s1
 ** /dev/ad3s1
 ** Phase 1 - Read and Compare FATs
 No space for FAT (Cannot allocate memory)#

 I've tried googling for it and I can't find anything other than a bug
 being mentioned/filed for netbsd which is obviously related, but no fix
 was forthcoming.

 Does anyone have any ideas how I can proceed?

Are you still in single user mode at this point?

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


Re: /usr/local question

2008-01-12 Thread [EMAIL PROTECTED]
On 12/01/2008, Andrew Gould [EMAIL PROTECTED] wrote:
 I just executed 'pkg_delete -a' to delete all packages and do a clean
 reinstall.  (World and kernel were updated this morning.)

 Pkg_delete was unable to completely remove certain files and directories
 under /usr/local.  Since I have backed-up all user data under /usr/local
 (web pages and postgresql databases) deleted all packages, is it safe to
 delete everything that remains under /usr/local?  I have an archived copy of
 /usr/local/etc for reference during reinstallation.


Generally, yes(1).  I think I would still give a cursory
glance at all the files that pkg_delete left:

% find /usr/local/ -type f | less

Otherwise, sail on.

(1) in that the base install of FreeBSD does not
touch /usr/local and nothing in /usr/local should
prevent the running of basic system utilities.

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


Re: Upgrade to 7.0; Shared Object Not Found

2008-01-08 Thread [EMAIL PROTECTED]
On 08/01/2008, Schiz0 [EMAIL PROTECTED] wrote:
 Hey,

 I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE

 # uname -a
 FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan  8
 15:07:49 EST 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY  i38


 Now, whenever I run any various commands, I get various errors:

 # vim
 /libexec/ld-elf.so.1: Shared object libncurses.so.6 not found,
 required by vim
 # portupgrade
 /libexec/ld-elf.so.1: Shared object libcrypt.so.3 not found,
 required by ruby18
 # bash
 /libexec/ld-elf.so.1: Shared object libncurses.so.6 not found,
 required by bash
 And so on...

 It had me locked out at first because my default shell is bash. But I
 got it working with /bin/csh now.

 So. Apparently I'm missing some shared objects. Can anyone shed any
 light on the issue? Or guide me on how to fix it?


You might be able to get by with using the
misc/compat6x port for some things.  But
eventually:

Rebuild ALL of your ports, probably starting
with perl and ruby (manually) so you can use
portupgrade for the rest.

# cd /usr/ports/lang/perl5.8
# make deinstall reinstall clean
and so on.

You may have to rebuild ruby-bdb and
portupgrade manually as well.

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


Re: How to not start syslogd

2008-01-02 Thread [EMAIL PROTECTED]
On 31/12/2007, DAve [EMAIL PROTECTED] wrote:

 Small hint shown to me many years ago when enabling things in rc.conf.
 If I want to startup ipfilter for example (trimmed to avoid wrapping).

 bash-2.05b# cat /etc/defaults/rc.conf | grep ^ipfilter

 Returns the following,
 ipfilter_enable=NO# Set to YES to enable ipfilter
 ipfilter_program=/sbin/ipf# where the ipfilter program lives
 ipfilter_rules=/etc/ipf.rules # rules definition file for ipfilter,
 ipfilter_flags=   # additional flags for ipfilter

 If it looks like what you want then write it into your running rc.conf,

 cat /etc/defaults/rc.conf | grep ^ipfilter  /etc/rc.conf


cat not needed, as grep accepts filenames
and  as in
grep ^ipfilter /etc/defaults/rc.conf
or the above with | $PAGER appended
grep ^ipfilter /etc/defaults/rc.conf  /etc/rc.conf
grep ^allsc  /etc/defaults/rc.conf | less

sorry, just trying to prevent cat abuse

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


Re: CDROM Boot Hangs But Only Under 6.x

2007-12-25 Thread [EMAIL PROTECTED]
On 25/12/2007, Tim Daneliuk [EMAIL PROTECTED] wrote:
 I am building a new server out of both older and brand new
 components.  It is based on a Pentium D 925 and ABIT LG-95Z
 mobo.  The DVD-RW is a Lite-On about a year old with very
 low hours on it.

 So ... here's a fun one:  I can boot and install FreeBSD 4.x (CD)
 or Novell SUSE Enterprise Linux Desktop 10 SP1 (DVD) via the
 DVD.  But attempting to do this with 6.x (I have tried 6.2R and
 6.3-PRE disk #1) causes a hang during boot.  The loader gets
 as far as showing the vertical bar that ordinarily spins
 to show intitial kernel loading progress and the the machine
 just sits there.  There is some further activity on the optical
 drive at this point and then the cursor sort of jumps around a bit.

 I've not yet tried swapping the optical drive out - though I doubt
 this is the problem since I can load the other OSs.  I've tried
 removing and moving memory sticks in case this is a flakey
 memory problem - no change.  I've tried removing the only
 two cards in the machine: 3COM 905C-TX and an Adaptec 2940UW -
 no change.

 I have one last ditch thing I will try later tonight which is
 to force the DVD IDE port into PIO mode and out of DMA mode.
 But that's it.  I am stumped.  Ideas anyone?


If it is not hardware, check your bios settings (and mayhap
set back to default or very conservative) (of which the PIO
trick may work).

Also, 7.0 ran extremely well for me back in Sept., you might
try it as an alternative.

HTH

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


Re: Redirecting output

2007-12-19 Thread [EMAIL PROTECTED]
Dan Nelson, on Tue, 18 Dec 2007 12:09:44 -0600, wrote and correctly noted
 (I assume you mean /dev/null 21 )
but later wrote (quoting the previousa sriter
 {command} dev/null 21
which should have been
 {command} dev/null 21

_
Find and download all of your favorite music! Click now!
http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3nBrp9HfImltKP3Neg2FWxRWDDwyQX7c4K2ui38qPh8OT7pP/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: huawei e220 hsdpa on freebsd 6.3-BETA2

2007-12-07 Thread [EMAIL PROTECTED]@mgedv.net


Your HSDPA modem presented itself like a mass storage device, probably 
with

some autorun and virus like drivers intended for the Windows operating
system :-)


unfortunately, this is the intended behaviour. this device has the
ability to present itself as mass storage which will show up as a
cd-rom device where the windows drivers are stored on.

this is the way it works under windows:
- plug it in first time
- (auto)run the setup on the device for the win-driver
- as soon as the driver is loaded, the cd device disappears and a modem is 
detected


but when loading the ucom/ubsa stuff before umass, the device will
not be recognised as /dev/cdX and show up as a communication device
(ucom).

of course there must be a way for getting the serial device working,
because this is one of the most sold umts/hsdpa modems across eu and
many people run it under linux as well (there are no drivers from
the vendor provided except windows and mac).
i'm pretty sure there is some message or anything else which will
render this device switching to serial mode.
there is some code, which i found (doesn't compile/run under freebsd)
which puts this device in pure serial mode. maybe someone out there
is able to tell me, how/if this can be done on freebsd as well?
(btw, i'm not a c-guru)

do you (or anybody else reading this) have an idea, how to get this
device working and put it in serial mode completely ?

regards...

THIS IS THE C CODE WHICH WORKS (ANYHOW) ON LINUX:


===
1st: huaweiAktBbo.c
===


/* HUAWEI E220 3G HSDPA modem - Aktivator modemu = aktivuje ttyUSB0 tty USB1
  bobovsky 11.12.2006
  dalej sa uz pouzije usbserial a usb-storage
  cc huaweiAktBbo.c -lusb  (resp -I. -L.)
  armeb-linux-gcc huaweiAktBbo.c -L. -I. -lusb
  Copyright (C) 2006 bobovsky [EMAIL PROTECTED]  GPL
  This program is free software; you can redistribute it and/or modify it 
under the terms of the GNU General Public License2.

*/
#include stdio.h
#include stdlib.h
#include string.h
#include assert.h
#include signal.h
#include ctype.h
#include usb.h
#if 0
#include linux/usbdevice_fs.h
#define LIBUSB_AUGMENT
#include libusb_augment.h
#endif

struct usb_dev_handle *devh;

void release_usb_device(int dummy) {
   int ret;
   ret = usb_release_interface(devh, 0);
   if (!ret)
printf(failed to release interface: %d\n, ret);
   usb_close(devh);
   if (!ret)
printf(failed to close interface: %d\n, ret);
   exit(1);
}

void list_devices() {
   struct usb_bus *bus;
   for (bus = usb_get_busses(); bus; bus = bus-next) {
struct usb_device *dev;

for (dev = bus-devices; dev; dev = dev-next)
printf(0x%04x 0x%04x\n,
dev-descriptor.idVendor,
dev-descriptor.idProduct);
   }
}

struct usb_device *find_device(int vendor, int product) {
   struct usb_bus *bus;

   for (bus = usb_get_busses(); bus; bus = bus-next) {
struct usb_device *dev;

for (dev = bus-devices; dev; dev = dev-next) {
if (dev-descriptor.idVendor == vendor
  dev-descriptor.idProduct == product)
 return dev;
}
   }
   return NULL;
}

void print_bytes(char *bytes, int len) {
   int i;
   if (len  0) {
for (i=0; ilen; i++) {
printf(%02x , (int)((unsigned char)bytes[i]));
}
printf(\);
   for (i=0; ilen; i++) {
printf(%c, isprint(bytes[i]) ? bytes[i] : '.');
   }
   printf(\);
   }
}


int main(int argc, char **argv) {
   int ret, vendor, product;
   struct usb_device *dev;
   char buf[65535], *endptr;
#if 0
   usb_urb *isourb;
   struct timeval isotv;
   char isobuf[32768];
#endif

   usb_init();
//usb_set_debug(255);
   usb_find_busses();
   usb_find_devices();
/*
   if (argc!=3) {
printf(usage: %s vendorID productID\n, argv[0]);
printf(ID numbers of currently attached devices:\n);
list_devices();
exit(1);
   }
   vendor = strtol(argv[1], endptr, 16);
   if (*endptr != '\0') {
printf(invalid vendor id\n);
exit(1);
   }
   product = strtol(argv[2], endptr, 16);
   if (*endptr != '\0') {
printf(invalid product id\n);
exit(1);
   }
*/
   printf(Hladam HUAWEI E220 a prepnem na modem - bbo 06\n);
   vendor = 0x12d1;
   product = 0x1003;
   dev = find_device(vendor, product);
   assert(dev);

   devh = usb_open(dev);
   assert(devh);

   signal(SIGTERM, release_usb_device);

/*
   ret = usb_get_driver_np(devh, 0, buf, sizeof(buf));
   printf(usb_get_driver_np returned %d\n, ret);
   if (ret == 0) {
printf(interface 0 already claimed by driver \%s\, attempting to detach 
it\n, buf);

ret = usb_detach_kernel_driver_np(devh, 0);
printf(usb_detach_kernel_driver_np returned %d\n, ret);
   }
   ret = usb_claim_interface(devh, 0);
   if (ret != 0) {
printf(claim failed with error %d\n, ret);
 exit(1);
   }

   ret = usb_set_altinterface(devh, 0);
   assert(ret = 0);
*/
// BBO typ 1 = DEVICE
ret = usb_get_descriptor(devh, 0x001, 0x000, buf, 0x012);
//printf(1 get descriptor returned %d, bytes: , ret);
//print_bytes(buf, ret);
//printf(\n);
usleep(1*1000);
// BBO typ 2 = CONFIGURATION

huawei e220 hsdpa on freebsd 6.3-BETA2

2007-12-06 Thread [EMAIL PROTECTED]@mgedv.net


hi folks,

i've got a huawei e220 hsdpa modem, which is connected
to a hp nx8220 notebook (ICH6 usb controller) w. 6.3-BETA2.
i tried GENERIC as well as custom kernels.

this is my current situation:

- custom kernel with just [u,o,e]hci and usb(4) support.
(removed all other usb device support except keyb/mouse)
- patched ubsa as beyond
- loaded ucom(4)
- loaded ubsa(4)
- left out umass(4) or loaded it AFTER ubsa/ucom

dmesg-cut when plugging in the E220 in this scenario:
ucom0: HUAWEI Technologies HUAWEI Mobile, Rev 1.10/0.00, addr 2
ucom0: Could not find interrupt in
device_attach: ucom0 attach returned 6

the patches (/usr/src/sys/dev/usb is base-dir):

--- usbdevs.pre 2007-11-04 03:28:31.0 +
+++ usbdevs 2007-12-06 12:14:46.0 +
@@ -1044,6 +1044,7 @@

/* HUAWEI products */
product HUAWEI MOBILE  0x1001 Huawei Mobile
+product HUAWEI E220  0x1003 Huawei E220 HSDPA USB Modem

/* IBM Corporation */
product IBM USBCDROMDRIVE 0x4427 USB CD-ROM Drive

--- ubsa.c.pre 2007-06-17 09:38:26.0 +
+++ ubsa.c 2007-12-06 12:18:55.0 +
@@ -232,6 +232,8 @@
 { USB_VENDOR_OPTION, USB_PRODUCT_OPTION_GT3GQUAD },
 /* Huawei Mobile */
 { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE },
+ /* Huawei Mobile E220 */
+ { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 },
 { 0, 0 }
};

usbdevs -v shows the device as:
full speed, power 500mA, config 1, VENDOR 0x12d1, PROD: 0x1003

i really NEED this device to work with freebsd so is
there anybody out there who had such a problem and
solved it?

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


Re: huawei e220 hsdpa on freebsd 6.3-BETA2

2007-12-06 Thread [EMAIL PROTECTED]@mgedv.net




Can you make your modem show up like ugen by loading ugen before 
plugging

your device.



here it is ;)

Standard Device Descriptor:
 bLength18
 bDescriptorType01
 bcdUSB 0110
 bDeviceClass   00
 bDeviceSubClass00
 bDeviceProtocol00
 bMaxPacketSize 64
 idVendor   12d1
 idProduct  1003
 bcdDevice  
 iManufacturer  1
 iProduct   2
 iSerialNumber  0
 bNumConfigurations 1

Configuration 0:
Standard Configuration Descriptor:
  bLength 9
  bDescriptorType 02
  wTotalLength32
  bNumInterface   1
  bConfigurationValue 1
  iConfiguration  0
  bmAttributesa0 (remote-wakeup)
  bMaxPower   250 (500 mA)

Standard Interface Descriptor:
  bLength9
  bDescriptorType04
  bInterfaceNumber   0
  bAlternateSetting  0
  bNumEndpoints  2
  bInterfaceClass08
  bInterfaceSubClass 06
  bInterfaceProtocol 50
  iInterface 0

Standard Endpoint Descriptor:
  bLength  7
  bDescriptorType  05
  bEndpointAddress 83 (in)
  bmAttributes 02 (Bulk)
  wMaxPacketSize   64
  bInterval0

Standard Endpoint Descriptor:
  bLength  7
  bDescriptorType  05
  bEndpointAddress 04 (out)
  bmAttributes 02 (Bulk)
  wMaxPacketSize   64
  bInterval0

Codes Representing Languages by the Device:
 bLength  4
 bDescriptorType  03
 wLANGID[0]   0409

String (index 1): HUAWEI Technologies

String (index 2): HUAWEI Mobile



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


Advanced Routing/Firewall Interface Options for FreeBSD 7

2007-11-28 Thread [EMAIL PROTECTED]

Hello,

I am trying to combine my file server and router into a single box.  
Before you tell me this is a bad idea, let me remind you this is a  
personal installation (not intensive file serving) and the machine and  
NICs are fairly beefy.


FreeBSD 7 supports ZFS. From there, NFS and Samba are easy. I've been  
using Solaris for this, but it's rather archaic in many ways, and the  
only reason I use it is for the stable ZFS support. Everything else in  
Solaris - given my needs - is a poor match.


Can anybody suggest what options there are for having a router/ 
firewall configuration interface placed atop FreeBSD 7 with ZFS? I  
want something along the lines of pfSense (GUI for traffic shaping,  
hopefully setup a simple VPN) that can also serve files and perhaps  
run some software that puts free CPU cycles to use. Maybe I might run  
Apache/MySQL for testing a few sites locally.


Any ideas? pfSense is not designed to work atop a standard FreeBSD  
distribution, nor is m0n0wall, and even if I used or modified their  
integrated distribution, I suspect it lacks ZFS support.


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


BSDs support for NTFS read-write (using ntfs-3g)

2007-11-27 Thread [EMAIL PROTECTED]
I am newbie of FreeBSD and I have been trying to learn other O/S and I
have chosen OpenSUSE and using it for quite some time, would like to try
others, example FreeBSD, PC-BSD or DesktopBSD. Before anythings, I do
some reading and found out that the read-only support for NTFS
partition, see
http://en.wikipedia.org/wiki/Comparison_of_BSD_operating_systems  (at
the Technical Information section)

However, the NTFS partition is still important for me with read/write
access by any new O/S, due to my main storage of my data files are in
NTFS partition (external harddisk) that will then be connected to other
computer (Microsoft Windows). Could you please advise me whether the
ntfs-3g command can be (ported) used in BSDs for read-write access to
NTFS. Thank you.

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


Re: sudo doesn't log anything

2007-10-10 Thread [EMAIL PROTECTED]
On Tuesday 09 October 2007,
 Pieter de Goeje [EMAIL PROTECTED] wrote: (among other verbiage)
 It logs it's (sic) messages in /var/log/messages.
Is this mentioned in the  man page ?  If nort, it should be!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


David Jones sent you this eBay item: HP iPAQ rx1710 PDA Pocket PC Computer - BRAND NEW!

2007-09-20 Thread eBay member: [EMAIL PROTECTED]

-
David Jones  sent you this eBay item.
-

 Dear friend,
  There must be worthy of spending a few minutes to visit our website  
www.herebuy365.com to make you get much benefit or profit. We are a large 
wholesale company on internet. All of our products come from original famous 
manufacturers with complete warranty. the price we can offer you is lower than 
any other retail dealers on Ebay. 
Please feel free to contact us if any questions, You will get a satisfactory 
answer.
Contact:
  - Email :  [EMAIL PROTECTED]
 - MSN : [EMAIL PROTECTED]
  - Website : www.herebuy365.com--


Item Name: HP iPAQ rx1710 PDA Pocket PC Computer - BRAND NEW!
Current bid: £10.50 (8 bids) font face=Arial, Verdana size=2
(Approximately US $20.98)   
/font
Shipping: £6.99
End date: 15-Sep-07 22:00:00 BST

-   
Find out more - View this Item

http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItemitem=230172073100ssPageName=ADME:B:EF:UK:11
-


To add to your watch list, click: 
http://cgi1.ebay.co.uk/ws/eBayISAPI.dll?MakeTrackitem=230172073100ssPageName=ADME:B:EF:UK:3
See similar items at: 
http://search.ebay.co.uk/HP-iPAQ-rx1710-PDA-Pocket-PC-Computer-BRAND-NEW_W0QQsacatZ38331QQssPageNameZADME-B-EF-UK-4

-
Details for item number: 230172073100
-
Item URL: 
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItemitem=230172073100ssPageName=ADME:B:EF:UK:11
Description:   


The OFFICIAL clearance outlet for aMAJOR UK amp;amp; R.O.I RETAILERoperating 
over 680 stores! 
   

UK STOCK * NEXT DAY DELIVERY * PLATINUM POWERSELLE
Ships to: United Kingdom
Seller: clearancebargains-uk(18376)
99.2% Positive Feedback
Member since 10-Oct-02 in United Kingdom
-
Learn how you can protect yourself from spoof (fake) emails at: 
http://pages.ebay.com/education/spooftutorial

This email was generated by the sender through the eBay platform because 
the sender thinks you are likely to be interested in this item. eBay takes 
no liability for the sending of this email and its content. If you did not 
authorize the sender to send you this email, you can report this message 
as unsolicited (spam) email so that eBay can take appropriate action 
against the sender. For more information, go to: 
http://pages.ebay.com/help/policies/rfe-spam-ov.html. Please note that it 
may take up to 10 days to process your request. 

See our Privacy Policy and User Agreement if you have questions about 
eBay's communication policies. 
Privacy Policy: http://pages.ebay.com/help/policies/privacy-policy.html
User Agreement: http://pages.ebay.com/help/policies/user-agreement.html

Copyright © 2006-2007 eBay, Inc. All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.
eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc. 
eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My experiment which FreeBSD, stuck with wireless card.

2007-09-20 Thread [EMAIL PROTECTED]
Is there a solution to this issue for PCBDS 1.3?  I am using the WN825G 
on an old IBM TP 600.

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


php failing

2007-09-18 Thread [EMAIL PROTECTED]

uname -a
localhost 6.2-RELEASE FreeBSD 6.2-RELEASE#0:  Thu Aug 30
13:20:27 UTC 2007  root@:/usr/src/sys/i386/compile/VIL i386

I have been using apache, PHP and mysql for years with no problems.  I 
just suffered a computer crash and my backup failed, so I had to 
reinstall.  However, now I have a problem.  I tried pkg_add -r php5 
and the latest PHP5 from www.php.net(www.php.net used to work, but that 
was before php5 existed). If I access phpinfo() with my browser, it 
fails. When I try to run a PHP script, I get the error:


cgi error:
 The following CGI application misbehaved by not
 returning a complete set of HTTP headers.
 The headers it did not return are:

  This error message means PHP failed to output anything at all.  To
  get to a sensible error message,  change to the PHP executable directory
  and run PHP -i.  If php has any problems running, then a suitgable error
  message will be displayed which will give a clue as to what needs to be
  done next.  If you get a screen full of HTML codes, then PHP is working.

  Once PHP is working on the command line, try accessing the script once
  again.  If it still fails then it could be one of the following:

   *The file permissions on your script, php.ini, or any extensions 
you are

trying to load are such that the anonymous internet user
ISUR_machinename cannot access them.
   *The script file does not exit (or possible isn't where you think
it is relative to your web root directory).  If the script does not
exit then the server will return a 404 error instead.

I didn't get the 404 error, so I think my script exits.  When I typed 
PHP -i,
I received 4 pages of HTML code.  This means PHP works.  I tried 
phpinfo() from

my browser and still nothing.  I have been fighting this for 3 weeks and
reinstalled many times.  I tried this on FreeBSD-5.4, 6.1 and 6.2.  All 
three
operating systems produce the same result.  

I found out that apache runs in a jail and uses chroot.  I added the 
directory

it says and still nothing.

This is where I get stuck.  Thanks in advance for any help.

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


RE: temporary su login

2007-09-07 Thread [EMAIL PROTECTED]
Tamouh wrote:
 Robin Becker wrote:
  My collocation supplier is about to move our FreeBSD box and wants 
  some way to shut it down cleanly. Is there a simple way to allow a 
  non-root user to have shutdown rights without just giving them the 
  world. At present I don't even allow login via ssh on that 
 box ie it's 
  purely key based.
  What I would do is develop a script (owned by  root ) 
 and callable by everybody which then checks the  user-id  of 
 its caller, and if it is an acceptable one, the script will 
 issue a warning (to wall) and then shutdown the system.
 

 why not ask them to do CTRL+ALT+DEL which will reboot the server cleanly and 
 once it hit 
 does the intial reset, turn it off.

Yes, CTRL+ALT+DEL will reboot the server cleanly,
but it does not shutdown the previous session nicely, it shuts it
down catastrophically, and it can be done by anyone with access
to the system keyboard.  Robin asked for a way to allow one specific
 non-root user  to be able to shutdown the system.


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


QLA2462 HBA card and FreeBSD 6.2 support

2007-09-07 Thread [EMAIL PROTECTED]
Hello everybody,

I need install two QLA2462-SUN-XO HBA cards in a AMD SunFire V40Z 
server, but I can't find information about this card support by the isp 
driver, anyone know about this card support in FreeBSD 6.2

Thanks and regards,

__
   Julian Bolivar
www.julianbolivar.com


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


RE: temporary su login

2007-09-06 Thread [EMAIL PROTECTED]
Robin Becker wrote:
 My collocation supplier is about to move our FreeBSD box and wants some 
 way to shut it down cleanly. Is there a simple way to allow a non-root 
 user to have shutdown rights without just giving them the world. At 
 present I don't even allow login via ssh on that box ie it's purely key 
 based.
What I would do is develop a script (owned by  root ) and
callable by everybody which then checks the  user-id  of its caller,
and if it is an acceptable one, the script will issue a warning
(to wall) and then shutdown the system.

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


Re: ports/115885: misc/help2man: help2man ignores installed gettext perl mod; insists on stale p5-* dependency

2007-09-02 Thread [EMAIL PROTECTED]
* snowcrash+freebsd [2007-09-02 19:11]:
  It is not supported to mix FreeBSD ports collection perl modules
  with modules installed from CPAN.
 
  http://www.freebsd.org/cgi/query-pr.cgi?pr=115885
 
 I'm not mixing anything.  I have *NO* FreeBSD ports collection perl
 modules installed, at all.
 
 I *only* have CPAN modules installed.  gettext is installed on my
 system via CPAN.
 
 I am trying to get help2man to work with a CPAN-only installation.
 
 It does not.  *IT* is trying to mix a port-perl-module, not me.

You have perl modules installed, that have no corresponding installed
FreeBSD port. There once was a project called BSDPAN that AFAIK was
written to work around this problem, but i don't know what the status is
(CCing perl). 

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


Re: /bin/sh vi mode command line editing and the period

2007-08-29 Thread [EMAIL PROTECTED]@mgedv.net

I wasn't able to reproduce what you explained...maybe I missed something?



i just do the following:

clear
/bin/sh
EDITOR=vi
export EDITOR
set -o $EDITOR
echo 1
echo 2
echo 3
echo 4
ESC-.

and this is the output:
test# /bin/sh
test# EDITOR=vi
export EDITOR
set -o $EDITOR
echo 1
echo 2
echo 3
echo 4
test# test# test# echo 1
1
test# echo 2
2
test# echo 3
3
test# echo 4
4
test#
test#
test# echo 2
2
test# echo 3
3
test# echo 4
4
test#
test#


interestingly, echo 1 is not re-executed but the other commands are.
dunno what's going on here, but i really find it somewhat dangerous
as a default root shell for a unix system (of course, in vi mode)

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


Re: /bin/sh vi mode command line editing and the period

2007-08-29 Thread [EMAIL PROTECTED]@mgedv.net

i just do the following:

clear
/bin/sh
EDITOR=vi
export EDITOR
set -o $EDITOR
echo 1
echo 2
echo 3
echo 4
ESC-.


I tested the command sequence you gave and the result was as you
explained. What caught my attention, however, was that all the
commands were builtin. I tested with non-builtin commands (eg.
/bin/echo instead of echo) and ESC-. did nothing. In fact unless the
last command was a builtin, ESC-. just repeated the last _editing_
action.
This is not a desired behaviour however IMO, to repeat the last
command (if builtin) upon a ESC-. on an empty line.
Please correct me if I'm wrong.



well, now i did this:
/bin/sh
EDITOR=vi
export EDITOR
set -o $EDITOR
echo 1 foo
echo 2 foo
cat foo foo1
cat foo1 foo
cat foo


with this result:
test# /bin/sh
test# EDITOR=vi
test# export EDITOR
test# set -o $EDITOR
test# echo 1 foo
test# echo 2 foo
test# cat foo foo1
test# cat foo1 foo
test# cat foo
1
2
1
2
test#
test# echo 2 foo
test# cat foo foo1
test# cat foo1 foo
test# cat foo
1
2
1
2
2
1
2
1
2
1
2
2
test#

i took care that foo and foo1 did not exist prior to testing!
but i'm still not sure whether i should file a PR or not.
my assumption and expectance for ESC-. would be:
(regardless whether the input line is empty or not)
- ignore the key completely
- execute the last executed command again (ignoring the content
in the input buffer)

still, it's risky, maybe the command should not get executed but
pasted into the commandline like with ESC-- (minus).
executing should also be fine - if it's just the last command and
not the whole history. this is not a feature - for me it seems to
be much more than senseless.

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


  1   2   3   4   5   6   7   8   9   >