lagg with devices that may disappear

2013-01-22 Thread Eitan Adler
ed to re-run "service netif start" before the link returns. It would be nice if removing the either nic failed over to the other one without additional work. Is there a way I can set up these devices to properly failover and return on device removal and inser

Re: absurd I/O perf with ZFS: hangs on zfs->cv)

2013-01-18 Thread Eitan Adler
larger repositories like /usr/src. This isn't git specific. Doing anything remotely I/O related takes forever: - starting a new shell take over a minute - opening a file in vim which wasn't opened recently take a few minutes - etc. That said, I will be

Re: absurd I/O perf with ZFS: hangs on zfs->cv)

2013-01-17 Thread Eitan Adler
On 17 January 2013 07:52, Fabian Keil wrote: > Eitan Adler wrote: > I don't think there are any laptops with "large amounts of RAM" > as far as ZFS is concerned. Haha okay: 8GB of RAM. >> It is taking me 45 minutes to make 5 commits to git. Something is >>

Re: absurd I/O perf with ZFS: hangs on zfs->cv)

2013-01-16 Thread Eitan Adler
On 15 January 2013 23:57, Eitan Adler wrote: > Hi all. > > > Running FreeBSD 9.1-Release, I am seeing some absurd hangs (10 minutes > or more to open a file) with SIGINFO informing me that the process is > stuck on zio->io_cv. > > Does anyone have any suggestions fo

absurd I/O perf with ZFS: hangs on zfs->cv)

2013-01-15 Thread Eitan Adler
rge amounts of RAM and almost nothing else running. Please CC me as I am not subscribed. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-q

Re: FreeBSD needs Git to ensure repo integrity [was: 2012 incident]

2012-11-19 Thread Eitan Adler
others up to date, but fail at times. > Also, local branching and merging is amazing. +1 - but one can always use git-svn. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: Jails on FreeBSD 9.0

2012-07-22 Thread Eitan Adler
achine with a fxp nic. Same problem. > > Thanks to yongari@ the issue could be resolved on both machines by > disabling receive checksum offloading (ifconfig fxp0 -rxsum). If this is a fxp bug, can you please file a PR explaining the issue and how to reproduce it? -- Eitan Adler

Re: How to donate code

