Outdated instructions in FreeBSD Handbook (Section 21.6 - FreeBSD as a Host with VirtualBox)

2016-10-16 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,

Section 21.6.2 of the handbook should be updated to reflect the USB support 
issue of VirtualBox used on FreeBSD host operating system.


Apparently, FreeBSD is not one of the officially supported operating systems by 
Oracle[1], hence their latest extension pack (VirtualBox 5.0.14 Oracle VM 
VirtualBox Extension Pack), which can be downloaded from [2], is not available 
for FreeBSD hosts. 


This extension pack enables USB 2.0/3.0 communication ports to be enabled/used 
in the guest operating system. Oracle's description for the extension pack is 


"Support for USB 2.0 and USB 3.0 devices, VirtualBox RDP and PXE boot for Intel 
cards..." 


Unfortunately, without this extension pack, FreeBSD host operating system 
cannot pass the USB port to the guest OS. Even though the user follows the 
steps given in Section 21.6.2 of FreeBSD Handbook, it is not possible to get 
USB 2.0/3.0 working in the guest OS. There is a forum thread on the topic [4] 


Bug report 207630 has been created for the issue. [5]

[1] https://www.virtualbox.org/ticket/8073 

[2] https://www.virtualbox.org/wiki/Downloads
[3] https://www.freebsd.org/doc/handbook/virtualization-host-virtualbox.html
[4] https://forums.freebsd.org/threads/47579/

[5] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207630
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Updating the ieee80211(9) manual page

2016-11-10 Thread Fehmi Noyan ISI via freebsd-doc
Hiya,

I am considering to update ieee80211(9) manual page with function call 
definitions found in NetBSD ieee80211(9) manual[1]. Many functions, such as 
ieee80211_mhz2ieee() ,are defined in sys/net80211/ieee80211.c and are also 
available in FreeBSD.

Would ;

1 ) Updating the manual page locally
2 ) Generating a diff file against the -CURRENT
3 ) Submitting a bug report along with the diff file

be the proper approach to get the thing done?

Thanks
Fehmi

[1] http://netbsd.gw.com/cgi-bin/man-cgi?ieee80211+9+NetBSD-current
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Updating the ieee80211(9) manual page

2016-11-15 Thread Fehmi Noyan ISI via freebsd-doc
Thanks Benjamin,

Both NetBSD [1] and FreeBSD [2] versions of ieee80211.9 manual pages have been 
licensed with a 2-cluase BSD license by their respective authors. 


If I update the FreeBSD ieee80211(9) man page with the information from 
ieee80211(9) man page from NetBSD, what should the license look like?

Would something similar to one given below be OK?


.\" Copyright (c) 2004 Bruce M. Simpson 
.\" Copyright (c) 2004 Darron Broad 
.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
.\" All rights reserved.
... rest of the license comes here

Also, in the HISTORY part, is it worth mentioning that the (FreeBSD) manual 
page was updated with the information from NetBSD IEEE80211 man page?


Thanks
Fehmi

[1] http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man9/ieee80211.9?rev=1.6

[2] 
https://svnweb.freebsd.org/base/head/share/man/man9/ieee80211.9?revision=233648

From: Benjamin Kaduk 
To: Fehmi Noyan ISI  
Cc: "freebsd-doc@freebsd.org" 
Sent: Friday, November 11, 2016 11:03 AM
Subject: Re: Updating the ieee80211(9) manual page


On Thu, Nov 10, 2016 at 09:59:23PM +0000, Fehmi Noyan ISI via freebsd-doc wrote:

> Hiya,
> 
> I am considering to update ieee80211(9) manual page with function call 
> definitions found in NetBSD ieee80211(9) manual[1]. Many functions, such as 
> ieee80211_mhz2ieee() ,are defined in sys/net80211/ieee80211.c and are also 
> available in FreeBSD.
> 
> Would ;
> 
> 1 ) Updating the manual page locally
> 2 ) Generating a diff file against the -CURRENT
> 3 ) Submitting a bug report along with the diff file
> 
> be the proper approach to get the thing done?

Yes.

-Ben
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Updating the ieee80211(9) manual page // Bug report 214602

2016-11-17 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,


Submitted bug report 214602 along with a patch for an update to ieee80211(9) 
page.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214602

- Original Message -
From: Benjamin Kaduk 
To: Fehmi Noyan ISI 
Cc: "freebsd-doc@freebsd.org" 
Sent: Thursday, November 17, 2016 3:42 AM
Subject: Re: Updating the ieee80211(9) manual page

