Re: missing ORIGIN

2011-08-29 Thread Matthew Seaman
On 30/08/2011 06:24, Matthew Seaman wrote:
> On 30/08/2011 06:18, Chris Brennan wrote:

>> As you could imagine, it's pretty damned annoying, what can I do to make
>> it go away (without uninstalling the HPT utilities?)

> touch +IGNOREME /var/db/pkg/hptraidconf-3.5
> touch +IGNOREME /var/db/pkg/hptsvr-3.13

Dammit.  Too early.  Too little coffee

touch /var/db/pkg/hptraidconf-3.5/+IGNOREME
touch /var/db/pkg/hptsvr-3.13/+IGNOREME

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: missing ORIGIN

2011-08-29 Thread Matthew Seaman
On 30/08/2011 06:18, Chris Brennan wrote:
> [root@ziggy ~]# cat portmaster_out.log | grep origin | wc -l
>  264
> [root@ziggy ~]#
> 
> As you could imagine, it's pretty damned annoying, what can I do to make
> it go away (without uninstalling the HPT utilities?)

touch +IGNOREME /var/db/pkg/hptraidconf-3.5
touch +IGNOREME /var/db/pkg/hptsvr-3.13

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


missing ORIGIN

2011-08-29 Thread Chris Brennan
I just ran a 'portmaster -a' on my FreebSD-8.2/x86 box and portmaster
decided to terminate itself, ten times. While that in of itself is kinda
of, the stranger part is why the only two manually installed FreeBSD
packages were from my HPT SATAII/RAID card...

Every time I run portmaster, I get the following two items printed,
repeatedly.

pkg_info: package hptraidconf-3.5 has no origin recorded
pkg_info: package hptsvr-3.13 has no origin recorded

and it's rather annoying, I do need the utility installed to monitor the
card as it's hosting two 750GB drives in a raid1 hardware array w/ ZFS
ontop.

[root@ziggy ~]# cat portmaster_out.log | grep origin | wc -l
 264
[root@ziggy ~]#

As you could imagine, it's pretty damned annoying, what can I do to make
it go away (without uninstalling the HPT utilities?)
-- 
> Chris Brennan
> --
> A: Yes.
> >Q: Are you sure?
> >>A: Because it reverses the logical flow of conversation.
> >>>Q: Why is top posting frowned upon?
> http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/
> GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8  9E4A EECD 9A84 D5B2 0C0C)



signature.asc
Description: OpenPGP digital signature


Re: How is my vnc getting started at boot

2011-08-29 Thread akshay sreeramoju
Thank you Bernt. You are right. I found vncserver.sh there.

Regards,

Akshay

On Mon, Aug 29, 2011 at 8:01 PM, Bernt Hansson  wrote:

> 2011-08-30 04:47, akshay sreeramoju skrev:
>
>  Hi!
>>
>> I am unable to figure how vncserver is being launched during "local
>> package
>> initialization" of my FreBSD 8.2 Release boot.
>>
>> Can anyone help or point me in right direction to figure where my
>> vncserver
>> is being launched from?
>>
>> I need to change my vnc root window size.
>>
>> Thanks,
>>
>> Akshay
>>
>
> Check /usr/local/etc/rc.d/* where 3:d party programs normally is started
> from.
>
___
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: How is my vnc getting started at boot

2011-08-29 Thread Bernt Hansson

2011-08-30 04:47, akshay sreeramoju skrev:

Hi!

I am unable to figure how vncserver is being launched during "local package
initialization" of my FreBSD 8.2 Release boot.

Can anyone help or point me in right direction to figure where my vncserver
is being launched from?

I need to change my vnc root window size.

Thanks,

Akshay


Check /usr/local/etc/rc.d/* where 3:d party programs normally is started 
from.

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


How is my vnc getting started at boot

2011-08-29 Thread akshay sreeramoju
Hi!

I am unable to figure how vncserver is being launched during "local package
initialization" of my FreBSD 8.2 Release boot.

Can anyone help or point me in right direction to figure where my vncserver
is being launched from?

I need to change my vnc root window size.

Thanks,

Akshay
___
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: wlan setup

2011-08-29 Thread Warren Block

On Mon, 29 Aug 2011, Derek Funk wrote:


I followed the handbook and searched online but yet still unable to get
a wireless connection to an access point.

I have in my rc.conf file:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"

and in the wpa_supplicant.conf:
network={
 ssid="myssid"
 psk="mypassword"
}

It associates but does not get an ip.


Some cards take a long time to associate, and using synchronous DHCP 
helps.


  ifconfig_wlan0="WPA SYNCDHCP"

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


wlan setup

2011-08-29 Thread Derek Funk
I followed the handbook and searched online but yet still unable to get
a wireless connection to an access point.

I have in my rc.conf file:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"

and in the wpa_supplicant.conf:
network={
  ssid="myssid"
  psk="mypassword"
}

It associates but does not get an ip.

I works fine with Windows or with Ubuntu.

Any help is appreciated.

Derek

___
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: Turn off hyperthreading on dual core Atom?

2011-08-29 Thread RW
On Mon, 29 Aug 2011 15:15:02 -0600
Brett Glass wrote:

> At 01:55 PM 8/29/2011, Bruce Cran wrote:
> 
> >Actually, the ULE scheduler does know about HyperThreading and the 
> >topology of such CPUs. I don't know what it does with the 
> >information, but it probably works to optimize cache usage etc.
> 
> Alas, during a recent kernel build, I used the -j2 command line 
> option in "make" and watched as the scheduler repeatedly assigned 
> two instances of cc (the most CPU-intensive program) to the same core.

Doesn't that make sense. If the scheduler can't put two threads from
the same process on a core, it puts two processes running in the same
binary.

BTW I thought hyperthreading was off by default on security grounds.
___
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: Hi

2011-08-29 Thread Daniel Staal
--As of August 28, 2011 2:09:30 PM -0700, Spencer Thompson is alleged to 
have said:



Dear FreeBSD.org,

I would like to order a CD with FreeBSD for an IBM Thinkpad.  What is the
best package to get?  Will it work perfectly?  I want a package with the
manual, man-pages and how to use FreeBSD perfectly in books.


First off: Is this a new machine, or an older one?  IBM hasn't made 
Thinkpads in at least five years: They sold the business to Lenovo.  (Who 
has kept up the quality and design.)


If it's a new machine, which machine is it?  Most of the current-generation 
Thinkpads use the integrated Sandy Bridge graphics.  This is supported in 
-CURRENT, but not in 8.2.  There is also a keyboard interaction at boot 
under 8.2, that has been fixed.



What does Free in FreeBSD mean?  Does it mean Free as in Free of charge?
Or is there an alternate meaning?


Free of charge, free to use, free to read the source, free to modify, free 
to redistribute.  Most definitions of free are covered.  ;)



I'm wanting the best operating system for my laptop.  Is this the one?
Why is it free of charge when I want to pay for it?  I don't want
something stupid.


As others have said 'best' is an opinion, and dependent on which use you 
are putting the laptop to.  It is a very good one, for many uses.


However, given that you sound like a newcomer to the UNIX/OSS software 
world, and that *currently* your likely hardware (if you are buying a new 
Thinkpad) isn't fully supported by the standard distribution, FreeBSD may 
not be for you at this time.  If you are in that case, you'll find yourself 
working with untested and non-finalized software.


Daniel T. Staal

---
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---
___
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: Turn off hyperthreading on dual core Atom?

2011-08-29 Thread Jerome Herman

On 29/08/2011 23:15, Brett Glass wrote:

At 01:55 PM 8/29/2011, Bruce Cran wrote:

Actually, the ULE scheduler does know about HyperThreading and the 
topology of such CPUs. I don't know what it does with the 
information, but it probably works to optimize cache usage etc.


Alas, during a recent kernel build, I used the -j2 command line option 
in "make" and watched as the scheduler repeatedly assigned two 
instances of cc (the most CPU-intensive program) to the same core.
I might be wrong, but that would be the result I expect if I were to 
pass -j2 to a dual core CPU. If I wanted the the compilation to run on 
both core I would use -j3. The good old "number of cores+1".
I think the last compilation "slot" is used to prepare the next 
compile/do trivial compile, so that  the cores dedicated to compile can 
switch from one task to the next faster.


The interesting test to do would be if you do -j3 would ULE assign the 
second compile to HT or to second core.




During that process, I also watched CPU utilization in top(1). The 
peak was 46% idle, which means that HTT appeared to be making at most 
a 4% difference. (If the peak were 50% idle, HTT would be doing 
nothing at all, because top(1) can't tell that there aren't really 4 
CPUs.)


H.T varies greatly from one processor to the next, on the Pentium 4 1st 
gen it is a sad joke, on the Atom it is a small help for easy tasks, on 
i7 it is almost as good as a real core (Translation : if you use only 
the HT of a core you will get roughly the same perfs as if you use only 
the direct core)
None the less H.T is just another entry point on the same core, so if HT 
is not used at all you will have 100% CPU power on direct, if direct is 
not used at all you will have 30%-95% cpu power on HT (depending on the 
processor). If both are used at he same time you will get between 
45%+20% (P4 1st gen) to 50%+45% (i7 last gen).
But since raw CPU power is not the only thing that matters in real world 
you can get up to +25% perfs on a I7 with HT enabled.




--Brett Glass

___
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: Turn off hyperthreading on dual core Atom?

2011-08-29 Thread Adam Vande More
On Mon, Aug 29, 2011 at 4:15 PM, Brett Glass  wrote

> Alas, during a recent kernel build, I used the -j2 command line option in
> "make" and watched as the scheduler repeatedly assigned two instances of cc
> (the most CPU-intensive program) to the same core.
>
> During that process, I also watched CPU utilization in top(1). The peak was
> 46% idle, which means that HTT appeared to be making at most a 4%
> difference. (If the peak were 50% idle, HTT would be doing nothing at all,
> because top(1) can't tell that there aren't really 4 CPUs.)
>

You can achieve definitive answers by timing several build runs of each
setting and using ministat.

-- 
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: Turn off hyperthreading on dual core Atom?

2011-08-29 Thread Brett Glass

At 01:55 PM 8/29/2011, Bruce Cran wrote:

Actually, the ULE scheduler does know about HyperThreading and the 
topology of such CPUs. I don't know what it does with the 
information, but it probably works to optimize cache usage etc.


Alas, during a recent kernel build, I used the -j2 command line 
option in "make" and watched as the scheduler repeatedly assigned 
two instances of cc (the most CPU-intensive program) to the same core.


During that process, I also watched CPU utilization in top(1). The 
peak was 46% idle, which means that HTT appeared to be making at 
most a 4% difference. (If the peak were 50% idle, HTT would be 
doing nothing at all, because top(1) can't tell that there aren't 
really 4 CPUs.)


--Brett Glass

___
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: Turn off hyperthreading on dual core Atom?

2011-08-29 Thread Bruce Cran

On 29/08/2011 18:24, Brett Glass wrote:
With hyperthreading, the FreeBSD scheduler simply acts as if there are 
4 CPUs. Each "CPU" gets clock interrupts (which add overhead), and the 
scheduler is naive about the fact that two of the "CPUs" are not 
separate chips and could be held up if its mate has a heavy load. I do 
not know if the supposed higher utilization of the resources on each 
chip (including executing one thread while the CPU waits for data for 
another) is worth it. What has your experience been?


Actually, the ULE scheduler does know about HyperThreading and the 
topology of such CPUs. I don't know what it does with the information, 
but it probably works to optimize cache usage etc.


--
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"


build issue with gtk20

2011-08-29 Thread Steven Friedrich
I am trying to upgrade gtk20 per instructions in /usr/ports/UPDATING, the
new version won't build.

Here's the tail end of the log:
/usr/include/machine/endian.h:107: syntax error, unexpected '{' in ' return
(__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r"
(__X)); __X; }));' at '{'
/usr/include/machine/endian.h:107: syntax error, unexpected ';' in ' return
(__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" : "+r"
(__X)); __X; }));' at ';'
g-ir-scanner: compile: cc -D_REENTRANT -I/usr/local/include/glib-2.0
-DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe
-march=pentium4 -Wall -I.. -I../gtk -I.. -I../gdk -I../gdk
-I/usr/local/include/glib-2.0 -I/usr/local/include/pango-1.0
-I/usr/local/include/cairo -I/usr/local/include/pixman-1
-I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/include/freetype2 -I/usr/local/include
-I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I/usr/local/include/pixman-1 -c -o
/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk/tmp-introspectCCtzqi/Gtk-2.0.o
/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk/tmp-introspectCCtzqi/Gtk-2.0.c
g-ir-scanner: link: /bin/sh /usr/ports/x11-toolkits/gtk20/work/gnome-libtool
--mode=link --tag=CC --silent cc -o
/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk/tmp-introspectCCtzqi/Gtk-2.0
-export-dynamic -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -fno-strict-aliasing
-pipe -march=pentium4 -Wall -L. -L/usr/local/lib libgtk-x11-2.0.la -pthread
-L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0
-lglib-2.0
/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk/tmp-introspectCCtzqi/Gtk-2.0.o
gtkscalebutton.c:544: Warning: Gtk: invalid annotation option: int
gtkwidget.c:6462: Warning: Gtk: gtk_widget_style_attach: unknown parameter
'widget' in documentation comment, should be 'style'
gtkpaned.c:2236: Warning: Gtk: gtk_paned_get_handle_window: unknown
parameter 'panede' in documentation comment, should be 'paned'
gtkruler.c:306: Warning: Gtk: gtk_ruler_get_metric: unknown parameter
'Deprecated' in documentation comment, should be 'ruler'
gtkruler.c:336: Warning: Gtk: gtk_ruler_set_range: unknown parameter
'Deprecated' in documentation comment, should be one of 'ruler', 'lower',
'upper', 'position', 'max_size'
gtkruler.c:387: Warning: Gtk: gtk_ruler_get_range: unknown parameter
'Deprecated' in documentation comment, should be one of 'ruler', 'lower',
'upper', 'position', 'max_size'
gtknotebook.c:7820: Warning: Gtk: gtk_notebook_set_group_name: unknown
parameter 'name' in documentation comment, should be one of 'notebook',
'group_name'
gtkvruler.c:76: Warning: Gtk: gtk_vruler_new: unknown parameter 'Deprecated'
in documentation comment
gtktextlayout.c:1002: Warning: Gtk: gtk_text_layout_validate_yrange: unknown
parameter 'anchor' in documentation comment, should be one of 'layout',
'anchor_line', 'y0_', 'y1_'
gtktextlayout.c:1123: Warning: Gtk: gtk_text_layout_validate: unknown
parameter 'tree' in documentation comment, should be one of 'layout',
'max_pixels'
Traceback (most recent call last):
  File "/usr/local/bin/g-ir-scanner", line 45, in 
sys.exit(scanner_main(sys.argv))
  File "/usr/local/lib/gobject-introspection/giscanner/scannermain.py", line
411, in scanner_main
main.transform()
  File "/usr/local/lib/gobject-introspection/giscanner/maintransformer.py",
line 100, in transform
self._pair_function(node)
  File "/usr/local/lib/gobject-introspection/giscanner/maintransformer.py",
line 891, in _pair_function
elif self._pair_method(func, subsymbol):
  File "/usr/local/lib/gobject-introspection/giscanner/maintransformer.py",
line 915, in _pair_method
if first.type.ctype.count('*') != 1:
AttributeError: 'NoneType' object has no attribute 'count'
gmake[4]: *** [Gtk-2.0.gir] Error 1
gmake[4]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5/gtk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.24.5'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk20.
___
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: Unbootable memory stick snapshot?

2011-08-29 Thread Rolf G Nielsen

2011-08-29 19:07, Neil Cafferkey skrev:

Hi,

I can't boot the FreeBSD-9.0-CURRENT-201107-ia64-memstick.img snapshot.

From a hexdump, it doesn't appear to have a boot block.


Regards,
Neil
___
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"


ia64 is for Itanium, if it's an x86_64 you have, you need amd64, even if 
it's an Intel.

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


Unbootable memory stick snapshot?

2011-08-29 Thread Neil Cafferkey
Hi,

I can't boot the FreeBSD-9.0-CURRENT-201107-ia64-memstick.img snapshot.
>From a hexdump, it doesn't appear to have a boot block.

Regards,
Neil
___
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: Turn off hyperthreading on dual core Atom?

2011-08-29 Thread Mark Felder

On Mon, 29 Aug 2011 12:24:08 -0500, Brett Glass  wrote:

With hyperthreading, the FreeBSD scheduler simply acts as if there are 4  
CPUs. Each "CPU" gets clock interrupts (which add overhead), and the  
scheduler is naive about the fact that two of the "CPUs" are not  
separate chips and could be held up if its mate has a heavy load. I do  
not know if the supposed higher utilization of the resources on each  
chip (including executing one thread while the CPU waits for data for  
another) is worth it. What has your experience been?


In my experience hyperthreading is useful in very few environments. I
personally disabled it on my Atom machine which acts as a NAS among
other things. I have noticed an improvement in performance and also in
responsiveness. YMMV, etc etc etc :-)


Regards,


Mark
___
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"


Turn off hyperthreading on dual core Atom?

2011-08-29 Thread Brett Glass
I'm building a few systems using dual core Atom processors, and 
have noted that when the system boots up it says it has four CPUs: 
2 actual cores and 2 virtual ones. But performance is a bit 
unsteady, and I'm wondering if it's going to be better to turn 
hyperthreading off.


With hyperthreading, the FreeBSD scheduler simply acts as if there 
are 4 CPUs. Each "CPU" gets clock interrupts (which add overhead), 
and the scheduler is naive about the fact that two of the "CPUs" 
are not separate chips and could be held up if its mate has a heavy 
load. I do not know if the supposed higher utilization of the 
resources on each chip (including executing one thread while the 
CPU waits for data for another) is worth it. What has your experience been?


--Brett Glass

___
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: Tablet Digitizer

2011-08-29 Thread Warren Block

On Mon, 29 Aug 2011, Gary Dunn wrote:


Does anyone have a passive tablet digitizer working? I would like use my
Fujitsu T-1010 in tablet mode but have never been able to "find" the
device. Apparently this laptop uses an internal USB digitizer.

Any idea where to begin? Should X.org just find it automatically? Do I
need to create a unique USB mouse driver and hook it into the kernel?

It works, at least minimally, under Ubuntu, but I know even less about
Linux than FreeBSD and was never able to track down how they did it.


Check the xorg log on Linux to see what driver is being used for the 
digitizer.

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


Tablet Digitizer

2011-08-29 Thread Gary Dunn
Does anyone have a passive tablet digitizer working? I would like use my
Fujitsu T-1010 in tablet mode but have never been able to "find" the
device. Apparently this laptop uses an internal USB digitizer.

Any idea where to begin? Should X.org just find it automatically? Do I
need to create a unique USB mouse driver and hook it into the kernel?

It works, at least minimally, under Ubuntu, but I know even less about
Linux than FreeBSD and was never able to track down how they did it.

-- 
Gary Dunn, Honolulu
Open Slate Project
http://openslate.org
http://www.facebook.com/openslate
Twitter @openslateproj
Sent from Slate001

___
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: portupgrade 2.4.9.3

2011-08-29 Thread Gary Dunn
On Wed, 2011-08-24 at 11:20 +, o...@aloha.com wrote:
> I too am stuck in ruby-portupgrade swamp :-)
> 
> After a fresh install of FreeBSD 8.2 I built potupgrade, then did a 
> portsnap and a portupgrade -a, in preparation to install Gnome2. When it 
> stopped I followed the instructions in UPDATING, but when I try to 
> upgrade portupgrade it fails because it cannot find the first server 
> listed and the only other one, ftp.freebsd.org, does not have pkgtools-
> 2.4.9.3.tar.bz2. I verified by manual ftp connection.
> 
> Do I just wait for ftp.freebsd.org to sync, or does someone need to do 
> something?
> 
> Thanks for all that you do!!
> 
For the record, this was fixed by Thursday, by Friday I had Gnome Power
Tools and Gnome Office up and running. 


-- 
Gary Dunn, Honolulu
Open Slate Project
http://openslate.org
http://www.facebook.com/garydunn808
http://e9erust.blogspot.com
Twitter @garydunn808
Sent from Slate001

___
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: Hi

2011-08-29 Thread Jerry McAllister
On Sun, Aug 28, 2011 at 02:09:30PM -0700, Spencer Thompson wrote:

You have an interesting thing to start on and a worthwhile place
to begin your exploration, but you will need to do some studying.

It will be necessary to explore some things on the net.  
The Handbook is a good place to start.  There are other things
besides the Handbook that provide good information.  Some are pointed
to on the FreeBSD web page and some you can find with a little searching.

You can also buy some good books on installing, configuring and using
FreeBSD.

If you are unwilling to to the preparation - studying, searching
and downloading, you will probably not be successful.  So, if your
interest is real, start now to walk the walk and not just talk the talk.

FreeBSD is a very good OS, even for a laptop.  You might have to 
verify that drivers are available for the particular peripherals
on the laptop you with to use.

You can purchase a CD set or DVD from which to install the latest
RELEASE of FreeBSD, but after installing, you will want to upgrade
to the latest security update which will happen by download over
the net.   You will also want to install some ports.  You will really
want to install the latest of those as well and that will requite
downloads over the net.  The update and port install utilities all
take care of these things for you.   Read and follow the Handbook.

Unless you choose not to, the OS man pages will be installed when
you do the main installation.   Then when you install a port, it
will install the man page for that port.  So, you can read man
pages locally - offline if needed.

Have fun.  You may think it is too hard, but in just a few days
of work and play, you will discover it is worth the effort.

jerry



> Dear FreeBSD.org,
> 
> I would like to order a CD with FreeBSD for an IBM Thinkpad.  What is the
> best package to get?  Will it work perfectly?  I want a package with the
> manual, man-pages and how to use FreeBSD perfectly in books.
> 
> What does Free in FreeBSD mean?  Does it mean Free as in Free of charge?  Or
> is there an alternate meaning?
> 
> I'm wanting the best operating system for my laptop.  Is this the one?  Why
> is it free of charge when I want to pay for it?  I don't want something
> stupid.
> 
> I don't want to read the man-pages on the internet.  Or the manual on the
> internet.  Nor download anything.  I don't like that.
> 
> Does it come with all the applications I need for business and marketing?
>  That's all I need.
> ___
> 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: Racoon to Cisco ASA 5505

2011-08-29 Thread Mike Tancsa
On 8/29/2011 7:34 AM, jh...@socket.net wrote:
> Thank you for all your help!! IT WORKS!!!

Great!

> 
> One final question.  If I want to clean up my racoon configuration file, 
> instead of using sainfo anonymous can the following be used instead? 
> 
> sainfo address 10.129.0.0/16 any address 192.168.100.0/22 any

Not sure. You have the 10 networks as bunch of /24s. It might work. You
would need to experiment.

---Mike

-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
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: Identifying disk activity

2011-08-29 Thread Eduardo Morras

At 07:30 28/08/2011, Polytropon wrote:

Since I have installed my new system (FreeBSD/i386 8.2-STABLE),
I have found some kind of disk activity I've never had before
on my home system. As this PC is a very cheap product, it doesn't
have a HDD LED. Instead I have to listen to the disk.

This is the strange sound: four groups of short "bt" sounds
within a second, with a short pause between them.

#-#-#-#- = 1 s

This can be heared over several seconds, then silence. From
time to time, a "brrrt" sound appears for 3 seconds in one
long rush.


Your disk is thinking or trying to do something. In morse code -- is 
'm' so -- -- -- -- is mmm. When you hear the 'h' (four dots) or 
'ph' (.--.) it's finishing thinking. A typical sesion will be:


mmhhh or p.

Similar sounds are made by lot of people in the bathroom while 
poping, you may want to investigate perhaps beastie is poping there.


HTH

Couldn't resist ;D 



___
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: Re: Racoon to Cisco ASA 5505

2011-08-29 Thread jhall
Thank you for all your help!! IT WORKS!!!

One final question.  If I want to clean up my racoon configuration file, 
instead of using sainfo anonymous can the following be used instead? 

sainfo address 10.129.0.0/16 any address 192.168.100.0/22 any

Thank you again for all your help!


Jay

>From : Mike Tancsa 
To : jh...@socket.net
Subject : Re: Racoon to Cisco ASA 5505
Date : Fri, 26 Aug 2011 21:37:56 -0400
> On 8/26/2011 5:09 PM, jh...@socket.net wrote:
> >> Yes, post that to the list.
> >>
> > 
> > I am not sure if this is the entire configuration or not, but this is 
what 
> > they have posted. 
> > 
> > 
> > crypto ipsec security-association lifetime seconds 28800
> > crypto ipsec security-association lifetime kilobytes 4608000
> > 
> > crypto map rackmap 201 match address 201 
> > crypto map rackmap 201 set peer Jefferson_City   
> > crypto map rackmap 201 set transform-set ESP-3DES-SHA
> > crypto map rackmap interface outside 
> > 
> > crypto isakmp identity address   
> > crypto isakmp enable outside 
> > crypto isakmp policy 10  
> >  authentication pre-share
> >  encryption 3des 
> >  hash sha
> >  group 2 
> >  lifetime 86400  
> >  
> > access-list 201 line 1 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.10.0 255.255.255.0 
> > access-list 201 line 2 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.20.0 255.255.255.0 
> > access-list 201 line 3 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.30.0 255.255.255.0 
> > access-list 201 line 4 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.50.0 255.255.255.0 
> > access-list 201 line 5 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.60.0 255.255.255.0 
> > access-list 201 line 6 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.70.0 255.255.255.0 
> > access-list 201 line 7 extended permit ip 192.168.100.0 255.255.252.0 
> > 10.129.80.0 255.255.255.0 
> 
> 
> Get rid of the gif interface as its not needed and make sure you match 
their policy's.  And of course 1.1.1.1 is your actual public IP. 
> 
> 
> setkey -F
> setkey -FP
> setkey -f /etc/ipsec.conf
> 
> where ipsec.conf has the info below
> 
> spdadd 10.129.10.0/24 192.168.100.0/22 any -P out ipsec 
esp/tunnel/1.1.1.1-184.106.120.244/unique; 
> spdadd 192.168.100.0/22 10.129.10.0/24 any -P in  ipsec 
esp/tunnel/184.106.120.244-1.1.1.1/unique; 
> spdadd 10.129.20.0/24 192.168.100.0/22 any -P out ipsec 
esp/tunnel/1.1.1.1-184.106.120.244/unique; 
> spdadd 192.168.100.0/22 10.129.20.0/24 any -P in  ipsec 
esp/tunnel/184.106.120.244-1.1.1.1/unique; 
> spdadd 10.129.30.0/24 192.168.100.0/22 any -P out ipsec 
esp/tunnel/1.1.1.1-184.106.120.244/unique; 
> spdadd 192.168.100.0/22 10.129.30.0/24 any -P in  ipsec 
esp/tunnel/184.106.120.244-1.1.1.1/unique; 
> spdadd 10.129.40.0/24 192.168.100.0/22 any -P out ipsec 
esp/tunnel/1.1.1.1-184.106.120.244/unique; 
> spdadd 192.168.100.0/22 10.129.40.0/24 any -P in  ipsec 
esp/tunnel/184.106.120.244-1.1.1.1/unique; 
> spdadd 10.129.50.0/24 192.168.100.0/22 any -P out ipsec 
esp/tunnel/1.1.1.1-184.106.120.244/unique; 
> spdadd 192.168.100.0/22 10.129.50.0/24 any -P in  ipsec 
esp/tunnel/184.106.120.244-1.1.1.1/unique; 
> 
> 
> again, startup racoon with -d
> start tcpdumping the outside interface with the flags -s0 -vvv host 
184.106.120.244 
> 
>  From inside your network, 
> go to a machine that has an IP within the private range. e.g. 
10.129.10.1 and ping the other side 
> 
> ping -S 10.129.10.1 192.160.100.1
> 
>   ---Mike
> 
> 
> 
> 
> -- 
> ---
> Mike Tancsa, tel +1 519 651 3400
> Sentex Communications, m...@sentex.net
> Providing Internet services since 1994 www.sentex.net
> Cambridge, Ontario Canada   http://www.tancsa.com/

___
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: Hi

2011-08-29 Thread Mihamina Rakotomandimby

On 08/29/2011 12:09 AM, Spencer Thompson wrote:

Dear FreeBSD.org,


Hi,


I would like to order a CD with FreeBSD for an IBM Thinkpad.  What is the
best package to get?  Will it work perfectly?


"Working perfectly" depends on your usage.
If some here tells you "yes" (or "no"), without asking for more _and_ 
precise details, you'll be right to have doubt.



I'm wanting the best operating system for my laptop.


IMHO, You'd better look for the best OS for you _usage_.


Is this the one?  Why
is it free of charge when I want to pay for it?  I don't want something
stupid.


Please, be serious :-).
Wanting the best is very good, but if you dont share several element of 
your criteria, it wont be possible to help.



I don't want to read the man-pages on the internet.  Or the manual on the
internet.  Nor download anything.  I don't like that.

Does it come with all the applications I need for business and marketing?


What's you business? What marketing tool do you need? Are you sure that 
is an OS level matter?


Anyway, that guy feels strange & weird.


--
RMA.
___
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: Hi

2011-08-29 Thread Polytropon
On Sun, 28 Aug 2011 14:09:30 -0700, Spencer Thompson wrote:
> Dear FreeBSD.org,
> 
> I would like to order a CD with FreeBSD for an IBM Thinkpad.  What is the
> best package to get? 

I would suggest to get the most recent RELEASE version.
Currently that's 8.2. Depending on the hardware you are
using, use i386 (the 32 bit system) or AMD64 (the 64 bit
system); note that you can run i386 on 64 bit hardware
without problems in most cases (except you need a specific
64 bit functionality).



> Will it work perfectly? 

This depends on the particular Thinkpad's hardware. See
the list of supported devices. The FAQ's chapter "Hardware
Compatibility" does have a good list:

http://www.freebsd.org/doc/en/books/faq/hardware.html

Also see the current release's hardware notes:

http://www.freebsd.org/releases/8.2R/hardware.html

In case of questions, you may ask IBM for statements about their
FreeBSD support. A basic statement from my personal experience:
Whatever hardware is compatible to standards, it will work
without any problems.



> I want a package with the
> manual, man-pages and how to use FreeBSD perfectly in books.

Please see "Appendix A. Obtaining FreeBSD" in the FreeBSD
Handbook for information how to get FreeBSD:

http://www.freebsd.org/doc/handbook/mirrors.html

Also see:

http://www.freebsd.org/where.html

And of course:

http://www.freebsdmall.com/cgi-bin/fm

I think you'll also get suggestions from this list about
which books are recommended; "Absolute FreeBSD" is a book
commonly mentioned:

http://www.absolutefreebsd.com/

It can be ordered from No Starch Press.

Also note that you can - if you _want_ to - turn your local
manpages, the Handbook and FAQ into printable PS, which means
you can selectively print the sections that you need. The
tools to do this are provided by the system.



> What does Free in FreeBSD mean?  Does it mean Free as in Free of charge?  Or
> is there an alternate meaning?

"Free" means two things here: FreeBSD is a _free_ operating
system within the open source ecosystem; it's developed
by the FreeBSD team. And you can obtain it for _free_,
i. e. for no charge.

http://www.freebsd.org/about.html

Please see the web site as an excellent resource to answer
most of your questions. The main page

http://www.freebsd.org/

contains references to all relevant topics like online documentation,
mailing list archives, wikis and related projects.



> I'm wanting the best operating system for my laptop.  Is this the one? 

This depends on what you intend your laptop to be used for.
It therefore depends on the hardware you want to use, as well
as on the software.



> Why
> is it free of charge when I want to pay for it? 

You actually _can_ pay for it, e. g. by ordering media and
documentation from a vendor, or you can donate money to
the project. The strength of the FreeBSD system is that even
poor people can "afford" it as you don't need a pirated
copy (which is illegal in most legislations) in order to
use a professional, secure and versatile system.

So if you want to pay in order to support FreeBSD, see

http://www.freebsd.org/donations/

for where to direct donations at.

You can see that this is another meaning of "free" in
FreeBSD: You are free to pay for it if you want to.



> I don't want something
> stupid.

Be confident: You won't get.



> I don't want to read the man-pages on the internet.  Or the manual on the
> internet.  Nor download anything.  I don't like that.

Then FreeBSD is a good choice. All documentation is available
locally (man pages, Handbook, FAQ and so on). You don't need a
web browser or an Internet connection to access it. Most 3rd
party software available for FreeBSD shares this approach and
brings good documentation.



> Does it come with all the applications I need for business and marketing?
>  That's all I need.

No. The FreeBSD operating system brings an operating system,
nothing more or less. You will have to install the programs
you need because FreeBSD is a multifunctional OS, serving on
workstations, servers, combined forms and even embedded
systems. How _should_ it come with business applications
in such a case?

Furthermore, the term "business applications" is very wide.
What _are_ business applications - in YOUR case? Because
in _my_ case, business applications may likely be something
quite different from yours, and from anyone else's.

If you are interested in a FreeBSD system that comes with
KDE and lots of average productivity applications preinstalled
and preconfigured, check PC-BSD:

http://www.pcbsd.org/

See if this fits your needs.




-- 
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"