Re: issues in XFCE 4.6

2009-03-14 Thread Fbsd1

Keith Seyffarth wrote:
Your problem is not xfce but xorg. It went through massive changes in 
7.1 and it's now mandatory to have a /etc/X11/xorg.conf. You have to add
Option "AllowEmptyInput" "Off" statement as last line in "ServerLayout" 
section. Doing console command Xorg -config /etc/X11/xorg.conf will 
build you one.  By the way i used the package version of xfce4 on 7.1 
and it's working just fine after i added the above xorg fixes.


That line was already in xorg.conf (it was necessary to get a mouse to
work after the last xorg update in January). However, I did not have
it as the last line in the ServerLayout section. I moved it to the
last line, but that didn't make a difference.

There's still no XFCE menu, and without the ability to update the
settings in XFCE, it's pretty much unusable...

Keith


As i said the packages worked for me. Blow away the xfce and xorg ports 
and do the xorg mega package and the xfce mega package. if that fails 
then bkup your user data and install a clean virgin version of 7.1 and 
the xorg and xfce packages.

___
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"


Re: error in php5 make install

2009-03-14 Thread Fbsd1

Peter wrote:


Fbsd1 wrote:

Turn off all options accept Apache module

===>   php5-5.2.9 depends on file: /usr/local/bin/autoconf-2.62 - found
===>   php5-5.2.9 depends on executable: pkg-config - found
===>   php5-5.2.9 depends on shared library: xml2.5 - found
===>  Configuring for php5-5.2.9
cannot create /usr/ports/lang/php5/work/php-5.2.9/aclocal.m4: No such
file or directory
*** Error code 2

Script didn't even look for m4 dependent. m4 is installed already.



are you using root account when performing the install ?

Type: id, this will give you the current account you are using.


Peter
___
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"



Yes i am using root to install.

I fixed the problem by doing make clean  then make install.
Must have been trash left over from first try.
It worked ok now.
Thanks any way.
___
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"


7.1 phpmyadmin skip logon screen?

2009-03-15 Thread Fbsd1

In 7.1 phpmyadmin now drops you into a logon screen.
How do I stop this function and always go to main menu screen?
___
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"


Re: 7.1 phpmyadmin skip logon screen?

2009-03-17 Thread Fbsd1

Matthew Seaman wrote:

Fbsd1 wrote:

In 7.1 phpmyadmin now drops you into a logon screen.
How do I stop this function and always go to main menu screen?


That's nothing to do with the FreeBSD version -- phpMyAdmin works the
same on any platform.

To make phpMyAdmin auto-login to a DB, you need to use 'config'
authentication mode.

  http://www.phpmyadmin.net/documentation/#authentication_modes

It's probably the least secure authentication mode provided, so you
should take further steps in your Apache config to stop the world
gaining access to your database.

Cheers,

Matthew



Read the user id info on mysql and phpmyadmin. It's so much overkill. 
Don't need to secure then at all. I have inhouse development box on 
private lan and mysql has always worked just fine with superuser mysql 
id of root without password. In the previous version of phpmyadmin no 
login id was required and I was able to see my DB definitions. Tried to 
setup config.inc.php by adding statement

$cfg['Servers'][$i]['user']   = 'root';  but no joy.


What is needed in config.inc.php to allow the default mysql superuser 
user id root full access in phpmyadmin?





___
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"


Re: 7.1 phpmyadmin skip logon screen?

2009-03-19 Thread Fbsd1

Fbsd1 wrote:

Matthew Seaman wrote:

Fbsd1 wrote:

In 7.1 phpmyadmin now drops you into a logon screen.
How do I stop this function and always go to main menu screen?


That's nothing to do with the FreeBSD version -- phpMyAdmin works the
same on any platform.

To make phpMyAdmin auto-login to a DB, you need to use 'config'
authentication mode.

  http://www.phpmyadmin.net/documentation/#authentication_modes

It's probably the least secure authentication mode provided, so you
should take further steps in your Apache config to stop the world
gaining access to your database.

Cheers,

Matthew