On Wed, Nov 16, 2016 at 03:49:33AM +, Fehmi Noyan ISI wrote:
> Thanks Benjamin,
> 
> Both NetBSD [1] and FreeBSD [2] versions of ieee80211.9 manual pages have 
> been licensed with a 2-cluase BSD license by their respective authors. 
> 
> 
> If I update the FreeBSD ieee80211(9) man page with the information from 
> ieee80211(9) man page from NetBSD, what should the license look like?
> 
> Would something similar to one given below be OK?
> 
> 
> .\" Copyright (c) 2004 Bruce M. Simpson 
> .\" Copyright (c) 2004 Darron Broad 
> .\" Copyright (c) 2009 Sam Leffler, Errno Consulting
> .\" All rights reserved.
> ... rest of the license comes here

Yes, that's the right thing to do.

> Also, in the HISTORY part, is it worth mentioning that the (FreeBSD) manual 
> page was updated with the information from NetBSD IEEE80211 man page?

I would not insist on it if a submission appeared that did not include such a
mention, but it is better to have it present than absent.


-Ben
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Faizal Alfaritsy menambahkan foto baru

2017-12-03 Thread Fehmi Noyan ISI via freebsd-doc
Unfortunately, this has been an ongoing issue since I joined the list (1-2 
years) and it seems nobody is taking any actions.


  From: Benjamin Kaduk 
 To: Rick Miller  
Cc: freebsd-doc@freebsd.org
 Sent: Monday, December 4, 2017 8:12 AM
 Subject: Re: Faizal Alfaritsy menambahkan foto baru
   
On Sat, Dec 02, 2017 at 10:54:47PM -0500, Rick Miller wrote:
> I only recently subscribed to this list. It seems to see a lot of these
> messages. Is that the expected behavior?

No, it's not expected.  Someone(TM) should probably ask postmaster@
to take a look.

-Ben
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


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


Re: gnome3 and gdm in french

2017-12-31 Thread Fehmi Noyan ISI via freebsd-doc


Hi there,

FreeBSD comes with Gnome 3.18. Make sure that the keyboard layout you mentioned 
is included in that version of Gnome3.

Also, you may want to ask the same question in freebsd-gnome mailing list[1].

[1] https://lists.freebsd.org/mailman/listinfo/freebsd-gnome

From: Nicolas SERIN 
To: freebsd-doc@FreeBSD.org 
Sent: Sunday, December 31, 2017 11:04 PM
Subject: gnome3 and gdm in french

Hello,

I'm new in freeBSD and I've some question without complete answer with 
your documentation and INTERNET.

I would like to have a AZERTY layout for GDM without configure xorg 
manually.

And gnome is not in french! How can I do that?

Best Regards
Nicolas SERIN


___

freebsd-doc@freebsd.org mailing list

https://lists.freebsd.org/mailman/listinfo/freebsd-doc

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


wpa_cli man page / missing command

2015-09-13 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,
As I pointerd out in this forum thread,
https://forums.freebsd.org/threads/wpa_cli-man-page.53181/#post-298766
the manual page for wpa_cli(8) does not include the definition for the "ping" 
command. The functionality exists, and wpa_cli(8) responds the "ping" 
requests./usr/src % wpa_cli ping  
Selected interface 'wlan0'
PONGSame parameter/command is well documented in some wpa_cli ports found in 
several gnu/linux based OS'es.
I acknowledge that  wpa_cli -h | grep ping would yield the usage of  ping 
argument, but I wonder why this is not included in the man page. 
RegardsFehmi
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Software to edit man pages

2015-09-26 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,
Is there any program that I can use to edit manual pages? Manual editing seems 
to be quite painful
Thanks in advance

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


Re: wpa_cli man page / missing command / patch ready, what's next?

2015-09-27 Thread Fehmi Noyan ISI via freebsd-doc
Hi,
I found sometime on Sunday to add some bits into the current man page of the 
wpi_cli(8). 

Changes I have done;
* Updated the SYNPOSIS section to reflect the command line options
* Added OPTIONS section for the description of each command line option (such 
as -v, -a, -G, -g, -B)* Added other supported commands into the COMMANDS 
sections. I used wpa_cli_commands[] structure contained in the 
/contrib/wpa/wpa_supplicant/wpa_cli.c file as my reference while adding new 
commands (I excluded commands that need special compile time options)

There is a .diff file I generated against the wpa_cli.8 found in the "head", 
but not sure about the next step? 

Shall I create a bug report and submit the diff accordingly?
Thanks in advance

