NIC problem

2012-06-21 Thread Arlen McIntyre
I have an Intel Wifi Link 1000 BGN NIC that I'm having trouble getting to work. I have FreeBSD 8.3 installed. I looked in the NOTES file under /usr/src/sys/conf for the driver and did not see it listed. It is PCI. I have tried to configure the settings via the sysinstall command post

Problem with routing in VmWare VMS

2012-06-21 Thread UNIX developer @ Google.com
Hi! I have problem with routing on FreeBSD. I have ESXi 5 host. In there is 5 VMs and one of them is a BSD. I need create router on BSD. I try to setting up it with this manual: http://www.freebsd.org/doc/handbook/network-routing.html but problem is still the same... I cant ping external network

Re: Problem with routing in VmWare VMS

2012-06-21 Thread Mark Felder
On Thu, 21 Jun 2012 15:59:36 -0500, UNIX developer @ Google.com developeru...@gmail.com wrote: /etc/rc.conf ifconfig_em0= inet 192.168.1.10 netmask 255.255.255.0 ifconfig_em1= inet 192.168.2.1 netmask 255.255.255.0 defaultrouter=192.168.1.1 gateway_enable=YES static_routes=clnet

Problem with freebsd-update

2012-06-20 Thread Doug Hardie
I tried to update an amd64 FreeBSD 9.0 p0 system via freebsd-update tonight. It fetched everything fine. However, the install just hung after about 10 minutes. The 2 sh processes are basically doing nothing. Not consuming any processor time and not doing any I/O. I killed it and tried

packet filter problem on transparent firewall using bridge and pf

2012-06-20 Thread ProAce
I have some trouble with pf on freebsd bridge. Network topology: ( untrust ) -- { em0 , bridge0 , em1 } -- ( trust ) Bridge Network: 10.1.1.0/24 bridge0 IP: 10.1.1.1 ( freebsd's ip ) default gw: 10.1.1.254 ( in untrust area ) server: 10.1.1.101 ~ 200 ( in trust area ) pf.conf on freebsd

Problem with spamlogd

2012-06-17 Thread Doug Hardie
I am using spamd on several systems and started encountering a problem awhile ago with FreeBSD 7.2 servers, but let it go since I am in the process of upgrading the servers. However, I now am encountering the same issue on FreeBSD 9.0 with spamlogd. It never reads pflog0. pflogd reads

Re: Problem with spamlogd

2012-06-17 Thread Matthew Seaman
On 17/06/2012 11:45, Doug Hardie wrote: I am using spamd on several systems and started encountering a problem awhile ago with FreeBSD 7.2 servers, but let it go since I am in the process of upgrading the servers. However, I now am encountering the same issue on FreeBSD 9.0 with spamlogd

Re: Problem with spamlogd

2012-06-17 Thread Doug Hardie
On 17 June 2012, at 06:29, Matthew Seaman wrote: On 17/06/2012 11:45, Doug Hardie wrote: I am using spamd on several systems and started encountering a problem awhile ago with FreeBSD 7.2 servers, but let it go since I am in the process of upgrading the servers. However, I now am

Re: Problem with spamlogd

2012-06-17 Thread Doug Hardie
Seaman wrote: On 17/06/2012 11:45, Doug Hardie wrote: I am using spamd on several systems and started encountering a problem awhile ago with FreeBSD 7.2 servers, but let it go since I am in the process of upgrading the servers. However, I now am encountering the same issue on FreeBSD 9.0

freebsd-update problem

2012-06-13 Thread Sean Page
Hi, Hopefully a simple problem with a simple solution. Trying to update a server using freebsd-update, but when I try I get the following: # freebsd-update fetch install Looking up update.FreeBSD.org mirrors... 3 mirrors found. Fetching metadata signature for 8.3-RELEASE from update5.FreeBSD.org

Re: Configuration problem with IPv6 router (cannot forward src)

2012-06-08 Thread Matthew Seaman
). I've added all the IPv6 settings to rc.conf (ipv6_gateway_enable, ipv6_network_interfaces, rtadvd_enable etc.) and I can ping IPv6 sites from the router. rtadvd can be limited to operate on a specific interface. Try setting rtadvd_interfaces=em0 in /etc/rc.conf The problem is that rtadvd

Re: Configuration problem with IPv6 router (cannot forward src)

