Re: Error building math/sage

2013-06-06 Thread Michael Gass
On Thu, Jun 06, 2013 at 09:41:46AM -0500, Michael Gass wrote: > Trying to build math/sage-5.9_1 from ports. Everything builds > except sage itself. > > Here is the system info. > > FreeBSD dc7800.home.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r251294: Mon Jun 3 > 17:52:11 CD

What is the correct CPUTYPE for this machine?

2013-06-08 Thread Michael Gass
1 Features=0x383f9ff AMD Features=0xc0480800 What is the correct value for CPUTYPE in make.conf? Thanks, mg -- Michael Gass mg...@csbsju.edu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: What is the correct CPUTYPE for this machine?

2013-06-08 Thread Michael Gass
On Sat, Jun 08, 2013 at 10:10:10AM -0400, ill...@gmail.com wrote: > On 8 June 2013 09:34, Michael Gass wrote: > > > I have an old laptop: > > > > FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 > > r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GE

Re: Bourne shell "if" syntax

2013-06-10 Thread Michael Sierchio
On Mon, Jun 10, 2013 at 12:16 PM, Tim Daneliuk wrote: > That wasn't really my point. I use sentinels because in the face of an > empty string this: > >if [ $PTR = "" ] > > Actually evaluates to: > >if [ = "" ] > > Which throws an error. Right. Many scripts seem to assume that sh is bas

pkg-devel problem with incremental update

2013-06-11 Thread Michael Gass
, no need to fetch fresh copy What should I do to make incremental updates possible? -- Michael Gass mg...@csbsju.edu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Any BASIC Gurus around?

2013-06-17 Thread Michael Ross
I'm no BASIC Guru, but this one line caught my eye while scrolling through your mail: 2010 IF ABS(H>1. THEN GOTO 2040 Missing parenthesis? Regards, Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: FreeBSD maximum password length

2013-06-17 Thread Michael Sierchio
I know this may seem off-the-wall to some, but I pasted a hashed password for a user under 9.1 into the /etc/passwd entry for that user on an 8.3 machine, and auth continues to work properly. That's nice. - M ___ freebsd-questions@freebsd.org mailing li

Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Michael Sierchio
On Tue, Jun 18, 2013 at 10:44 AM, Istvan Gabor wrote: > ... > How can I do this in FreeBSD? > Can I have slices with only one partition occupying the whole slice? > > Can I do something like the following: > > /dev/ad0s1a / > /dev/ad0s2e /home > /dev/ad0s3e /usr/local > /dev/ad0s5b swap > /dev/ad0

Re: Re: FreeBSD slice/partiton setup question

2013-06-18 Thread Michael Sierchio
You can simply newfs the device itself, without a volume label, slice, or partition. That's the normal thing to do with malloc devices, or additional disks. If the disk doesn't require a boot loader, isn't the root device, etc. that may be the best thing to do. Your caution about EXT* is spot-in

Re: Boot Loader Issue

2013-06-23 Thread Michael Sierchio
On Sun, Jun 23, 2013 at 4:12 PM, Polytropon wrote: > On Sun, 23 Jun 2013 15:47:53 -0700, Doug Hardie wrote: >> I need to alter mountroot so it tries the right partition/slice. >> How do I do that? I couldn't find anything in the handbook on that. > > You need to install the GPT boot code, e. g. >

Re: auth.notice on syslog server

