"make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread Rob Navarro
Hi Chaps, I typed "make deinstall" within the /usr/ports/lang directory of a FreeBSD 9.0 and mistakenly lost Perl, Python, Ruby and a whole host of default compiled languages. How can I get back to the default FreeBSD default installed language state (with Perl installed etc)? Crossing my finger

Re: "make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread David Demelier
lang/ contains all languages and so on ruby, lua, python, perl.. Of course you removed perl since you typed make deinstall in that parent port tree. You can type make install in /usr/ports/lang/perl5.14 to install it again. You don't need to reinstall FreeBSD, you're not on Windows here, you can r

Re: "make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread Matthew Seaman
On 19/03/2013 07:54, Rob Navarro wrote: > Hi Chaps, > > I typed "make deinstall" within the /usr/ports/lang directory of a > FreeBSD 9.0 and mistakenly lost Perl, Python, Ruby and a whole host of > default compiled languages. > > How can I get back to the default FreeBSD default installed languag

Re: "make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread Rob Navarro
Dear Chaps, Thank you very much for responding so quickly. Curiously the freeBSD 9.0 was installed with the standard answers to a sysinstall session and did contain a version of perl. I now seem to be in the state of discovering which languages I need and then re-installing. Is there a list/datab

EU Regulation and gvfs

2013-03-19 Thread Ralf Mardorf
Hi, there's an issue with gvfs. Regarding to an EU Regulation external drives must spin down after a while, but gvfs make external drives spin up and down again and again so they don't stay asleep. I own a new WD Elements and within one week it aged by years. I marked a thread about this issue

IPC Shared memory segment

2013-03-19 Thread Vagner
Hi all! Tell me please, how may I remove shared memory segment like this: T:m shmid:65537 shmkey:0 mode:--rw-rw-rw- owner:root group:wheel creator:root cgroup:wheel NATTCH:2 SEGSZ:1048576000 CPID:2982 LPID:54375 ATIME:10:29:12 DTIME:15:56:14 CTIME:10:51:00 Pid 2982 and pid 54375 is killed. --

Re: IPC Shared memory segment

2013-03-19 Thread Julien Cigar
On 03/19/2013 13:06, Vagner wrote: Hi all! Tell me please, how may I remove shared memory segment like this: T:m shmid:65537 shmkey:0 mode:--rw-rw-rw- owner:root group:wheel creator:root cgroup:wheel NATTCH:2 SEGSZ:1048576000 CPID:2982 LPID:54375 ATIME:10:29:12 DTIME:15:56:14 CTIME:10:51:00 P

Re: Handbook Jail Chapter rewrite available for critique

2013-03-19 Thread Jov
useful doc,greate job! find a mybe copy/past mistake in 16.7.1: > *exec.stop* This is the normal script used to *start *the jail. should be: *exec.stop* This is the normal script used to *stop *the jail. regards, 2013/3/19 Fbsd8 > To all interested parties; > > I have completed the fin

adding a TrueType font

2013-03-19 Thread Matthias Apitz
Hello, I have a need for a very special font (which is used for the chars how they are teached to my son in school in first grade). I have found the TTF file and installed it as: $ file /usr/local/lib/X11/fonts/TrueType/DruckschriftBayern.ttf /usr/local/lib/X11/fonts/TrueType/DruckschriftBayern

w and who don't list users in FreeBSD 9.0 and 9.1

2013-03-19 Thread Istvan Gabor
Hello: I have both FreeBSD 9.0 and 9.1 on two different computers. w and who commands do not list logged in users in any of them (either for root or a regular user). The output of w is: root@:/root # w 4:56PM up 10 mins, 0 users, load averages: 0.18, 0.26, 0.20 USER TTY FROM

Re: adding a TrueType font

2013-03-19 Thread uki
2013/3/19 Matthias Apitz : > I have a need for a very special font (which is used for the chars how > they are teached to my son in school in first grade). For such unusual fonts, or fonts that are not in package of some kind I pu them into ~/.fonts and have the following in my .xinitrc (don't know

Re: w and who don't list users in FreeBSD 9.0 and 9.1

2013-03-19 Thread Ruben de Groot
On Tue, Mar 19, 2013 at 04:59:56PM +0100, Istvan Gabor typed: > Hello: > > I have both FreeBSD 9.0 and 9.1 on two different computers. > w and who commands do not list logged in users in any of them > (either for root or a regular user). > > The output of w is: > > root@:/root # w > 4:56PM up

Re: w and who don't list users in FreeBSD 9.0 and 9.1

2013-03-19 Thread Ralf Mardorf
On Tue, 2013-03-19 at 16:59 +0100, Istvan Gabor wrote: > I tried google search but w and who are not good search terms. Indeed, it for sure isn't easy, but did you try with quotes and other options? http://lmgtfy.com/?q=freebsd+%22who+command%22 I don't know if there is a solution, but you're at

fresh binary packages for 9.1 / 9 stable

2013-03-19 Thread CeDeROM
Hey hey :-) Are there any news on fresh binary packages for 9.1-RELEASE / 9-STABLE? :-) Best regards, Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: w and who don't list users in FreeBSD 9.0 and 9.1