2012-06-08 Thread Brandon Weisz
and tun0 public addresses in different subnets (tun0 is assigned the address via ppp.linkup). I've added all the IPv6 settings to rc.conf (ipv6_gateway_enable, ipv6_network_interfaces, rtadvd_enable etc.) and I can ping IPv6 sites from the router. The problem is that rtadvd continues

Re: Configuration problem with IPv6 router (cannot forward src)

2012-06-08 Thread Bruce Cran
sure the problem is on the router. -- Bruce Cran ___ 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: Configuration problem with IPv6 router (cannot forward src)

2012-06-08 Thread Bruce Cran
On 08/06/2012 06:59, Matthew Seaman wrote: Probably. The good news is that once you've got it running the IPv6 support in FreeBSD is rock solid and works like a charm. It turns out that PF was being too helpful and trying to NAT for both IPv4 and IPv6 - adding 'inet' to the nat on

Configuration problem with IPv6 router (cannot forward src)

2012-06-07 Thread Bruce Cran
(ipv6_gateway_enable, ipv6_network_interfaces, rtadvd_enable etc.) and I can ping IPv6 sites from the router. The problem is that rtadvd continues advertising the default gateway as tun0's link-local address - and pinging from a machine on the network results in cannot forward src messages

Re: Configuration problem with IPv6 router (cannot forward src)

2012-06-07 Thread Robert Bonomi
). I've added all the IPv6 settings to rc.conf (ipv6_gateway_enable, ipv6_network_interfaces, rtadvd_enable etc.) and I can ping IPv6 sites from the router. The problem is that rtadvd continues advertising the default gateway as tun0's link-local address - and pinging from a machine

ghostscript build problem

2012-05-25 Thread Gary Aitken
or directory *** Error code 1 Stop in /usr/ports/print/ghostscript9. Anyone else have this problem or can suggest a fix? Thanks, Gary ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Dirty System - openssl problem

2012-05-22 Thread Odhiambo Washington
Hi, Can someone please tell me how to resolve the following multiplicity of libraries, to ensure I only compile applications against a particular library. I believe this emanates from my installing of openssl from the ports. FreeBSD 8.3-STABLE i386: (15:58:10 ~) 0 $ ls -al /usr/lib/libcrypt*

Re: Dirty System - openssl problem

2012-05-22 Thread Chuck Swiger
On May 22, 2012, at 6:05 AM, Odhiambo Washington wrote: Can someone please tell me how to resolve the following multiplicity of libraries, to ensure I only compile applications against a particular library. I believe this emanates from my installing of openssl from the ports. You could run

Re: Dirty System - openssl problem

2012-05-22 Thread Odhiambo Washington
On Tue, May 22, 2012 at 6:31 PM, Chuck Swiger cswi...@mac.com wrote: On May 22, 2012, at 6:05 AM, Odhiambo Washington wrote: Can someone please tell me how to resolve the following multiplicity of libraries, to ensure I only compile applications against a particular library. I believe this

Re: buildworld problem

2012-05-20 Thread freebsdathome
On Sat, 19 May 2012 11:18:37 -0500 CyberLeo Kitsana cyber...@cyberleo.net wrote: On 05/19/2012 03:29 AM, Andriy Babiy wrote: Makefile.inc1, line 160: CPUTYPE global should be set with ?=. ... In make.conf I have CPUTYPE=nocona As it says, you need CPUTYPE?=nocona instead of

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/18/2012 09:17 PM, Andriy Babiy wrote: FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 20:00:59 PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC amd64 root#cd /usr/obj root#chflags -R noschg * root#rm -rf * root#make buildworld ... cd /usr/src; MACHINE=i386

Re: buildworld problem

2012-05-19 Thread Andriy Babiy
this machine via buildworld. It was always amd64. As you see in uname output, I upgraded it from 8.X to 9.0 with no problem. Time/date is in sync. I don't see any problems in the system I am running, but I got latest code changes for SSL and wanted to do as usual per instructions. On i386 machine

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/18/2012 09:17 PM, Andriy Babiy wrote: Makefile.inc1, line 160: CPUTYPE global should be set with ?= I think the problem is the wrong cpu type define. . I took a glance at the code in the makefile.inc1 to see what would set that error off and i found this in the makefile.inc1

stay up to date with ports and packages, problem