2013-06-24 Thread Michael Sierchio
On Mon, Jun 24, 2013 at 5:35 AM, SWENNEN Rudi wrote: > Hello FreeBSD-list, > > I have the following two freebsd systems/servers: a server and a client. The > syslog of the client is send to the server. > I was wondering why the auth.notice entry on my server is generating a syslog > entry (/dev/

Re: gpart: table 'da0' is corrupt; operation not permitted

2013-07-16 Thread Michael Sierchio
On Tue, Jul 16, 2013 at 1:44 PM, aurfalien wrote: > Upon doing; > > gpart destroy da0 > > I get; > > gpart: Device busy crude but effective: DISK=da0 offset=`diskinfo $DISK | awk '{ print $4 - 131072 }'` dd if=/dev/zero of=/dev/$DISK bs=64k count=1 dd if=/dev/zero of=/dev/$DISK bs=64k seek=$o

HOWTO monitor changes in installed packages within jails?

2013-07-20 Thread Michael Grimm
port that I might have missed to find? Thanks in advance and with kind regards, Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-uns

Re: HOWTO monitor changes in installed packages within jails?

2013-07-20 Thread Michael Grimm
On 20.07.2013, at 14:53, Matthew Seaman wrote: > On 20/07/2013 12:09, Michael Grimm wrote: >> I did migrate to pkgng some month ago, and ever since I am curious >> how to monitor changes in installed packages within jails. I am >> looking for a functionality/port that

Re: Re[3]: vBSDcon Website Update

2013-07-22 Thread Michael Powell
Fish Kungfu wrote: > Weird, now it's up. > ...Fish > DNS takes time to propagate -Mike ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questio

Re: HOWTO monitor changes in installed packages within jails?

2013-07-23 Thread Michael Grimm
On 20.07.2013, at 18:34, Michael Grimm wrote: > On 20.07.2013, at 14:53, Matthew Seaman > wrote: >> On 20/07/2013 12:09, Michael Grimm wrote: > >>> I did migrate to pkgng some month ago, and ever since I am curious >>> how to monitor changes in inst

Re: Theft in the Clouds

2013-07-25 Thread Michael Sierchio
Amazon EC2 certainly offers Dedicated Instances, in which the hardware is dedicated to a single customer. On Thu, Jul 25, 2013 at 1:15 PM, Jerry wrote: > Not really a FreeBSD issue, but I did find this article rather > fascinating. > > http://www.technologyreview.com/news/506976/how-to-steal-data

Re: ipfw gateway rerouting

2013-08-19 Thread Michael Sierchio
# my kernel has # options ROUTETABLES=16 GATEWAY_0="10.3.255.0" GATEWAY_1="10.3.255.1" setfib 0 route add default $GATEWAY_0 setfib 1 route add default $GATEWAY_1 ipfw table 1 add $NET_0 0 ipfw table 1 add $NET_1 0 ipfw table 1 add $NET_2 1 ipfw table 1 add $NET_3 0 ipfw add 00500 setfi

Re: Network startup with age Ethernet device

2013-09-04 Thread Michael Sierchio
On Wed, Sep 4, 2013 at 8:49 AM, Lowell Gilbert < freebsd-questions-lo...@be-well.ilk.org> wrote: > > Have you tried using netwait? > I think that would involve putting enable_netwait in rc.conf, and > netwait_enable="YES" would be it. - M ___ freebsd-

Disappointing dependency introduced in 9.1 (from 8-STABLE)

2013-09-11 Thread Michael Sierchio
Because I build a lot of embedded devices with serial consoles, I was in the habit of hacking /boot/loader by commenting out a line in a Makefile that enables terminal emulation /sys/boot/i386/libi386/Makefile: #CFLAGS+= -DTERM_EMU and then in /sys/boot doing a make clean && make unfortunately,

Re: FreeBSD stuck during the boot process.

2013-09-17 Thread Michael Sierchio
On Tue, Sep 17, 2013 at 9:47 AM, atar wrote: > Polytropon wrote: > >> On Tue, 17 Sep 2013 12:15:58 +0300, Atar wrote: >>> >>> When I try to boot FreeBSD from a USB stick, it stuck during the >>> boot process. But if I boot it in safe mode, it succeeds to boot. > Yes, you remember correctly, safe

this 48-core box...

2013-09-17 Thread Michael Chen
I'm considering bidding on this 48-core box: http://www.ebay.com/itm/Supermicro-A-Server-1042G-TF-1U-H8QG6-4-CPUS-48-cores-2-2Ghz-128GB-RAM-/151119828428?pt=COMP_EN_Servers&hash=item232f7195cc Does anyone have experience with it and can I use all the cores? Thanks! _

Re: [FreeBSD-Announce] vBSDcon Registrations Only Open For 30 More Days!

2013-09-23 Thread Michael Powell
Brett Glass wrote: > All: > > It's good to see corporate support of BSD, but at the same time I > have mixed feelings about certain corporations -- Verisign among > them -- hosting BSD-related conferences or becoming involved in the > development of BSD-based operating systems. Why? Because Veris

Re: How to ask a DNS resolver listening on a different port than the tcp/udp 53

2013-09-27 Thread Michael Sierchio
On Fri, Sep 27, 2013 at 4:11 PM, Frank Leonhardt wrote: > On 27/09/2013 23:08, Terje Elde wrote: >> >> On 28. sep. 2013, at 00:03, Frank Leonhardt wrote: >> >>> If I understand the way it works correctly, the resolver pulls a list of >>> the NS and hard-sets the port number for each to 53 (via a

Re: cause of reboot

2013-09-30 Thread Michael Powell
Patrick Lamaiziere wrote: [snip] >> >> I looked "last" command, >> reboot ~ ~ AM 03.15 ~ > > The last time It happened (one month ago) to me it was the hard disk > (periodic scripts read a large part of the disk). > > If the disk is smart capable try a full test with smartctl > (sysutils/smar

Re: cause of reboot

2013-09-30 Thread Michael Powell
kpn...@pobox.com wrote: [snip] > While we're throwing ideas onto the table let me mention power supplies. > Power supplies and hard drives are in a race to see which one will fail > first. It may be that the power supply is marginal and added load from > the drives being hit hard may send it over t

Re: NAT: Handbook vs mailing list

2013-10-08 Thread Michael Powell
Olivier Nicole wrote: [snip] >> >> The mailing list message linked above suggests that the handbook >> information is the "old way" and that the correct way is to set >> ipfw_enable and natd_enable in rc.conf. "Then /etc/rc.d/ipfw will >> load ipfw.ko, and if natd_enable is set, will invoke /etc/

Re: failed to create gmirror with the handbook instructions

2013-10-08 Thread Michael Powell
Andy Zammy wrote: > # gpart show ada0s1 > gpart: No such geom: ada0s1 > > By the way, this is after a restart of the machine. > > There's nothing to back up, I'm installing a fresh os, so I just install > on one drive, plug the other in, and start following the handbook > instructions for this m

Re: NATD: net.inet.ip.fw.default_to_accept="1" vs firewall_type="OPEN"

2013-10-10 Thread Michael Ross
example you execute ``ipfw flush'', thus deleting all rules, this deletes rule 65000, but the default rule stays in effect. With ...default_to_accept="0" ( standard setting ) you now have disabled all network connections and locked yourself out if you're working remo

Re: SU+J Lost files after a power failure

2013-10-14 Thread Michael Powell
David Demelier wrote: > Hello there, > > I'm writing because after a power failure I was unable to log in on my > FreeBSD 9.2-RELEASE. The SU+J journal were executed correctly but some > files disappeared, including /etc/pwd.db. Thus I was unable to log in. > > I've been able to regenerate the p

Re: SU+J Lost files after a power failure

2013-10-14 Thread Michael Powell
Michael Powell wrote: [snip] > The other box is my first foray into the land of GPT, along with SU+J. It > was sitting at the 'couldn't mount... Press return for /bin/sh' line. > There was an error indicating that replaying one or more journals had > failed. I was able t

Re: Reinstall without reformat

2013-10-14 Thread Michael Sierchio
The brutal and brute-force approach can work - better if you boot from a USB stick, of course. You can untar base.tzx and kernel.tzx in your /, with filesystems mounted. As Polytropon says, do a backup of what you'll want afterwards. This approach will leave a lot of cruft (old versions of shared

Re: SU+J Lost files after a power failure

2013-10-14 Thread Michael Powell
Charles Swiger wrote: [snip] > Yes. Without journalling, you'd normally perform the full timeconsuming > fsck > in the foreground. With journalling, it should be able to do a journal > replay to restore the filesystem to an OK state, but sometimes that > doesn't restore consistency, in which c

GPGME fails to build under fresh 6.0 install

2005-12-22 Thread Michael Lieske
I'm doing a fresh install of FreeBSD 6.0 on my desktop system. While installing KDE from ports, the gpgme build crashed with the error quoted below. Google turns up little other than "try WITH_PTH and WITHOUT_PTH", neither of which makes any difference (I used make -DWITH_PTH build and make -DWI

Re: Using SCHED_ULE vs. SCHED_4BSD ...

2005-12-29 Thread Michael Vince
Kiffin Gish wrote: I recently upgraded from 5.4 to 6.0 and noticed the introduction of option SCHED_ULE for supporting multi-processor environments. However, I understood that using SCHED_ULE with only one CPU can also improve performance significantly. Is this true, and if so, what are the ri

Re: BSD Question's.

2005-12-30 Thread Michael Vince
If you want to try an different Desktop replacement OS over Windows XP I would say you would have better luck with something like Linspire. But the truth is there isn't much difference at all between any Linux distribution or FreeBSD and when I see the latest Linux review on some of those so c

Re: FreeBSD router two DSL connections

2006-01-01 Thread Michael Vince
Yance Kowara wrote: Hi all, I am trying to figure out if *BSD can achieve this: I have two DSL connections to play with, and I would like to configure a *BSD router that can combine the two DSLs together. There is a howto at http://stevenfettig.com/mythoughts/archives/000173.php But it conce

Re: STressing a new server...

2006-01-01 Thread Michael Vince
Gary Kline wrote: Folks, When I bought this bare-bones box and plugged in "stuff" it took several days of figuring out what benchmark and other utilities to run to stress it. After a few weeks of pushing the load to 70+, the burning-in was a fair indicator that the HW wo

Re: How to convert BIND to TinyDNS?

2006-01-02 Thread Michael Dale
on why I should or should not ask for help. That is pathetic. I agree. I've never used TinyDNS myself, but I'm sure it does its job. The message about doing axfr to copy over the data sounds like the best bet to me. Although can you not just setup the TinyDNS server to do zone transfe

Sparc vs i386 architecture

2006-01-07 Thread Michael Bernstein
e I'm seeing here is for security. It's going to be harder to break into a SPARC running FreeBSD than an Intel/Amd running FreeBSD b/c most machine code exploits will be for the i386 type architecture. Any insights are much appreciated. Michael - Original Message - From: "R

Re: Virtual CD drive for FreeBSD?

2006-01-10 Thread Michael McDowell
FreeBSD is very upto date :-) Michael On Tue, 10 Jan 2006, Eric Schuele wrote: Mark Ovens wrote: Is there such a thing as a virtual CD drive in the Ports. Something that allows you to treat an ISO image file - data or audio - as though it were a real CD in a real drive? Like Nero ImageDrive

Re: 6.0 on Apple's Intel Developer Platform?

2006-01-11 Thread Michael Doyle
On 9 Jan 2006, at 20:41, JK wrote: I can get the 6.0 CD1 to boot ok on Apple's Intel Developers Platform but the usb keyboard is not recognized. Do I have to do something special to use a USB keyboard? There is no PS/2 keyboard or mouse port on that platform. Is the Boot CD image not re

defaultroute not loading

2006-01-12 Thread Michael Zimmer
I just updated a i386 gateway to 6.0-STABLE - using my backed-up versions [from 5.1] of: rc.conf rc.firewall rc.resume rc.sendmail rc.shutdown rc.subr rc.suspend resolv.conf sysctl.conf ipnat.rules ipf.rules ...and the default route won't load on boot, although it is

Re: defaultroute not loading

2006-01-13 Thread Michael Zimmer
, everyone. _ From: Ceri Davies <[EMAIL PROTECTED]> To: Ceri Davies <[EMAIL PROTECTED]> CC: Michael Zimmer <[EMAIL PROTECTED]>, freebsd-questions@freebsd.org Subject: Re: defaultroute not loading Date: Fri, 13 Jan 2006 15:09:37 + >

Re: GNOME without media?

2006-01-17 Thread michael johnson
On 1/17/06, Mike Edenfield <[EMAIL PROTECTED]> wrote: > > I notice that when I install GNOME, it pulls in all kinds of > multimedia-related things, like gstreamer and esound. I don't even have > a sound card in this system, so clearly these don't help me at all. > However, for some reason a lot of

PAE causing system crashes

2006-01-17 Thread Michael Barnett
direction. Thanks, -Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: PAE causing system crashes

2006-01-17 Thread Michael Barnett
To ammend this slightly.. When running the PAE kernel, they will stay online indefinitely under little to no load. It is only when i want them to actually work will they freak out and reboot. -m On Jan 17, 2006, at 1:47 PM, Michael Barnett wrote: I have 3 dell machines with 2x xeon procs

kernel memory tunables

2006-01-17 Thread Michael Barnett
I am trying to figure out which system tunables determine memory resource usage by the amount of available physical memory in the box so i can hard code sane values on a system with a lot of memory. Thanks, -Michael ___ freebsd-questions

Re: PAE causing system crashes

2006-01-17 Thread Michael Barnett
back on i386 and I just need to make it go!Right now i am just running with the stable non-PAE kernel that limits access to 4G of memory while i work this out. -m On Jan 17, 2006, at 7:04 PM, Kris Kennaway wrote: On Tue, Jan 17, 2006 at 01:47:30PM -0600, Michael Barnett wrote: I have 3

Re: PAE causing system crashes

2006-01-18 Thread Michael Barnett
4.11 to keep the system stable. Ted On Tuesday 17 January 2006 03:17 pm, Michael Barnett wrote: To ammend this slightly.. When running the PAE kernel, they will stay online indefinitely under little to no load. It is only when i want them to actually work will they freak out and reboot. -m O

NIC ON FREEBSD 6.0

2006-01-24 Thread michael paquette
HOW DO i GET MY NIC CARD TO WORK ON MY LAPTOP USING FREEBSD ? THX MICHAEL PAQUETTE [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

Upgrading 5.3 to 6.0 question

2006-01-31 Thread Michael S
recompile/reinstall all of them? Or they can run fine under COMPAT_FREEBSD5? Thanks in advance. Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[

Re: Upgrading 5.3 to 6.0 question

2006-01-31 Thread Michael S
Thanks a lot. On 1/31/06, Charles Swiger <[EMAIL PROTECTED]> wrote: > On Jan 31, 2006, at 3:28 PM, Michael S wrote: > > I have a question related to upgrading my machine from 5.3 to 6.0. > > I am convinced I need to upgrade it, and the base system upgrade > > procedure

Re: remote x-window

2006-02-03 Thread Michael Fleming
ith that, even though it's just my own private network. There's plenty of info on google to point you in the right direction. Mike > > > > > > > > > -- Michael Fleming* [EMAIL PROTECTED] Free-BSD GnuPG Key Id 933B27E7 http://pgp.mit.edu/ pgpCTaOKEJrsJ.pgp Description: PGP signature

MySQL Connection Problems

2006-02-09 Thread Michael Jeung
ssue, so if anyone has any suggestions or hints on what might be causing this error or where I might start looking to find the root cause of the problem, I would be very grateful. Thanks, Michael Jeung

HDTV card for FreeBSD

2006-02-09 Thread Michael Pope
Is there any HDTV card which works for FreeBSD? Is there anyone who is working on a driver for FreeBSD? How hard would it be to port the Linux drivers for the pcHDTV3000 card to FreeBSD? Is anyone doing this yet? Michael ___ freebsd-questions

Re: VPN not working

2006-02-10 Thread Michael Vince
You can try out this script if you like, it may or may not help. I created it so I could more easily remember all the VPN knobs that need to be touched when creating a VPN. http://www.roq.com/projects/vpnsetup/vpnsetup.pl Mike Subhro wrote: Hello, I am trying to connect to my workplace whi

Re: fftw static library

2006-02-16 Thread michael johnson
atic link library files are installed > from the second package. > > How can I get them for my FreeBSD box? install ports/math/fftw-float Cheers, Michael Thanks, > Chen > ___ > freebsd-questions@freebsd.org mailing list > http://list

Re: Setting up VPN+IPSec+Racoon

2006-02-17 Thread Michael Vince
Kövesdán Gábor wrote: Hello, it is the first time I have to set up such configuration. Could you tell me some guidelines? What should I care about? I see there's a chapter in the Handbook about VPN. It mentions the FAST_IPSEC kernel option in >5.X. Should I use this implemetation or the KAME

Re: mutt

2006-02-27 Thread Michael Hernandez
On Feb 27, 2006, at 1:19 PM, Bill Campbell wrote: On Mon, Feb 27, 2006, a wrote: How to set SMTP server for mutt? I have different POP and SMTP servers. As far as I know, mutt expects to pipe its output to a program, sendmail by default. The default value in my ~/.muttrc file is: set sendm

Applications using hard disk too often

2006-03-05 Thread Michael Tuchman
I am running freeBSD 5.4 stable on a P133 box with 128 Mb ram. Although I don't think I'm overloading the system, it seems that my system is using virtual memory too often. Admittedly, this is a subjective question where 'too often' means only 'more often than I remember with other *nix-like

Re: Accesing BSD disk under windows

2006-03-06 Thread Michael Ray
On Mon, 6 Mar 2006 12:14:43 +0100 (CET), you wrote: >Hello, > >I found an old disk (24 Mo!) and I know I installed BSD on it... years ago. > >How can I read this disk under windows XP pro? > >Thank you for your help. > >Best regards, > >Nicolas BOUTIER FFS File System Driver for Windows http://f

Remote X via winXP and Xclient security

2006-03-06 Thread Michael Vince
Hi All, I was wondering if any one had some ideas on my little problem / goal. I have been testing out using a X-cygwin and my X server in windows XP and FreeBSD / KDE as my X client via ssh, I really like this and was thinking of using it at work for many reasons I don't want to have to expla

Re: Sending a message to another computer on the network

2006-03-09 Thread Michael Hernandez
On Mar 9, 2006, at 10:30 AM, Maldonado Dennis R SrA AFIA/MSP wrote: Hello, Can you tell me how to message other computers on my network? Thanks If you are looking for something like "net send" on windows, I'm not sure anything exists like that. If you have a gui, you can always use gaim

Re: What is the meaning of following message

2006-03-12 Thread Michael Hernandez
On Mar 12, 2006, at 6:28 PM, Jeffrey wrote: I am getting the following message: inetd[624]: ssh/tcp: bind: Address already use Anyone could tell me what is the meaning of this message? It is possible that you have sshd running standalone already and you also have inetd trying to start ssh

Re: SSHD Help?

2006-03-13 Thread Michael Hernandez
On Mar 13, 2006, at 4:12 PM, Huy Ton That wrote: I am sure I am lacking the technical knowledge to get this running but. I setup (more like started) the sshd daemon. Now I have this system setup at home and am just using it for experimenting. When I try to SSH into it, it queries me for

Re: SSHD Help?

2006-03-13 Thread Michael Hernandez
On Mar 13, 2006, at 4:39 PM, Huy Ton That wrote: I think somethings wrong because even when I log on root locally on the box I get permission denied. This is the correct password because I am logging in as root when the machine boots up. I'm aware of the issues as logging in as root but

need help

2006-03-16 Thread Michael S
y modified kernel. Is my data lost? Can anything be done still? Any help would be appreciated. Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: need help

2006-03-17 Thread Michael S
I've tried both. fsck_ffs /dev/ad0s1a also exits because of bad superblocks. On 3/17/06, Glenn Dawson <[EMAIL PROTECTED]> wrote: > At 09:46 PM 3/16/2006, Andrew Pantyukhin wrote: > >On 3/17/06, Michael S <[EMAIL PROTECTED]> wrote: > > > Hi. > > > >

Re: need help

2006-03-17 Thread Michael S
Thanks a lot everyone. As suggested by Ceri Davies, I fscked using block 160. Now I am was able to boot into single user mode, fscking my other partitions. Thanks again to everyone for their help. On 3/17/06, Ceri Davies <[EMAIL PROTECTED]> wrote: > On 17/3/06 12:30, "Mich

Re: Installong screenshots

2006-03-25 Thread Michael M.
it might help you with whatever problems you're having: http://www.freesbie.org/ -- Michael M. -- Portland, OR -- USA "No live organism can continue for long to exist sanely under conditions of absolute reality; even larks and katydids are supposed, by some, to dream." -S. Ja

Re: Why are so many people using 4.x?

2006-03-29 Thread Michael Hughes
freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > > I use vinum on two of my machine and most of what I have seen on the list about gvinum isn't good. That is the main reson I haven't upgraded. Is there anyone out there using gvinum

Re: "Blob" and FreeBSD

2006-03-29 Thread Michael Hernandez
On Mar 29, 2006, at 9:45 AM, Adam Stroud wrote: I have been using both Open and Free BSD for a few years. Here is a Quick question about FreeBSD and the use of third party closed source binary drivers (known as "blob" to the OpenBSD community). I was just doing some reading on the OpenBS

Re: "Blob" and FreeBSD

2006-03-29 Thread Michael Hernandez
On Mar 29, 2006, at 10:07 AM, Adam Stroud wrote: What about drivers that are not part of the ports collection? Nvidia I can understand because the code is not in the kernel to the best of my knowledge. If you want *the* nvidia driver, you install the port. What about drivers for somethi

Re: getop.h conflict when building audio/akode

2006-03-30 Thread Michael Nottebrock
ildtime errors on later versions (as you found out). Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org pgpUBLYznD7B2.pgp Description: PGP signature

ports and a new version of perl

2006-03-31 Thread Michael Grant
hen I update ports. What's the right answer? Michael Grant ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: getop.h conflict when building audio/akode

2006-03-31 Thread Michael Nottebrock
ything left on your system that actually *links* to libgnugetopt by now - just deinstalling it and deleting the recorded dependencies afterwards with pkgdb -F will most likely work just fine. If you want to make absolutely sure, delete libgnugetopt and then recompile every port that had a depende

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Michael Nottebrock
n FreeBSD 6.0 and newer, should be in /boot/kernel/i915.o) and loaded (check with kldstat, try manually loading it before starting X if it doesn't get autoloaded). Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve |

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Michael Nottebrock
uns using the fallback software renderer (which is slow and doesn't support many features). Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org signature.asc Description: OpenPGP digital signature

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Michael Nottebrock
Eric Anholt schrieb: > At least my libGL doesn't have a fallback software renderer, and relies > on the server providing GLX. I lose for bad terminology. It runs using indirect rendering. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Pow

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-08 Thread Michael Nottebrock
LE/6.1-RELEASE (to be released very soon now) to get it. > By the way, glxinfo | grep rendering returns no. Yes, direct rendering won't work without the drm kernel module. Cheers, -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve |

Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-13 Thread Michael Nottebrock
are out the door (actually, KDE 3.5.2 wasn't supposed to go in before that either - however, I forgot about the ports slush and got folded for committing it by portmgr. I'm not going to again. :) > http://www.freebsd.org/cgi/query-pr.cgi?pr=95678 Please don't

Re: Mozilla needs libgtk-x11-2.0.so.600

2006-04-13 Thread michael johnson
On 4/13/06, Malcolm Fitzgerald <[EMAIL PROTECTED]> wrote: > > I'm setting up a new machine and getting this error from Mozilla: > > /libexec/ld-elf.so.1: Shared object "libgtk-x11-2.0.so.600" not found, > required by "mozilla-bin" > > > locate shows me that I've got "libgtk-x11-2.0.so.0" > > where

Re: Mozilla needs libgtk-x11-2.0.so.600

2006-04-13 Thread michael johnson
bin" > >> > >> > >> locate shows me that I've got " libgtk-x11-2.0.so.0" > >> > >> where / how can I get *600 ? > > On 13/04/2006, at 10:05 PM, michael johnson wrote: > > see http://www.freebsd.org/gnome/docs/faq2.html &

Re: [kde-freebsd] Re: Problem compiling KOffice

2006-04-14 Thread Michael Nottebrock
> > Please don't do that. FreeBSD's bugtracking system gets enough abuse > as it is. > Ok... I thought that's what you should do though? GNATS is for bug reports, documentation changes, port upgrades and new port submissions. It's not a public message board. Cheers

RE: FreeBSD Commands

2004-06-15 Thread Michael Clark
articles on all sorts of topics. The firewall and security ones might be useful for you as well. Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594 -Original Message- From: Lloyd Hayes

RE: newbie trouble - Internet connection

2004-06-16 Thread Michael Clark
Well, do an ifconfig -a and post it so that we have some more information. Please post your /etc/rc.conf as well Non of the ISP's I know of support anything other then Windows and Mac OS. But, we should be able to make it work! Michael Clark Nemschoff Chairs Inc mclark at nemschoff do

broadcom 440x support

2004-06-16 Thread Michael Branch
is there support for the broadcom 440x yet? I read that someone was working on the driver last year. thanks, Mike ### # Michael Branch (425) 576-2153 # # PWI Technologies Sr. Systems Engr

RE: newbie trouble - Internet connection

2004-06-16 Thread Michael Clark
Sounds like you just need to add dns servers to your /etc/resolv.conf Your ISP should be able to give them to you. Entries are just: nameserver 123.123.123.132 ifconfig -a should have displayed your ip address. That will tell you if your dhcp is really working. Michael Clark Nemschoff Chairs

RE: firefox not launching since upgrade to 0.9_1

2004-06-17 Thread Michael Clark
ts/firefox/releases/0.9.html (it's the first one)" Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednes

two questions

2004-06-24 Thread Michael Sharp
I'm having a brain freeze tonight and apparently forgot some basic UNIX commands.. what is the command to remove the file "--directory" rm *directory* = nope rm "*directory*" = nope rm \-\-\directory = nope rm -i * = nope and dosent even see the file Also, if I'm in / and want to tar the entire

Quake 3 server breakage

2004-06-25 Thread Michael Sharp
is addressed. Michael ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Michael Clark
cards do. Later in the boot process in bright white letters it shows the card status has changed to active. I believe my problems getting rc.conf to assign the IP address are related to this. Any suggestions would be appreciated. 5.2-p2 (feb) Michael Clark Nemschoff Chairs Inc mclark at

RE: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-28 Thread Michael Clark
Any suggestions on how to do this without DHCP? That's really not an option for me. Can I delay the rc.conf processing somehow so that the adaptor has more time to get online? Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920

RE: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-29 Thread Michael Clark
Thank you everyone for the suggestions. I am going to try out the sleep statements this morning and see how that works out. Will post results. Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594

RE: em0 Intel Gigabit card, rc.conf processing on boot

2004-06-30 Thread Michael Clark
) unknown: can't assign resources (port) Timecounter "TSC" frequency 601366049 Hz quality 800 Timecounters tick every 10.000 msec GEOM: create disk ad0 dp=0xc2d82e60 ad0: 38166MB [77545/16/63] at ata0-master UDMA33 acd0: CDROM <50X CD-ROM> at ata1-master PIO4 Mounting root f

RE: RDP

2004-07-01 Thread Michael Clark
This isn't a *BSD solution, but its works extremely well for me. http:\\thinstation.sourceforge.net Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594 -Original Message- From: Perry R

Gigabit Adaptors

2004-07-01 Thread Michael Clark
After my recent disagreements with the em0 Intel MT adaptor, I have decided to order something else for my FreeBSD use. Anyone have any good suggestions for cards that they prefer to use in 5.x? Thank you everyone for the suggestions with the em0 card. Michael Clark Nemschoff Chairs Inc

RE: IP bandwidth

2004-07-02 Thread Michael Clark
Bandwithd and IPaudit do a good job. I use both. Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594 -Original Message- From: Philip Payne [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004

Re: Handling automake and autoconf versions

2004-07-04 Thread Michael Nottebrock
or the maintainers to update the ports' Makefiles? There should be no ports left which reference the removed versions of autoconf and automake, perhaps you cvsup'd in the middle of the commit. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - T

<    2   3   4   5   6   7   8   9   10   11   >