2012-07-17 Thread Eitan Adler
ry for noobish question :) The general advice is mail the patch to -hackers for review. If you don't get a reply or if people like it, submit a PR so it doesn't get lost. Be aware that the latency for some patches could be longer than you expect. :( FWIW "unified diff

Re: where is LOCALBASE actually defined?

2012-07-15 Thread Eitan Adler
ing. you could define it yourself as follows: LOCALBASE?=/usr/local -- Eitan Adler ___ 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: where is LOCALBASE actually defined?

2012-07-15 Thread Eitan Adler
On 15 July 2012 14:47, Anton Shterenlikht wrote: > $ cat Makefile > all: > echo $(LOCALBASE) > $ > $ make > echo easier way to test is "make -V LOCALBASE" > What do I need to do to use LOCALBASE > in my makefiles? You need to include "bsd.port.m

Re: qbittorrent freezes, ioctl sign-extension ioctl ffffffff8004667e [SOLVED]

2012-07-09 Thread Eitan Adler
ww.freebsd.org/send-pr.html -- Eitan Adler ___ 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: Does FreeBSD start slices at head boundaries?

2012-07-06 Thread Eitan Adler
There is no perf advantage for dedicated disks. Maybe you get a few kb of extra space. Don't do it. http://www.unixguide.net/freebsd/faq/09.03.shtml -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: How can i decrease memory occupied by xorg ?

2012-07-05 Thread Eitan Adler
On 4 July 2012 20:52, J B wrote: > It is in ports: > http://www.freedesktop.org/wiki/Software/xrestop > jb [10001 eitan@radar ~ ]%whereis xrestop xrestop: /usr/ports/x11/xrestop -- Eitan Adler ___ freebsd-questions@freebsd.org mailing

Re: New to FreeBSD - Some questions

2012-06-22 Thread Eitan Adler
On 22 June 2012 11:44, Matthew Seaman wrote: > On 22/06/2012 18:40, Eitan Adler wrote: >>> q) Is there a place where all sysctl variables are documented? It >>> > occurred to me when I was trying to find the memory usage on my system >>> > but `sysctl -a | gr

Re: New to FreeBSD - Some questions

2012-06-22 Thread Eitan Adler
rg for progress. > q) Is it possible to have the ports system compile into an mfs (to > avoid disk access)? Yes. Set WRKDIRPREFIX in /etc/make.conf to a mfs disk > q) Is it possible to have the user asked to change their password the > first time they log in (using an OTP) in a simple way? I looked at > OPIE but it seems to be much more complex than what I need. Look at pw -e ? Hope I helped and didn't disappoint too much :) -- Eitan Adler ___ 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: Why Clang

2012-06-19 Thread Eitan Adler
27;t be surprised that FreeBSD team would decide to go back to gcc > soon. Unlikely. clang is much better on all the other fronts. Even if clang produces slightly slower code for math heavy code for now we don't care that much. The kernel does not spend much time in compute heavy code. :)

Re: Why Clang?

2012-06-17 Thread Eitan Adler
) compiler suite for 10.0-RELEASE. Yes. > I realize that still leaves much time to work out many of the bugs. We need your help though. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: `ls -l` shows size of file other than of the folder?

2012-06-14 Thread Eitan Adler
(anything). > > It would maybe be called a MKiB. :-) In SI units it is called a gigabyte. The value 2^30 is called a gibibyte. Everyone knows what he talking about so playing semantic games is silly. Can we move on to real questions? :) -- Eitan Adler __

Re: Lost /var/db/pkg

2012-06-13 Thread Eitan Adler
). Is there a way I can restore it, or at least manually add > entries I know for sure about? look in /var/db/pkgdb.bak.tbz -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: Lost /var/db/pkg

2012-06-13 Thread Eitan Adler
t; jb This will work if you need minimal downtime, but *will* come back to bite you some time down the line. -- Eitan Adler ___ 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: prune ports tree?

2012-06-08 Thread Eitan Adler
at operating with an incomplete > ports tree is not supported and may cause unexpected results." Note that the issue of incomplete ports trees has nothing to do with portsnap - it is unsupported no matter how you obtain ports. -- Eitan Adler _

Re: prune ports tree?

2012-06-08 Thread Eitan Adler
On 8 June 2012 23:06, Gary Aitken wrote: > Is it possible to specify that parts of the ports tree should never be used? yes, but don't do it. the ports tree needs to be complete to be guaranteed to function. -- Eitan Adler ___ freebsd-q

Re: (no subject)

2012-05-31 Thread Eitan Adler
haps with the intel kms patch) -- Eitan Adler ___ 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: Portmaster Fetch

2012-05-28 Thread Eitan Adler
ages they need update? portmaster -F -- Eitan Adler ___ 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: library search path

2012-05-28 Thread Eitan Adler
ectly). > > Do you have access to the ports tree (reading)? Then you > could simply redefine $WRKDIRPREFIX to where you can > compile, and $PREFIX to where you can install to. See > "man 7 ports" for details. You can also try -DINSTALL_AS_USER though it may not work as advertised.

Re: Using inb() and outb()

2012-05-22 Thread Eitan Adler
On 22 May 2012 14:25, Thomas D. Dean wrote: > On 05/22/12 14:08, Robert Bonomi wrote: > > That is what I thought. > > The entire operation will have to run as root.  Nothing will be non-root. Can you make a SUID helper which only does the inb/outb operations as root?

Re: hard link identification

2012-05-22 Thread Eitan Adler
normal files are exactly the same. You can use stat(1) to see how many hard links point to a file though. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

Re: Problem with npviewer.bin

2012-05-10 Thread Eitan Adler
6942 (npviewer.bin): syscall > pipe2 not implemented > > I have also discovered: npviewer.bin.core files in my HOME directory. > > Is there something that I can do to correct this problem? Which version of flash are you using? -- Eitan Adler __

Re: Building kernel outside of /usr/src (with an unprivileged user)

2012-05-07 Thread Eitan Adler
built > with an unprivileged user and without interference with the STABLE sources > in /usr/src. > > Does anyone have an idea how to achieve this? buildkernel and buildworld function without superuser permission. Just check out the directory in a different and run the typical

Re: Segmentation fault in FreeBSD 9.0 flockfile ()

2012-05-01 Thread Eitan Adler
_umtx_op () >    from /lib/libc.so.7 > (gdb) > > I use -lpthread. I doubt this is related, but using -lpthread is wrong. use -pthread (without the l). -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: UFS Crash and directories now missing

2012-04-30 Thread Eitan Adler
#x27;t know the answer bringing up possibilities they thought about. A stupid sysadmin would yell at someone asking a question claiming they should have known the answer. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.fr

Re: ssh -X (X11 forwarding) not working from 6.1 to 8.1

2011-07-11 Thread Eitan Adler
ing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" > -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: Filename containing French characters ?

2011-05-22 Thread Eitan Adler
le? What is the file called? You need to give us more data to help you. -- Eitan Adler ___ 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: No keyboard after ports update, 2x moused_enable="YES" culprit

2011-05-16 Thread Eitan Adler
t; some deeper-inside Gnome part that is used by Gimp, maybe > a part of the Gtk+ library... I'm not sure it's trivial to > find out which one it is. Also see ports-mgmt/pkg_tree pkg_tree -v is quite useful. -- Eitan Adler ___ free

Re: find and remove ?

2011-05-15 Thread Eitan Adler
elete non-empty directories. Try running it like: find /path/to/start/deleting -name _vti_\* -delete > > (^_^) -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscrib

Re: find and remove ?

2011-05-15 Thread Eitan Adler
ect here then please be more specific about what should be deleted. If you do see the directories you expect and running the find command with "-delete" doesn't work then we could try and debug from that point. -- Eitan Adler ___ freebsd-q

Re: Piping find into tar...

2011-05-14 Thread Eitan Adler
uot;freebsd-questions-unsubscr...@freebsd.org" > -- Eitan Adler ___ 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: find and remove ?

2011-05-14 Thread Eitan Adler
start/deleting -type d -name _vti_\* -delete run the command without -delete to see what will be removed. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, sen

Re: FreeBSD logon screen

2011-05-07 Thread Eitan Adler
ockmore or x11/xscreensaver. If you do want a logon screen take a look at x11/gdm (gnome) and x11/xdm both of which act as a display manager and a logon screen. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: Comparing two lists

2011-05-06 Thread Eitan Adler
> They have some lines in common > and some lines are unique to one of the files. Use comm whenever you are dealing with set operations (in your case the intersection operation): http://www.catonmat.net/blog/set-operations-in-unix-shell -- Eitan

Re: tuning a system for a single user

2011-04-04 Thread Eitan Adler
I guess a better way to ask the question would be "for a desktop user". I see a lot tuning guides that show how to getting scalable systems - but few show potential changes for desktop users. -- Eitan Adler ___ freebsd-questions@freebsd.org mai

tuning a system for a single user

2011-04-01 Thread Eitan Adler
kern.maxusers but I'm unsure how things affects things. Can I reduce the amount of time, memory, etc the kernel spends enforcing quota, scheduling, etc? I don't have anything particular in mind - just want to get a general set of tunables I might be interested in. -- E

Re: printf() leak?

2011-03-29 Thread Eitan Adler
you are interested in the details of why this leak is detected you have the skills to follow up on this by yourself :-) Thank you for trying to make FreeBSD better! -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: why vim ports have personal KNOBS for options

2011-03-27 Thread Eitan Adler
> I expected to hear that just so happened historically. Тext question I > ask only to satisfy my interest. What OPTIONS framework basically can > someone not like it? http://lists.freebsd.org/pipermail/freebsd-ports/2010-October/063914.html -- Ei

Re: can make -j be used for ports?

2011-03-15 Thread Eitan Adler
ch would end up building multiple ports in parallel. This can not be done (primarily because there is no locking done on ports) Certain utilities can make this process faster. For example portmaster prefetches as much as it can, -- Eitan Adler ___ fr

Re: HAL must die!

2011-03-06 Thread Eitan Adler
On Sun, Mar 6, 2011 at 1:56 PM, Lars Eighner wrote: > Using the -C switch with portupgrade, I am managing to turn WITH_HAL off in > ports that I install or upgrade.  Is there a way to make this a global > default? > You can put WITHOUT_HAL=yes in /etc/make.conf --

Re: how to keep track of data usage (mobile broadband)

2011-03-06 Thread Eitan Adler
> Looks like it's exactly what I was looking for, thanks! > Do you have the rc.d script maybe? It should be part of the port. I don't have it on this computer. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://l

Re: how to keep track of data usage (mobile broadband)

2011-03-05 Thread Eitan Adler
> How can I keep track of data usage? It's a laptop so these counters needs to > be reboot persistent. I'm running 8.1-R with ue0 interface. Check out http://humdi.net/vnstat/ and http://www.cyberciti.biz/faq/freebsd-install-vnstat-network-traffic-monitor-software/

Re: Is CTM still being offered for updating FreeBSD?

2011-02-25 Thread Eitan Adler
empty and therefore I thought the service is not being used. In case you did not notice the subject was in question form and points #2 and #3 both had an "if not " clause. Your initial response answered my question: that CTM is still being offered. and therefore the rest of the email is moot.

Is CTM still being offered for updating FreeBSD?

2011-02-25 Thread Eitan Adler
sk it nonetheless. If CTM is no longer an option for updating FreeBSD is there any reason to leave it in base? Is it still being used by a sufficient number of people to maintain it? -- Eitan Adler remove-ctm.patch Description: Binary data ___ freebsd-ques

Re: shutdown computer after the halt command

2011-02-07 Thread Eitan Adler
>> if I use the *halt* command I just see "the system is halted press any >> key to reboot" >> How can I fix this? shutdown -p now don't use halt directly -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list

Re: OT: How to set a timeout for a process

2011-01-27 Thread Eitan Adler
m done if it fails) or in addition to my previous answer use /usr/ports/sysutils/timelimit -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "

Re: OT: How to set a timeout for a process

2011-01-27 Thread Eitan Adler
m done if it fails) If you are willing to be bash specific: http://www.bashcookbook.com/bashinfo/source/bash-4.0/examples/scripts/timeout3 I'm not exactly sure how to do it in a normal POSIX shell. -- Eitan Adler ___ freebsd-questions@freebsd.org

computer panics when wifi settings are touched.

2011-01-24 Thread Eitan Adler
results in a system freeze. The only way to get out of this is to hard reset the computer - but I do not see the typical backtrace associated with a panic (even when X is not running). What debugging information is needed to help solve the problem? -- Eitan Adler

Re: gnome to kde

2010-12-30 Thread Eitan Adler
don't see anything to gnome related. IMHO its better when doing such a massive switch to either a) delete all the ports from your system and start from scratch or b) leave the kde stuff and delete the ones you don't use during your normal

Re: How to build a BROKEN port?

2010-12-30 Thread Eitan Adler
On Thu, Dec 30, 2010 at 6:35 AM, Chris Rees wrote: > I'm pretty sure it's in the Porter's Handbook under the marking as BROKEN > section Heh - now I feel silly for missing it :-{ Either way it should be documented in ports(7) and bsd.port

Re: How to build a BROKEN port?

2010-12-30 Thread Eitan Adler
7) and the top of bsd.port.mk -- Eitan Adler ___ 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 to build a BROKEN port?

2010-12-30 Thread Eitan Adler
>> >> Edit the port's Makefile and comment-out the BROKEN line. Generally - don't do this. >> > > Oh, the irony! :) I considered doing that, but I thought there might have > been some magic incantation that got around this... > Th

Kernel panic on power button

2010-12-09 Thread Eitan Adler
name -a FreeBSD voodoo 8.1-STABLE FreeBSD 8.1-STABLE #1 r213338: Fri Oct 1 22:11:41 UTC 2010 ei...@voodoo:/usr/obj/usr/src/sys/GENERIC i386 What debugging data should I provide to help fix this issue? -- Eitan Adler ___ freebsd-questions@freebsd.o

simple NAT for jails

2010-12-09 Thread Eitan Adler
nything in in /etc/pf.conf ? -- Eitan Adler ___ 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: openssl version - how to verify

2010-11-19 Thread Eitan Adler
iling" by David A Wheeler is relevant although not strictly the same topic. It could be used to avoid this type of issue. -- Eitan Adler ___ 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: removing files

2010-11-08 Thread Eitan Adler
9624064640*/input >> > >        Could you, in your script do something like: > >        cd /Path_to_Data_Root >        find . -name "*.chk" -print -prune -exec rm -rf {} \; If you really want to "delete all the ".chk" files extension files at a

Re: man(1) output error

2010-10-29 Thread Eitan Adler
> This error seems new. I can confirm that this does occur on 8.1-RELEASE and does not occur on 8.1-STABLE r213338. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

Re: Clean up / filesystem

2010-10-10 Thread Eitan Adler
ssing I should undo that - right? -- Eitan Adler ___ 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: Clean up / filesystem

2010-10-10 Thread Eitan Adler
tmpfs /tmptmpfs rw,mode=01777 0 0 to /etc/fstab (and remove any other /tmp lines). A warning will come saying that it is highly experimental - but I've been running with it for a while now without any issues. -- Eitan Adler _

Re: Clean up / filesystem

2010-10-09 Thread Eitan Adler
es you might want to use du -cx /|sort to view them largest to smallest. -- Eitan Adler ___ 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: [solved - I hope] Re: if_bwn woes

2010-10-08 Thread Eitan Adler
On Fri, Oct 8, 2010 at 12:15 PM, Paul B Mahol wrote: > On 10/8/10, Eitan Adler wrote: >> Finally, thank to Freenode's ##freebsd I tried wpa_supplicant which worked. >> I can now connect to the internet. >> >> I'd still like to know why I must use the progra

[solved - I hope] Re: if_bwn woes

2010-10-07 Thread Eitan Adler
Finally, thank to Freenode's ##freebsd I tried wpa_supplicant which worked. I can now connect to the internet. I'd still like to know why I must use the program and I can't use the raw commands though. On Thu, Oct 7, 2010 at 9:18 PM, Eitan Adler wrote: > On Thu, Oct 7, 2010

Re: if_bwn woes

2010-10-07 Thread Eitan Adler
On Thu, Oct 7, 2010 at 9:14 PM, Paul B Mahol wrote: > On 10/7/10, Eitan Adler wrote: >> On Thu, Oct 7, 2010 at 5:22 PM, Paul B Mahol wrote: >>> On 10/7/10, Eitan Adler wrote: >>>>> Looks like you cant associate at all. >>>>> Also signal power is

Re: if_bwn woes

2010-10-07 Thread Eitan Adler
Sorry for the reply-to-self On Thu, Oct 7, 2010 at 9:11 PM, Eitan Adler wrote: > On Thu, Oct 7, 2010 at 5:22 PM, Paul B Mahol wrote: >> On 10/7/10, Eitan Adler wrote: >>>> Looks like you cant associate at all. >>>> Also signal power is too low. >>>>

Re: if_bwn woes

2010-10-07 Thread Eitan Adler
On Thu, Oct 7, 2010 at 5:22 PM, Paul B Mahol wrote: > On 10/7/10, Eitan Adler wrote: >>> Looks like you cant associate at all. >>> Also signal power is too low. >>> >>> Why is INT (beacon interval of AP) 102 ? >> >> These are the defaults - I h

Re: if_bwn woes

2010-10-07 Thread Eitan Adler
> Looks like you cant associate at all. > Also signal power is too low. > > Why is INT (beacon interval of AP) 102 ? These are the defaults - I have no idea what these numbers mean. What should/could I be changing? -- Eitan Adler ___

Re: if_bwn woes

2010-10-07 Thread Eitan Adler
On Thu, Oct 7, 2010 at 2:31 PM, Paul B Mahol wrote: > On 10/7/10, Eitan Adler wrote: >>>> >>>> ifconfig wlan0 scan results in no output and takes forever (ie - it >>>> hangs) >>> If you set wlan0 for manual roaming it will not hang. >>> &

Re: if_bwn woes

2010-10-07 Thread Eitan Adler
=0x01 hdr=0x00 >>     vender = 'Broadcom Corporation' >>     device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)' >>     class    = network >> >> #uname -rms >> FreeBSD 8.1-RELEASE i386 >> >> On a Lenovo G530 >>

if_bwn woes

2010-10-07 Thread Eitan Adler
CM22062000)' class= network #uname -rms FreeBSD 8.1-RELEASE i386 On a Lenovo G530 -- Eitan Adler ___ 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: ACPI & battery issues

2010-10-04 Thread Eitan Adler
ch. Unfortunately the hard drive in the laptop in question broke and I'm waiting for a replacement. I will test it when I reinstall freeBSD though. Thanks for the patch. -- Eitan Adler ___ 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: ACPI & battery issues

2010-10-03 Thread Eitan Adler
I was told to bring this to acpi@'s attention On Sun, Oct 3, 2010 at 10:47 AM, Ian Smith wrote: > In freebsd-questions Digest, Vol 330, Issue 10, Message: 5 > On Sat, 2 Oct 2010 10:42:23 -0400 Eitan Adler wrote: > >  > I see >  > ACPI Exception: AE_NO_HARDWARE_RESPONS

Re: ACPI & battery issues

2010-10-02 Thread Eitan Adler
> sysctl hw.acpi.battery  0.00s user 6.58s system 67% cpu 9.779 total > > also note that the life and time are both negative one. > > This is on a Lenovo G530 laptop. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http

ACPI & battery issues

2010-10-02 Thread Eitan Adler
ts: 1 hw.acpi.battery.info_expire: 5 sysctl hw.acpi.battery 0.00s user 6.58s system 67% cpu 9.779 total also note that the life and time are both negative one. This is on a Lenovo G530 laptop. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list

Re: how to tell "ls" output date in digital

2010-09-08 Thread Eitan Adler
I just noticed your using 6.x. I'm not sure what revision 6.x was but maybe it is too old to have this option? -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: how to tell "ls" output date in digital

2010-09-08 Thread Eitan Adler
On Wed, Sep 8, 2010 at 7:03 PM, Guojun Jin wrote: > I remember that "ls" can output date in digital like following format ls -lD "format" check strftime(3) for details on format. -- Eitan Adler ___ freebsd-questions@freebs

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
dy did $kldload if_bwn && kldload bwn_v4_ucode.ko && kldload bwn_v4_lp_ucode.ko -- Eitan Adler ___ 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: BWN driver error messages

2010-09-08 Thread Eitan Adler
> I'm not familiar with portsnap, so I'll let someone else troublehoot that. > But I want to mention that the port was added to the tree six months ago... > I checked it out from CVS and installed the port. I'll test the wireless

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
On Wed, Sep 8, 2010 at 10:44 AM, Steven Friedrich wrote: > On Wednesday 08 September 2010 10:21:44 Eitan Adler wrote: >> On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich > wrote: >> > On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: >> >> When I attem

Re: BWN driver error messages

2010-09-08 Thread Eitan Adler
On Tue, Sep 7, 2010 at 10:24 PM, Steven Friedrich wrote: > On Tuesday 07 September 2010 21:46:43 Eitan Adler wrote: >> When I attempt to use the if_bwn driver I get the following messages: >> >> Is my card not supported or am I missing a step or is it something else? >&g

BWN driver error messages

2010-09-07 Thread Eitan Adler
, error 2 bwn0: the fw file(bwn-open_v4_lp_ucode15) not found -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-uns

Re: getting eclipse to recognize that devel/subsclipse is installed

2010-09-01 Thread Eitan Adler
On Tue, Aug 31, 2010 at 1:11 PM, Andreas Maechler wrote: > I've always installed Subclipse directly through the Eclipse' plugin > manager, which works very well. > > Andy > > On Tue, Aug 31, 2010 at 6:14 PM, Eitan Adler wrote: >> I installed eclipse and subclip

getting eclipse to recognize that devel/subsclipse is installed

2010-08-31 Thread Eitan Adler
I installed eclipse and subclipse via ports. When I start eclipse I do not see svn as an option in the preferences menu nor or do any of subclipse's features. How can I tell eclipse that I installed subclipse? -- Eitan Adler ___ freebsd-ques

Re: Moving from one port to another

2010-08-28 Thread Eitan Adler
a > feature. > > Kurt portmaster -o www/squid31 www/squid30 -- Eitan Adler ___ 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: Moving from one port to another

2010-08-28 Thread Eitan Adler
;m wondering if there's a smarter > way to do this. > If you use portmaster try portmaster [Common Flags] -o -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: Xorg Problems

2010-08-26 Thread Eitan Adler
o be used when you require X11 to up and running fast without any overhead. That is why things like xset aren't installed. It is possible to run X11 with the vesa driver even if you can get better performance with a different driver. -- Eitan Adler _

Re: Xorg Problems

2010-08-21 Thread Eitan Adler
On Sat, Aug 21, 2010 at 11:42 PM, Fred Boatwright wrote: > Eitan Adler wrote: >> >> >> Something odd is going on with some of the fonts. >> > >> > I installed ports/x11/xorg-minimal as the full Monty appeared to be a >> > huge amount of software

Re: Can't remove or move file

2010-08-20 Thread Eitan Adler
ell scripts: http://www.dwheeler.com/essays/filenames-in-shell.html Some more detail (and a possible "fix"): http://www.dwheeler.com/essays/fixing-unix-linux-filenames.htm -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.

devd & enabling the "fn-f7" switch monitor functionality

2010-08-19 Thread Eitan Adler
Any further input on this issue? On Mon, Aug 16, 2010 at 11:12 AM, Eitan Adler wrote: > # kldstat|grep acpi_ibm > 12    1 0xc121d000 5244     acpi_ibm.ko > # tail -6 /etc/devd.conf > notify 0 { >      match "system"          "ACPI"; >      match "s

Re: enabling the "fn-f7" switch monitor functionality

2010-08-18 Thread Eitan Adler
Dear Sir/Madam, Your email was unable reach the intended person that you were sending it to. For more information on our business please click on the following link: [1]Click here for our website We look forward to your continued business in the future. Regards, Webmaste

Re: enabling the "fn-f7" switch monitor functionality

2010-08-16 Thread Eitan Adler
nts? Is there some way I could known that the key is 0x07? >  Add > >  notify 0 { >       match "system"          "ACPI"; >       match "subsystem"       "IBM"; >       match "notify"          "0x07"; >       action &quo

enabling the "fn-f7" switch monitor functionality

2010-08-16 Thread Eitan Adler
8.1-RELEASE i386 Laptop model is Lenovo G530. -- Eitan Adler ___ 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: why do I require "WPA" in rc.conf even for open networks.

2010-07-25 Thread Eitan Adler
P" and attempted to connect to an OPEN network without being able to do so. When I added ifconfig_wlan0="ssid MySSID WPA DHCP" I was able to connect to the same network. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http:/

why do I require "WPA" in rc.conf even for open networks.

2010-07-22 Thread Eitan Adler
For some reason I can not connect to *any* wireless network regardless of the connection type unless I have "WPA" in /etc/rc.conf right before "DHCP". Why would I require this to connect to open networks? -- Eitan Adler _

Re: size suffix w x

2010-06-27 Thread Eitan Adler
and_number(3) function? It is very hard to help you unless you give more details. -- Eitan Adler ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-q

  1   2   3   >