Re: Which is the public interface to use for ipfw when lagg(4)? [SOLVED]

2013-06-26 Thread Unga
Hi Mark

Thanks for the reply. It worked. It was lagg1.Unga


- Original Message -
 From: Mark Felder f...@feld.me
 To: freebsd-questions@freebsd.org
 Cc: 
 Sent: Tuesday, June 25, 2013 2:29 PM
 Subject: Re: Which is the public interface to use for ipfw when lagg(4)?
 
 On Tue, Jun 25, 2013, at 7:13, Unga wrote:
 
  What is the interface should I use for the pif? Is it lagg1?
 
 
 The interface you should use is the interface the IPs are on. It doesn't
 matter what kind of interface it is. In this case it looks like lagg1.
 ___
 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: Should I be able to use mergemaster with freebsd-update?

2013-06-26 Thread Mike Brown
I wrote:
 The main problem this time is that I'm not so lucky with the password files, 
 because for 8.4, freebsd-update has fetched new, stock .db files to put in 
 /etc.

Whoa, sorry, I misspoke here. 


freebsd-update asked me, after the merges, to approve unspecified differences 
in pwd.db and spwd.db.  I assumed that it had fetched those files as part of 
the 8.4 distribution. But http://svnweb.freebsd.org/base/release/8.4.0/etc/ 
seems to indicate that's not what happened; only master.passwd was changed.


I'm looking through the freebsd-update code now. I see it does actually do 
some special handling of master.passwd, but not until you do your 
'freebsd-update install'. At that point, it will look at /etc/master.passwd 
and see if it's newer than /etc/pwd.db or /etc/spwd.db, and it will run 
pwd_mkdb. It doesn't use the -p flag, so I guess it doesn't care about passwd.

This pwd_mkdb run didn't happen for me, though, since my 'freebsd-update 
install' run didn't actually put the new master.passwd file, or anything else, 
into /etc yet. I thought it would, but I don't understand it, really. So I 
don't see how it's supposed to work.


To summarize:

1. I did the initial 'freebsd-update -r 8.4-RELEASE upgrade'
2. When prompted, I did all the merges it needed me to do by hand.
3. When prompted, I approved all the diffs. Two of the diffs were unspecified 
pwd.db  spwd.db changes, which caused me some alarm.
4. I looked in the staging area and found that these were empty files.
5. I looked in /etc and nothing new had been placed there yet.
6. I did the 'freebsd-update install' and checked /etc again; still nothing.
7. Afraid of rebooting with bogus password database files staged, I generated
proper pwd.db, spwd.db, and passwd files myself, and put them in the
staging area.

Next step, I think, is reboot, before another 'freebsd-update install' run.
I'm worried something is still amiss, though, so I'm holding off for 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: Cannot Update Source Tree After Move To Subversion 1.8

2013-06-26 Thread Lev Serebryakov
Hello, Tim.
You wrote 26 июня 2013 г., 3:26:24:

TD It seems that svn 1.8 does not like symlinks.  I have this:
TD /usr/src - /usr1/src-9-STABLE
TD I can do this fine:
TDsvn update /usr1/src-9-STABLE
TD But this causes svn to dump core:
TDsvn update /usr/src
TD At which point I have to do a cleanup to get the locks cleared out.
  It was reported to upstream and fixed in upstream:
  http://svn.apache.org/r1496007

  I'll backport patch to ports today night.

-- 
// Black Lion AKA Lev Serebryakov l...@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: Hello

2013-06-26 Thread David Demelier
2013/6/26 Mike Jeays mike.je...@rogers.com:
 On Wed, 26 Jun 2013 08:56:59 +1000
 julius juliuscmontes...@gmail.com wrote:

 Which BSD for a user desktop ??!.
 I all ready have Linux mint but I like to try again, in the past I have
 use it but no luck in dual booting system with windows and I have try to
 follow youtube BSD users that gave instructions on the BSD and no luck.
 Everybody that I watch in youtube for instruction it hasn't work even
 loading the BSD on is own hasn't work.So which BSD for a user desktop??!
 Thank you
 --
 Best Wishes Julius
 ___
 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

 PC-BSD is a good place to start; it makes installation easy.

 I prefer running Windows in a VM under VirtualBox to dual-booting. Switching
 between the two is much faster, and you can make the host file system visible
 to the guest with Samba.