2013-03-19 Thread Nikos Vassiliadis
On 19/3/2013 6:03 μμ, Ruben de Groot wrote: On Tue, Mar 19, 2013 at 04:59:56PM +0100, Istvan Gabor typed: Hello: I have both FreeBSD 9.0 and 9.1 on two different computers. w and who commands do not list logged in users in any of them (either for root or a regular user). The output of w is: r

Re: OT: Installing 9.1 without re-partitioning hard drive

2013-03-19 Thread Warren Block
On Mon, 18 Mar 2013, Ralf Mardorf wrote: On Mon, 2013-03-18 at 09:00 -0600, Warren Block wrote: On Mon, 18 Mar 2013, Ralf Mardorf wrote: Standard practice for this list is to Cc the responder and the list, because people are not required to subscribe to post. That makes sense and does explain

Re: Current Way To Update Sources & Rebuild World/Kernel? -- SOLVED

2013-03-19 Thread Drew Tomlinson
On 3/17/2013 3:16 PM, Polytropon wrote: On Sun, 17 Mar 2013 15:07:35 -0700, Drew Tomlinson wrote: I've been away for a while. In the past, the proper way to update a system was to grab current sources via cvsup and then rebuild world and kernel. But now I see cvsup is no longer supported. Cor

How To Get App To Start At Boot?

2013-03-19 Thread Drew Tomlinson
I installed Splunk which is not part of the ports tree. It's a proprietary app that I downloaded and installed on it's own. I start it with '/usr/local/splunk/bin/splunk start'. It should also be stopped with '/usr/local/splunk/bin/splunk stop'. In an attempt to automate it, I created this

Re: How To Get App To Start At Boot?

2013-03-19 Thread Michael Sierchio
On Tue, Mar 19, 2013 at 2:13 PM, Drew Tomlinson wrote: > I installed Splunk which is not part of the ports tree. It's a proprietary > app that I downloaded and installed on it's own. I start it with > '/usr/local/splunk/bin/splunk start'. It should also be stopped with > '/usr/local/splunk/bin/

Re: cannot ssh into a box with DHCP assigned IP address

2013-03-19 Thread Drew Tomlinson
On 2/20/2013 5:55 AM, Anton Shterenlikht wrote: From feenb...@nber.org Wed Feb 20 13:39:28 2013 >From: Fleuriot Damien >To: me...@bristol.ac.uk >Subject: Re: cannot ssh into a box with DHCP assigned IP address >Date: Wed, 20 Feb 2013 10:31

Intel microcode update

2013-03-19 Thread kaltheat
Hi, I was wondering how to update microcode of an Intel CPU and came across cpucontrol and sysutils/devcpu-data . But last mentioned port is not up-to-date anymore. I searched Intel's webpages for microcode updates and found archives for Linux containing one single microcode.dat file. Could som

Re: configure recursively and build question

2013-03-19 Thread kaltheat
On Tue, Mar 12, 2013 at 05:45:07PM +0100, Istvan Gabor wrote: > Hello: > > As there are no compiled FreeBSD 9.1 packages for pkg_tools I decided to > build them. > Last I started to build kde3. First I issued make configure-recursive in > /usr/ports/x11/kde3, then make install clean, and left the

Dumb down a Netgear Smart Switch

2013-03-19 Thread Al Plant
Aloha, Anybody on our list who can tell me how to set a Netgear GS108T 8 Port Smart Switch (Gigabit) to pass thru to a modem under FreeBSD. I have 2 other (non Smart) ones working with FreeBSD just fine in my rack and need to have the new one connect with a DSL modem on a static address. Th

USB Flash Drive in Stock

2013-03-19 Thread qq1595544360...@163.com
Hi, Glad to hear that you're on the market for usb driver memory, we are experienced in this field for about 8 years. There is much experience in usb driver memory with higher quality. What’s more, we have our own R&D to meet any of your requirements. There are usb drive