Re: Renaming files

2013-01-09 Thread Devin Teske
On Jan 9, 2013, at 9:29 PM, Odhiambo Washington wrote: > I have several files in this format: > > rw-r--r-- 1 johndoe johndoe20085 Jan 9 19:30 1357744249.26989.mbox:2, > -rw-r--r-- 1 johndoe johndoe24419 Jan 9 19:30 > 1357744250.26989.mbox:2, > -rw-r--r-- 1 johndoe johndoe 4

Renaming files

2013-01-09 Thread Odhiambo Washington
I have several files in this format: rw-r--r-- 1 johndoe johndoe20085 Jan 9 19:30 1357744249.26989.mbox:2, -rw-r--r-- 1 johndoe johndoe24419 Jan 9 19:30 1357744250.26989.mbox:2, -rw-r--r-- 1 johndoe johndoe 418 Jan 9 19:30 1357744251.26989.mbox:2, -rw-r--r-- 1 johndoe johnd

Re: sh script problem with capturing return code

2013-01-09 Thread Adam Vande More
On Wed, Jan 9, 2013 at 7:23 PM, Lowell Gilbert < freebsd-questions-lo...@be-well.ilk.org> wrote: > Lowell Gilbert writes: > > > I think it's a real bug, and the test cases don't cover "extra" elements > > at all. Now I just have to figure out the right fix. > > I'm pretty sure that the fix is jus

Re: sh script problem with capturing return code

2013-01-09 Thread Fbsd8
Lowell Gilbert wrote: Lowell Gilbert writes: I think it's a real bug, and the test cases don't cover "extra" elements at all. Now I just have to figure out the right fix. I'm pretty sure that the fix is just to set rval on jumping to the "extra" tag in vwalk() in src/usr.sbin/mtree/verify.c.

Re: pkgng - Symlinks created by portupgrade?

2013-01-09 Thread Walter Hurry
On Wed, 09 Jan 2013 18:54:35 +, Matthew Seaman wrote: > On 09/01/2013 18:31, Walter Hurry wrote: >> I am using pkgng. >> >> When I issue 'portupgrade -p', after build and installation, >> it builds a new package, as advertised. This (by default) is put into >> /usr/ ports/packages/All. >> >

Re: sh script problem with capturing return code

2013-01-09 Thread Lowell Gilbert
Lowell Gilbert writes: > I think it's a real bug, and the test cases don't cover "extra" elements > at all. Now I just have to figure out the right fix. I'm pretty sure that the fix is just to set rval on jumping to the "extra" tag in vwalk() in src/usr.sbin/mtree/verify.c. But my hot water hea

clang

2013-01-09 Thread ajtiM
I had FreeBSD 9.0-RELEASE which was updated with freebsd-update upgrade to RC-3 and RC3 with freebsd-update to 9.1 release: FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Almost 90% of ports I built with clang and

Re: sh script problem with capturing return code

2013-01-09 Thread Lowell Gilbert
Lowell Gilbert writes: > It's not; ignore my example. The extra directory was under the ignored > directory, so it's testing the right properties. I think if I create the > new subdirectory under the other main directory, it would be right. Confirmed. The test case now looks like this: =

Re: sh script problem with capturing return code

2013-01-09 Thread Lowell Gilbert
Lowell Gilbert writes: > and I think the problem you're having is that the second "echo $?" > should be 2, although the others are correct at 0. Is that correct? It's not; ignore my example. The extra directory was under the ignored directory, so it's testing the right properties. I think if I

Re: sh script problem with capturing return code

2013-01-09 Thread Lowell Gilbert
Fbsd8 writes: > So the question remains, why is mtree giving a return of zero when it > finds directories on the target that are not in the spec file? Okay, I had a hard time figuring out your examples, but I think I've got an independent repeatable test case for the problem. ==

Re: Which ports tree through svn?