The only drawback of this is performance. Or you have a very powerful
machine :-)

--
Demelier David
___
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: Help finding sound driver

2013-06-26 Thread Sergio Tam
2013/6/26 Polytropon free...@edvax.de:
 On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote:
 Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC
 Support Jack-Sensing, Enumeration, Multi-streaming
 S/PDIF out on back I/O port
 Jack-Sensing  Enumeration

 Is there any change a driver exists for that audio chipset, for FreeBSD 9.1?

 Probably snd_hda will work. A common solution is to try this first
 (because of the name matching), and then load all drivers and
 see which one is working. Check the kernel output messages and
 also cat /dev/sndstat to confirm success.




Intel High Definition Audio (also called HD Audio or Azalia)

http://www.freebsd.org/cgi/man.cgi?snd_hda

Regards.
___
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: Help finding sound driver

2013-06-26 Thread Olivier Nicole
On Wed, Jun 26, 2013 at 4:31 PM, Sergio Tam tam.ser...@gmail.com wrote:
 2013/6/26 Polytropon free...@edvax.de:
 On Wed, 26 Jun 2013 11:45:10 +0700 (ICT), Olivier Nicole wrote:
 Azalia ADI1986A, 6 -Channel High-Definition Audio CODEC
 Support Jack-Sensing, Enumeration, Multi-streaming
 S/PDIF out on back I/O port
 Jack-Sensing  Enumeration

 Is there any change a driver exists for that audio chipset, for FreeBSD 9.1?

 Probably snd_hda will work. A common solution is to try this first
 (because of the name matching), and then load all drivers and
 see which one is working. Check the kernel output messages and
 also cat /dev/sndstat to confirm success.




 Intel High Definition Audio (also called HD Audio or Azalia)

 http://www.freebsd.org/cgi/man.cgi?snd_hda

That was it, thank you.

Best regards,

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


Рекламная рассылка предложений

2013-06-26 Thread служба распространения писем danni...@bk.ru
Добрый день

Меня зовут Александр. Я профессионально занимаюсь  e-mail рассылками. 

Предлагаю распространить Ваше предложение по любой нужной базе данных.

В случае заинтересованности - я сформирую  базу потенциальных клиентов.

Если возможно - пожалуйста сообщите Ваш контакт, я объясню  об этом подробнее.
 
С уважением, Александр.
___
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:: How to set VLAN priority?

2013-06-26 Thread Alex Liptsin
Hello.

I work with FreeBSD 9.1 RELEASE.
I had configured VLANs on my server, but I can't find a way to configure VLAN 
priority.
How can I do it?

Thanks.

Regards,
Alex Liptsin
Software Quality Assurance Engineer | Mellanox Technologies Ltd.
Office: +972 (74) 7236141
Mobile: +972(54) 7833986
Fax: +972(74) 7236161
Email: al...@mellanox.commailto:al...@mellanox.com
Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel

___
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: FreeBSD:: How to set VLAN priority?

2013-06-26 Thread Fleuriot Damien

On Jun 26, 2013, at 1:55 PM, Alex Liptsin al...@mellanox.com wrote:

 Hello.
 
 I work with FreeBSD 9.1 RELEASE.
 I had configured VLANs on my server, but I can't find a way to configure VLAN 
 priority.
 How can I do it?
 
 Thanks.


???
vlan priority as in… ?

___
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: Should I be able to use mergemaster with freebsd-update?