Read the user id info on mysql and phpmyadmin. It's so much overkill. 
Don't need to secure then at all. I have inhouse development box on 
private lan and mysql has always worked just fine with superuser mysql 
id of root without password. In the previous version of phpmyadmin no 
login id was required and I was able to see my DB definitions. Tried to 
setup config.inc.php by adding statement

$cfg['Servers'][$i]['user']   = 'root';  but no joy.


What is needed in config.inc.php to allow the default mysql superuser 
user id root full access in phpmyadmin?






For the archives.
Figured it out for myself after much testing.

This is the contents of my working config.inc.php file.

 





___
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"


Re: recover data from damaged msdos fat32 partition

2009-03-19 Thread Fbsd1

Polytropon wrote:

On Sat, 20 Dec 2008 16:16:38 +0800, Fbsd1  wrote:
I know i can mount fat32 partition using mount_msdos command. But my 
msdos fat32 partition is a bad disk with corrupted fat table.


Question is can i use freebsd to recover data from this msdos fAT32 disk


Oh yes, you can! As a side product of my attempt to restore data
from an UFS partition with orphaned inodes, I found some good
utilities that might be helpful fo you.




What tools do you suggest to use?


Check 'em out!

System:
dd
fsck_ffs
clri
fsdb
fetch -rR 
recoverdisk

Ports:
ddrescue
dd_rescue
ffs2recov
magicrescue
testdisk
The Sleuth Kit:
fls
dls
ils
autopsy
scan_ffs
recoverjpeg
fatback

Especially magicrescue can do wonders. If everything fails,
The Sleuth Kit is a good tool.

Don't forget to try mtools.




I have installed these ports

autopsy
dd_rescue
ddrescue
fatback
formost
sleuthkit

If my understanding of reading their documentation is correct, they all 
need a empty disk to copy the bad disk sectors to in sequence.

Is this a correct understanding?

msdos fat32 file system has a backup fat table as stated in the docs. Do 
any of the sectors rescue programs read the backup fat table?


Not interested in the XP system or programs directors. Just want user 
data files created by adobe pagemaker. Dont know what the file extension 
is for sure or if there are any way to ID the file from internal 
content. Best guess I have on file extension is .cv5  Do not have a file 
to examen.


What are the general steps I need to do to recover data from this msdos 
FAT32 disk with corrupted fat table and maybe corrupted data?

___
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"


Re: issues in XFCE 4.6 (looking for a working WM)

2009-03-20 Thread Fbsd1

Keith Seyffarth wrote:

At this point, I guess I'm looking for recommendations on a window
manager.

Here are the major problems with XFCE4 4.6:

* < 20% probability of starting X without crashing and locking
  computer
* 20-25 minutes to start X (was about 1 under XFCE4 4.4)
* 0% chance of shutting down successfully if X is running
* can't exit X once started (switches monitor to power save mode and
  hangs)
* maximum run time of 8 hours (average around 5 hours)
* won't save settings

and a couple minor ones:

* XFCE menu doesn't work
* missing icons, even after theme is changed from rodent to tango

None of these were issues under XFCE4 4.4, but I'm guessing there's
not a good way to get 4.4 back...

What other window managers do people use, or what would you recommend
and why?

Thanks.
___


In 7.1 I installed the xfce mega package and it is version 4.4.2,

It installed every thing xfce has available. It works fine for me.

xfce 4.6 is very dirty and needs alot more work before it's usable. I 
had some of the same problems as you so i deleted it and returned to 4.4.2.


also installed the Xorg mega package.

First time startx takes about 30sec, after that it comes up in 5-10sec.



___
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"


Re: installing ports xorg

2009-03-21 Thread Fbsd1

Tim Judd wrote:

I'm getting ZERO feedback when I install the xorg metaport, updated
ports tree today.

# cd /usr/ports/x11/xorg
# make install
# 




So what am i missing?

http://www.freebsd.org/doc/en/books/handbook/x-install.html
tells me to install this port.