2013-01-09 Thread Warren Block
On Wed, 9 Jan 2013, Fleuriot Damien wrote: On Jan 9, 2013, at 3:41 PM, Andrei Brezan wrote: Hello list, I'm using: FreeBSD myhost.mydomain.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 I wa

Re: pkgng - Symlinks created by portupgrade?

2013-01-09 Thread Matthew Seaman
On 09/01/2013 18:31, Walter Hurry wrote: > I am using pkgng. > > When I issue 'portupgrade -p', after build and installation, it > builds a new package, as advertised. This (by default) is put into /usr/ > ports/packages/All. > > At the same time, it installs a set of symlinks; one for each rel

pkgng - Symlinks created by portupgrade?

2013-01-09 Thread Walter Hurry
I am using pkgng. When I issue 'portupgrade -p', after build and installation, it builds a new package, as advertised. This (by default) is put into /usr/ ports/packages/All. At the same time, it installs a set of symlinks; one for each relevant port category, plus one in /usr/ports/packages/L

Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp

2013-01-09 Thread Antonio Olivares
On Wed, Jan 9, 2013 at 11:27 AM, Volodymyr Kostyrko wrote: > 09.01.2013 19:24, Antonio Olivares: > >> where does this file "launcher/javaws.in" reside? >> /usr/local/bin/? > > > Sorry, I had to write that this file is at distribution sources, installed > copy is at /usr/local/bin/itweb-javaws. > >

Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp

2013-01-09 Thread Volodymyr Kostyrko
09.01.2013 19:24, Antonio Olivares: where does this file "launcher/javaws.in" reside? /usr/local/bin/? Sorry, I had to write that this file is at distribution sources, installed copy is at /usr/local/bin/itweb-javaws. So I can remove the ``-a "javaws" '' from it to fix it? I guess so...

Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp

2013-01-09 Thread Antonio Olivares
On Wed, Jan 9, 2013 at 11:02 AM, Volodymyr Kostyrko wrote: > 09.01.2013 18:53, Antonio Olivares: > >> How do I do the suggested fix? >> As root? >> as regular user? >> i.e, how do I change the attributes. I see the fix, but don't know >> how to apply it :( > > > I changed the script to not includ

Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp

2013-01-09 Thread Volodymyr Kostyrko
09.01.2013 18:53, Antonio Olivares: How do I do the suggested fix? As root? as regular user? i.e, how do I change the attributes. I see the fix, but don't know how to apply it :( I changed the script to not include '-a javaws' in the last line of your log: --- launcher/javaws.in 2012-11-0

Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp

2013-01-09 Thread Antonio Olivares
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173603 > > -- I get this: $ bash -x `which itweb-javaws` jviewer.jnlp + JAVA=/usr/local/openjdk6/jre/bin/java + LAUNCHER_BOOTCLASSPATH=-Xbootclasspath/a:/usr/local/share/icedtea-web/netx.jar + LAUNCHER_FLAGS=-Xms8m + CLASSNAME=net.sourceforge.jnl

Re: how to change from STABLE to RELEASE?

2013-01-09 Thread Antonio Olivares
>> === >> >> When I reboot I get: >> >> Enter full pathname of shell or RETURN for /bin/sh: >> I press enter and try: >> >> # mount -a >> mount: not found >> # mount -urw / >> mount: not found >> # >> >> I try >> # /rescue/vi /etc/defaults/rc.conf >> which is the one that

Re: installing a new device driver

2013-01-09 Thread Lowell Gilbert
"Zyumbilev, Peter" writes: > On 09/01/2013 13:16, Jack Mc Lauren wrote: >> This is the output of pciconf -lv : >> >> vendor = 'FarSite Communications Limited' >> device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)' >> class = simple comms >> >> So what is the

Re: change an image or convert it to metapost

2013-01-09 Thread Lowell Gilbert
Antonio Olivares writes: > On Wed, Jan 9, 2013 at 2:07 AM, Lowell Gilbert > wrote: >> Antonio Olivares writes: >> >>> Dear folks, >>> >>> Is it possible to change an image: >>> >>> http://www.valleycentral.com/uploadedImages/kgbt/Sports/Videos/GatorLogoJPEG.jpg?w=440&h=330&aspect=nostretch >>>

