Re: where do I find libthr
2009/5/1 Bob Falanga : > I am using pcbsd 6.3 > When I try to use apache22 or kdesvn I get an error message (Shared object > "libthr.so.3" not found, required by "libapr-1.so.2") > What d'ya get when you type: locate libthr.so Also, how did you install apache22 or kdesvn? -- -- ___ 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"
where do I find libthr
I am using pcbsd 6.3 When I try to use apache22 or kdesvn I get an error message (Shared object "libthr.so.3" not found, required by "libapr-1.so.2") Can anyone help me? Bob Falanga ___ 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: Gnucash 2.2.7_2 after upgrade to Firefox 3.0.9
This patch worked for me: https://lists.gnucash.org/pipermail/gnucash-user/2009-April/029582.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: Is it necessary to generate a new SSL request each year?
You can reuse the old one. I'm not an expert on these, but it was my understanding that certificates carry in internal "expiration date" after which the application may respond as it pleases. Yes, but the *request* does not. Also, if using openssl, just set the defaults in /etc/ssl/ openssl.cnf to your values, so you can enter through the questions Cool... save a minute here and a minute there... at the end of a year, I might have enough saved up to take lunch! -- John ___ 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: output of ifconfig list scan
On 4/30/09, Jeroen Hofstee wrote: > Paul B. Mahol wrote: >>> It appears that the tool assumes SSID are reported as >>> SSID, which is not the case here. My list is similar as listed >>> in the handbook, >>> >>> Looking at ifconfig, it appears to me that the ieee80211 part queries >>> the kernel and prints the returned values. >>> I therefore assume that there are drivers, which report the session as >>> SSID instead of session directly. >>> >> >> Whatever means it is either not supported by NDIS or not >> implemented >> in ndisulator. >> > Perhaps I should explain my question a bit better. The is just > mentioned as an example. > With the ndiswrapper the wifi is working proper and lists the available > network (only mine shown), e.g. > > SSIDBSSID CHAN RATE S:N INT CAPS > DV201AM 00:13:d4:7a:16:b11 54M -51:-96 100 EP > > > The wificonfig tool _assumes_ the output of ifconfig would look like. > SSIDBSSID CHAN RATE S:N INT CAPS > SSID 00:13:d4:7a:16:b11 54M -51:-96 100 EP > > > My question is if there are wifi drivers which report the SSID like > this, instead of reporting them > directly as in my case and if so how the output is formatted in that case. This is first time I heard about this, and looks like wificonfig tool bug. -- Paul ___ 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"
About javaws
Hello, everybody. I have installed diablo-jdk16 on my FreeBSD 7.1 system. However, when I run the TopCoder Competition Arena, it failed to validate the certificate. And the details out put are below java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at sun.security.validator.PKIXValidator.(PKIXValidator.java:59) at sun.security.validator.Validator.getInstance(Validator.java:161) at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(TrustDecider.java:335) at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(AppPolicy.java:217) at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1240) at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1077) at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:704) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:175) at com.sun.javaws.Launcher.launch(Launcher.java:95) at com.sun.javaws.Main.launchApp(Main.java:300) at com.sun.javaws.Main.continueInSecureThread(Main.java:210) at com.sun.javaws.Main$1.run(Main.java:107) at java.lang.Thread.run(Thread.java:619) Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:183) at java.security.cert.PKIXParameters.(PKIXParameters.java:103) at java.security.cert.PKIXBuilderParameters.(PKIXBuilderParameters.java:87) at sun.security.validator.PKIXValidator.(PKIXValidator.java:57) ... 12 more And this is my pkg_info output: %pkg_info |grep jdk diablo-jdk-1.6.0.07.02 Java Development Kit 1.6.0_07.02 Can anyone help to man the TopCoder Competition Arena run ok? It is in the attachement. -- # 欢迎访问我的小站 # #http://zhangzhen.czm.cn # ___ 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: disklabel output format ? How to see in G M ..
On Thu, Apr 30, 2009 at 08:51:13PM +0300, Anonymous wrote: > > Using disklabel -A /dev/da0s1 I would like to see the sizes in G or M > format, how can I do this? > Also, googling arround i found output showing the cylinder space occupied > by a partition (like : > # cyl* X - Y ). How do I see that ? > PS: i did man disklabel and bsdlabel but i didnt find the correct > arguments. > thank you. I don't know if it will display them that way, but you can enter them as 100M or 12G or whatever is appropriate when you are creating partitions. jerry > ___ > 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: SU Question
Sorry, I have the answer, my apologize to all. VJ Viraj Dixit City of Palo Alto Information Technology 650-329-2118 From: Dixit, Viraj Sent: Thursday, April 30, 2009 3:46 PM To: 'freebsd-questions@freebsd.org' Subject: RE: SU Question Sorry, I figured the problem, I edited the group file and added my name to the group wheel and still not getting su to work. VJ Viraj Dixit City of Palo Alto Information Technology 650-329-2118 From: Dixit, Viraj Sent: Thursday, April 30, 2009 3:34 PM To: 'freebsd-questions@freebsd.org' Subject: RE: SU Question Hi, I just installed Free BSD OS 7.1 and installation went without any errors, all looks good till I try to login with SU account via telnet and I get this error below. Please help!! VJ ___ 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: SU Question
Hi, I just installed Free BSD OS 7.1 and installation went without any errors, all looks good till I try to login with SU account via telnet and I get this error below. Please help!! VJ ___ 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: SU Question
Sorry, I figured the problem, I edited the group file and added my name to the group wheel and still not getting su to work. VJ Viraj Dixit City of Palo Alto Information Technology 650-329-2118 From: Dixit, Viraj Sent: Thursday, April 30, 2009 3:34 PM To: 'freebsd-questions@freebsd.org' Subject: RE: SU Question Hi, I just installed Free BSD OS 7.1 and installation went without any errors, all looks good till I try to login with SU account via telnet and I get this error below. Please help!! VJ ___ 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: archive search working?
Frederique Rijsdijk wrote: Chris Whitehouse wrote: I'm not getting any replies when searching the freebsd questions archives at http://lists.freebsd.org/pipermail/freebsd-questions/ That's the page I get to if I google "freebsd questions archives" (and then a couple of clicks to get to the archives) That is the right page, but it's not working for a while already.. Ok thanks, it's not just me then. Chris ___ 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 am I wasting resources? How to fix this problem?
Hi, VeeJay-- On Apr 30, 2009, at 12:02 PM, VeeJay wrote: Guys, I am not very good on freebsd, its you guys who help me to keeping my server up... I hope you can spare a few minutes to sort this problem... last pid: 19656; load averages: 1.00, 1.00, 1.00 up 2+05:00:12 19:18:47 3049 processes:2 running, 3047 sleeping CPU: 12.5% user, 0.0% nice, 0.1% system, 0.0% interrupt, 87.4% idle Mem: 6253M Active, 3810M Inact, 921M Wired, 128K Cache, 214M Buf, 4683M Free Swap: 32G Total, 32G Free PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU COMMAND 830 mysql 1500 440 1670M 813M ucond 1 0:00 100.00% mysqld It sure looks like you're running into a system limit with the maximum # of threads available to the mysql process. That's likely to be a consequence of some kind of query deadlock which is causing processes to get stuck and not be able to complete their work, resulting in subsequent requests also blocking until MySQL is no longer able to support more connection requests. There isn't enough information about what you're doing to really go much further-- something as simple as using MyISAM with full table- level locking versus InnoDB with row-level locking could be the problem, or you might have to take a closer look at the workload and outstanding queries. Regards, -- -Chuck ___ 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 am I wasting resources? How to fix this problem?
Hi, VeeJay-- On Apr 30, 2009, at 12:02 PM, VeeJay wrote: Guys, I am not very good on freebsd, its you guys who help me to keeping my server up... I hope you can spare a few minutes to sort this problem... last pid: 19656; load averages: 1.00, 1.00, 1.00 up 2+05:00:12 19:18:47 3049 processes:2 running, 3047 sleeping CPU: 12.5% user, 0.0% nice, 0.1% system, 0.0% interrupt, 87.4% idle Mem: 6253M Active, 3810M Inact, 921M Wired, 128K Cache, 214M Buf, 4683M Free Swap: 32G Total, 32G Free PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU COMMAND 830 mysql 1500 440 1670M 813M ucond 1 0:00 100.00% mysqld It sure looks like you're running into a system limit with the maximum # of threads available to the mysql process. That's likely to be a consequence of some kind of query deadlock which is causing processes to get stuck and not be able to complete their work, resulting in subsequent requests also blocking until MySQL is no longer able to support more connection requests. There isn't enough information about what you're doing to really go much further-- something as simple as using MyISAM with full table- level locking versus InnoDB with row-level locking could be the problem, or you might have to take a closer look at the workload and outstanding queries. Regards, -- -Chuck ___ 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: bsnmpd vs net-snmp
>> 2) Is there anyway to enable these two options during make without >> editing the Makefile? >> > 2. The easiest way is to set the define upon running make > > [/usr/ports/net-mgmt/net-snmp]$ make -DWITH_MFD_REWRITES install clean Thanks Steve, I actually tried that before posting but thought I made something wrong since I couldn't spot that command in the output. A vimdiff between that output and a regular make, shows significant differences though so I assume everything is alright. Thanks again for helping me solve this irritating problem I've had for so long. /Morgan ___ 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 am I wasting resources? How to fix this problem?
Hi Mel I tried your suggestions by giving values vm.kmem_size_max="1024M" vm.kmem_size="1024M" but still got mysql hung without any luck here is the top output: even though there is plenty of free memory Guys, I am not very good on freebsd, its you guys who help me to keeping my server up... I hope you can spare a few minutes to sort this problem... last pid: 19656; load averages: 1.00, 1.00, 1.00 up 2+05:00:12 19:18:47 3049 processes:2 running, 3047 sleeping CPU: 12.5% user, 0.0% nice, 0.1% system, 0.0% interrupt, 87.4% idle Mem: 6253M Active, 3810M Inact, 921M Wired, 128K Cache, 214M Buf, 4683M Free Swap: 32G Total, 32G Free PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU COMMAND 830 mysql 1500 440 1670M 813M ucond 1 0:00 100.00% mysqld 19649 sshUser 1 440 16304K 8340K CPU1 1 0:00 0.39% top 18277 sshUser 1 440 26448K 2756K select 0 0:28 0.00% sshd 841 root 1 440 115M 17132K select 0 0:24 0.00% httpd 790 postfix 1 40 4600K 1972K kqread 1 0:07 0.00% qmgr 14353 apache1 40 117M 50896K sbwait 0 0:05 0.00% httpd 17564 apache1 40 119M 16084K sbwait 0 0:05 0.00% httpd 18320 sshUser 1 440 21560K 5920K select 1 0:04 0.00% sftp-server 14395 apache1 40 117M 51684K sbwait 0 0:04 0.00% httpd 782 root 1 40 4604K 1548K kqread 5 0:04 0.00% master 14456 apache1 40 120M 52440K sbwait 0 0:03 0.00% httpd 629 root 1 440 5688K 1252K select 2 0:02 0.00% syslogd 18687 apache1 40 116M 21528K sbwait 1 0:02 0.00% httpd 17759 apache1 40 118M 15852K sbwait 3 0:02 0.00% httpd 17561 apache1 40 117M 19368K sbwait 5 0:02 0.00% httpd 14609 apache1 40 116M 50696K sbwait 2 0:02 0.00% httpd 14623 apache1 40 117M 46444K sbwait 0 0:02 0.00% httpd 17599 apache1 40 118M 14884K sbwait 1 0:02 0.00% httpd 16262 apache1 40 119M 37000K sbwait 5 0:02 0.00% httpd 15176 apache1 40 119M 32660K sbwait 3 0:01 0.00% httpd 16147 apache1 40 118M 37540K sbwait 3 0:01 0.00% httpd 14624 apache1 40 118M 45248K sbwait 2 0:01 0.00% httpd 18696 apache1 40 116M 13544K sbwait 3 0:01 0.00% httpd 15694 apache1 40 118M 31304K sbwait 2 0:01 0.00% httpd 17442 apache1 40 118M 17872K sbwait 5 0:01 0.00% httpd 14621 apache1 40 117M 45496K sbwait 4 0:01 0.00% httpd 17412 apache1 40 118M 21500K sbwait 0 0:01 0.00% httpd 17504 apache1 40 118M 16052K sbwait 0 0:01 0.00% httpd 14626 apache1 40 118M 50984K sbwait 0 0:01 0.00% httpd 17448 apache1 40 119M 19772K sbwait 5 0:01 0.00% httpd 12204 apache1 40 116M 43588K sbwait 4 0:01 0.00% httpd 17560 apache1 40 118M 15300K sbwait 0 0:01 0.00% httpd 17729 apache1 40 119M 19828K sbwait 3 0:01 0.00% httpd 18017 apache1 40 119M 17808K sbwait 3 0:01 0.00% httpd 16802 apache1 40 118M 37124K sbwait 4 0:01 0.00% httpd 15640 apache1 40 118M 31864K sbwait 4 0:01 0.00% httpd 18411 apache1 40 119M 15084K sbwait 0 0:01 0.00% httpd -- Thanks! BR / vj ___ 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: group credentials cache in X11-session (xfce4, gdm) question
In the last episode (Apr 30), Harald Schmalzbauer said: > I'm wondering why and how it comes that after altering /etc/groups `id` > doesn't give me the additional group, while `id harry` does. If I quit my > X session and relogin it works as expected. Does gdm cache credentials? > Hard to find useful documentation for gdm... "id" tells you the credentials of the current process, while "id harry" tells you the group memberships in /etc/groups. Your credentials are set when you log in, and do not change ( unless you are root and call setgroups() or initgroups() ). -- Dan Nelson dnel...@allantgroup.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: filesystem compatibility between FreeBSD and OpenBSD
On Thu, 30 Apr 2009 09:11:28 -0600, Tim Judd wrote: > It's funny that OpenBSD's manpage says it uses FFS, not UFS -- when even I > thought it said UFS before I looked it up. Don't FFS and UFS refer to the same file system, the Berkeley Fast File System, also known as 4.2bsd? In my "studies" according to a data recovery problem I found them used in similar ways. % ll /sbin/fsck_[uf4]* -r-xr-xr-x 3 root wheel 87020 Aug 24 2008 /sbin/fsck_4.2bsd* -r-xr-xr-x 3 root wheel 87020 Aug 24 2008 /sbin/fsck_ffs* -r-xr-xr-x 3 root wheel 87020 Aug 24 2008 /sbin/fsck_ufs* At least on FreeBSD, they're all the same program. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: disklabel output format ? How to see in G M ..
On Thu, Apr 30, 2009 at 12:51 PM, Anonymous wrote: > Also, googling arround i found output showing the cylinder space occupied > by a partition (like : > # cyl* X - Y ). How do I see that ? I think that fdisk will show you this. Good luck-- ___ 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"
disklabel output format ? How to see in G M ..
Using disklabel -A /dev/da0s1 I would like to see the sizes in G or M format, how can I do this? Also, googling arround i found output showing the cylinder space occupied by a partition (like : # cyl* X - Y ). How do I see that ? PS: i did man disklabel and bsdlabel but i didnt find the correct arguments. thank you. ___ 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: Problem with make config and OPTIONS
Aurélien Ansel writes: > Hi, > (sorry for my poor english) > > I have a problem, I'm trying to upgrade an existing port (net/scapy) , > I have done some changes in the Makefile but when I test the command > make config' I have : > >===> Options unchanged > > I haven't the dialog box with the differents kinds of Options that are > written in the Makefile, i have try the 'make rmconfig' but no change. > I am working on my personnal directory, not in /usr/ports/... I tried the same thing with the original makefile, and couldn't reproduce it. Are you sure that's exactly what you typed? -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ ___ 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: bsnmpd vs net-snmp
Morgan Wesström wrote: So I have two questions: 1) Is --with-mib-modules=if-mib already covered in the Makefile? I can see the parameter but it refers to a variable I don't know the contents of. The variable seems to refer to the build option NET_SNMP_MIB_MODULES which is mentioned at the beginning of the compile process but I don't know how to use it or its initial value. 2) Is there anyway to enable these two options during make without editing the Makefile? Regards Morgan 1. Yes, --with-mib-modules=if-mib is automatically appended to the list of mib modules when you set the WITH_MFD_REWRITES define. 2. The easiest way is to set the define upon running make [/usr/ports/net-mgmt/net-snmp]$ make -DWITH_MFD_REWRITES install clean ___ 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: bsnmpd vs net-snmp
On Thu, Apr 30, 2009 at 9:39 AM, Steve Bertrand wrote: > I see now what you are saying: > > # sockstat -l4 > > root bsnmpd 2857 5 udp4 *:* *:* > root bsnmpd 2857 6 udp4 127.0.0.1:161 *:* > root bsnmpd 2857 7 udp4 208.70.106.1:161 *:* > > I don't think I've ever seen a "*.*" in the local addr field before. > > Steve > Received a reply from the author: "I think this is the socket that the snmp_mibII module opens to communicate via ioctls with the network stack. It is unbound, so it cannot and does not receive traffic. This should be no problem." - Max ___ 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: filesystem compatibility between FreeBSD and OpenBSD
something I wonder about I know OpenBSD and FreeBSD both have different versions of the "UFS" filesystems (FreeBSD newfs(8) -O option, OpenBSD newfs(8) -O) has someone tried to use all combinations of all options to see if they work? It's funny that OpenBSD's manpage says it uses FFS, not UFS -- when even I thought it said UFS before I looked it up. Just my 2c --TJ ___ 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: output of ifconfig list scan
Paul B. Mahol wrote: It appears that the tool assumes SSID are reported as SSID, which is not the case here. My list is similar as listed in the handbook, Looking at ifconfig, it appears to me that the ieee80211 part queries the kernel and prints the returned values. I therefore assume that there are drivers, which report the session as SSID instead of session directly. Whatever means it is either not supported by NDIS or not implemented in ndisulator. Perhaps I should explain my question a bit better. The is just mentioned as an example. With the ndiswrapper the wifi is working proper and lists the available network (only mine shown), e.g. SSIDBSSID CHAN RATE S:N INT CAPS DV201AM 00:13:d4:7a:16:b11 54M -51:-96 100 EP The wificonfig tool _assumes_ the output of ifconfig would look like. SSIDBSSID CHAN RATE S:N INT CAPS SSID 00:13:d4:7a:16:b11 54M -51:-96 100 EP My question is if there are wifi drivers which report the SSID like this, instead of reporting them directly as in my case and if so how the output is formatted in that case. Hope this clarifies my question a bit. Jeroen ___ 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: output of ifconfig list scan
On 4/30/09, Jeroen Hofstee wrote: > Inspired by the long "modern installer" thread I had a look at PC-BSD. > > I am one of the "lucky" owners of a Broadcom, Dell Wireless 1390 WLAN > Mini-PCI Card > and added the ndiswrapper to support it. > > I noticed that the PC-BSD tray icon could not scan the network for SSID, > while ifconfig does return this list. It appears that the tool assumes > SSID are reported as > SSID, which is not the case here. My list is similar as listed > in the handbook, > so I guess it is not directly related to the ndiswrapper. > > Looking at ifconfig, it appears to me that the ieee80211 part queries > the kernel and prints the returned values. > I therefore assume that there are drivers, which report the session as > SSID instead of session directly. Whatever means it is either not supported by NDIS or not implemented in ndisulator. > Can someone confirm above is correct? > If someone has a list with SSID could I get a copy of it (e.g. > directly to my e-mail) so I don't break > other things while fixing mine. -- Paul ___ 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: Running Apache with as few modules as possible
On 4/29/09 4:59 PM, "Charles Howse" wrote: > I recall Bill Gates saying, "640k is enough for anybody." I agree, > it's not much of a savings, and there's always the possibility that > the webmaster may add something later that needs a module that's > commented, and run around in circles before she/he realizes it. right. one thing to remember about optimizations is to put your effort where you need it most. for example, in my apps that's always been in the database queries. so i have logging techniques that allow me to run pareto analyses on query timing data and use that to direct my efforts. spending a couple of weeks optimizing malloc(), a surprisingly popular activity, is seldom worth it. ___ 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"
portability of FreeBSD on a USB stick
If I install amd64 FreeBSD on a USB stick, should I be able to boot it up on both PC hardware (Intel core duo) and Intel Mac hardware with rEFIt? Thanks, Andrew ___ 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"
KDE QPainter PorterDuff modes not supported on device and phonon backend plugin could not be loaded
Hi, I'm trying to solve two errors associated with running KDE over TightVNC. When I look at the log, I consistently see these errors. I've tried to find answers on how to solve each of them and have not had anything work at this point. Thanks, -Troy QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device QPainter::setCompositionMode: PorterDuff modes not supported on device WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ). WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ). ___ 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: bsnmpd vs net-snmp
Maxim Khitrov wrote: > On Thu, Apr 30, 2009 at 9:20 AM, Steve Bertrand wrote: >> Maxim Khitrov wrote: >>> On Wed, Apr 29, 2009 at 8:35 PM, Brandon Weisz wrote: I cant speak to the documentation, but this seems to limit it to listening on a single address: Example.. # open standard SNMP ports begemotSnmpdPortStatus.192.168.2.254.161 = 1 >>> Thanks, but I tried this already. It causes bsnmpd to listen on the >>> given IP as well, but doesn't remove the *:* entry: >>> >>> r...@gw1 [/root]# sockstat -l4 >>> USER   COMMAND   PID  FD PROTO  LOCAL ADDRESS     FOREIGN >>> ADDRESS >>> root   bsnmpd   61251 4  udp4  *:*          *:* >>> root   bsnmpd   61251 5  udp4  127.0.0.1:161     *:* >>> >>> The author suggested using "begemotSnmpdPortTable.0.0.0.0.161 = 1" and >>> change the IP there, but this causes the following error: >>> >>> Apr 30 08:59:59 gw1 snmpd[78798]: unknown variable >>> Apr 30 08:59:59 gw1 snmpd[78798]:  in file /usr/local/etc/bsnmpd.conf >>> line 20 >>> Apr 30 08:59:59 gw1 snmpd[78798]: error in config file >> Here's how I limit to a single address: >> >> host := 208.70.106.1 >> >> # open standard SNMP ports >> begemotSnmpdPortStatus.[$(host)].161 = 1 >> begemotSnmpdPortStatus.127.0.0.1.161 = 1 >> >> # netstat -na | grep 161 >> udp4    0    0  208.70.106.1.161    *.* >> udp4    0    0  127.0.0.1.161      *.* > > Doesn't work for me, the grep command removes *:* entry from the output: > > r...@gw1 [/root]# netstat -an > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address(state) > udp4 0 0 127.0.0.1.161 *.* > udp4 0 0 *.**.* > > > The 127.0.0.1 entry is added with > "begemotSnmpdPortStatus.127.0.0.1.161 = 1", but the other entry is > always there. Turn the daemon on and off to verify that it's bsnmpd > (or use sockstat). I see now what you are saying: # sockstat -l4 root bsnmpd 2857 5 udp4 *:* *:* root bsnmpd 2857 6 udp4 127.0.0.1:161 *:* root bsnmpd 2857 7 udp4 208.70.106.1:161 *:* I don't think I've ever seen a "*.*" in the local addr field before. Steve ___ 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: bsnmpd vs net-snmp
On Thu, Apr 30, 2009 at 9:20 AM, Steve Bertrand wrote: > Maxim Khitrov wrote: >> On Wed, Apr 29, 2009 at 8:35 PM, Brandon Weisz wrote: > >>> I cant speak to the documentation, but this seems to limit it to listening >>> on a single address: >>> >>> Example.. >>> >>> # open standard SNMP ports >>> begemotSnmpdPortStatus.192.168.2.254.161 = 1 >> >> Thanks, but I tried this already. It causes bsnmpd to listen on the >> given IP as well, but doesn't remove the *:* entry: >> >> r...@gw1 [/root]# sockstat -l4 >> USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS >> root bsnmpd 61251 4 udp4 *:* *:* >> root bsnmpd 61251 5 udp4 127.0.0.1:161 *:* >> >> The author suggested using "begemotSnmpdPortTable.0.0.0.0.161 = 1" and >> change the IP there, but this causes the following error: >> >> Apr 30 08:59:59 gw1 snmpd[78798]: unknown variable >> Apr 30 08:59:59 gw1 snmpd[78798]: in file /usr/local/etc/bsnmpd.conf line >> 20 >> Apr 30 08:59:59 gw1 snmpd[78798]: error in config file > > Here's how I limit to a single address: > > host := 208.70.106.1 > > # open standard SNMP ports > begemotSnmpdPortStatus.[$(host)].161 = 1 > begemotSnmpdPortStatus.127.0.0.1.161 = 1 > > # netstat -na | grep 161 > udp4 0 0 208.70.106.1.161 *.* > udp4 0 0 127.0.0.1.161 *.* Doesn't work for me, the grep command removes *:* entry from the output: r...@gw1 [/root]# netstat -an Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address(state) udp4 0 0 127.0.0.1.161 *.* udp4 0 0 *.**.* The 127.0.0.1 entry is added with "begemotSnmpdPortStatus.127.0.0.1.161 = 1", but the other entry is always there. Turn the daemon on and off to verify that it's bsnmpd (or use sockstat). - Max ___ 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: bsnmpd vs net-snmp
Maxim Khitrov wrote: > On Wed, Apr 29, 2009 at 8:35 PM, Brandon Weisz wrote: >> I cant speak to the documentation, but this seems to limit it to listening >> on a single address: >> >> Example.. >> >> # open standard SNMP ports >> begemotSnmpdPortStatus.192.168.2.254.161 = 1 > > Thanks, but I tried this already. It causes bsnmpd to listen on the > given IP as well, but doesn't remove the *:* entry: > > r...@gw1 [/root]# sockstat -l4 > USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS > root bsnmpd 61251 4 udp4 *:* *:* > root bsnmpd 61251 5 udp4 127.0.0.1:161 *:* > > The author suggested using "begemotSnmpdPortTable.0.0.0.0.161 = 1" and > change the IP there, but this causes the following error: > > Apr 30 08:59:59 gw1 snmpd[78798]: unknown variable > Apr 30 08:59:59 gw1 snmpd[78798]: in file /usr/local/etc/bsnmpd.conf line 20 > Apr 30 08:59:59 gw1 snmpd[78798]: error in config file Here's how I limit to a single address: host := 208.70.106.1 # open standard SNMP ports begemotSnmpdPortStatus.[$(host)].161 = 1 begemotSnmpdPortStatus.127.0.0.1.161 = 1 # netstat -na | grep 161 udp4 0 0 208.70.106.1.161 *.* udp4 0 0 127.0.0.1.161 *.* Steve ___ 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: bsnmpd vs net-snmp
On Wed, Apr 29, 2009 at 8:35 PM, Brandon Weisz wrote: > Maxim Khitrov wrote: >> >> On Mon, Apr 27, 2009 at 2:19 PM, Anton Yuzhaninov >> wrote: >>> >>> On Mon, 27 Apr 2009 12:28:01 -0400, Maxim Khitrov wrote: >>> MK> I'm setting up a firewall and would like to monitor certain system >>> MK> parameters like network, cpu, and memory usage. SNMP is an obvious >>> MK> choice to do the monitoring and I'm planning to set up rrdtool to >>> MK> generate graphs of captured data. The question is what SNMP agent to >>> MK> use. I found net-snmp and bsnmpd (which is included in the base >>> MK> system). Has anyone here used both implementations, and if so, what >>> MK> are the basic differences? >>> >>> main difference is the set of supported MIBs. >>> >>> In general net-snmp supports more MIBs than bsnmpd. >>> >>> E. g. BEGEMOT-PF-MIB supported only by bsnmpd and useful for monitoring >>> pf(4), >>> UCD-SNMP-MIB supported only by net-snmp and useful for monitoring CPU >>> load >>> (ssCpuRaw* counters). >> >> Is there any other documentation to bsnmpd besides the one man page? >> I'm trying to figure how to configure the daemon (first task is stop >> it from listening on *:*), but besides the man page and few comments >> in /etc/snmpd.config there is no other information that I can find. >> >> - Max > > I cant speak to the documentation, but this seems to limit it to listening > on a single address: > > Example.. > > # open standard SNMP ports > begemotSnmpdPortStatus.192.168.2.254.161 = 1 Thanks, but I tried this already. It causes bsnmpd to listen on the given IP as well, but doesn't remove the *:* entry: r...@gw1 [/root]# sockstat -l4 USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root bsnmpd 61251 4 udp4 *:* *:* root bsnmpd 61251 5 udp4 127.0.0.1:161 *:* The author suggested using "begemotSnmpdPortTable.0.0.0.0.161 = 1" and change the IP there, but this causes the following error: Apr 30 08:59:59 gw1 snmpd[78798]: unknown variable Apr 30 08:59:59 gw1 snmpd[78798]: in file /usr/local/etc/bsnmpd.conf line 20 Apr 30 08:59:59 gw1 snmpd[78798]: error in config file - Max ___ 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"
output of ifconfig list scan
Inspired by the long "modern installer" thread I had a look at PC-BSD. I am one of the "lucky" owners of a Broadcom, Dell Wireless 1390 WLAN Mini-PCI Card and added the ndiswrapper to support it. I noticed that the PC-BSD tray icon could not scan the network for SSID, while ifconfig does return this list. It appears that the tool assumes SSID are reported as SSID, which is not the case here. My list is similar as listed in the handbook, so I guess it is not directly related to the ndiswrapper. Looking at ifconfig, it appears to me that the ieee80211 part queries the kernel and prints the returned values. I therefore assume that there are drivers, which report the session as SSID instead of session directly. Can someone confirm above is correct? If someone has a list with SSID could I get a copy of it (e.g. directly to my e-mail) so I don't break other things while fixing mine. Jeroen ___ 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"
Cant connect to SVN server
I have been trying for the last couple weeks to update my ports etc via svn but each time i try i get the below msg, im running latest updated ports atm via csup on a FREEBSD7.1-STABLE AMD64 system.. enterprise# svn up /usr/area51 svn: OPTIONS of 'https://kf.athame.co.uk/kde-freebsd/trunk/area51': could not connect to server (https://kf.athame.co.uk) ___ 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: French-Canadian Keyboard & keyboard switching
On Wednesday 29 April 2009 22:04:34 PJ wrote: > Tijl Coosemans wrote: >> On Wednesday 29 April 2009 15:20:34 PJ wrote: >>> xorg.conf: (snip for relevant) >>> Section "ServerLayout" >>> Identifier "X.org Configured" >>> Screen 0 "Screen0" 0 0 >>> InputDevice "Mouse0" "CorePointer" >>> InputDevice "Keyboard0" "CoreKeyboard" >>> Option "AllowEmptyInput" "off" >>> EndSection >>> >>> Section "Files" >>> ModulePath "/usr/local/lib/xorg/modules" >>> FontPath "/usr/local/lib/X11/fonts/misc/" >>> FontPath "/usr/local/lib/X11/fonts/TTF/" >>> FontPath "/usr/local/lib/X11/fonts/OTF" >>> FontPath "/usr/local/lib/X11/fonts/Type1/" >>> FontPath "/usr/local/lib/X11/fonts/100dpi/" >>> FontPath "/usr/local/lib/X11/fonts/75dpi/" >>> EndSection >>> >>> Section "Module" >>> Load "extmod" >>> Load "record" >>> Load "dbe" >>> Load "glx" >>> Load "GLcore" >>> Load "xtrap" >>> Load "dri" >>> Load "freetype" >>> EndSection >>> >>> Section "InputDevice" >>> Identifier "Keyboard0" >>> Driver "kbd" >>> Option "XkbModel" "pc104" >> >> This might have to be pc105, but it probably doesn't matter. >> >>> Option "XkbLayout" "us,ca" >> >> Check out http://en.wikipedia.org/wiki/Keyboard_layout#QWERTY >> If you have Canadian Multilingual Standard, this option needs to be >> set to "ca(multi)". If you have Canadian French, set it to "ca" or >> "ca(fr)". > > This does not set it to the Canadian French; nor can I find anything > that does... only my lame setup works using the French azerty (which > is rather a pain because it involves complicated finger moves to get > the accented characters - I'm familiar with it and can use it; it's > just a pita. It works for me. What if you run "setxkbmap ca" or "setxkbmap ca multi" in an X terminal? Do you then get "azerty" when you type "qwerty"? ___ 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"
ar5b91 wireless card device
I have 7.1 release GENERIC installed now. (the xorg.conf problem went away with the upgrade from7.0). I cannot get wireless to work. ath_hal is recognized but no ath device. The wifi is atheros ar5b91on a acer aspire 4730Z laptop. Is ath supposed to work with the ar500 series? Is here another driver? ___ 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"
group credentials cache in X11-session (xfce4, gdm) question
Hello, I'm wondering why and how it comes that after altering /etc/groups `id` doesn't give me the additional group, while `id harry` does. If I quit my X session and relogin it works as expected. Does gdm cache credentials? Hard to find useful documentation for gdm... Thanks in advance, -Harry signature.asc Description: OpenPGP digital signature
Re: how to install vmware-server on freebsd 7.1
On Thu, 30 Apr 2009 10:51:16 +0800 Mail wrote: > Good day to everybody, > I have a problem with installation vmware-server 2 for linux on my > freebsd 7.1. i install it from rpm. before it, i installed > linux_base_f9, load linux.ko, mount linprocfs. You may have problems with FreeBSD-7.1 and linux_base-f9. Welcome to emulation@ mail list. > When i run sudo rpm -i --ignoreos --dbpath /lib/var/rpm --root We don't use linux rpm database, it's behaviour is undefined, untested and unsupported. > /compat/linux vmware-server..rpm i get this: > /bin/sh is needed to vmware-server..rpm, > but there`s /bin/sh and /compat/linux/bin/sh. > What does it mean, and what i need to do to resolve this problem? You may do it like this: - # cd /compat/linux # rpm2cpio your_rpm_file | cpio -id --quiet - You'd better create a port and use it to install/deinstall that rpm file. HTH & WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ 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: CARP & bridge
Sebastiaan van Erk wrote: Thanks for the suggestion. I tried it, but unfortunately the carp device never leaves the INIT state when I put the ip on the bridge. :-( I did find some similar problem here: http://www.freebsd.org/cgi/query-pr.cgi?pr=125816 I just noticed that. On -CURRENT carp tells you that's not supported: bridge0: carp is not supported for this interface type OTOH why do you even have to use the VIP from the remote side of the bridge? The only reason I can think of, for doing such a thing, is to get *all* traffic from the remote location through a "single" redundant router, the one with the VIP. Is this the case? Nikos ___ 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-update claims a file was changed
Hiya I have 2 almost identicle machines running a minimal install of 7.1 (updated from 7.0 just a few weeks ago). Todays freebsd-update worked just fine on one box, but on the other I get Looking up update.FreeBSD.org mirrors... 5 mirrors found. Fetching metadata signature for 7.1-RELEASE from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... File changed while FreeBSD Update running: /boot/kernel/kernel repeat ad nauseum. Google has been no help. What to do? -- DA Fo rsythNetwork Supervisor Principal Technical Officer -- Institute for Water Research http://www.ru.ac.za/institutes/iwr/ ___ 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"