From: Fehmi Noyan ISI  To: "freebsd-doc@freebsd.org" 
 Sent: Monday, September 14, 2015 3:45 PM Subject: 
wpa_cli man page / missing command

Hi there,

As I pointerd out in this forum thread,

https://forums.freebsd.org/threads/wpa_cli-man-page.53181/#post-298766

the manual page for wpa_cli(8) does not include the definition for the "ping" 
command. The functionality exists, and wpa_cli(8) responds the "ping" requests.

/usr/src % wpa_cli ping  
Selected interface 'wlan0'
PONG

Same parameter/command is well documented in some wpa_cli ports found in 
several gnu/linux based OS'es.

I acknowledge that wpa_cli -h | grep ping would yield the usage of ping 
argument, but I wonder why this is not included in the man page.

Regards
Fehmi
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: wpa_cli man page / missing command / patch ready, what's next?

2015-09-27 Thread Fehmi Noyan ISI via freebsd-doc
> From: Fehmi Noyan ISI  To: "freebsd-doc@freebsd.org" 
>  Sent: Monday, September 14, 2015 3:45 PM Subject: 
> wpa_cli man page / missing command
> 
> Hi there,
> 
> As I pointed out in this forum thread,
> 
> https://forums.freebsd.org/threads/wpa_cli-man-page.53181/#post-298766
> 
>
the manual page for wpa_cli(8) does not include the definition for the 
"ping" command. The functionality exists, and wpa_cli(8) responds the 
"ping" requests.
> 
> /usr/src % wpa_cli ping  
> Selected interface 'wlan0'
> PONG
> 
> Same parameter/command is well documented in some wpa_cli ports found in 
> several gnu/linux based OS'es.
> 
>
I acknowledge that wpa_cli -h | grep ping would yield the usage of ping
argument, but I wonder why this is not included in the man page.
> 
> Regards
> Fehmi
> ___
> freebsd-doc@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-doc

> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org" 

On 09/27/2015 16:17, Fehmi Noyan ISI via freebsd-doc wrote:
> Hi,
> I found sometime on Sunday to add some bits into the current man page of the 
> wpi_cli(8). 
> 
> Changes I have done;
> * Updated the SYNPOSIS section to reflect the command line options

> * Added OPTIONS section for the description of each command line option (such 
> as -v, -a, -G, -g, -B)
> * Added other supported commands into the COMMANDS sections. I used 
> wpa_cli_commands[] structure contained in the 
> /contrib/wpa/wpa_supplicant/wpa_cli.c file as my reference while adding new 
> commands (I excluded commands that need special compile time options)> 
> There is a .diff file I generated against the wpa_cli.8 found in the "head", 
> but not sure about the next step? 
> 
> Shall I create a bug report and submit the diff accordingly?
> Thanks in advance
> 
> 
> From: Allan Jude 
> To: freebsd-doc@freebsd.org 
> Sent: Monday, September 28, 2015 10:07 AM
> Subject: Re: wpa_cli man page / missing command / patch ready, what's next?>
>Yes, please create a PR and attach your diff to it. We'll try to get as
> many of these as we can committed during this weeks DevSummit.
>
> -- 
> Allan Jude

Hi there,

Bug report along with a patch has been submitted.


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203406

---

fehmi noyan isi
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: [Bug 203406] [patch] update for wpa_cli(8) manual page

2015-10-11 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203406

This one is waiting for a committer's/maintainer's attention to be committed :)

You may want to have a quick look for wording/grammar, other than that it 
should be OK.


From: "bugzilla-nore...@freebsd.org" 
To: freebsd-doc@FreeBSD.org 
Sent: Saturday, October 10, 2015 7:32 PM
Subject: [Bug 203406] [patch] update for wpa_cli(8) manual page


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203406

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||easy, patch-ready




-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: 3.6. Disk Organization in FreeBSD Handbook

2015-10-13 Thread Fehmi Noyan ISI via freebsd-doc
Hi Ryan,

You may want to file a bug report by providing the link and the discrepancies 
you mentioned.

https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Documentation


- Original Message -
From: Ryan England 
To: freebsd-doc@freebsd.org
Cc: 
Sent: Wednesday, October 14, 2015 8:43 AM
Subject: 3.6. Disk Organization in FreeBSD Handbook

I noticed when reading through the handbook that there are broken images in 
the page titled "3.6 Disk Organization."  I've included a link below for your 
convenience.
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disk-organization.html

Is there anything I can do to assist in rectifying this issue?  I'd be happy 
to assist in any way possible.
Thank you,Ryan England

