Re: Does KMS work with gen 2 Intel graphics on FreeBSD 9.1?

2013-09-10 Thread Sean DuBois
The only way to have KMS support in 9.1 right now is to build with
WITH_NEW_XORG=true and WITH_KMS=true in your make.conf, do you have
these flags enabled?

Another good check (right now) is to switch to a text console VT
switching is not enabled so the screen will stay black 
(See https://wiki.freebsd.org/Intel_GPU)

You will also have i915kms.ko loaded

I am not a X11 dev, I just use the driver day to day so sorry I can't
give you a better technical answer!


On Tue, Sep 10, 2013 at 01:48:50PM +0200, Vladyslav Shtabovenko wrote:
 Hi,
 
 I'm running FreeBSD 9.1 on an old IBM Thinkad X30 equiped with
 Intel 830MG graphics chip (gen 2). The graphics works fine, but I'm
 wondering
 if the driver really uses KMS or just switches back to some legacy routine.
 
 Is there any way I can check it?
 
 Cheers,
 Vladyslav
 ___
 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
___
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: firefox audio / youtube crashes?

2013-08-08 Thread Sean DuBois
Hey Gary,

Try launching FireFox in a terminal emulator, do you get an error
message related to cubeb_refill_stream? To fix the error
try either setting media.use_cubeb - false in about:config
or rebuild audio/alsa-plugins with ARIFF_OSS disabled.

On Thu, Aug 08, 2013 at 12:25:41AM -0600, Gary Aitken wrote:
 I think I should know this but I don't, and a search didn't turn up anything
 recent.
 
 It's my understanding firefox 22 with html5 should allow playing youtube 
 videos
 without the flash plugin.  But when I try to watch a youtube video, firefox
 crashes.  I had this working on firefox 17 under 9.0 but don't know how it was
 configured...  My firefox is installed with the following options:  
 
 /usr/ports/www/firefox$ make showconfig
 === The following configuration options are available for firefox-22.0,1:
  DBUS=on: D-Bus IPC system support
  DEBUG=off: Install debug symbols
  GCONF=off: GConf configuration backend support
  GIO=on: GIO for file I/O
  GNOMEUI=off: libgnomeui support module
  GNOMEVFS2=off: GnomeVFS2 (virtual file system) support
  GSTREAMER=off: Multimedia support via GStreamer
  LIBPROXY=off: Proxy support via libproxy
  LOGGING=on: Additional log messages
  OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
  PGO=off: Use Profile-Guided Optimization
  WEBRTC=on: Web Real-Time Communication
  Options available for the single AUDIO: you have to select exactly one 
 of them
  ALSA=on: ALSA audio architecture support
  PULSEAUDIO=off: PulseAudio sound server support
 
 I installed the following as freshports indicated they were needed to run,
 but it made no difference:
 www/nspluginwrapper
 audio/alsa-lib
 multimedia/libv4l
 
 hints?
 ___
 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
___
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: Suddenly Seeing Clamav Errors After MailScanner Update

2013-06-10 Thread Sean DuBois
Hi Tim,

Double check what user clamd is run as, and what permissions your mail
spool have. Somewhere along the line your mail spool locked out clamd

The lstat system call's man page says 

`execute (search) permission is required on all of the
directories in path that lead to the file.`

Also, don't just go chmoding -R 777! 

On Mon, Jun 10, 2013 at 12:03:51PM -0500, Tim Daneliuk wrote:
 I am working on a FBSD 9.1-STABLE mail machine that's been working
 fine.  After upgrading to MailScanner 4.84.5_3, we are now
 suddenly seeing like this:
 
 
   Clamd::ERROR:: UNKNOWN CLAMD RETURN ./lstat() failed: Permission 
 denied. ERROR :: /var/spool/MailScanner/incoming/68340
 
 Any ideas what might cause this?   I have fallen back to the previous
 MailScanner.conf file wherein the problem does NOT seem to happen.
 But, after diffing old and new config files I cannot see where
 anything relevant to this might have changed.
 
 Ideas anyone?
 -- 
 ---
 Tim Daneliuk
 ___
 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
___
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: Amazon VPC instances

2013-04-09 Thread Sean DuBois
I don't know about FreeBSD + EC2, but you may be interested to know that
you can use multiple SSL certificates with one IP address! So you can
have multiple vhosts/server blocks with different certificates on one
host.

http://en.wikipedia.org/wiki/Server_Name_Indication

On Tue, Apr 09, 2013 at 06:20:29PM -0700, Don O'Neil wrote:
 Has anyone used Colin Percival's FreeBSD builds for Amazon EC2 to build an
 Amazon VPC instance? If so, does it support multiple network interfaces or
 aliases with multiple IP's so that I can run multiple SSL certs on the same
 instance?
 
  
 
 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
___
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