2012-05-19 Thread Beastie-Boy
, did the fetch and extract again, problem persists still. Yes, i searched all the forums and read a lot about managing ports and packages. Right now i am stuck. So, how do i delete really *all* ports and *all* packages at once? Is it possible with doing a fectch and extract having the latest ports? I

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Matthew Seaman
it works, you shouldn't get any old ports left cluttering up /usr/ports unless things have gone very wrong. In which case portsnap would be emitting all sorts of error messages and the fact that there was a problem would be obvious. I tried to compile a programm and it complained about an older

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Warren Block
On Sat, 19 May 2012, Matthew Seaman wrote: That's a bit drastic and pretty much something you'ld never actually want to do in normal usage. However, for completeness' sake: # pkg_delete -af will remove all installed ports. After doing that there should be hardly anything left under

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Matthew Seaman
On 19/05/2012 16:07, Warren Block wrote: The -f is probably not needed. I've done this rarely enough to not recall, but -a should sort everything in the right order so dependencies are uninstalled in order. I find that 'pkg_delete -af' gives more reliable results. Agreed, it should not be

Re: buildworld problem

2012-05-19 Thread tomdean
On 5/19/2012 3:11 AM, Edward M wrote: Try 'env -i make buildworld' after cleaning obj. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: buildworld problem

2012-05-19 Thread CyberLeo Kitsana
On 05/19/2012 03:29 AM, Andriy Babiy wrote: Makefile.inc1, line 160: CPUTYPE global should be set with ?=. ... In make.conf I have CPUTYPE=nocona As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in /etc/make.conf or /etc/src.conf; otherwise the build process chokes while building

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/19/2012 09:18 AM, CyberLeo Kitsana wrote: As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in /etc/make.conf or /etc/src.conf; otherwise the build process chokes while building the 32-bit compatibility stuff, since it cannot override your 64-bit CPU selection with a 32-bit

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Beastie-Boy
Ok, many thanks for your replies. I forgot to tell that i recently upgraded from 8.1 to 9.0-RELEASE. That excplains maybe why i had obsolete/old packages/ports on my disk. The problem i had was that gdm, gnome didnt start after the upgrade. So i tried to build the gnome and gdm thing again via

Re: stay up to date with ports and packages, problem

2012-05-19 Thread RW
On Sat, 19 May 2012 11:08:19 -0700 (PDT) Beastie-Boy wrote: Ok, many thanks for your replies. I forgot to tell that i recently upgraded from 8.1 to 9.0-RELEASE. That excplains maybe why i had obsolete/old packages/ports on my disk. When you cross a major OS release boundary, you need to

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Polytropon
On Sat, 19 May 2012 19:43:09 +0100, RW wrote: On Sat, 19 May 2012 11:08:19 -0700 (PDT) Beastie-Boy wrote: Ok, many thanks for your replies. I forgot to tell that i recently upgraded from 8.1 to 9.0-RELEASE. That excplains maybe why i had obsolete/old packages/ports on my disk. When

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Matthew Seaman
On 19/05/2012 20:08, Beastie-Boy wrote: I forgot to tell that i recently upgraded from 8.1 to 9.0-RELEASE. That excplains maybe why i had obsolete/old packages/ports on my disk. Ahah! That is exactly the situation where you do want to remove all your installed ports and rebuild them.

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Polytropon
always reinstall (update) your applications. You can avoid it by installing the compat-Nx-i386 or compat-Nx-amd64 ports (where N is the previously used major version number). You've found many advices on how to do that already from the list. The problem i had was that gdm, gnome didnt start

Re: stay up to date with ports and packages, problem

2012-05-19 Thread Matthew Seaman
On 19/05/2012 21:09, Polytropon wrote: Sorry i cant paste logs, bsd is running on another machine. You can use SSH to log into the BSD machine and cut text from the session. :-) Or just run: % script /tmp/session.log Do all your updating tasks, then type 'exit' when done, and you'll get

Re: stay up to date with ports and packages, problem

2012-05-19 Thread doug
such an update (major version number), you should always reinstall (update) your applications. You can avoid it by installing the compat-Nx-i386 or compat-Nx-amd64 ports (where N is the previously used major version number). You've found many advices on how to do that already from the list. The problem i

buildworld problem

2012-05-18 Thread Andriy Babiy
Hi list: root#uname -a FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 20:00:59 PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC amd64 root#cd /usr/obj root#chflags -R noschg * root#rm -rf * root#make buildworld ... cd /usr/src; MACHINE=i386 MACHINE_ARCH=i386

(mutt +) msmtp problem?