I even deleted /var/db/pkg/* and /var/db/ports/* to try to hook it to
install...  Retrying the above install every time.  Nothing works.

What to do?


Thanks

___
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"


it will take many many hours to compile. If you read more in handbook it 
also says you can install the package version which should only take 30 
minutes.


pkg_add -r xorg

___
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"


mount 2nd HD containing running Freebsd system

2009-03-25 Thread Fbsd1
I have run out of space on my running 7.1 system. I have a 2nd HD 
containing 6.1 that I want to mount and use the 80gb /usr slice.


What is the mount command to use?

Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
slices on that HD.

___
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"


Re: mount 2nd HD containing running Freebsd system

2009-03-25 Thread Fbsd1

Ricardo Jesus wrote:

Fbsd1 wrote:
I have run out of space on my running 7.1 system. I have a 2nd HD 
containing 6.1 that I want to mount and use the 80gb /usr slice.


What is the mount command to use?

Thinking   mount /dev/ad1 /mnt  but un-sure how this handles the 6.1 
slices on that HD.


Read up http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html, 
namely entries 9.1 and 9.2. Very detailed and helpful stuff.




None of that was helpfull. Found post in questions archives from 1992 
that gave me pointer to correct direction.


Here is the solution I used.

 ls /dev/ad*   listed all the slices on both HDs.
 mount /dev/ad1s1f /mntmounted the /usr dir from the second HD just 
like i wanted.




___
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"


Re: 7.1 System Crashing

2009-04-14 Thread Fbsd1

APseudoUtopia wrote:

My FreeBSD 7.1-RELEASE-p3 system has gone down a few times in the last
two days. I'm trying to figure out why, but there is nothing in
/var/log/messages or dmesg about the incident.

Here's the output from the `last` command:
User  ttyp01.2.3.4Tue Apr 14 19:02   still logged in
User  ttyp01.2.3.4Tue Apr 14 18:52 - 19:02  (00:09)
reboot   ~ Tue Apr 14 18:52
User  ttyp01.2.3.4Tue Apr 14 18:42 - crash  (00:09)
User  ttyp01.2.3.4Tue Apr 14 16:06 - 18:42  (02:36)
User  ttyp01.2.3.4Tue Apr 14 11:23 - 12:53  (01:29)
reboot   ~ Tue Apr 14 07:44
User  ttyp01.2.3.4Mon Apr 13 20:01 - 22:58  (02:57)
User  ttyp01.2.3.4Mon Apr 13 19:56 - 20:01  (00:04)
User  ttyp01.2.3.4Mon Apr 13 19:31 - 19:56  (00:25)
User  ttyp01.2.3.4Sun Apr 12 15:02 - 16:15  (01:12)
User  ttyp01.2.3.4Sun Apr 12 14:48 - 15:02  (00:14)
reboot   ~ Sun Apr 12 14:48
shutdown ~ Sun Apr 12 14:45
User  ttyp01.2.3.4Sun Apr 12 14:24 - shutdown  (00:21)
User  ttyp01.2.3.4Sat Apr 11 13:03 - 17:00  (03:56)
wtmp begins Wed Apr  1 21:21:28 UTC 2009



As you can see, the system reboot several times, and crashed the most
recent time. Only one of the shutdown/reboots listed is valid - the
furthest one.
I have no idea why it is rebooting/crashing. It has been completely
stable until about 1-2 days ago. If anyone can direct me to post the
output to any commands or any log messages, I'd be more than willing
to do so in order to help anyone diagnose my problem.

Thank you for your time.
___
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"




What you are experiencing are the early warning signs of disk drive 
failure or over heating problems.


Before doing any thing else make backup of your user data if you have 
not done so already.


Then open your box and use a small brush and a can of compressed air to 
blow the dust off the motherboard and the fans. Give special attention 
to the fan in the power supply. If PC is older than 3 years or has over 
1 year of continues use then replace the power supply.


IF problem still happens replace hard drive.


___
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"


Re: Splash screen color issues

2009-04-14 Thread Fbsd1

Eugene L. wrote:
Hello everyone, I have a FreeBSD 7.1-Release (generic kernel), and I am 
trying to make splash screen feature work properly, so I followed the 
procedure described in handbook and the splash screen actually loads, 
except the black is now white, red is violet, etc.


So all the colors of the bitmap are messed up, and I checked, they fit 
the requirements and I've tried other pics and pcx format. I tried gimp, 
photoshop. The issue isn't pic related


What could possibly be the reason?

I use Sapphire Radeon X1600 Pro AGP
___
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"





Has to be your video card. If you have an X-desktop installed try 
displaying the splash screen and see how it looks there. The x-desktop 
should have auto loaded a driver for your video card. If the colors are 
ok them unplug your video card and try the motherboard default video.

___
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"


Re: Problem: PPOE and a Static IP.

2009-04-14 Thread Fbsd1

Paul Halliday wrote:

I am following the instructions on this page:

http://www.freebsd.org/doc/en/books/handbook/pppoe.html

I had initially thought it was a problem with the modem so I had a
technician come in to take a look; when hooked up to his windows
laptop:

1) He had to assign the  interface the static address
2) no uname/pass were required.

What needs to change in my ppp.conf to accommodate a static address?

Thanks.
___
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"





set ifaddr s.s.s.s 0.0.0.0/0 0.0.0.0 0.0.0.0

where s.s.s.s is your static ip address

___
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"


Re: Fetchmail problem

2009-04-19 Thread Fbsd1

Annelise Anderson wrote:

I am trying to use fetchmail on FreeBSD but get the message:

fetchmail: SMTP< 451 4.1.8 Domain of sender address 
owner-freebsd-questi...@freebsd.org does not resolve


I can send mail out from the box but can't fetch mail.

Annelise

___
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"





post your .fetchmailrc config file
___
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"


source for sysinstall

2009-05-03 Thread Fbsd1

How can i just download the source for sysinstall?
___
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"


7.2 disc1 & bootonly cds not recognized as bootable

2009-05-16 Thread Fbsd1
Running 7.1 and trying to do clean install of 7.2. Downloaded both disc1 
and bootonly iso files because the 7.2 release announcement says this.


Note: late in the testing cycle it was discovered some machines do not 
recognize


the i386 disc1 as bootable (they just fall through to booting off the 
next boot device).


All affected machines did see the other discs as bootable. If you have a 
machine


with that problem booting off either bootonly or livefs and then 
swapping in disc1


once sysinstall starts should work.

In my case I have the described booting problem with both disc1 and the 
bootonly disk.


Disc1 and bootonly cd are bootable on different computer so know they 
are good.


Dead in the water, Help

___
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"


no pkg for apache13 in 7.2

2009-05-18 Thread Fbsd1

In 7.1 and previous  pkg_add -r apache  fetched apache13.
Now in release 7.2  pkg_add -r apache  installs apache22.
Looks like someone made apache22 the default pkg and did not
point this out in the release notes or bother to create a
named package for apace13 in the Latest directory.
Is apache13 at end-of-life??
___
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"


Re: no pkg for apache13 in 7.2

2009-05-18 Thread Fbsd1

Ltcddata wrote:

On Mon, 18 May 2009 20:22:34 +0800
Fbsd1  wrote:


In 7.1 and previous  pkg_add -r apache  fetched apache13.
Now in release 7.2  pkg_add -r apache  installs apache22.
Looks like someone made apache22 the default pkg and did not
point this out in the release notes or bother to create a
named package for apace13 in the Latest directory.
Is apache13 at end-of-life??
___
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"

using apache13 here on 7.2.. just build it from ports  



Building from port does not address the posted problem.
Can also get pkg from 7.1.


___
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"


Re: Win4BSD 1.1 on 7.1

2009-05-23 Thread Fbsd1

Polytropon wrote:

On Fri, 22 May 2009 23:53:09 +0200 (CEST), Ronny Mandal 
 wrote:
I'm experiencing problems when attempting to install Win4BSD 1.1. I've 
downloaded the most recent .tbz of W4B, it installs but fails while 
building kqemu.


You downloaded sources manually? Why not use the ports system, or
even install from a precompiled package? This would install any
needed dependencies (kqemu) as well. The ports collection contains
version 1.1.


From the port:


# cd /usr/ports/emulators/win4bsd
# make install clean


From the package:


pkg_add -r win4bsd

It will install run dependencies as well.




Here is the error-msg:

kqemu-freebsd.c: In function 'kqemu_schedule':
kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this 
function)
kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only 
once


I'm not sure, but are you trying to compile Linux sources on
a FreeBSD system?



All sources are installed. Suggestions are very welcome and will be 
appreciated!


Try the port, if you want to compile it yourself, or try pkg_add.
I have to admit that I haven't tried it, so it's a "dry advice". :-)






There is no package for win4bsd on the pkg ftp servers for releases 7.0, 
7.1, 7.2, or 8.0.
Looks like the release build team has been missed this one for some time 
now.



___
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"


Re: Win4BSD 1.1 on 7.1

2009-05-23 Thread Fbsd1

Polytropon wrote:

On Fri, 22 May 2009 23:53:09 +0200 (CEST), Ronny Mandal 
 wrote:
I'm experiencing problems when attempting to install Win4BSD 1.1. I've 
downloaded the most recent .tbz of W4B, it installs but fails while 
building kqemu.


You downloaded sources manually? Why not use the ports system, or
even install from a precompiled package? This would install any
needed dependencies (kqemu) as well. The ports collection contains
version 1.1.


From the port:


# cd /usr/ports/emulators/win4bsd
# make install clean


From the package:


pkg_add -r win4bsd

It will install run dependencies as well.




Here is the error-msg:

kqemu-freebsd.c: In function 'kqemu_schedule':
kqemu-freebsd.c:211: error: 'sched_lock' undeclared (first use in this 
function)
kqemu-freebsd.c:211: error: (Each undeclared identifier is reported only 
once


I'm not sure, but are you trying to compile Linux sources on
a FreeBSD system?



All sources are installed. Suggestions are very welcome and will be 
appreciated!


Try the port, if you want to compile it yourself, or try pkg_add.
I have to admit that I haven't tried it, so it's a "dry advice". :-)





The port build of win4bsd will not build on 7.2 because you have first 
to rebuild the freebsd kernel with option SCHED_4BSD. win4bsd-1.1_3 
requires the traditional 4bsd scheduler. Good possibility this is also 
true for 7.0, 7.1 and 8.0


Gave up on testing win4bsd because of performance impact on server from 
using traditional 4bsd scheduler. OMHO this port needs to be updated to 
function using the new scheduler.

___
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"


Software creating karaoke from mp3 files

2009-05-30 Thread Fbsd1
Been unable to purchase karaoke of rock and roll greats like "AC/DC, THE 
ROLLING STONES, THE DOORS, LED ZEPPELIN". Looking for advice on software 
that will allow me to edit out the singing voice tracks from a mp3 file 
and write the resulting music as a avi file so I can have the song words 
show on tv.


If any one has done this type of thing, sure would like to hear about 
how they did it.


Thanks
___
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"


Re: pkg_deinstall: "delete all packages installed, except for X, Y and Z"

2009-06-04 Thread Fbsd1

Wojciech Puchar wrote:

Hello list.

I am trying to clean up a system with a LOT of cruft. Is there some
argument I could pass to pkg_deinstall that would result in "delete
all packages installed, except for X, Y and Z" (and obviously their
dependancies)?


just do

pkg_info |cut -f 1 -d " " >/tmp/pkglist
edit pkglist and delete lines X, Y and Z

do

pkg_delete `cat /tmp/pkglist`
rm /tmp/pkglist

ignore errors about package can't be deleted because X, Y or Z requires 
it. it's exactly what you want.



pkg_delete `cat /tmp/pkglist`  gives error 'no such package `cat 
/tmp/pkglist` installed

___
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"


Re: pkg_deinstall: "delete all packages installed, except for X, Y and Z"

2009-06-04 Thread Fbsd1

Wojciech Puchar wrote:
ignore errors about package can't be deleted because X, Y or Z 
requires it. it's exactly what you want.



pkg_delete `cat /tmp/pkglist`  gives error 'no such package `cat 
/tmp/pkglist` installed




for sure you used ' instead of `

  Yet that was the error. I did not know there was another type of 
quote key on the keyboard. The one used in the example is below the Esc key.

___
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"


Re: it is about installing FreeBSD on USB stick

2009-06-05 Thread Fbsd1

Eric Hsieh wrote:

hello, this is my first time to ask a help from FreeBSD.
I have a question about installing FreeBSD on USB stick.
There are so many informations about how to install FreeBSD on USB
stick from Internet, but I can not find out any information about
follow :
first, if i install FreeBSD on USB stick. Could I operate it on any computer.
if not, how to reach this issue ?
second, if i install FreesBIE on USB stick, i know i can operate it on
any computer.
but i don't know how to store my setting and installed software on USB
stick directly instead of copy my setting to another store device.
thanks, good luck for you.
___





Your statement of "any computer" is too undefined. The answer to your 
first question as you wrote it is NO. But if we define "any computer" as
"any 386 type of computer" then the answer is yes. Note: Not all PC's 
manufactured have option to boot from USB stick or use the 386 type of CPU.


Your second question is wrong. FreesBie has same limitation as Freebsd.
"any 386 type of computer" with USB stick boot option then the answer is 
yes.


There are other versions of Freebsd for the other CPU types of Pc's. If 
you use one of those other versions for CPU type then your USB stick can 
only run on PC's of the same CPU type.


All of Freebsd run time configuration files are in /etc
/etc will be on your USB stick Freebsd system and will be the ones you 
are modifying.







___
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"


turn on beastie beside the 'Welcome to FreeBSD' boot options menu

2008-08-22 Thread enom-FBSD1
Is there a way to reactivate the black and white beastie which used to
display to the right of the   'Welcome to FreeBSD' boot options menu?

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


RE: turn on beastie beside the 'Welcome to FreeBSD' boot optionsmenu

2008-08-22 Thread enom-FBSD1
beastie_disable="NO"  had no effect.

All that was needed was loader_logo="beastie"   which produced beastie 
in
color

Its good to see my old friend back where he belongs

Thanks for your help.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael Powell
Sent: Friday, August 22, 2008 5:16 PM
To: freebsd-questions@freebsd.org
Subject: Re: turn on beastie beside the 'Welcome to FreeBSD' boot
optionsmenu

enom-FBSD1 wrote:

> Is there a way to reactivate the black and white beastie which used to
> display to the right of the   'Welcome to FreeBSD' boot options menu?
>

Look at /boot/defaults/loader.conf for the following:

#beastie_disable="NO"   # Turn the beastie boot menu on and off
#loader_logo="fbsdbw"   # Desired logo: fbsdbw, beastiebw, beastie,
none

As always, put your overrides in /boot/loader.conf and leave the defaults
alone.

-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: Custom Kernel Help!

2008-08-25 Thread enom-FBSD1
Read the handbook. It has section on customizing the kernel source
explaining what you can comment out of the source. About adding one of the
firewalls into the kernel, it's a waist of time. When you put the
appropriate firewall statements in /etc/rc.conf the selected firewall module
is dynamically loaded for you. Read the handbook firewall section.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of VeeJay
Sent: Tuesday, August 26, 2008 4:47 AM
To: FreeBSD-Questions; VeeJay
Subject: Custom Kernel Help!

Hi guys,

I shall appreciate if you could spare a couple of minuts to look into and
advise that which bits of Kernel, I should install from FreeBSD 7
(production release) Generic Kernel? And if I want to install IP filter / IP
firewall / IPSec, etc on Kernel level, would it be wise or what? and if so,
what sort of configuration I should use?

what does "est: CPU supports Enhanced Speedstep, but is not recognized."
mean?

Thanks for your really kind help
---
Thanks!

BR / vj

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-STABLE #0: Mon Aug 25 20:54:49 CEST 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU   E5450  @ 3.00GHz (2995.54-MHz K8-class
CPU)
  Origin = "GenuineIntel"  Id = 0x10676  Stepping = 6

Features=0xbfebfbff

Features2=0xce3bd>
  AMD Features=0x20100800
  AMD Features2=0x1
  Cores per package: 4
usable memory = 17161629696 (16366 MB)
avail memory  = 16614514688 (15844 MB)
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
 cpu4 (AP): APIC ID:  4
 cpu5 (AP): APIC ID:  5
 cpu6 (AP): APIC ID:  6
 cpu7 (AP): APIC ID:  7
ioapic0: Changing APIC ID to 8
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0:  on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pcib1:  at device 2.0 on pci0
pci4:  on pcib1
pcib2:  at device 0.0 on pci4
pci5:  on pcib2
pcib3:  at device 0.0 on pci5
pci6:  on pcib3
pcib4:  at device 0.0 on pci6
pci7:  on pcib4
bce0:  mem
0xf400-0xf5ff irq 16 at device 0.0 on pci7
miibus0:  on bce0
brgphy0:  PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
bce0: Ethernet address: 00:1e:c9:d5:83:79
bce0: [ITHREAD]
bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W
(0x04000305); Flags( MFW MSI )
pcib5:  at device 1.0 on pci5
pci8:  on pcib5
pcib6:  at device 0.3 on pci4
pci9:  on pcib6
pcib7:  at device 3.0 on pci0
pci1:  on pcib7
mfi0:  port 0xec00-0xecff mem
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on pci1
mfi0: Megaraid SAS driver Ver 2.00
mfi0: 534 (273014201s/0x0020/info) - Shutdown command received from host
mfi0: 535 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID
0060/1000/1f0c/1028)
mfi0: 536 (boot + 3s/0x0020/info) - Firmware version 1.11.52-0396
mfi0: 537 (boot + 3s/0x0008/info) - Battery Present
mfi0: 538 (boot + 3s/0x0020/info) - Package version 6.0.2-0002
mfi0: 539 (boot + 21s/0x0004/info) - Enclosure (SES) discovered on PD 20(c
None/p0)
mfi0: 540 (boot + 21s/0x0002/info) - Inserted: Encl PD 20
mfi0: 541 (boot + 21s/0x0002/info) - Inserted: PD 20(c None/p0) Info:
enclPd=20, scsiType=d, portMap=09, sasAddr=5001e0f03d0c6900,
mfi0: 542 (boot + 21s/0x0002/info) - Inserted: PD 00(e0x20/s0)
mfi0: 543 (boot + 21s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info:
enclPd=20, scsiType=0, portMap=00, sasAddr=5000cca00904c3d1,
mfi0: 544 (boot + 21s/0x0002/info) - Inserted: PD 01(e0x20/s1)
mfi0: 545 (boot + 21s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info:
enclPd=20, scsiType=0, portMap=01, sasAddr=5000cca00904d6ed,
mfi0: 546 (boot + 21s/0x0002/info) - Inserted: PD 02(e0x20/s2)
mfi0: 547 (boot + 21s/0x0002/info) - Inserted: PD 02(e0x20/s2) Info:
enclPd=20, scsiType=0, portMap=02, sasAddr=5000cca009048e15,
mfi0: 548 (boot + 21s/0x0002/info) - Inserted: PD 03(e0x20/s3)
mfi0: 549 (boot + 21s/0x0002/info) - Inserted: PD 03(e0x20/s3) Info:
enclPd=20, scsiType=0, portMap=03, sasAddr=5000cca0090386c5,
mfi0: 550 (boot + 21s/0x0002/info) - Inserted: PD 04(e0x20/s4)
mfi0: 551 (boot + 21s/0x0002/info) - Inserted: PD 04(e0x20/s4) Info:
enclPd=20, scsiType=0, portMap=04, sasAddr=5000cca00904bf6d,
mfi0: 552 (boot + 21s/0x0002/info) - Inserted: PD 05(e0x20/s5)
mfi0: 553 (boot + 21s

<    1   2   3