2013-06-26 Thread Mark Felder
On Wed, Jun 26, 2013, at 2:07, Mike Brown wrote:
 
 Next step, I think, is reboot, before another 'freebsd-update install'
 run.
 I'm worried something is still amiss, though, so I'm holding off for now.
 :(

When in doubt: fetch source, build, install, and use mergemaster. Then
reboot. Better safe than sorry.
___
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: Hello

2013-06-26 Thread Warren Block

On Wed, 26 Jun 2013, David Demelier wrote:


2013/6/26 Mike Jeays mike.je...@rogers.com:

On Wed, 26 Jun 2013 08:56:59 +1000
julius juliuscmontes...@gmail.com wrote:


Which BSD for a user desktop ??!.
I all ready have Linux mint but I like to try again, in the past I have
use it but no luck in dual booting system with windows and I have try to
follow youtube BSD users that gave instructions on the BSD and no luck.
Everybody that I watch in youtube for instruction it hasn't work even
loading the BSD on is own hasn't work.So which BSD for a user desktop??!
Thank you


PC-BSD is a good place to start; it makes installation easy.

I prefer running Windows in a VM under VirtualBox to dual-booting. Switching
between the two is much faster, and you can make the host file system visible
to the guest with Samba.


The only drawback of this is performance. Or you have a very powerful
machine :-)


The VM guests run pretty quick, at least if the host CPU has VT-x or 
AMD-V.  Check the BIOS, Intel VT-x is sometimes disabled there.  I have 
not benchmarked but would estimate it to be 80-90% equivalent CPU speed, 
maybe a bit less for disk I/O depending on the virtual disk type.


Windows in a VM also has the benefit of being able to move the VM to a 
different host without having to reinstall the operating system in the 
VM.  But overall, the best feature is that the VM host and guest run at 
the same 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


Re: FreeBSD:: How to set VLAN priority?

2013-06-26 Thread John-Mark Gurney
Alex Liptsin wrote this message on Wed, Jun 26, 2013 at 11:54 +:
 I work with FreeBSD 9.1 RELEASE.
 I had configured VLANs on my server, but I can't find a way to configure VLAN 
 priority.
 How can I do it?

Looks like you can't w/ the default VLAN code:
BUGS
 No 802.1Q features except VLAN tagging are implemented.

You could probably implement it w/ ng_patch, but that would also mean
you'd lose the feature of the card adding the VLAN tag for you...

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 All that I will do, has been done, All that I have, has not.
___
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: Hello

2013-06-26 Thread Alejandro Imass
On Tue, Jun 25, 2013 at 6:56 PM, julius juliuscmontes...@gmail.com wrote:
 Which BSD for a user desktop ??!.

PCBSD 9

 I all ready have Linux mint but I like to try again, in the past I have use
 it but no luck in dual booting system with windows and I have try to follow
 youtube BSD users that gave instructions on the BSD and no luck.


Cheers,

-- 
Alejandro Imass
___
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: FreeBSD:: How to set VLAN priority?

2013-06-26 Thread Ermal Luçi
This is a patch originially written from rwatson@ iirc.

https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/pf_802.1p.diff

Remove the pf(4) craft and it should work for you.




On Wed, Jun 26, 2013 at 6:27 PM, John-Mark Gurney j...@funkthat.com wrote:

 Alex Liptsin wrote this message on Wed, Jun 26, 2013 at 11:54 +:
  I work with FreeBSD 9.1 RELEASE.
  I had configured VLANs on my server, but I can't find a way to configure
 VLAN priority.
  How can I do it?

 Looks like you can't w/ the default VLAN code:
 BUGS
  No 802.1Q features except VLAN tagging are implemented.

 You could probably implement it w/ ng_patch, but that would also mean
 you'd lose the feature of the card adding the VLAN tag for you...

 --
   John-Mark Gurney  Voice: +1 415 225 5579

  All that I will do, has been done, All that I have, has not.
 ___
 freebsd-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org




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


MAC and Xorg on FBSD 9.1-p4

2013-06-26 Thread ASV
Hi all,
as you can see from the footer I've already posted this on the list 
trustedbsd-disc...@freebsd.org
but because that one seems to be dead to me I apologise if I'm trying to get 
some hint here.

Briefly, I'm trying to run X on my FreeBSD 9.1 with the following MAC
modules enabled:
mac_biba
mac_mls
mac_seeotheruids
mac_partition

I'm still actually in the learning process of this very granular but
complex security system but I'm learning fast as I found it very
interesting.
Unfortunately when it comes to X it seems to be more complicated. I
cannot run it not even as root.
I get:
..
Unable to map MMIO aperture. Permission denied (13)
Memory map the MMIO region failed
..

until the timeout and back to prompt.

I get the same error with root which is the default login class and on
an ad-hoc restricted user.
As soon as I disable the modules everything works well.