2012-05-16 Thread Ramiro Caso
I use mutt (1.5.21) with msmtp (1.4.28) as MDA. Usually, everything goes smoothly, but every once in a while I lose network connectivity when sending email (I don't recall whether there is a correlation between this problem and my trying to send not-so-big but yet around 1mb files). Basically

Re: (mutt +) msmtp problem?

2012-05-16 Thread James Edwards
I use mutt (1.5.21) with msmtp (1.4.28) as MDA. Usually, everything goes smoothly, but every once in a while I lose network connectivity when sending email (I don't recall whether there is a correlation between this problem and my trying to send not-so-big but yet around 1mb files

Re: (mutt +) msmtp problem?

2012-05-16 Thread Ramiro Caso
On 16/05/2012 11:04, James Edwards wrote: I use mutt (1.5.21) with msmtp (1.4.28) as MDA. Usually, everything goes smoothly, but every once in a while I lose network connectivity when sending email (I don't recall whether there is a correlation between this problem and my trying to send not-so

Re: (mutt +) msmtp problem?

2012-05-16 Thread Ramiro Caso
On 16/05/2012 11:04, James Edwards wrote: I use mutt (1.5.21) with msmtp (1.4.28) as MDA. Usually, everything goes smoothly, but every once in a while I lose network connectivity when sending email (I don't recall whether there is a correlation between this problem and my trying to send not-so

Problem with newvers.sh in FreeBSD 8.3-RELEASE (amd64)

2012-05-14 Thread Conny Andersson
. Only the last release have the problem described in the following text. For the first time I got a problem after a kernel is recompiled. Below one can see that what now, after a recompilation should be FreeBSD 8.3-RELEASE #1 still is #0, and with a faulty date/time stamp. The number after

Re: Problem with SSL ans net/sendemail

2012-05-12 Thread Ion-Mihai Tetcu
different versions of OpenSSL installed. I deliberately installed the newer version and placed this in the /etc/make.conf file: WITH_OPENSSL_PORT=yes I have no idea what happened or how to correct this problem. I tried rebuilding Perl and the two ports listed in the sendemail port and the sendemail

Problem with SSL ans net/sendemail

2012-05-11 Thread Carmel
. I deliberately installed the newer version and placed this in the /etc/make.conf file: WITH_OPENSSL_PORT=yes I have no idea what happened or how to correct this problem. I tried rebuilding Perl and the two ports listed in the sendemail port and the sendemail port itself without a satisfactory

Problem with npviewer.bin

2012-05-10 Thread Carmel
I am continuing to have a problem with certain flash videos not displaying with Firefox on FreeBSD-8.3. I have discovered numerous messages like this in the system log file. May 10 07:59:04 scorpio kernel: linux: pid 96942 (npviewer.bin): syscall pipe2 not implemented I have also discovered

Re: Problem with npviewer.bin

2012-05-10 Thread Eitan Adler
On 10 May 2012 08:14, Carmel carmel...@hotmail.com wrote: I am continuing to have a problem with certain flash videos not displaying with Firefox on FreeBSD-8.3. I have discovered numerous messages like this in the system log file. May 10 07:59:04 scorpio kernel: linux: pid 96942

Re: problem with dhclient after update to FreeBSD-8.3

2012-05-06 Thread Matthew Seaman
you've installed the webcamd software including /usr/local/etc/devd/webcamd.conf If you pkg_delete the webcamd stuff and then restart devd, it won't try starting up webcamd any more. All I guess I really have to get corrected is the dhclient thing, assuming it is a real problem and just not some

Re: problem with dhclient after update to FreeBSD-8.3

2012-05-06 Thread Warren Block
On Sun, 6 May 2012, Matthew Seaman wrote: On 05/05/2012 19:30, Carmel wrote: All I guess I really have to get corrected is the dhclient thing, assuming it is a real problem and just not some useless noise. The 'dhclient already running' message is untidy, but harmless. It's the rc system

Re: problem with dhclient after update to FreeBSD-8.3

2012-05-06 Thread Carmel
On Sun, 6 May 2012 04:25:52 -0600 (MDT) Warren Block articulated: On Sun, 6 May 2012, Matthew Seaman wrote: On 05/05/2012 19:30, Carmel wrote: All I guess I really have to get corrected is the dhclient thing, assuming it is a real problem and just not some useless noise. The 'dhclient

Re: problem with dhclient after update to FreeBSD-8.3

2012-05-06 Thread Carmel
is the dhclient thing, assuming it is a real problem and just not some useless noise. The 'dhclient already running' message is untidy, but harmless. It's the rc system refusing to start a duplicate dhclient process on some interface. As your network interface is via a PCI device, I can't see why

problem with dhclient after update to FreeBSD-8.3

2012-05-05 Thread Carmel
is listed as starting at the beginning of the log and again at the end. I never had this happen when using FreeBSD-8.2. I am still confused as to why devd wants to start webcamd All I guess I really have to get corrected is the dhclient thing, assuming it is a real problem and just not some useless

Re: FreeBSD problem reports - bin/167156

2012-05-02 Thread Shane Ambler
On 25/04/2012 22:54, Taras Marusin wrote: Hello! How can I track the solution to this problem? T.Marusin -- Forwarded message -- From:freebsd-gnats-sub...@freebsd.org Date: 2012/4/21 Subject: Re: bin/167156: looping process mksnap_ffs when run in a chroot environment named

usb audio problem

2012-05-01 Thread Jong-Beom Kim
when playing movie. In linux there was no problem, so it cannot be the problem of HRT music streamer. any ideas? -- *Kim* ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

FreeBSD problem reports - bin/167156

2012-04-25 Thread Taras Marusin
Hello! How can I track the solution to this problem? T.Marusin -- Forwarded message -- From: freebsd-gnats-sub...@freebsd.org Date: 2012/4/21 Subject: Re: bin/167156: looping process mksnap_ffs when run in a chroot environment named. CPU 100% To: Taras Marusin mtv.l...@gmail.com

Re: Re[4]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-19 Thread Damien Fleuriot
related problem.   PAP  Have you tested your hardware lately and know that it is in operational order?   PAP  ~Paul   PAP  On Mon, Apr 09, 2012 at 09:36:54PM +0300, ??? ??? wrote:   Hi.   Apr  9 19:51:58 fsck: /dev/ad8s1e: UNEXPECTED INCONSISTENCY, CANNOT RUN FAST FSCK   Apr  9 19

Re[4]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-17 Thread Eugen Konkov
of hardware related problem.   PAP  Have you tested your hardware lately and know that it is in operational order?   PAP  ~Paul   PAP  On Mon, Apr 09, 2012 at 09:36:54PM +0300, ??? ??? wrote:   Hi.   Apr  9 19:51:58 fsck: /dev/ad8s1e: UNEXPECTED INCONSISTENCY, CANNOT RUN FAST FSCK   Apr

Re[4]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-13 Thread Коньков Евгений
Здравствуйте, Damien. Вы писали 13 апреля 2012 г., 4:42:31: DF Yes, I suggest you try with -vlanhwtag as well. DF If that stops your unwanted reboots, you may want to remove it and see DF if the situation changes. igb0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500

Re: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-12 Thread Damien Fleuriot
#n424 p11   ifconfig_vlan115=inet 192.168.15.1 netmask 255.255.255.0 vlan 115 vlandev igb2 #   PAP  Nothing logged in /var/log/* or crashes that exist in /var/crash   PAP  would indicate to me some sort of hardware related problem.   PAP  Have you tested your hardware lately and know

Re[2]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-12 Thread Коньков Евгений
problem.   PAP  Have you tested your hardware lately and know that it is in operational order?   PAP  ~Paul   PAP  On Mon, Apr 09, 2012 at 09:36:54PM +0300, ??? ??? wrote:   Hi.   Apr  9 19:51:58 fsck: /dev/ad8s1e: UNEXPECTED INCONSISTENCY, CANNOT RUN FAST FSCK   Apr  9 19:51:58

Re: Re[2]: Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-12 Thread Damien Fleuriot
  ifconfig_vlan115=inet 192.168.15.1 netmask 255.255.255.0 vlan 115 vlandev igb2 #   PAP  Nothing logged in /var/log/* or crashes that exist in /var/crash   PAP  would indicate to me some sort of hardware related problem.   PAP  Have you tested your hardware lately and know

Re: problem with Xorg

2012-04-11 Thread Bernt Hansson
2012-04-10 16:50, Da Rock skrev: It gives a black screen. Vesa or not. Is that with the retro option? No it was not. Now I have fixed it, wife on my back so I had to fix it quickly. Pkg_delete \* cd x11-wm/xfce4 so now it starts up without errors. Thank you all for your input.

Re[2]: fsck problem FreeBSD 8.3

2012-04-11 Thread Коньков Евгений
, on mounted FS. So I also can run it on mounted FS. in this case (as I have showed) it do not find any errors. In any case I have run fsck on this FS when it was dismounted. There is no any errors. I think here is only one problem. problem to 'RUN FAST FSCK' -- С уважением, Коньков

Re: fsck problem FreeBSD 8.3

2012-04-11 Thread Eugene Grosbein
. Why not? fsck can do its job at background, on mounted FS. It is run in special mode then, you run fsck not that way. So I also can run it on mounted FS. NO WRITE signals you that it will not be able to fix any problem it encounters. in this case (as I have showed) it do not find any errors

Problem with vlans on igb (was: fsck problem FreeBSD 8.3)

2012-04-11 Thread KES
to me some sort of hardware related problem.   PAP  Have you tested your hardware lately and know that it is in operational order?   PAP  ~Paul   PAP  On Mon, Apr 09, 2012 at 09:36:54PM +0300, ??? ??? wrote:   Hi.   Apr  9 19:51:58 fsck: /dev/ad8s1e: UNEXPECTED INCONSISTENCY, CANNOT

Re: problem with Xorg

2012-04-11 Thread Da Rock
On 04/12/12 02:28, Bernt Hansson wrote: 2012-04-10 16:50, Da Rock skrev: It gives a black screen. Vesa or not. Is that with the retro option? No it was not. Now I have fixed it, wife on my back so I had to fix it quickly. Pkg_delete \* cd x11-wm/xfce4 so now it starts up without errors.

Re: problem with Xorg

2012-04-10 Thread Da Rock
it go at that. An external screen didn't help either. This may or may not be your scenario or problem (although if the symptoms are the same), but if that retro option doesn't work and you have the option to use another video card I would use it. Unless someone else can come up with anything

Re: problem with Xorg

2012-04-09 Thread Xavier
On Mon, Apr 09, 2012 at 12:38:45PM +0200, Bernt Hansson wrote: Hi Bernt, Hello list. When I try to start X I'm getting this error X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.2-RELEASE i386 Current Operating System:

Re: problem with Xorg

2012-04-09 Thread Da Rock
On 04/09/12 20:38, Bernt Hansson wrote: Hello list. When I try to start X I'm getting this error Yep. This one will be fun... :) X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.2-RELEASE i386 Current Operating System: FreeBSD

Re: problem with Xorg

2012-04-09 Thread Da Rock
On 04/09/12 21:38, Bernt Hansson wrote: 2012-04-09 13:03, Da Rock skrev: On 04/09/12 20:38, Bernt Hansson wrote: Hello list. When I try to start X I'm getting this error Yep. This one will be fun... :) X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build

Re: problem with Xorg

2012-04-09 Thread Warren Block
On Mon, 9 Apr 2012, Da Rock wrote: On 04/09/12 21:38, Bernt Hansson wrote: 4. What does Xorg -configure produce? No idea, haven't tried it. Using HAL. Given your previous answers, I'd say you _have_ to run it. Then the last option I offered _will_ work. You need to force it to use vesa

Re: problem with Xorg

2012-04-09 Thread Da Rock
On 04/10/12 00:36, Warren Block wrote: On Mon, 9 Apr 2012, Da Rock wrote: On 04/09/12 21:38, Bernt Hansson wrote: 4. What does Xorg -configure produce? No idea, haven't tried it. Using HAL. Given your previous answers, I'd say you _have_ to run it. Then the last option I offered _will_

fsck problem FreeBSD 8.3

2012-04-09 Thread Коньков Евгений
- empty, in /var/log/messages there is no any messages before crash. Can any help to fix problem? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: fsck problem FreeBSD 8.3

2012-04-09 Thread Paul A. Procacci
Nothing logged in /var/log/* or crashes that exist in /var/crash would indicate to me some sort of hardware related problem. Have you tested your hardware lately and know that it is in operational order? ~Paul On Mon, Apr 09, 2012 at 09:36:54PM +0300, ??? ??? wrote: Hi. Apr 9 19:51

Re[2]: fsck problem FreeBSD 8.3

2012-04-09 Thread Коньков Евгений
Nothing logged in /var/log/* or crashes that exist in /var/crash PAP would indicate to me some sort of hardware related problem. PAP Have you tested your hardware lately and know that it is in operational order? PAP ~Paul PAP On Mon, Apr 09, 2012 at 09:36:54PM +0300, ??? ??? wrote: Hi. Apr

Re: fsck problem FreeBSD 8.3

2012-04-09 Thread Eugene Grosbein
10.04.2012 01:36, Коньков Евгений пишет: Hi. Apr 9 19:51:58 fsck: /dev/ad8s1e: UNEXPECTED INCONSISTENCY, CANNOT RUN FAST FSCK Apr 9 19:51:58 fsck: Apr 9 19:51:58 fsck: Apr 9 19:51:58 fsck: /dev/ad8s1e: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Apr 9 19:51:58 fsck: /dev/ad8s1e:

Re: fsck problem FreeBSD 8.3

2012-04-09 Thread Da Rock
255.255.255.0 vlan 114 vlandev igb2 #n424 p11 ifconfig_vlan115=inet 192.168.15.1 netmask 255.255.255.0 vlan 115 vlandev igb2 # PAP Nothing logged in /var/log/* or crashes that exist in /var/crash PAP would indicate to me some sort of hardware related problem. PAP Have you tested your hardware lately

Problem installing bind in jail

2012-04-05 Thread bsd
decided to recompile bind in the latest version and I am running into a problem which is caused by bind port not following the FreeBSD requisites and trying to install things in /usr/include/isc making all in /s/portbuild/usr/ports/dns/bind98/work/bind-9.8.2/lib/isc/x86_32 making all in /s

Re: Problem installing bind in jail

2012-04-05 Thread Matthew Seaman
On 05/04/2012 18:24, bsd wrote: I have decided to recompile bind in the latest version and I am running into a problem which is caused by bind port not following the FreeBSD requisites and trying to install things in /usr/include/isc What on earth gives you the idea that dns/bind98 doesn't

Re: Problem installing bind in jail

2012-04-05 Thread Da Rock
and It needs to be up to date. I have decided to recompile bind in the latest version and I am running into a problem which is caused by bind port not following the FreeBSD requisites and trying to install things in /usr/include/isc making all in /s/portbuild/usr/ports/dns/bind98/work/bind-9.8.2/lib/isc

problem

2012-03-31 Thread jangkawijaya
I've got the problem like this Apr 1 17:03:15 johannesang named[576]: zone 79.205.167.in-addr.arpa/IN: loading from master file /etc/namedb/master/db.johannesang failed: extra input text Apr 1 17:03:15 johannesang named[576]: zone 79.205.167.in-addr.arpa/IN: not loaded due to errors. Apr 1

Re: problem

2012-03-31 Thread Da Rock
On 04/01/12 13:18, jangkawij...@students.itb.ac.id wrote: I've got the problem like this Apr 1 17:03:15 johannesang named[576]: zone 79.205.167.in-addr.arpa/IN: loading from master file /etc/namedb/master/db.johannesang failed: extra input text Apr 1 17:03:15 johannesang named[576]: zone

Re: problem

2012-03-31 Thread Jon Radel
The format of named files isn't quite as free-form as you apparently think. :-) Compare one of mine: $TTL 1H @ IN SOA ns3.radel.com. jon.radel.com. ( 2010100400 ; serial 1H ; refresh

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-27 Thread vttfreebsd
Hi, I have the same error with virtualbox-ose-kmod 4.1.10 but only with FreeBSD 8.0 and 8.0-p2. With FreeBSD 8.2, no problem. Hope this help you for investigating this bug since I need it working on FreeBSD 8.0. Regards -- View this message in context: http://freebsd.1045724.n5.nabble.com

Problem gnome2-2.32.1_4 not work libgcrypt-1.5.0 (freebsd 8.2 release)

2012-03-25 Thread Андріан
Доброго дня. Hi, I use freebsd version 8.2-RELEASE, installed graphical shell gnome2-2.32.1_4, works without problems, I am satisfied, but that the problem appeared when I put the package remmina-0.9.3_1. But is the problem is that the package remmina-0.9.3_1 requires the presence

Re: Problem gnome2-2.32.1_4 not work libgcrypt-1.5.0 (freebsd 8.2 release)

2012-03-25 Thread Matthew Seaman
On 25/03/2012 15:49, Андріан wrote: Hi, I use freebsd version 8.2-RELEASE, installed graphical shell gnome2-2.32.1_4, works without problems, I am satisfied, but that the problem appeared when I put the package remmina-0.9.3_1. But is the problem is that the package remmina-0.9.3_1 requires

Libreoffice daemon in rc script does not work (shell expansion problem)

2012-03-25 Thread Jose Garcia Juanino
Hi, I am trying to make an rc script to start libreoffice daemon. The aim is convert Open Document files to PDF, HTML and TXT. The script is the following: #!/bin/sh # # PROVIDE: libreoffice # REQUIRE: LOGIN cleanvar usr # KEYWORD: shutdown . /etc/rc.subr

Re: Libreoffice daemon in rc script does not work (shell expansion problem)

2012-03-25 Thread Keith McKenzie
On 25/03/12 19:22, Jose Garcia Juanino wrote: Syntax error: Unterminated quoted string I'm new here, so bear with me, just trying to help. To find an unterminated quoted string, I would suggest loading your script into a programmers editor. Keith -- Sent from Free Open Source Software

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-21 Thread Lowell Gilbert
Mike Clarke jmc-freeb...@milibyte.co.uk writes: On Friday 16 March 2012, Lowell Gilbert wrote: My best advice is: clean out the directory for that port, update again, and see if the problem is the same. I've now deleted everything in /usr/ports/emulators/virtualbox-ose-kmod and downloaded

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-21 Thread Mike Clarke
On Wednesday 21 March 2012, Lowell Gilbert wrote: /data1/tmp/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox- 4.1.10/out/freebsd.x86/                                                                                        

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-21 Thread Lowell Gilbert
, and neither does my i386 sandbox. This seems to be quite conditional, and I don't see much guidance as to what the conditions need to be. As good as Andriy has been on keeping up, I can't provide a debug case to solve for this problem. I'll try to come up with something more useful, but until

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-20 Thread Mike Clarke
On Friday 16 March 2012, Lowell Gilbert wrote: My best advice is: clean out the directory for that port, update again, and see if the problem is the same. I've now deleted everything in /usr/ports/emulators/virtualbox-ose-kmod and downloaded a fresh copy of the port (4.1.10) from the FreeBSD

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-20 Thread Mike Clarke
On Friday 16 March 2012, Adam Vande More wrote: On Tue, Mar 13, 2012 at 9:13 AM, Mike Clarke jmc-freeb...@milibyte.co.ukwrote: in /data1/tmp/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox- 4.1.8_OSE/out/freebsd.x86/release/bin/src/vboxdrv. I ran portsnap immediately before

Problem with FreeBSD working with squid and WCCPv2 Cisco 6500 series

2012-03-15 Thread Ahmad Faisal
Hi, i have some query and would like to ask anyone on squid with cisco catalyst 6500 switch with wccpv2 My setup: - squid2.7-stable9 on freebsd 7.2-RELEASE - cisco switch catalyst 6500 with ios 12.2(33)SXJ1 Internet | | - Cisco FWSM

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-15 Thread Lowell Gilbert
Mike Clarke jmc-freeb...@milibyte.co.uk writes: portmaster -a fails with: cc -O -pipe -march=athlon-mp -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_X86 -Werror -D_KERNEL -DKLD_MODULE -nostdinc

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-15 Thread Lowell Gilbert
fast system (RELENG_8, amd64) running now for a check, but it will take a while to grab the distfiles. You might want to grab the latest port and try it. And it builds fine for me. My best advice is: clean out the directory for that port, update again, and see if the problem is the same

Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-15 Thread Adam Vande More
On Tue, Mar 13, 2012 at 9:13 AM, Mike Clarke jmc-freeb...@milibyte.co.ukwrote: in /data1/tmp/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.8_OSE/out/freebsd.x86/release/bin/src/vboxdrv. I ran portsnap immediately before portmaster so my ports are up to date. Any suggestions?

Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2

2012-03-13 Thread Mike Clarke
portmaster -a fails with: cc -O -pipe -march=athlon-mp -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -w -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_X86 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -Iinclude -I. -Ir0drv -I. -I@ -I@/contrib/altq

about the top speed of Link Aggregation and A STRANGE PROBLEM

2012-03-09 Thread bo wang
of them.It will use another working port. Now there are two working ports,3 free ports,1 cut off.When I cut another port, It will use 2 free ports.Now it turn back for using 3 ports, Why ?The LACP protocol's problem? And I have a another question. I make RAID 0 in my server , Why the top speed

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