Re: Which ports tree through svn?

2013-01-09 Thread Fleuriot Damien
On Jan 9, 2013, at 3:41 PM, Andrei Brezan wrote: > Hello list, > > I'm using: > FreeBSD myhost.mydomain.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun > 12 02:52:29 UTC 2012 > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > I want/need to use svn for my ports

Re: how to change from STABLE to RELEASE?

2013-01-09 Thread Warren Block
On Wed, 9 Jan 2013, Fleuriot Damien wrote: On Jan 9, 2013, at 3:56 PM, Warren Block wrote: On Tue, 8 Jan 2013, Antonio Olivares wrote: Dear folks, I am happily running FreeBSD 9.0-STABLE on one of my machines, but I want to move to FreeBSD-RELEASE and use # freebsd-update upgrade -r 9.1-R

Re: sh script problem with capturing return code

2013-01-09 Thread Fbsd8
Lowell Gilbert wrote: Fbsd8 writes: Polytropon wrote: On Tue, 08 Jan 2013 16:30:49 -0500, Fbsd8 wrote: I can not get the return code from mtree to control the displaying of a error message. The mtree at the end of the script does function correctly because I can tell from the printed output

Re: how to change from STABLE to RELEASE?

2013-01-09 Thread Fleuriot Damien
On Jan 9, 2013, at 3:56 PM, Warren Block wrote: > On Tue, 8 Jan 2013, Antonio Olivares wrote: > >> Dear folks, >> >> I am happily running FreeBSD 9.0-STABLE on one of my machines, but I >> want to move to FreeBSD-RELEASE and use >> # freebsd-update upgrade -r 9.1-RELEASE >> but it does not fin

Re: how to change from STABLE to RELEASE?

2013-01-09 Thread Warren Block
On Tue, 8 Jan 2013, Antonio Olivares wrote: Dear folks, I am happily running FreeBSD 9.0-STABLE on one of my machines, but I want to move to FreeBSD-RELEASE and use # freebsd-update upgrade -r 9.1-RELEASE but it does not find a valid repository. How can I solve this issue to move to newer RELE

Which ports tree through svn?

2013-01-09 Thread Andrei Brezan
Hello list, I'm using: FreeBSD myhost.mydomain.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 I want/need to use svn for my ports tree mainly because I need to downgrade ports. There is portdown

Re: how to change from STABLE to RELEASE?

2013-01-09 Thread Fleuriot Damien
On Jan 9, 2013, at 2:26 PM, Antonio Olivares wrote: >>> Give this a try >>> >>> setenv UNAME_r "9.0-RELEASE" >>> freebsd-update fetch update >>> freebsd-update upgrade -r 9.1-RELEASE >> >> Thank you very much! It seems to be working: >> >> $ su - >> Password: >> %seten UNAME_r "9.0-RELEASE"

Fwd: how to change from STABLE to RELEASE?

2013-01-09 Thread Antonio Olivares
>> Give this a try >> >> setenv UNAME_r "9.0-RELEASE" >> freebsd-update fetch update >> freebsd-update upgrade -r 9.1-RELEASE > > Thank you very much! It seems to be working: > > $ su - > Password: > %seten UNAME_r "9.0-RELEASE" > seten: Command not found. > %setenv UNAME_r "9.0-RELEASE" > %freebs

Re: change an image or convert it to metapost

2013-01-09 Thread Antonio Olivares
On Wed, Jan 9, 2013 at 2:07 AM, Lowell Gilbert wrote: > Antonio Olivares writes: > >> Dear folks, >> >> Is it possible to change an image: >> >> http://www.valleycentral.com/uploadedImages/kgbt/Sports/Videos/GatorLogoJPEG.jpg?w=440&h=330&aspect=nostretch >> >> To metapost? so that it could be pr

USB in Windows7 guest