I know this is a very brief description but it should be enough for now
to know if this is a known issue and/or the X system is known as NOT
WORKING/HAVING PROBLEMS with MAC.

And as MAC on FreeBSD is dark matter (googling is basically useless if
not for basic conf.) any hint would be highly appreciated.

Thanks a lot.

___
trustedbsd-disc...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/trustedbsd-discuss
To unsubscribe, send any mail to trustedbsd-discuss-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


Asus Sabertooth Z77 and FreeBSD?

2013-06-26 Thread Dan Naumov
Hello list

Does anyone here have any experience with the Asus Sabertooth Z77
motherboard? How well does it work with FreeBSD and is all the hardware
supported (including both SATA controllers)?

Thanks!

- Sincerely,
Dan Naumov
___
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


A very 'trivial' question about /root

2013-06-26 Thread ASV
This is a very 'trivial' question but it's bugging me since quite a
while now so I gotta ask.

There's any reason (and should be a fairly good one) why the /root
directory permissions by default are set to 755 (for sure on releases
8.0/8.1/9.0/9.1)

Thanks in advance.

___
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: A very 'trivial' question about /root

2013-06-26 Thread Ayan George
ASV:
 This is a very 'trivial' question but it's bugging me since quite a
 while now so I gotta ask.
 
 There's any reason (and should be a fairly good one) why the /root
 directory permissions by default are set to 755 (for sure on releases
 8.0/8.1/9.0/9.1)
 

I imagine / needs those permissions during installation but maybe they
should be changed to something more desirable at post-install.  What
would you suggest -- maybe 555?

-ayan

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


In this Issue: Life Coaches, Black Cowboy Quilts, 2013 Products of the Year, Allergies Unique to Urban Areas, Big Salad Recipes