--
Securely sent with Tutanota. Claim your encrypted mailbox today!
https://tutanota.com
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org" 
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Patch has been waiting a review for bug 203406 / wpa_cli(8)

2016-01-14 Thread Fehmi Noyan ISI via freebsd-doc
Hi,
I am aware that people are busy but just want to send a reminder about the 
patch I submitted for bug 203406 some time ago.
wpa_cli(8) comes from a contributed package and I think there is no single 
maintainer to chase for this software?
RegardsFehmi

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


Re: Checking FreeBSD kernel with static analyzer

2016-02-17 Thread Fehmi Noyan ISI via freebsd-doc
Hi Svyatoslav,
Seems like an interesting report! 

Wonder if all those findings will be submitted in the form of bug reports or 
email to individual developers working on the particular project that the bug 
is addressed.



  From: Svyatoslav Razmyslov 
 To: Warren Block  
Cc: Andrey Karpov ; freebsd-doc@FreeBSD.org; 
wbl...@freebsd.org
 Sent: Thursday, February 18, 2016 4:14 AM
 Subject: Re: Checking FreeBSD kernel with static analyzer
   
Hi, Warren.

We've published the article on our site, here is the message from our PR:

Analysis of FreeBSD kernel by PVS-Studio.
The development team of PVS-Studio static code analyzer checked FreeBSD 
OS kernel and published an article , describing the most 
suspicious fragments.

http://www.viva64.com/en/b/0377/

Thanks!

10.02.2016 19:55, Warren Block пишет:
> On Wed, 10 Feb 2016, Svyatoslav Razmyslov wrote:
>
>> The analysis report (filtered for most interesting messages) is 
>> attached, you can use it without any restrictions. To use the report, 
>> please append the beginning of the paths to files with the path to a 
>> directory containing kernel sources (replace |?| in case of csv).
>>
>> Our article itself will be ready approximately in a week, we well 
>> appreciate if you could post about it in a news section on 
>> www.freebsd.org.
>
> Please notify me or the freebsd-doc mailing list when the article is 
> ready.
>
> Thanks!
>


-- 
Svyatoslav Razmyslov
"Program Verification Systems" (Co Ltd)

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

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

Spam flooding the freebsd doc mailing list

2016-03-09 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,
Sure this issue has been investigated before, but I wonder why do we get so 
many spam emails (I have other mailing list memberships as well but freebsd-doc 
is the one getting so many spam emails)?
Is it not possible to use a filter or something like that to prevent these 
emails coming through?
Thanks

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


10.3-RELEASE GNOME

2016-04-06 Thread Fehmi Noyan ISI via freebsd-doc
Hi there,

10.3-RELEASE notes (https://www.freebsd.org/releases/10.3R/announce.html) 
states that


* GNOME has been updated to version 3.16.2.

Is this not version 3.18.0?

Regards
Fehmi
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: 10.3-RELEASE GNOME

2016-04-06 Thread Fehmi Noyan ISI via freebsd-doc
Hi,

Created a bug report for the issue

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208593

From: Fehmi Noyan ISI via freebsd-doc 
To: Freesd-doc  
Sent: Wednesday, April 6, 2016 10:28 PM
Subject: 10.3-RELEASE GNOME


Hi there,

10.3-RELEASE notes (https://www.freebsd.org/releases/10.3R/announce.html) 
states that


* GNOME has been updated to version 3.16.2.

Is this not version 3.18.0?

Regards
Fehmi
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Incorrect PF NAT rule set in bhyve wiki page - Bug 209479

2016-05-13 Thread Fehmi Noyan Isi via freebsd-doc

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


Re: Incorrect PF NAT rule set in bhyve wiki page - Bug 209479

2016-05-14 Thread Fehmi Noyan ISI via freebsd-doc
Apologies, the email body was stripped off...

This has happened twice, but still not sure whether it is my email client 
(Android phone / Gmail App) or the freebsd-doc list that causes the issue. 


Anyways, below is the email body for my previous message



In the bhyve wiki page[1], the PF rules given to enable NAT on wlan0 should be 
updated.

Given rule set in [1] is 

nat on wlan0 from bridge0:network to any -> (bridge0)
pass out all
pass in all

Correct rule set should be 

nat on wlan0 from (bridge0:network) to any -> (bridge0)
pass out all
pass in all


[1] https://wiki.freebsd.org/bhyve

From: Fehmi Noyan Isi via freebsd-doc 
To: freebsd-doc@freebsd.org 
Sent: Saturday, May 14, 2016 10:50 AM
Subject: Incorrect PF NAT rule set in bhyve wiki page - Bug 209479



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