Re: Help needed w/ HighPoint RocketRAID 3120 on FreeBSD 7.1-RELEASE

2009-01-17 Thread Michael Powell
ThinkDifferently wrote:

 
 
 Michael Powell-6 wrote:
 
 
 ThinkDifferently wrote:
 
 In my BIOS there is the following...
 Hard Disk Boot Priority   [Press Enter]
  1. SCSI-0::  RocketRAID 3120 SATA C
  2. Bootable Add-in Cards
 
 
 So what happens when you choose 2. Bootable Add-in Cards, save the
 setting and reboot with [Hard Disk] as First Boot Device?
 
 
 No change.  :-(

Well the only other idea I have right now is that perhaps sysinstall
lied to you about what it wrote out to the mirror. It thinks it has
successfully completed an install but maybe failed to write the
boot loader, or more, and is misleading.

Next thing I would try is to boot from the LivsFS CD and attempt
to mount the mirror to someplace such as /mnt. If it gets mounted
go examine what's there. If it was newfs'd successfully and the
install is good then there will be a file system with all the normal
bits you'd expect to see. If all that's there maybe it's munged
the mbr and/or partition table. Far fetched maybe but something
to eliminate. When you can't figure out what it is, figure out
what it isn't, until you back it into a corner.  :-)

There is also another thing which I don't know enough about, but
have noticed a little traffic about. Try searching for issues
people have had about device renumbering. That really shouldn't
be an issue with a hardware RAID controller but maybe some of
the related info may spark an idea.

I'm also a little curious that the controller card itself could
possibly have some hardware defect. An easy way to rule it out
would be to try with another OS such as Linux and/or Windows. If
you see the same behavior the card is defective. If not the problem
is somehow FreeBSD related. It's the old divide and conquer 
paradigm - if there actually is a hardware defect present all the
mucking around in software isn't going to change anything. The first
place to drive in the wedge is hardware vs software. If you can prove
the hardware is functioning correctly then you know which road you
have to go down.

Sorry to not be more helpful here, but the couple of times in the
past that I've used old Highpoints it was just create array, reboot,
install to ar0 (older PATA IDE array) and it was done.

-Mike

 


___
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


apache1.3 en 2.2.conflict

2009-01-17 Thread Pieter Donche

When installing kde3 from ports, at one of the required packages
subversion-1.5.5_1 I get:
Error from bsd.apache.mk. apache13 is installed (or A
PACHE_PORT is defined) and port requires 2.0+.

I do
# cd /usr/ports/www/apache22
# make install clean

but this ends with
===  apache-2.2.11 conflicts with installed package(s):
  apache-1.3.41
  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

# pkg_delete apache-1.3.41
pkg_delete: package 'apache-1.3.41' is required by these other packages
and may not be deinstalled:
cups-base-1.3.9_2
php5-5.2.8
qt-3.3.8_9
arts-1.5.10_1,1
kdelibs-3.5.10
dbus-qt3-0.70_2
kdebase-kompmgr-3.5.10
kdebase-3.5.10_2
kdegames-3.5.10
kdeutils-3.5.10
poppler-qt-0.8.7
gtk-2.14.7
gconf2-2.24.0
libgsf-1.14.11
wv2-0.2.3_2
koffice-1.6.3_7,2
kdenetwork-3.5.10
kdegraphics-3.5.10
kdemultimedia-3.5.10
kdepim-3.5.10_2

how to solve this?
___
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: apache1.3 en 2.2.conflict

2009-01-17 Thread Matthew Seaman

Pieter Donche wrote:

When installing kde3 from ports, at one of the required packages
subversion-1.5.5_1 I get:
Error from bsd.apache.mk. apache13 is installed (or A
PACHE_PORT is defined) and port requires 2.0+.

I do
# cd /usr/ports/www/apache22
# make install clean

but this ends with
===  apache-2.2.11 conflicts with installed package(s):
  apache-1.3.41
  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

# pkg_delete apache-1.3.41
pkg_delete: package 'apache-1.3.41' is required by these other packages
and may not be deinstalled:
cups-base-1.3.9_2
php5-5.2.8
qt-3.3.8_9
arts-1.5.10_1,1
kdelibs-3.5.10
dbus-qt3-0.70_2
kdebase-kompmgr-3.5.10
kdebase-3.5.10_2
kdegames-3.5.10
kdeutils-3.5.10
poppler-qt-0.8.7
gtk-2.14.7
gconf2-2.24.0
libgsf-1.14.11
wv2-0.2.3_2
koffice-1.6.3_7,2
kdenetwork-3.5.10
kdegraphics-3.5.10
kdemultimedia-3.5.10
kdepim-3.5.10_2

how to solve this?


Add this to /etc/make.conf:

WITH_APACHE2=   yes
APACHE_PORT=www/apache22

Cheers,

Matthew

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



signature.asc
Description: OpenPGP digital signature


Re: apache1.3 en 2.2.conflict

2009-01-17 Thread Matthew Seaman

Matthew Seaman wrote:

Pieter Donche wrote:

When installing kde3 from ports, at one of the required packages
subversion-1.5.5_1 I get:
Error from bsd.apache.mk. apache13 is installed (or A
PACHE_PORT is defined) and port requires 2.0+.

I do
# cd /usr/ports/www/apache22
# make install clean

but this ends with
===  apache-2.2.11 conflicts with installed package(s):
  apache-1.3.41
  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

# pkg_delete apache-1.3.41
pkg_delete: package 'apache-1.3.41' is required by these other packages
and may not be deinstalled:
cups-base-1.3.9_2
php5-5.2.8
qt-3.3.8_9
arts-1.5.10_1,1
kdelibs-3.5.10
dbus-qt3-0.70_2
kdebase-kompmgr-3.5.10
kdebase-3.5.10_2
kdegames-3.5.10
kdeutils-3.5.10
poppler-qt-0.8.7
gtk-2.14.7
gconf2-2.24.0
libgsf-1.14.11
wv2-0.2.3_2
koffice-1.6.3_7,2
kdenetwork-3.5.10
kdegraphics-3.5.10
kdemultimedia-3.5.10
kdepim-3.5.10_2

how to solve this?


Add this to /etc/make.conf:

WITH_APACHE2=   yes
APACHE_PORT=www/apache22



and then force an upgrade from apache13 to apache22:

 portupgrade -o www/apache22 -f apache-1.3.41
 portupgrade -rf apache-2.2.11 -x apache-2.2.11

Cheers,

Matthew

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



signature.asc
Description: OpenPGP digital signature


Re: Logs from wireless routers disclosing L2/MAC info?

2009-01-17 Thread Lowell Gilbert
cono...@rahul.net (John Conover) writes:

 Some of the popular wireless routers have an option to email
 access/security logs to an account on the Internet. When enabled, the
 logs contain the last 24 bits of the MAC address of the router's cable
 modem port, (the rest could be guessed since the brand name is
 included in the email,) and, the MAC address of the cable modem's
 router port.

 Was I potty trained wrong, or is this risky.

It could be, but isn't necessarily.  Depends on other details of how the
network is set up.

-- 
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: Performing installed ports upgrade / leaving some software intact

2009-01-17 Thread Frank Shute
On Thu, Jan 15, 2009 at 07:17:27AM +0100, Zbigniew Szalbot wrote:

 Hello,
 
  1/ backing up the hacked [mailman] files and restoring them later (but I
  will
  overwrite the newer files with older ones perhaps breaking something).
  2/ making them read only (but the end result will be the same and
  upgrading as root I will overwrite them anyway).
 
  Keep in mind mailman is all python.  There really is nothing to recompile
  after a system upgrade.  (Unless you are upgrading python which you aren't).
 
 I am not so sure. According to
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading-freebsdupdate.html
 
 All third party software will now need to be rebuilt and
 re-installed. This is required as installed software may depend on
 libraries which have been removed during the upgrade process. The
 ports-mgmt/portupgrade command may be used to automate this process.
 The following commands may be used to begin this process:

This is prefaced by:

Note: Depending on whether any libraries version numbers got bumped,
there may only be two install phases instead of three.

Rebuilding all the installed ports being the third phase.

Since you're just going from 7.0 to 7.1 this shouldn't be the case
unless specifically mentioned in /usr/src/UPDATING

snip

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.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: Help needed w/ HighPoint RocketRAID 3120 on FreeBSD 7.1-RELEASE

2009-01-17 Thread ThinkDifferently


Michael Powell-6 wrote:
 
 Sorry to not be more helpful here, but the couple of times in the
 past that I've used old Highpoints it was just create array, reboot,
 install to ar0 (older PATA IDE array) and it was done.
 

Well, I've been on the phone with both Gigabyte's and Highpoint's technical
support staff.  Highpoint was very cavalier about the whole thing.  He
actually said, well, when it comes to hardware, we're just guessing.  %-| 
DUH!  You're in the hardware business!

Gigabyte's tech support guy was a whole lot more helpful, but in the end he
couldn't get it to work either.  His working theory is that since the
motherboard has its own RAID controller (even if it's disabled), it may be
interfering with the RocketRAID's ability to intervene using the same
mechanism (called Interrupt 13).  I even upgraded the RocketRAID's firmware
in an attempt to get it working.  Nothing changed the situation.

So, my working theory is that this RocketRAID is not compatible with my
motherboard and vice versa.  In fact, I checked Highpoint's web site, and
they have a motherboard support list.  It is in fact an astonishingly tiny
list, mostly (w)Intel boards, and quite obscure.  A very small niche.

To summarize...
  Motherboard:  Gigabyte GA-MA78G-DS3H
  RAID Card:  Highpoint RocketRAID 3120
I could get the RAID card to function, but I couldn't boot from it.

Perhaps it's remotely possible that there's still something else to try, but
I have very little patience when there's a 15 day return policy.  %-O

--

So, now I'm trying to get software RAID to work.  See...
http://www.nabble.com/Help-with%3A--atacontrol-create-RAID1-ad4-ad6-to21511186.html
http://www.nabble.com/Help-with%3A--atacontrol-create-RAID1-ad4-ad6-to21511186.html
 
I'm not having much luck with that either.
-- 
View this message in context: 
http://www.nabble.com/Help-needed-w--HighPoint-RocketRAID-3120-on-FreeBSD-7.1-RELEASE-tp21479839p21517692.html
Sent from the freebsd-questions mailing list archive at Nabble.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


fopen(/conf/config.xml): failed to open stream:

2009-01-17 Thread bchristensen


 Hello, I am not a regular user or networking expert; I work for a small
non-profit that had a pfSense/FreeBSD firewall set up on a Soekris net4801.
The person who set it up has disappeared. When moving our office today, I
attempted to log on via a console cable to change the IP addresses, which I
sort of know how to do, but it froze up and had to be hard-rebooted. Now,
while it manages to boot all the way to the console setup menu, I receive
the error:

 Warning: fopen(/conf/config.xml): failed to open stream: No such file or
directory in /etc/inc/xmlparse.inc on line 149. Error: could not open xml
input

 Only the shell (#8), PfTop (9), and traffic logs (10) from the menu work;
the rest return same error

 The only thing I can see in the bootup that might be an issue is a line
reading: pci0 
 at device 18.1 (no driver attached)
 and then later the same error for device 18.5, but I don't know if that
was all there before the disaster  

 I looked in the files named, but only know
enough to follow the script
for so long. I found some posts online about fstab and something not
mounting, and had a look at that file. The only line in /etc/fstab  is
 /dev/ufs/pfSense /ufs ro 1 1  

 That probably doesn't help, but...  

 If you have any ideas, please let me know. RIght now I am sleeping on the
new office floor (don't live here) until it's fixed :)

 THANK YOU!!!

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


Re: Help needed w/ HighPoint RocketRAID 3120 on FreeBSD 7.1-RELEASE

2009-01-17 Thread Michael Powell
ThinkDifferently wrote:
[snip] 
 Gigabyte's tech support guy was a whole lot more helpful, but in the end
 he
 couldn't get it to work either.  His working theory is that since the
 motherboard has its own RAID controller (even if it's disabled), it may be
 interfering with the RocketRAID's ability to intervene using the same
 mechanism (called Interrupt 13).  I even upgraded the RocketRAID's
 firmware
 in an attempt to get it working.  Nothing changed the situation.

The only other thing is if you can disable INT 13 boot in the motherboard
BIOS so as to leave the one on the HighPoint card the only one active. You
would still change the below to Bootable Add-in Cards.

The theory does explain this though:

In my BIOS there is the following...
Hard Disk Boot Priority   [Press Enter]
 1. SCSI-0::  RocketRAID 3120 SATA C
 2. Bootable Add-in Cards

The RocketRAID card should not be showing up here on line 1 as SCSI-0. I
was initially very confused when I saw this, but this would match the 
Gigabyte tech guys theory. This line should only be involving devices
on the 1rst controller, e.g. the mobo one. 
 
 So, my working theory is that this RocketRAID is not compatible with my
 motherboard and vice versa.  In fact, I checked Highpoint's web site, and
 they have a motherboard support list.  It is in fact an astonishingly tiny
 list, mostly (w)Intel boards, and quite obscure.  A very small niche.

Could very well be the case. If they have the INT13 hardwired in the BIOS
to only try to boot from the 1rst (onboard controller) it won't look for
an mbr anywhere else, even when told to boot from the add in card. This
would be a fairly extreme oversight as the ability to boot from external
add in cards was added a long long time ago. I've been doing such things
successfully for years. This would be really crappy BIOS design on 
Gigabyte's part. Hell if I had another motherboard to run the experiment
on and prove the hypothesis I'd be tempted to return the motherboard! :-)

 I have very little patience when there's a 15 day return policy.  %-O

Roger that!

-Mike



___
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


flash9 hangs firefox a lot

2009-01-17 Thread Tsu-Fan Cheng
Hi,
   just recently upgrade flash 7 to flash 9 following the
instructions. but lately found out that firefox hangs a lot when
visiting pages running flash. and the console reports:

*** NSPlugin Wrapper *** ERROR: NPP_Destroy() wait for reply: Message timeout
*** NSPlugin Wrapper *** ERROR: NPObject 0x32435650 is no longer valid!


how can I get rid of that?? thank you!!


TFC
___
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: RAM/Memory resources on 7 STABLE

2009-01-17 Thread Tim Kellers

David Scheidt wrote:

On Sat, Jan 17, 2009 at 01:25:19AM +, RW wrote:
  

On Fri, 16 Jan 2009 22:23:06 +0100 (CET)
Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote:



When I boot this machine it usually shows (in top) about 11 G Free
in the Mem: line

The machine, in this snippet, has been up for 5 days 22 hours and
change and it now shows 1436M free in the Mem: line
I've been watching the number and it has been slowly decreasing
over the 5 days since its last boot.  It looks like as the Free
line trends down, the Inact value trends up to keep the total Mem
used at the installed 12G


ALL unused memory is used as disk cache in FreeBSD.
  

Although, looking at the output of top, most of the memory is in the
inactive state. As I understand it cache pages go from active to
cached, and the inactive queue contains pages that need to be written
out to swap before they can be reused.



No.  It just means they're not active -- nothing has touched them
recently.  They may be dirty.  They may not be.  Recently means the
last 20 seconds to a minute, depending.  



  

The very high level of inactive memory looks suspiciously like a
memory-leak to me. Hopefully someone who knows more about this will
step in - don't take my word for it.



I have no data on the system in question, but it's very common for a
machine to have large amounts of inactive memory, particularly one
that's not under any sort of memory pressure. 


My basically idle workstation has 1.5 GB of memory, 5 MB free, and over
a gig inactive.  Since I'm not doing anything with it (I'm writing this
from another machine), and its just hanging out, this is what I'd expect.
Should it do something that requires memory, the pager will toss clean
inactive pages to the free list, and they'll be reused.  Of course, if
what they're required for is something they already have in them (like
the code segments of recently terminated application that's
restarted), they'll get reused, saving having to read them from disk.
The only time you'll large amounts of memory on the Free list is when
a machine is first booted and hasn't touched that memory for anything,
or when an application that's got a large dyanmically allocated block
of memory terminates.  The rest of the time, the free list should be
small.  


If the machine isn't swapping, there's usually nothing to worry about.

  


For comparison's sake here is the top -P output from my Dell 2950 dual 
quad core server; this one is has 8 GB or RAM installed




last pid: 94403;  load averages:  0.02,  0.38,  0.63   up 11+21:13:56  
12:12:47

69 processes:  1 running, 68 sleeping
CPU 0:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 1:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 2:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 3:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 4:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 5:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 6:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 7:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
Mem: 226M Active, 2683M Inact, 465M Wired, 552K Cache, 214M Buf, 4537M Free
Swap: 16G Total, 16G Free


 uname -a
FreeBSD dl 7.1-STABLE FreeBSD 7.1-STABLE #7: Mon Jan  5 13:53:52 EST 
2009 r...@dl:/usr/obj/usr/src/sys/AMD  amd64


And here is the top -P from my Dell 2850 dual core server with 12 GB RAM 
installed:


last pid:  9877;  load averages:  0.07,  0.04,  0.07up 6+22:31:45  
12:20:13

98 processes:  1 running, 97 sleeping
CPU 0:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
CPU 1:  0.0% user,  0.0% nice,  1.5% system,  0.0% interrupt, 98.5% idle
CPU 2:  0.4% user,  0.0% nice,  0.0% system,  0.0% interrupt, 99.6% idle
CPU 3:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
Mem: 242M Active, 10G Inact, 431M Wired, 128M Cache, 214M Buf, 943M Free
Swap: 2014M Total, 2014M Free

FreeBSD www 7.1-STABLE FreeBSD 7.1-STABLE #2: Tue Jan  6 19:24:57 EST 
2009 r...@www:/usr/obj/usr/src/sys/DELL64  amd64



Both of these machines are running nearly identical software; the main 
difference is that the 2950 quad core is also running Samba. I can see 
the numbers move up and down between Free and Inactive on the 2950, but 
the 2850 just continues to have Free in decline; it now shows 10G 
inactive.  When I stop and restart apache, MySQL and Mailman on the 
2850, I can see an small increase in the Free and a decrease in 
inactive.  As far as I know, neither machine has ever gone into swap.  
The 2850 has only 2 G of swap space because originally the machine only 
had 1 G of RAM.  I don't know what the Free vs Inactive numbers were on 
that box back then.  I just never noticed the numbers.


Again, I don't know that there is any problem at all, I'm just trying to 
understand why the 2 machines 

Re: flash9 hangs firefox a lot

2009-01-17 Thread Wojciech Puchar

  just recently upgrade flash 7 to flash 9 following the
instructions. but lately found out that firefox hangs a lot when
visiting pages running flash. and the console reports:

*** NSPlugin Wrapper *** ERROR: NPP_Destroy() wait for reply: Message timeout
*** NSPlugin Wrapper *** ERROR: NPObject 0x32435650 is no longer valid!


how can I get rid of that?? thank you!!


ask adobe - they wrote flash
___
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: native lpd X LPRng

2009-01-17 Thread Martin Alejandro Paredes Sanchez
El Vie 09 Ene 2009, luizbcampos escribió:
Following LPRng documentation, I removed native lpd (/usr/sbin/lpd)
 and I come into a great mistake...

# lpd
another printer spooler is active possibly 731

 Is there any way to fix the problem, i.e, get /usr/sbin/lpd
 without reinstalling the OS?

You need the source, go to

# cd /usr/src/usr.sbin/lpr/lpd

# make install
___
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: LPRng cannot open connection...

2009-01-17 Thread Martin Alejandro Paredes Sanchez
El Sáb 20 Dic 2008, luizbcampos escribió:
   Trying to use LPRng printing spooler, it shows:

$ lpq lpd

 Printer ip2200_usb...@localhost (dest localhost@/dev/ulpt0)
 Queue : no printable jobs in queue
 Printer 'localhost@/dev/ulpt0' cannot open connection
 -getconnection: cannot get address for '/dev/ulpt0'


Does anyone know how to solve this?

I don't use LPRng, but it look like you define 2 printer

ip2200_usb_ps
'localhost@/dev/ulpt0'

and the last is wrong defined
___
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: flash9 hangs firefox a lot

2009-01-17 Thread dick hoogendijk
On Sat, 17 Jan 2009 19:31:27 +0100 (CET)
Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote:

just recently upgrade flash 7 to flash 9 following the
  instructions. but lately found out that firefox hangs a lot when
  visiting pages running flash. and the console reports:
  how can I get rid of that?? thank you!!
 
 ask adobe - they wrote flash

Flash (Adobe) and FreeBSD don't get along well.

-- 
Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
+ http://nagual.nl/ | SunOS sxce snv105 ++
+ All that's really worth doing is what we do for others (Lewis Carrol)
___
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: skype permissions

2009-01-17 Thread Boris Samorodov
Rem P Roberti remeg...@comcast.net writes:

 I have just installed Skype and the only way that I can launch the
 program is
 as root.  I know that that is a permissions thing, but I can't figure
 out how to
 bring up the program as user, or if that is even possible.

Can you do ktrace -i skype as root and an ordinary user, then do
kdump -m 128  output.txt for both of them, locate those *.txt files
somewhere at ftp/web and post a link here?


WBR
-- 
bsam
___
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: flash9 hangs firefox a lot

2009-01-17 Thread Tsu-Fan Cheng
good ones!! ;_)

TFC

On Sat, Jan 17, 2009 at 1:57 PM, dick hoogendijk d...@nagual.nl wrote:
 On Sat, 17 Jan 2009 19:31:27 +0100 (CET)
 Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote:

just recently upgrade flash 7 to flash 9 following the
  instructions. but lately found out that firefox hangs a lot when
  visiting pages running flash. and the console reports:
  how can I get rid of that?? thank you!!
 
 ask adobe - they wrote flash

 Flash (Adobe) and FreeBSD don't get along well.

 --
 Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
 + http://nagual.nl/ | SunOS sxce snv105 ++
 + All that's really worth doing is what we do for others (Lewis Carrol)
 ___
 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


Last commmand showing resolved hostname

2009-01-17 Thread Troy
I have a question.  Is there a way that you can make the 'last' command
display the DNS resolved name of the users that have logged into a machine
rather than the IP address.  Showing both name and IP address would be
even better.  

I looked at the man page (man last) and it says Host names may be names or
internet numbers.  The machine has it's DNS client working just fine. I
can resolve names perfectly fine on the machine.  It just appears that the
'last' command needs something that I'm unaware of to use the DNS
resolver.

Any ideas?

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


stable-supfile -- freebsd-update

2009-01-17 Thread Roy Stuivenberg
I am wondering.
   After installing freebsd 7.1 RELEASE, I did csup stable-supfile , en
   completed the proces of make buildword, etc, etc ..
   Everything went fine, but when I try -- freebsd-update fetch, is says
   rs-unix# freebsd-update fetch
   Looking up update.FreeBSD.org http://update.freebsd.org/ mirrors... 4
mirrors found.
   Fetching metadata signature for 7.1-STABLE from update2.FreeBSD.org...
   failed.
   Fetching metadata signature for 7.1-STABLE from update1.FreeBSD.org...
   failed.
   Fetching metadata signature for 7.1-STABLE from update4.FreeBSD.org...
   failed.
   Fetching metadata signature for 7.1-STABLE from update3.FreeBSD.org...
   failed.
   No mirrors remaining, giving up.
   I was thinking, I have to change the freebsd-update.conf file, but don't
   know what to change ..
   Anyone to help me on this?
   Regards,
   Roy.
rs-unix# uname -a
   FreeBSD rs-unix.roycs.nl 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Jan 12
   00:41:54 CET 2009 1...@rs-unix.roycs.nl:/usr/obj/usr/src/sys/GENERIC
   i386
___
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: Last commmand showing resolved hostname

2009-01-17 Thread Chuck Swiger

On Jan 17, 2009, at 11:20 AM, Troy wrote:
I have a question.  Is there a way that you can make the 'last'  
command
display the DNS resolved name of the users that have logged into a  
machine

rather than the IP address.  Showing both name and IP address would be
even better.


The issue is that DNS hostnames can change between the time the wtmp  
entry was made and the time you run last and try to perform DNS  
resolution, so the wtmp database keeps IP addresses only.


This being said, you can get what you've asked for by installing the / 
usr/ports/dns/adns port, and running last | adnsresfilter.


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: Skype permissions (kdump output)

2009-01-17 Thread Rem P Roberti

The output of kdump -m 128 can be found here:

http://home.comcast.net/~remegius/skypetrace.txt


Thank you for your help.

Rem
___
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: Skype permissions (kdump output)

2009-01-17 Thread Boris Samorodov
Rem P Roberti remeg...@comcast.net writes:

 The output of kdump -m 128 can be found here:

 http://home.comcast.net/~remegius/skypetrace.txt

Well, kdump should really be linux_kdump (from devel/linux_kdump,
better to install as a package). If you can't install the port,
then send me two (for root and ordinary user) output files for ktrace at
private email.


WBR
-- 
bsam
___
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: Skype permissions (kdump output)

2009-01-17 Thread Chagin Dmitry
On Sat, Jan 17, 2009 at 01:31:16PM -0800, Rem P Roberti wrote:
 The output of kdump -m 128 can be found here:
 
 http://home.comcast.net/~remegius/skypetrace.txt
 
 

please, use linux_kdump instead.

-- 
Have fun!
chd
___
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: Skype permissions (kdump output)

2009-01-17 Thread Rem P Roberti

Chagin Dmitry wrote:

On Sat, Jan 17, 2009 at 01:31:16PM -0800, Rem P Roberti wrote:
  

The output of kdump -m 128 can be found here:

http://home.comcast.net/~remegius/skypetrace.txt





please, use linux_kdump instead.

  

Well, Boris just emailed me about that, but I'm having a bit of a problem.
When I try to install linux_kdump from the ports I get: ===  
linux_kdump-1.5_2
does not build with the default linux base, use the package instead. *** 
Error code 1
But if I try to install it as a package pkg_add tells me the package 
doesn't exist.


Rem

___
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: stable-supfile -- freebsd-update

2009-01-17 Thread Jeroen Hofstee

As far as I know you cannot use freebsd-update on stable releases.
Use *default release=cvs tag=RELENG_7_1 instead to track a release,
That will get you back to 7.1 p nr and allows you to do binary upgrades 
again.


Jeroen Hofstee

Roy Stuivenberg schreef:

I am wondering.
   After installing freebsd 7.1 RELEASE, I did csup stable-supfile , en
   completed the proces of make buildword, etc, etc ..
   Everything went fine, but when I try -- freebsd-update fetch, is says
   rs-unix# freebsd-update fetch
   Looking up update.FreeBSD.org http://update.freebsd.org/ mirrors... 4
mirrors found.
   Fetching metadata signature for 7.1-STABLE from update2.FreeBSD.org...
   failed.
   Fetching metadata signature for 7.1-STABLE from update1.FreeBSD.org...
   failed.
   Fetching metadata signature for 7.1-STABLE from update4.FreeBSD.org...
   failed.
   Fetching metadata signature for 7.1-STABLE from update3.FreeBSD.org...
   failed.
   No mirrors remaining, giving up.
   I was thinking, I have to change the freebsd-update.conf file, but don't
   know what to change ..
   Anyone to help me on this?
   Regards,
   Roy.
rs-unix# uname -a
   FreeBSD rs-unix.roycs.nl 7.1-STABLE FreeBSD 7.1-STABLE #0: Mon Jan 12
   00:41:54 CET 2009 1...@rs-unix.roycs.nl:/usr/obj/usr/src/sys/GENERIC
   i386
___
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: Skype permissions (kdump output)

2009-01-17 Thread Boris Samorodov
Rem P Roberti remeg...@comcast.net writes:
 Chagin Dmitry wrote:
 On Sat, Jan 17, 2009 at 01:31:16PM -0800, Rem P Roberti wrote:
   
 The output of kdump -m 128 can be found here:

 http://home.comcast.net/~remegius/skypetrace.txt

 please, use linux_kdump instead.

 Well, Boris just emailed me about that, but I'm having a bit of a problem.
 When I try to install linux_kdump from the ports I get: ===
 linux_kdump-1.5_2
 does not build with the default linux base, use the package
 instead. *** Error code 1
 But if I try to install it as a package pkg_add tells me the package
 doesn't exist.

You may try that one:
ftp://ftp.ipt.ru/pub/linux/linux_kdump-1.5_2.tbz


WBR
-- 
bsam
___
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


Window Maker directories

2009-01-17 Thread Allen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I seem to be having trouble finding where exactly the Window Maker
directories are. I mean the ones that store themes and backgrounds and
so on. On Linux I'd generally use /usr/share/WindowMaker/*

But my FreeBSD 7.1 system doesn't seem to have that one, and in the 12
or so FreeBSD books I have, it doesn't really mention it.

Where are they exactly? I'd like to add some new themes and some images
for wallpaper as I've been using WM over the other available options lately.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAklyXekACgkQrIzdsjqXtJlOUACfQzVeQDDyDI2fLVnl7ZjhpEpz
TBUAn2v5NmuddwUPs0eH0agk+AtKJJyU
=UH33
-END PGP SIGNATURE-
___
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: Window Maker directories

2009-01-17 Thread Polytropon
On Sat, 17 Jan 2009 17:38:33 -0500, Allen slackwarew...@comcast.net wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I seem to be having trouble finding where exactly the Window Maker
 directories are. I mean the ones that store themes and backgrounds and
 so on. On Linux I'd generally use /usr/share/WindowMaker/*
 
 But my FreeBSD 7.1 system doesn't seem to have that one, and in the 12
 or so FreeBSD books I have, it doesn't really mention it.

It's very simple to comclude where this directory should be.
First of all, FreeBSD stores data of installed software that
does not belong to the OS itself in /usr/local subtrees. So
if you check /usr/local/share/WindowMaker/, you found it. :-)



 Where are they exactly? I'd like to add some new themes and some images
 for wallpaper as I've been using WM over the other available options lately.

You can add them locally (to your user account) in ~/GNUstep/
as an alternative.




-- 
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: Skype permissions (linux_kdump output)

2009-01-17 Thread Rem P Roberti

Here is the output of linux_kdump:

http://home.comcast.net/~remegius/skypeuser.txt

This was from a ktrace as user.  When I did that ktrace it
it gave me the usual Permission denied message.

Rem
___
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: flash9 hangs firefox a lot

2009-01-17 Thread Tim Judd

Tsu-Fan Cheng wrote:

Hi,
   just recently upgrade flash 7 to flash 9 following the
instructions. but lately found out that firefox hangs a lot when
visiting pages running flash. and the console reports:

*** NSPlugin Wrapper *** ERROR: NPP_Destroy() wait for reply: Message timeout
*** NSPlugin Wrapper *** ERROR: NPObject 0x32435650 is no longer valid!


how can I get rid of that?? thank you!!


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


Register and show your support for Flash on FreeBSD: 
http://bugs.adobe.com/jira/browse/FP-1060

___
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: Window Maker directories

2009-01-17 Thread Wojciech Puchar

directories are. I mean the ones that store themes and backgrounds and
so on. On Linux I'd generally use /usr/share/WindowMaker/*

But my FreeBSD 7.1 system doesn't seem to have that one, and in the 12


packages are in /usr/local, so maybe /usr/local/share/WindowMaker/*

use pkg_info to find exact package name and pkg_info -L packagename to see 
a file list



or so FreeBSD books I have, it doesn't really mention it.


windowmaker is not part of FreeBSD, why do you expect any FreeBSD book to 
explain windowmaker?





Where are they exactly? I'd like to add some new themes and some images
for wallpaper as I've been using WM over the other available options lately.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAklyXekACgkQrIzdsjqXtJlOUACfQzVeQDDyDI2fLVnl7ZjhpEpz
TBUAn2v5NmuddwUPs0eH0agk+AtKJJyU
=UH33
-END PGP SIGNATURE-
___
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


The FreeBSD Diary: 2008-12-28 - 2009-01-17

2009-01-17 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
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 NOT to use multibytes

2009-01-17 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This might seem an odd problem ... I spend my computertime developing, and don't
really have much care for my own personal use of multibyte character sets, at
least when I playing with the shell or in an editor.  I just finished fixing a
problem in a host I was logging into, where it was giving me strange characters
in a simple make listing.  It turned out to be that LANG and LC_ALL were set so
that things like quotes (which I would really rather have be the same ' which
I'm used to), was the lsquo and rsquo multibyte character sequences.  I
suppressed the settings of LANG and LC_ALL, and then the problem evaporated.

My problem here is that (1) this seemed like it was probably the wrong way to
fix the problem, but (2) all the documentation seems to be telling me how to add
this sort of thing, not to suppress it.  I like it when the correct characters
show up in my browser and mail, but not in the shell or editor sessions.  What's
the right way to get to where I want to be, it's not really to unset those
variables, is it?

BTW, things are just ducky with the browser and mail already,  it's only the
shell things which I need to set right.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklya2oACgkQz62J6PPcoOnyIgCgkCeLhCI1t0CAVLnPwdHDDmZI
6h8AoJOCGLSI4b0Oz81OMhiVboB2S9aq
=4Lkz
-END PGP SIGNATURE-
___
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: Window Maker directories

2009-01-17 Thread Allen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wojciech Puchar wrote:
 directories are. I mean the ones that store themes and backgrounds and
 so on. On Linux I'd generally use /usr/share/WindowMaker/*

 But my FreeBSD 7.1 system doesn't seem to have that one, and in the 12
 
 packages are in /usr/local, so maybe /usr/local/share/WindowMaker/*

Thanks. I used find and locate and neither seemed to bring that up,
though I had just run the updatedb
 
 use pkg_info to find exact package name and pkg_info -L packagename to
 see a file list
 
 or so FreeBSD books I have, it doesn't really mention it.
 
 windowmaker is not part of FreeBSD, why do you expect any FreeBSD book
 to explain windowmaker?

FreeBSD Unleashed has almost an entire chapter dedicated to it. It was
the first thing I checked.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEUEARECAAYFAklyfmoACgkQrIzdsjqXtJm0ZwCYuiSMNgqDp3jX2THn+FkA4ew3
FACgsCZl9d12+QaV1XL9uFdq0laFDXg=
=KxGH
-END PGP SIGNATURE-
___
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


X11/Xorg: does VESA driver support ATi Radeon HD4830?

2009-01-17 Thread O. Hartmann
I got a MSI R4830T2D512 ATI Radeon HD compatible graphics accelerator
card I would like to use on my FreeBSD 8.0-CUR box running the most
recent Xorg out from the ports-collection.

As I found out, 'radeonhd' driver needs Xorg server 1.5.0 or higher when
running in 64Bit and FreeBSD's ports are behind with 1.4.X. Therefore I
tried VESA driver, but neither radeon, radeonhd nor vesa driver do
recognize the board.
I sthere any chance of getting Xorg-server 1.5 soon or is there another
way making VESA driver recognizing the HD4830?

Thnaks in advance,
O.
___
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


Lost users on buildword

2009-01-17 Thread E. J. Cerejo
I just upgraded freebsd to 7.1 release and I think I messed up using 
mergemaster because I lost my users, I backed up /etc before I 
buildworld.  Is there a way to recover this now?

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


Re: Lost users on buildword

2009-01-17 Thread Manolis Kiagias
E. J. Cerejo wrote:
 I just upgraded freebsd to 7.1 release and I think I messed up using
 mergemaster because I lost my users, I backed up /etc before I
 buildworld.  Is there a way to recover this now?

Sure. Compare your current /etc/master.passwd and /etc/passwd to your
backups. Merge any new changes to your backups, restore them to /etc and
run pwd_mkdb /etc/master.passwd
___
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: Skype permissions (linux_kdump output)

2009-01-17 Thread Boris Samorodov
Rem P Roberti remeg...@comcast.net writes:

 Here is the output of linux_kdump:

 http://home.comcast.net/~remegius/skypeuser.txt

 This was from a ktrace as user.  When I did that ktrace it
 it gave me the usual Permission denied message.

Are you sure that the ktrace command was ktrace -i skype?


WBR
-- 
bsam
___
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