2013-06-26 Thread TheUrbanShopper
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEADTITLEUntitled Document/TITLE
META content=text/html; charset=iso-8859-1 http-equiv=Content-Type
STYLE type=text/css
!--
style2 {font-size: 10px}
style3 {
font-family: Calibri;
font-size: 12px;
color: #FF;
}
style4 {color: #FF}
--
/STYLE

META name=GENERATOR content=MSHTML 10.00.9200.16618/HEAD
BODY
DIV align=center
TABLE cellSpacing=1 cellPadding=5 width=650 border=1
  TBODY
  TR
TD borderColor=#ff
  DIV class=style3 align=centerHaving trouble reading this email?
ClickA 
  href=http://www.theurbanshopper.com; Here/A to go direct to 
  TheUrbanShopper.com.BRTo ensure delivery, please add SPAN 
  class=style4u...@theurbanshopper.com/SPAN to your Safe Sender List
or 
  Address Book. /DIV/TD/TR
  TR
TDA href=www.theurbanshopper.comIMG border=0 hspace=0 alt= 
  align=baseline
src=http://www.theurbanshopper.com/newsletter/2013/June/static_wk2flat.jpg;/A/TD/TR
  TR
TDSPAN class=style2You have received this update as a subscriber to
TheUrbanShopper.com. Ensure inbox delivery by adding 
  u...@theurbanshopper.com to your SAFE SENDER or email CONTACTS list. If
you'd like to A href=mailto:unsubscr...@theurbanshopper.com;unsubscribe 
  /A. For more information, please read our A 
  href=http://theurbanshopper.com/doc/privacy_policy.pdf;Privacy
Policy 
  /A. ©2013 All Rights Reserved 
/SPAN/TD/TR/TBODY/TABLE/DIV/BODY/HTML
___
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: A very 'trivial' question about /root

2013-06-26 Thread Reed Loefgren
On 06/26/13 15:47, Ayan George wrote:
 ASV:
 This is a very 'trivial' question but it's bugging me since quite a
 while now so I gotta ask.

 There's any reason (and should be a fairly good one) why the /root
 directory permissions by default are set to 755 (for sure on releases
 8.0/8.1/9.0/9.1)

 I imagine / needs those permissions during installation but maybe they
 should be changed to something more desirable at post-install.  What
 would you suggest -- maybe 555?

 -ayan

 ___
 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

Just a mention, I set /root to 700 and haven't seen any issues to date.

r
___
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: A very 'trivial' question about /root

2013-06-26 Thread Lowell Gilbert
ASV a...@inhio.eu writes:

 This is a very 'trivial' question but it's bugging me since quite a
 while now so I gotta ask.

 There's any reason (and should be a fairly good one) why the /root
 directory permissions by default are set to 755 (for sure on releases
 8.0/8.1/9.0/9.1)

By default, there's nothing secret in there, so 755 makes sense to me.
___
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


FFMpeg and FreeBSD

2013-06-26 Thread Simon
Hello Everyone,

Does anyone use the latest FFMpeg version 1.2 and FreeBSD?

How did you compile it? did you run into any issues?

The FFMpeg port is 6+ months behind and I feel like I'm the only one who uses
this which would be very odd given everything uses video nowadays.

Thanks,
Simon


___
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: FFMpeg and FreeBSD

2013-06-26 Thread Waitman Gobble
On Jun 26, 2013 5:28 PM, Simon si...@optinet.com wrote:

 Hello Everyone,

 Does anyone use the latest FFMpeg version 1.2 and FreeBSD?

 How did you compile it? did you run into any issues?

 The FFMpeg port is 6+ months behind and I feel like I'm the only one who
uses
 this which would be very odd given everything uses video nowadays.

 Thanks,
 Simon


 ___
 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

i make extensive use of ffmpeg, try devel port or try build from ffmpeg
src, try gcc46. there arent issues i can think of. its pretty well put
together. if you install the port first then build src  its easier b/c it
pulls in dependencies. just use something besides /usr/local for the prefix
of src install.

Waitman Gobble
San Jose California USA
___
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


Freebsddiary.org - Integrated marketing help

2013-06-26 Thread Chloe Lee









p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-seriffontspan  
style=font-style:normalbFreebsddiary.org/b/span span  
style=font-style:normalspan  
style=font-weight:normalTeam,/span/span/font/font/font/p


p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-seriffontspan style=font-style:normalspan  
style=font-weight:normalI

thought you might like to know some reasons why you are not getting
enough Social Media and Organic search engine traffic for  
/span/spanspan  
style=font-style:normalbFreebsddiary.org/b/span/font/font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-seriffontspan style=font-style:normalspan  
style=font-weight:normal1.
Your website /span/spanspan  
style=font-style:normalbFreebsddiary.org
/b/spanspan style=font-style:normalspan  
style=font-weight:normalis

not ranking top in Google organic searches for many competitive
keyword phrases./span/span/font/font/font/p
p style=margin-bottom:0cm;font-style:normal;font-weight:normal
font color=#fffont face=Verdana, sans-seriffont2.
Your company is not doing well in most of the Social Media  
Websites./font/font/font/p

p style=margin-bottom:0cm;font-style:normal;font-weight:normal
font color=#fffont face=Verdana, sans-seriffont3.
Your site is not user friendly on mobile devices./font/font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-seriffontspan style=font-style:normalspan  
style=font-weight:normalThere

are many additional improvements that could be made to your website,
and if you would like to learn about them, and are curious to know
what our working together would involve, then I would be glad to
provide you with a detailed analysis in the form of a /span/spanspan  
style=font-style:normalbWEBSITE
AUDIT REPORT for FREE/b/spanspan style=font-style:normalspan  
style=font-weight:normal./span/span/font/font/font/p

p style=margin-bottom:0cm;font-style:normal;font-weight:normal
font color=#fffont face=Verdana, sans-seriffontOur
clients consistently tell us that their customers find them because
they are at the top of the Google search rankings. Being at the top
left of Google (#1- #3 organic positions) is the best thing you can
do for your company#39;s website traffic and online  
reputation./font/font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-seriffontspan style=font-style:normalspan  
style=font-weight:normalI

found your site using Google search and after having a look over your
website I think you should implement /span/spanspan  
style=font-style:normalbHTML5
designing /b/spanspan style=font-style:normalspan  
style=font-weight:normaland

/span/spanspan style=font-style:normalbResponsive Design
/b/spanspan style=font-style:normalspan  
style=font-weight:normalto
make your site more accessible in mobile phone, tablets, desktop  
etc./span/span/font/font/font/p
p style=margin-bottom:0cmfont color=#fffont face=Verdana,  
sans-seriffontspan style=font-style:normalspan  
style=font-weight:normalSound

interesting? Feel free to email us or alternatively you can provide
me with your phone number and the best time to call
you./span/spanbrspan style=font-style:normalspan  
style=font-weight:normal--WBR--WBR-/span/spanbrspan  
style=font-style:normalspan style=font-weight:normalBest

Regards,/span/spanbrspan style=font-style:normalbChloe
Lee/b/spanbrspan style=font-style:normalbAsst. Vice
President/b/spanbrspan style=font-style:normalspan  
style=font-weight:normal(315)-895-1453/span/spanbrbrspan  
style=font-style:normalbPS:
/b/spanspan style=font-style:normalspan  
style=font-weight:normalI

am not spamming. I have studied your website and believe I can help
with your business promotion. If you still want us to not contact
you, you can ignore this email or ask to remove and I will not
contact again./span/span/font/font/font/p
___
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: FFMpeg and FreeBSD

2013-06-26 Thread Simon
On Wed, 26 Jun 2013 18:11:03 -0700, Waitman Gobble wrote:

On Jun 26, 2013 5:28 PM, Simon si...@optinet.com wrote:

 Hello Everyone,

 Does anyone use the latest FFMpeg version 1.2 and FreeBSD?

 How did you compile it? did you run into any issues?

 The FFMpeg port is 6+ months behind and I feel like I'm the only one who
uses
 this which would be very odd given everything uses video nowadays.

 Thanks,
 Simon


 ___
 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

i make extensive use of ffmpeg, try devel port or try build from ffmpeg
src, try gcc46. there arent issues i can think of. its pretty well put
together. if you install the port first then build src  its easier b/c it
pulls in dependencies. just use something besides /usr/local for the prefix
of src install.

Waitman Gobble
San Jose California USA

Thanks, can you confirm you compiled version 1.2 from source without issues?
I saw a lot of patches in older port versions of it, so I assumed I will have 
many
issues. The ffmpeg-develop port installs oct 2012 version which is even older
than ffmpeg1 port, I believe.

-Simon

___
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


Troubleshooting a gmirror disk marked broken

2013-06-26 Thread Nikola Pavlović
Hi,

Last night during a massive (~1 year worth :| )
portsnap fetch

the server went unresponsive and ssh eventually disconnected.  I decided
to leave it during the night, and, sure enough, the situation was the
same in the morning, so I had to do a hard reset.  It came back up, but
one of the two gmirror components was marked as broken and deactivated.

The hang happened during the 'fetching new files or ports' (~24000 of
them, there are currently ~1 snapshots in /var/db/portsnap) phase
of postsnap fetch.

/var/log/messages was completely silent during the period between the
hang and the reset.

Googling around I found a mention that it's possible to sometimes get a
'blip'[*] during busy periods, so I decided to just bite the bullet and
reinsert the component with
# gmirror forget gm0
# gmirror clean ad4
# gmirror insert gm0 ad4

Currently it's syncing and things *seem* OK.  My question is how much
should I be worried and what could be the cause of this?  Is it possible
that  ports snapshot fetching caused this, or that perhaps it was the other
way around (a failing disk causing the machine to choke during the huge
portsnap fetch)?  How to proceed? :)

At the moment I'm attaching smartctl -a results for both disks (ad4 was
marked broken).  As I'm completely useless in deciphering smartctl
results (apart from being thought by experience to pretty much
ignore(tm) the 'Pre-fail' statuses), I'd appreciate assessment from more
knowledgeable people.