2013-01-09 Thread Leslie Jensen
Hello. I posted this on the freebsd-virtualization list but got no answers so now I hope that someone here can shed the light for me. I have a Windows7 guest OS in Virtualbox on a FreeBSD 9.1-RELEASE system. I've followed the instructions in the handbook for enabling USB-support in Virtual

Re: openjdk6 + iced-teaweb installed, cannot open *.jnlp

2013-01-09 Thread Volodymyr Kostyrko
09.01.2013 02:57, Antonio Olivares: Dear folks, I am having difficulties with java on my machine I have the java openjdk6 and the iced-teaweb ports installed. As the old diablo jdk has been depracated and has been recommended to remove, I have done this, I cannot open *.jnlp files on my machine

Re: installing a new device driver

2013-01-09 Thread Michael Powell
Jack Mc Lauren wrote: > Hi all > Sorry I ask so much cause I'm a new user to freeBSD :) > > Hear's the deal. How can I install a new device driver on my OS ? Please > explain in details because of the reason I mentioned earlier :) > First, please understand that FreeBSD is a mostly, self-contai

Re: installing a new device driver

2013-01-09 Thread Zyumbilev, Peter
On 09/01/2013 13:16, Jack Mc Lauren wrote: > This is the output of pciconf -lv : > > vendor = 'FarSite Communications Limited' > device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)' > class = simple comms > > So what is the next step ? > I would strongly a

Re: installing a new device driver

2013-01-09 Thread Jack Mc Lauren
This is the output of pciconf -lv :     vendor     = 'FarSite Communications Limited'     device     = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)'     class      = simple comms So what is the next step ? From: Ralf Mardorf To: freebsd-questions@free

Re: installing a new device driver

2013-01-09 Thread Ralf Mardorf
On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote: > How can I install a new device driver on my OS ? I'm new to FreeBSD myself :). Manually as root run kldload driver_name this is something I already used myself. To load the module automagically at startup, edit /boot/l

installing a new device driver

2013-01-09 Thread Jack Mc Lauren
Hi all Sorry I ask so much cause I'm a new user to freeBSD :) Hear's the deal. How can I install a new device driver on my OS ? Please explain in details because of the reason I mentioned earlier :) Thanks in advance ... ___ freebsd-questions@freebsd.o

Re: keyboard and mouse problem

2013-01-09 Thread Erich Dollansky
Hi, On Tue, 8 Jan 2013 23:53:04 -0800 (PST) Jack Mc Lauren wrote: > I have a freeBSD 8.2 amd64 on my system and I'm using > gnome environment. But after a few seconds my USB keyboard and  PS/2 > mouse hang up !!! > when did you setup the system? Did this happen after an update? > What should I

Re: which version of FBSD should i install?

2013-01-09 Thread Erich Dollansky
Hi, On Tue, 8 Jan 2013 23:16:58 -0800 Gary Kline wrote: > On Wed, Jan 09, 2013 at 12:55:49PM +0700, Erich Dollansky wrote: > > Hi, > > > > On Tue, 8 Jan 2013 18:55:04 -0800 > > Gary Kline wrote: > > > > > ms well use my 2005 Thinkpad. it is reasonably fast at > > > 3.06GHz. should clue me

Re: keyboard and mouse problem

2013-01-09 Thread Lowell Gilbert
Jack Mc Lauren writes: > I have a freeBSD 8.2 amd64 on my system and I'm using > gnome environment. But after a few seconds my USB keyboard and  PS/2 > mouse hang up !!! > > What should I do ? Are you still able to switch to other virtual terminals? Are you still able to ssh in to the system and

Re: change an image or convert it to metapost

2013-01-09 Thread Lowell Gilbert
Antonio Olivares writes: > Dear folks, > > Is it possible to change an image: > > http://www.valleycentral.com/uploadedImages/kgbt/Sports/Videos/GatorLogoJPEG.jpg?w=440&h=330&aspect=nostretch > > To metapost? so that it could be processed by metapost? > > I have referenced this page > > http://m