Also attached is a trimmed /var/log/messages from the moment of hard
reset on (I can fill in the snipped parts, just didn't want to choke people
with possibly irrelevant details).


$ uname -a
FreeBSD isus 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 
2012 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64


---
[*]
http://www.eztiger.org/2008/08/removing-and-re-adding-a-disk-in-gmirror/


-- 
If you analyse anything, you destroy it.
-- Arthur Miller

smartctl 5.42 2011-10-20 r3458 [FreeBSD 8.3-RELEASE-p3 amd64] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family: Seagate Barracuda 7200.10
Device Model: ST3320620AS
Serial Number:5QF1FDAS
Firmware Version: 3.AAE
User Capacity:320,072,933,376 bytes [320 GB]
Sector Size:  512 bytes logical/physical
Device is:In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:Thu Jun 27 03:55:37 2013 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status:  (   0) The previous self-test routine completed
without error or no self-test has ever 
been run.
Total time to complete Offline 
data collection:(  430) seconds.
Offline data collection
capabilities:(0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off 
support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities:(0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:(0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine 
recommended polling time:(   1) minutes.
Extended self-test routine
recommended polling time:( 115) minutes.

ATA Version is:   7
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:Thu Jun 27 03:55:37 2013 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: 

Re: FFMpeg and FreeBSD

2013-06-26 Thread Shane Ambler

On 27/06/2013 09:57, Simon wrote:

Hello Everyone,

Does anyone use the latest FFMpeg version 1.2 and FreeBSD?

How did you compile it? did you run into any issues?

The FFMpeg port is 6+ months behind and I feel like I'm the only one who uses
this which would be very odd given everything uses video nowadays.


You need to look a little closer. We have three versions available in 
ports -


multimedia/ffmpeg which is at 0.7.15
multimedia/ffmpeg1 which is at 1.2.1 - updated 2 days ago
multimedia/ffmpeg-devel which is an svn snapshot at 2012.10.13

You will find a lot of ports are still configured to use 0.7.15.

The main catch is the ports are designed to co-exist so ffmpeg1 has the
trailing 1 added to all the lib/cli names.

I have had no problems using ffmpeg1 with my version of blender for
several months now. It has a cmake option for lib names and then I
added include/ffmpeg1 to C/CXXFLAGS and lib/ffmpeg1 to LDFLAGS.


___
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: A very 'trivial' question about /root

2013-06-26 Thread Polytropon
On Wed, 26 Jun 2013 23:34:41 +0200, ASV wrote:
 There's any reason (and should be a fairly good one) why the /root
 directory permissions by default are set to 755 (for sure on releases
 8.0/8.1/9.0/9.1)

This is the default permission for user directories, as root
is considered a user in this (special) case, and /root is its
home directory. The installer does not put anything secret
in there, but _you_ might, so there should be no issue changing
it to a more restricted access permission.

Hint: When a directory is r-x for other, then it will be
indexed by the locate periodic job, so users could use the
locate command (and also find) to look what's in there. If
this is not desired, change to rwx/---/---, or rwx/r-x/---
if you want to allow (trusted) users of the wheel group
to read and execute stuff from that directory (maybe homemade
admin scripts in /root/bin that should not be public).

There are few things that touch /root content. System updating
might be one of them, but as it is typically run as root (and
even in SUM), restrictive permissions above the default are
no problem.

To summarize the answer for your question: It's just the default. :-)


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: Troubleshooting a gmirror disk marked broken

2013-06-26 Thread Adam Vande More
On Wed, Jun 26, 2013 at 9:38 PM, Nikola Pavlović n...@riseup.net wrote:

 Hi,

 Last night during a massive (~1 year worth :| )
 portsnap fetch

 the server went unresponsive and ssh eventually disconnected.  I decided
 to leave it during the night, and, sure enough, the situation was the
 same in the morning, so I had to do a hard reset.  It came back up, but
 one of the two gmirror components was marked as broken and deactivated.

 The hang happened during the 'fetching new files or ports' (~24000 of
 them, there are currently ~1 snapshots in /var/db/portsnap) phase
 of postsnap fetch.

 /var/log/messages was completely silent during the period between the
 hang and the reset.

 Googling around I found a mention that it's possible to sometimes get a
 'blip'[*] during busy periods, so I decided to just bite the bullet and
 reinsert the component with
 # gmirror forget gm0
 # gmirror clean ad4
 # gmirror insert gm0 ad4

 Currently it's syncing and things *seem* OK.  My question is how much
 should I be worried and what could be the cause of this?  Is it possible
 that  ports snapshot fetching caused this, or that perhaps it was the other
 way around (a failing disk causing the machine to choke during the huge
 portsnap fetch)?  How to proceed? :)


The messages log definitely shows problems with your io.  The smart log of
the disks are also at least mildly concerning and indicates the drives are
in a preliminary stage of death.  Some HD deaths take years to complete.
Expect random glitches and intermittent reduced performance as a continuous
degradation.   You might be able to alleviate some of this by switching to
the AHCI driver and bumping up timeouts but at the end of the day 2 flaky
disks in a mirror don't inspire confidence.

-- 
Adam Vande More
___
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: FFMpeg and FreeBSD

2013-06-26 Thread Bernt Hansson



On 2013-06-27 02:27, Simon wrote:

Hello Everyone,

Does anyone use the latest FFMpeg version 1.2 and FreeBSD?

How did you compile it? did you run into any issues?

The FFMpeg port is 6+ months behind and I feel like I'm the only one who uses
this which would be very odd given everything uses video nowadays.

Thanks,
Simon


I use ffmpeg1-1.2.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: logging during loader

2013-06-26 Thread Robert Huff

Polytropon writes:

  During the processing of loader.conf, something gets printed
   that suggests all is not right.  However, this is a sufficiently
   modern machine it goes by too fast to read exactly what.
  It is my understanding that file gets read before the system
   logging facilities are operational, and possibly before things like
   ^S/^Q work on the terminal.
  Is there a way to store the results of that phase of boot-up?
  
  Being on the 1st virtual terminal in text mode (ttyv0) which
  also acts as the console device, press the Scroll Lock
  key and use the vertical arrow keys and page scrolling keys
  to get to the top of the log.

This does not work for me.  Specifically, pushing [Scroll Lock]
causes the appropriate light to go on, but output continues to flow.



Robert Huff

___
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: FFMpeg and FreeBSD

2013-06-26 Thread Simon
On Thu, 27 Jun 2013 12:25:19 +0930, Shane Ambler wrote:

On 27/06/2013 09:57, Simon wrote:
 Hello Everyone,

 Does anyone use the latest FFMpeg version 1.2 and FreeBSD?

 How did you compile it? did you run into any issues?

 The FFMpeg port is 6+ months behind and I feel like I'm the only one who uses
 this which would be very odd given everything uses video nowadays.

You need to look a little closer. We have three versions available in 
ports -

multimedia/ffmpeg which is at 0.7.15
multimedia/ffmpeg1 which is at 1.2.1 - updated 2 days ago
multimedia/ffmpeg-devel which is an svn snapshot at 2012.10.13

You will find a lot of ports are still configured to use 0.7.15.

The main catch is the ports are designed to co-exist so ffmpeg1 has the
trailing 1 added to all the lib/cli names.

I have had no problems using ffmpeg1 with my version of blender for
several months now. It has a cmake option for lib names and then I
added include/ffmpeg1 to C/CXXFLAGS and lib/ffmpeg1 to LDFLAGS.


Thanks for the info. I did an update of my ports tree last Friday, when I
also emailed the maintainer of FFmpeg port. As I received no response,
I assumed the port hasn't changed. I just synced my ports and see the
1.2.1 in ffmpeg1

I would like to thank Martin for the update!

-Simon


___
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: logging during loader

2013-06-26 Thread Polytropon
On Wed, 26 Jun 2013 23:40:07 -0400, Robert Huff wrote:
 
 Polytropon writes:
 
 During the processing of loader.conf, something gets printed
that suggests all is not right.  However, this is a sufficiently
modern machine it goes by too fast to read exactly what.
 It is my understanding that file gets read before the system
logging facilities are operational, and possibly before things like
^S/^Q work on the terminal.
 Is there a way to store the results of that phase of boot-up?
   
   Being on the 1st virtual terminal in text mode (ttyv0) which
   also acts as the console device, press the Scroll Lock
   key and use the vertical arrow keys and page scrolling keys
   to get to the top of the log.
 
   This does not work for me.  Specifically, pushing [Scroll Lock]
 causes the appropriate light to go on, but output continues to flow.

This doesn't look normal. Maybe kernel messages have precedence
and can appear while regular output is halted? The cursor block
should disappear (and the LED should light up). When the console
TTY (ttyv0) does not show any more action, is scrolling back
possible then?

I've tried it on my home 8.2 system. Normal output is halted.
I seem to remember that kernel messages unlock Scroll Lock...



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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