portshaker, listing updates and skipping broken/removed ports

2012-02-09 Thread Antonio Olivares
Dear folks, I have a question regarding portshaker. I have successfully used Warren Block's script to make updates. http://www.wonkity.com/~wblock/docs/html/portupgrade.html #!/bin/sh /usr/sbin/portsnap fetch update && \ /usr/local/sbin/portmaster -L --index-only | egrep '(ew|ort) version|total

/lib/exec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "libxfsm-4.6.so.0" amd64 FreeBSD 8.2

2012-02-15 Thread Antonio Olivares
Dear folks, I updated ports and one failed, gimp-app. I checked /usr/src/UPDATING and I followed advice there to run # portmaster -w devel/pcre and I did this, and now machine won't get X. How can I bypass this mistake? I am now hesitant to update the other machines :(, I will get into problem

Re: /lib/exec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "libxfsm-4.6.so.0" amd64 FreeBSD 8.2

2012-02-15 Thread Antonio Olivares
>> You can recompile all ports that depend on pcre so that they'll use the >> new shared library. >> >> You can do so with: >> # portmaster -r pcre-8.30 >> >> Ryan >> >> On 02/15/2012 08:42 PM, Antonio Olivares wrote: >>> Dear

Re: /lib/exec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "libxfsm-4.6.so.0" amd64 FreeBSD 8.2

2012-02-15 Thread Antonio Olivares
On Wed, Feb 15, 2012 at 9:33 PM, Robert Bonomi wrote: > Antonio Olivares wrote; > >>  I am doing this and see how it goes.  I used ldd to check for >> libprce.so and I got : >> >> ldd /usr/local/lib/libprce.so: >>         libc.so.7 => /lib/libc.so.7 (0x8006

Re: /lib/exec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "libxfsm-4.6.so.0" amd64 FreeBSD 8.2

2012-02-16 Thread Antonio Olivares
On Thu, Feb 16, 2012 at 8:18 AM, Ryan Frederick wrote: > It looks like others have run into this problem with avahi-app as well: > > http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068658.html > > A cursory search shows that uninstalling avahi-app then reinstalling should > take care of

Re: /lib/exec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "libxfsm-4.6.so.0" amd64 FreeBSD 8.2

2012-02-17 Thread Antonio Olivares
On Thu, Feb 16, 2012 at 9:08 AM, Antonio Olivares wrote: > On Thu, Feb 16, 2012 at 8:18 AM, Ryan Frederick > wrote: >> It looks like others have run into this problem with avahi-app as well: >> >> http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068658.html >

No updates needed to update system to 8.2-RELEASE-p6 but still on 8.2-RELEASE-p3

2012-02-18 Thread Antonio Olivares
Dear kind folks, I am getting more and more as to what is needed to keeping a system running in optimum conditions(updating ports & userland too). I was just updating ports, but neglecting the new userland tools & kernels. I have successfully run make buildworld & make installworld, and the steps

Re: No updates needed to update system to 8.2-RELEASE-p6 but still on 8.2-RELEASE-p3

2012-02-18 Thread Antonio Olivares
On Sat, Feb 18, 2012 at 8:04 PM, Robert Bonomi wrote: > > Antonio, >  The 'upgrade' from _P5_ to P6 did not touch the kernel, hence the kernel ID > did not change. > >  Going from P3  you should have seen a kernel update. > >  what do you see if you do "strings /boot/kernel/kernel |grep 8" It is

Re: No updates needed to update system to 8.2-RELEASE-p6 but still on 8.2-RELEASE-p3

2012-02-19 Thread Antonio Olivares
On Sun, Feb 19, 2012 at 4:22 AM, Matthew Seaman wrote: > On 19/02/2012 02:06, Antonio Olivares wrote: >> On Sat, Feb 18, 2012 at 8:04 PM, Robert Bonomi >> wrote: >>> >>> Antonio, >>>  The 'upgrade' from _P5_ to P6 did not touch the kernel, he

Re: Installing Samsung CLX-2160 color laser printer on USB using CUPS

2012-02-25 Thread Antonio Olivares
On Sat, Feb 25, 2012 at 3:14 PM, Polytropon wrote: > I have a problem installing a Samsung CLX-2160 color > laser printer using CUPS. In the http://localhost:631 > web-based configuration, none of the methods that are > supposed to be used for installing a printer works. > > The "Add Printer" butt

Re: Convert mp3 to audio CD

2012-03-20 Thread Antonio Olivares
On Tue, Mar 20, 2012 at 10:10 PM, Steve Bertrand wrote: > I know this is a backwards request, as I haven't had to go from mp3 to audio > CD format in at least 10 years, but I do now. > > What is available to do so? > > Steve Take a look here: http://www.linuxquestions.org/questions/linux-softwar

Re: ghostscript message when running ps2pdf

2012-04-08 Thread Antonio Olivares
On Sun, Apr 8, 2012 at 7:06 AM, Robert Huff wrote: > > Antonio Olivares writes: > >>  Has anyone seen the following message: >> >>  GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code >> = -1? >> >>  This is the first time I s

Re: find sources to build Handbook and FAQ for FreeBSD?

2012-04-20 Thread Antonio Olivares
On Fri, Apr 20, 2012 at 8:45 PM, Warren Block wrote: > On Fri, 20 Apr 2012, Antonio Olivares wrote: > >> Does anyone know where the source(s) for the FreeBSD Handbook and >> FreeBSD FAQ are found? > > > SGML source is in /usr/doc/en_US.ISO8859-1/books/handbook/ and

Re: find sources to build Handbook and FAQ for FreeBSD?

2012-04-20 Thread Antonio Olivares
On Sat, Apr 21, 2012 at 1:04 AM, Polytropon wrote: > On Sat, 21 Apr 2012 00:50:20 -0500, Antonio Olivares wrote: >> On Fri, Apr 20, 2012 at 8:45 PM, Warren Block wrote: >> > On Fri, 20 Apr 2012, Antonio Olivares wrote: >> > >> >> Does anyone know where the

Re: find sources to build Handbook and FAQ for FreeBSD?

2012-04-20 Thread Antonio Olivares
On Sat, Apr 21, 2012 at 1:31 AM, Antonio Olivares wrote: > On Sat, Apr 21, 2012 at 1:04 AM, Polytropon wrote: >> On Sat, 21 Apr 2012 00:50:20 -0500, Antonio Olivares wrote: >>> On Fri, Apr 20, 2012 at 8:45 PM, Warren Block wrote: >>> > On Fri, 20 Ap

Re: djvu viewers from ports or add capability to view to xpdf, gv or other

2012-05-10 Thread Antonio Olivares
On Thu, May 10, 2012 at 5:09 AM, Chris Hill wrote: > On Thu, 10 May 2012, Polytropon wrote: > >> On Wed, 9 May 2012 16:35:03 -0500, Antonio Olivares wrote: >>> >>> Dear folks, >>> >>> How can I add the capability of viewing djvu files to say xpdf or

no X after updating ports [Intel i945GME]

2012-05-21 Thread Antonio Olivares
Dear folks, I have an acer-aspire 1 netbook running FreeBSD 9.0 i386. It was working beautifully, but after todays updates, X no longer works. On screen I have drm0: on vgapci0 info: [drm] AGP at 0x2000 256MB info: [drm] Initialized i915 1.6.0 20080730 I have also: xfsettingsd: Fatal I

Re: djvu viewers from ports or add capability to view to xpdf, gv or other

2012-05-21 Thread Antonio Olivares
>> I had a gut feeling that viewers like gv or xpdf would have the >> capability to view djvu files, since evince could do this, but I guess >> I was wrong. > > As far as I know, the ability to deal with this file formate > requires the corresponding library to be used. Evince seems > to be able to

Re: no X after updating ports [Intel i945GME]

2012-05-22 Thread Antonio Olivares
> Dear folks, > > I have an acer-aspire 1 netbook running FreeBSD 9.0 i386.  It was > working beautifully, but after todays updates, X no longer works. > > On screen I have > > drm0: on vgapci0 > info:  [drm] AGP at 0x2000 256MB > info:  [drm] Initialized i915 1.6.0 20080730 > > I have also: >

xfce4.10, terminal command not working, no icons on panel(s)

2012-05-27 Thread Antonio Olivares
Dear folks, I updated ports and consequently updated to xfce4.10. I try to run terminal and it does not work. Script started on Sun May 27 08:32:31 2012 [olivares@tricorehome ~]$ termian? ?? ?nal /libexec/ld-elf.so.1: Shared object "libxfce4util.so.5" not found, required by "terminal" [olivares

Re: xfce4.10, terminal command not working, no icons on panel(s)

2012-05-27 Thread Antonio Olivares
On Sun, May 27, 2012 at 8:54 AM, Leslie Jensen wrote: > > > Antonio Olivares skrev 2012-05-27 15:38: >> >> Dear folks, >> >> I updated ports and consequently updated to xfce4.10.  I try to run >> terminal and it does not work. >> >> Script

Re: xfce4.10, terminal command not working, no icons on panel(s)

2012-05-27 Thread Antonio Olivares
On one of my machines, While running # portmaster -tf xfce-4.10 >> I get a major error and everything comes to a screeching halt :( I get a bad gid on my own username and last line I see is pwd_mkdb: /mnt/etc/master.passwd: Inappropriate file type or format How can I get around this? Googling

Re: xfce4.10, terminal command not working, no icons on panel(s)

2012-05-27 Thread Antonio Olivares
On Sun, May 27, 2012 at 12:10 PM, Antonio Olivares wrote: > On one of my machines, > While running > #  portmaster -tf xfce-4.10 >>> > > I get a major error and everything comes to a screeching halt :( > > I get a bad gid on my own username and last line I

reset xfce settings to originals

2012-05-27 Thread Antonio Olivares
Dear folks, on two of three machines I have successfully updated and removed the packages that I should have removed and rebuilt xfce 4.10 on FreeBSD. However, the bottom panel shows no icons. The top panel the logout button shows no icon either. Several entries show no icons as well. How can I

font sizes in xfce 4.10

2012-05-27 Thread Antonio Olivares
Dear folks, I forgot to ask in same thread. Apologize in advance :( The font sizes have changed giving very tiny size, it was not like in 4.8.3 XFCE. Will resetting xfce to pristine state(default) restore these? or do I have to figure out another way to fix this? Thanks & Regards, Antonio __

Re: font sizes in xfce 4.10

2012-05-27 Thread Antonio Olivares
On Sun, May 27, 2012 at 11:11 PM, Polytropon wrote: > On Sun, 27 May 2012 22:20:43 -0500, Antonio Olivares wrote: >> Dear folks, >> >> I forgot to ask in same thread.  Apologize in advance :( >> The font sizes have changed giving very tiny size, it was not like in >

Re: font sizes in xfce 4.10

2012-05-27 Thread Antonio Olivares
On Sun, May 27, 2012 at 11:33 PM, Antonio Olivares wrote: > On Sun, May 27, 2012 at 11:11 PM, Polytropon wrote: >> On Sun, 27 May 2012 22:20:43 -0500, Antonio Olivares wrote: >>> Dear folks, >>> >>> I forgot to ask in same thread.  Apologize in advance :( &g

pwd_mkdb: /etc/master.passwd: Inappropriate file type or format

2012-05-28 Thread Antonio Olivares
Dear folks, Two of three machines updated to xfce4.10 successfully. Now only one refuses to work. I encounter the error above. I have tried numerous approaches already, but none have seemed to work. Error message is as follows: Creating user `me

Re: font sizes in xfce 4.10

2012-05-28 Thread Antonio Olivares
On Mon, May 28, 2012 at 9:49 AM, Warren Block wrote: > On Sun, 27 May 2012, Antonio Olivares wrote: > >> I believe that I have found a way to fix the issue. >> >> The problem was the DPI, the fonts are the same size.  Now everything >> seems to be normal :) > &g

Re: pwd_mkdb: /etc/master.passwd: Inappropriate file type or format

2012-05-28 Thread Antonio Olivares
On Mon, May 28, 2012 at 10:46 AM, Polytropon wrote: > On Mon, 28 May 2012 08:44:46 -0500, Antonio Olivares wrote: >> I have copied the file master.passwd.bak from /var/backups/ into /etc/ >> and it still does not work.  I cannot get around this error. > > You have to make

Re: pwd_mkdb: /etc/master.passwd: Inappropriate file type or format

2012-05-28 Thread Antonio Olivares
> > Looks wrong; the parameter -d is "-d directory", explained > as "Store databases into specified destination directory > instead of /etc." > > The coorect command should be > >        # pwd_mkdb /etc/master.passwd > > See "man pwd_mkdb" for details. > >> but it fails with a pam_auth() or I can't

Re: font sizes in xfce 4.10

2012-06-04 Thread Antonio Olivares
On Mon, Jun 4, 2012 at 4:34 AM, Leslie Jensen wrote: > > > 2012-05-28 06:53, Antonio Olivares skrev: > >>> >>> I copied the username/.config directory to another folder and nuked >>> it.  Then I see the pristine settings.  They are almost the same with >

Re: Is this something we (as consumers of FreeBSD) need to be aware of?

2012-06-05 Thread Antonio Olivares
On Tue, Jun 5, 2012 at 1:19 PM, Kurt Buff wrote: > UEFI considerations drive Fedora to pay MSFT to sign their kernel binaries > http://cwonline.computerworld.com/t/8035515/1292406/565573/0/ > > This would seem to make compiling from source difficult. > Red Hat is the one that is apparently paying

converting mpost(ed) files individually to eps

2012-06-18 Thread Antonio Olivares
Dear folks, I am taking a plunge to learning a little bit of metapost. I have found examples page using google. http://www.tlhiv.org/MetaPost/examples/examples.html I want to convert output files individually to eps. I can only convert the first one output say file.1 to file.eps, but when ther

Re: converting mpost(ed) files individually to eps

2012-06-18 Thread Antonio Olivares
On Mon, Jun 18, 2012 at 8:30 PM, Robert Bonomi wrote: >> > Date: Mon, 18 Jun 2012 19:50:01 -0500 >> > From: Antonio Olivares >> > Subject: converting mpost(ed) files individually to eps >> > >> > Dear folks, >> > >> > I am taking a

urtw0 wireless device on FreeBSD problems

2012-06-18 Thread Antonio Olivares
Dear Folks, following an excellent guide by W. Block: http://www.wonkity.com/~wblock/docs/html/wireless.html I connected successfully to a wireless network. However, the connection works for a while then drops off. At the end I get a kernel panic and the machine presents press something to avo

Re: converting mpost(ed) files individually to eps

2012-06-19 Thread Antonio Olivares
On Mon, Jun 18, 2012 at 10:32 PM, Warren Block wrote: > On Mon, 18 Jun 2012, Antonio Olivares wrote: > >> But I get error in line 16: >> >> $ ./mpost-eps webfig >> ./mpost-eps: 16: Syntax error: word unexpected >> >>  for file in file.*  do > >

Re: Why Clang

2012-06-20 Thread Antonio Olivares
On Wed, Jun 20, 2012 at 9:44 AM, Wojciech Puchar wrote: >> licensed gcc or b) A maintained and current GPLv3 gcc with GPLv3 >> licensed libc. > > FreeBSD doesn't use GNU libc. am i missing something? > No they don't :) It is good that they don't. Why? Because of the changes from GPLv2 to GPLv3

Character shortcuts

2011-03-12 Thread Antonio Olivares
Dear FreeBSD experts, There has been something that I find hard to do, I would like to find a CTRL + KEY combination, or ALT + KEY combination to input special characters like (ñ) [ALT + 164 or ALT + 0241 in Mr. Gates OS]. http://www.forlang.wsu.edu/help/keyboards.asp accents other symbols like

Re: Character shortcuts

2011-03-12 Thread Antonio Olivares
On Sat, Mar 12, 2011 at 3:43 PM, Polytropon wrote: > On Sat, 12 Mar 2011 14:07:59 -0600, Antonio Olivares > wrote: >> Dear FreeBSD experts, >> >> There has been something that I find hard to do, I would like to find >> a CTRL + KEY combination, or ALT + KE

Re: Character shortcuts

2011-03-12 Thread Antonio Olivares
Chad & all, On Sat, Mar 12, 2011 at 5:24 PM, Chad Perrin wrote: > On Sat, Mar 12, 2011 at 02:07:59PM -0600, Antonio Olivares wrote: >> Dear FreeBSD experts, >> >> There has been something that I find hard to do, I would like to find >> a CTRL + KEY combination, or

Custom 64bit FreeBSD 8.2-RELEASEs?

2011-03-12 Thread Antonio Olivares
Dear Manolis, Sorry to ask but are there any releases for 8.2 in the works? http://freebsd-custom.wikidot.com/ I have checked here: http://freebsd-custom.wikidot.com/downloads-page but it stil points to 8.1 release. I have an 8.1 version running beautifully thanks to you and all the members of

Re: installing freebsd on a thinkpad x300

2011-03-18 Thread Antonio Olivares
Alokat, On Fri, Mar 18, 2011 at 2:04 PM, Alokat wrote: > Hi, > > I have successfully installed FreeBSD on my x300 but I have some driver > problems. > > Does someone know how to figure out which driver I need for the sound and > the wlan card? For the sound^{1}, try loading the $ su - passwd: # k

gkrellm2 GnuTLS and OpenSSL, conky doesn't work :(

2011-03-21 Thread Antonio Olivares
Dear FreeBSD experts, I wanted to install gkrellm2 and I get the following error. grullahighschool# cd /usr/ports/sysutils/ grullahighschool# cd gkrellm2 grullahighschool# pwd /usr/ports/sysutils/gkrellm2 grullahighschool# make install clean ===> gkrellm-2.3.4_3 is marked as broken: GnuTLS and O

Re: Character shortcuts

2011-03-21 Thread Antonio Olivares
On Sat, Mar 12, 2011 at 5:24 PM, Chad Perrin wrote: > On Sat, Mar 12, 2011 at 02:07:59PM -0600, Antonio Olivares wrote: >> Dear FreeBSD experts, >> >> There has been something that I find hard to do, I would like to find >> a CTRL + KEY combination, or ALT + KEY c

Re: gkrellm2 GnuTLS and OpenSSL, conky doesn't work :(

2011-03-21 Thread Antonio Olivares
On Mon, Mar 21, 2011 at 12:27 PM, David Demelier wrote: > On 21/03/2011 16:57, Antonio Olivares wrote: >> >> Dear FreeBSD experts, >> >> I wanted to install gkrellm2 and I get the following error. >> >> grullahighschool# cd /usr/ports/sysutils/ >> grul

Re: gkrellm2 GnuTLS and OpenSSL, conky doesn't work :(

2011-03-21 Thread Antonio Olivares
On Mon, Mar 21, 2011 at 2:08 PM, Daniel C. Dowse wrote: > On  Mon, 21 Mar 2011 12:45:40 -0500, Antonio Olivares > > wrote: > [snip] >>On the other hand with conky, I get error >> >>[olivares@grullahighschool ~]$ conky -C > ~/.conkyrc >>[olivares@grul

Re: Easiest desktop BSD distro

2011-03-29 Thread Antonio Olivares
> It's the same with computers. No matter what you want to do > with it, there IS something you need to learn, either BEFORE > you use it, or WHILE you're using it. With some simple means, > i. e. using the brain, reading, concluding, understanding, > THINKING, you're fine in this regards - because

Re: gcc

2011-03-31 Thread Antonio Olivares
On Thu, Mar 31, 2011 at 1:19 PM, Gary Dunn wrote: > Adam Vande More wrote: > >>On Wed, Mar 30, 2011 at 9:06 PM, Gary Dunn wrote: >> >>> When will we bump the version of gcc? On my fresh 8.2 build it is >>4.2.1. >>> The ports tree has newer, up to 4.7.0 dated 19 Mar 2011. >>> >> >>Probably never,

can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Antonio Olivares
Dear folks, On a new machine running AMD-64 XFCE custom by Manolis, I can't determine which sound driver to use for the sound card: grulla# kldload snd_driver grulla# cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play/rec) default pcm1: (play)

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Antonio Olivares
On Mon, Apr 18, 2011 at 9:32 AM, Craig Butler wrote: > On Mon, 2011-04-18 at 08:40 -0500, Antonio Olivares wrote: >> Dear folks, >> >> On a new machine running AMD-64 XFCE custom by Manolis, I can't >> determine which sound driver to use for the sound card:

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-19 Thread Antonio Olivares
On Mon, Apr 18, 2011 at 9:32 PM, Polytropon wrote: > On Mon, 18 Apr 2011 20:53:41 -0500, Antonio Olivares > wrote: >> Apparently it works, but I put in some small speakers, but could not >> get music to play. > > On some machines, speakers do not activate automaticall

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-20 Thread Antonio Olivares
> This MAY be a codec problem. You can try the following: > First mount the DVD (cd_9660), then use mplayer on one > of the VOB files directly. Choose one of the bigger > files for this test, and maybe use mplayer's -v option > to get an idea what may be wrong - the program should > tell you about

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Antonio Olivares
> So you can exclude media error. > > Maybe this "diagnostic script" from my outbox can > help you to track down the error. It has been "made" > on 7-STABLE i386 with mplayer-0.99.11_3 - a quite > old system. See if the steps described here can be > reproduced on your system in a similar way. > > >

Can't play dvd

2011-04-21 Thread Antonio Olivares
Dear folks, Can't play a dvd :( I have installed vlc from ports, it gives: Your input can't be opened: VLC is unable to open the MRL 'dvd:///dev/acd0'. Check the log for details. [olivares@grulla ~]$ mplayer dvd:// MPlayer SVN-r32577-snapshot-4.2.1 (C) 2000-2010 MPlayer Team Playing dvd://. li

Re: can't determine sound card driver to use in /etc/rc.conf

2011-04-21 Thread Antonio Olivares
On Thu, Apr 21, 2011 at 9:55 PM, Polytropon wrote: > On Thu, 21 Apr 2011 07:38:57 -0500, Antonio Olivares > wrote: >> Tried to mount the dvd, but sadly the system rebooted and I had to >> fsck three to 4 times to get the system back :(, I will try to not to >> mount it,

easy Firewall setup

2011-04-25 Thread Antonio Olivares
Dear kind folks, Is there an easy firewall setup available somewhere(like the one referenced below but for FreeBSD)? i.e, like I saw reading in Distrowatch an easy way(using a page on the net: http://connie.slackware.com/~alien/efg/) I have read that there is pf and there is an implementation b

Re: easy Firewall setup

2011-04-25 Thread Antonio Olivares
On Mon, Apr 25, 2011 at 9:06 PM, Daniel Staal wrote: > --As of April 25, 2011 7:43:33 PM -0500, Antonio Olivares is alleged to have > said: > >> I don't know which one to use, is there a page, howto (build a >> firewall or convert an existing one) to use here?  All I w

Re: easy Firewall setup

2011-04-27 Thread Antonio Olivares
onio On Tue, Apr 26, 2011 at 1:48 PM, Karl Vogel wrote: >>> On Mon, 25 Apr 2011 19:43:33 -0500, >>> Antonio Olivares said: > > A> Is there an easy firewall setup available somewhere (like the one > A> referenced below but for FreeBSD)? > >   Here's a sc

Re: how to concatenate 2 pdf files to 1?

2011-04-29 Thread Antonio Olivares
On Fri, Apr 29, 2011 at 1:57 AM, Dino Vliet wrote: > Dear freebsd userlist, > here an application type of question. I have two pdf files and want to make 1 > out of them by concatenating them. Does anyone have an idea how to do that on > unix/linux as I don't have the pdf editor from Adobe. > >

Re: How to remove KDE and How to install Gnome

2011-05-02 Thread Antonio Olivares
On Mon, May 2, 2011 at 6:25 PM, Riack Raacvöejaמיכלאנג'לו wrote: > Hi, > > I installed PC-BSD 8.2 (FreeBSD 8.2)  in my laptop, > I would like to know, How to remove KDE >and How to install > Gnome from shell. http://www.freebsd.org/gnome/docs/faq2.html But since you are using PCBSD look for a G

Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-05 Thread Antonio Olivares
Dear all, I was running FreeBSD 8.1 and am in the process of updating it following advice in handbook: http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html ran # freebsd-update fetch # freebsd-update install # portupgrade -af # freebsd-update -r 8.2-RELEASE upgrade then

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-05 Thread Antonio Olivares
On Thu, May 5, 2011 at 6:33 PM, Polytropon wrote: > On Thu, 5 May 2011 17:50:28 -0500, Antonio Olivares > wrote: >> Tried to do this: >> # portupgrade -f ruby >> # rm /var/db/pkg/pkgdb.db >> # portupgrade -f ruby18-bdb >> # rm /var/db/pkg/pkgdb.db /usr/p

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-05 Thread Antonio Olivares
> something to keep in mind portmaster does the same thing and all of > portupgrades switches work with portmaster, the only significant difference > is that portmaster will run through and prompt you for all of the 'make > config' options first and then go about it's business unattended from

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Thu, May 5, 2011 at 8:04 PM, Frank Shute wrote: > On Thu, May 05, 2011 at 05:50:28PM -0500, Antonio Olivares wrote: >> >> Dear all, >> >> I was running FreeBSD 8.1 and am in the process of updating it >> following advice in handbook: >> >> http://ww

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Thu, May 5, 2011 at 8:04 PM, Frank Shute wrote: > On Thu, May 05, 2011 at 05:50:28PM -0500, Antonio Olivares wrote: >> >> Dear all, >> >> I was running FreeBSD 8.1 and am in the process of updating it >> following advice in handbook: >> >> http://ww

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
> Any suggestions to start over and get this done in a more efficient > manner.  Thinking of nuking OpenOffice Done:) grullahighschool# cd openoffice.org-3 grullahighschool# ls Makefiledistinfofiles pkg-descr pkg-plist grullahighschool# make deinstall ===> Deinstal

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Thu, May 5, 2011 at 8:37 PM, Warren Block wrote: > On Thu, 5 May 2011, Antonio Olivares wrote: > >> Dear all, >> >> I was running FreeBSD 8.1 and am in the process of updating it >> following advice in handbook: >> >> http://www.freebsd.org/doc/hand

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Fri, May 6, 2011 at 12:14 PM, Warren Block wrote: > On Fri, 6 May 2011, Antonio Olivares wrote: > >> This is what I am running now ATM >> >> # cd /usr/ports/ >> # make clean build deinstall install >> >> Will it install all the ports?   or only the

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Fri, May 6, 2011 at 12:09 PM, Polytropon wrote: > On Fri, 6 May 2011 11:36:07 -0500, Antonio Olivares > wrote: >> This is what I am running now ATM >> >> # cd /usr/ports/ >> # make clean build deinstall install >> >> Will it install all the po

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
Warren, Sorry to ask, but what does one run after we run # portmaster -na I have cleared all questions and am ready to update, what magical command will do it? Thanks, Antonio On Fri, May 6, 2011 at 12:54 PM, Warren Block wrote: > On Fri, 6 May 2011, Polytropon wrote: > >> Maybe it's much bet

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Fri, May 6, 2011 at 1:52 PM, Antonio Olivares wrote: > Warren, > > Sorry to ask, but what does one run after we run > # portmaster -na > > I have cleared all questions and am ready to update, what magical > command will do it? > > Thanks, > > Antonio > >

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Fri, May 6, 2011 at 8:43 PM, Warren Block wrote: > On Fri, 6 May 2011, Antonio Olivares wrote: >> >> On Fri, May 6, 2011 at 1:52 PM, Antonio Olivares >> >> Sorry for TOP POSTING :(, but do I run >> # portmaster -a -f -D >> >> and do an in place up

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?

2011-05-06 Thread Antonio Olivares
On Fri, May 6, 2011 at 9:59 PM, Antonio Olivares wrote: > On Fri, May 6, 2011 at 8:43 PM, Warren Block wrote: >> On Fri, 6 May 2011, Antonio Olivares wrote: >>> >>> On Fri, May 6, 2011 at 1:52 PM, Antonio Olivares >>> >>> Sorry for TOP POSTI

fix an audio conversion script to work through multiple directories and convert mp3s to ogg vorbis

2011-05-07 Thread Antonio Olivares
Dear kind FreeBSD users, I have a dilemma, I have a collection of songs in mp3 form from old cd's that I ripped. Sadly, the mp3s can play but with a screeching sound :(. I have confirmed that by converting the mp3's to ogg vorbis format, the screeching sound is lost. So I have decided to conver

Re: Sending a Fax

2011-05-07 Thread Antonio Olivares
> I'd like to add to this that, in my opinion, the real issue these days is > the emailing of unencrypted business papers. I take the position that > *nothing* is ever deleted from an email server these days; or from those > servers that are just relaying, no matter what the RFC says. I shake my he

Re: fix an audio conversion script to work through multiple directories and convert mp3s to ogg vorbis

2011-05-08 Thread Antonio Olivares
On Sat, May 7, 2011 at 4:03 PM, Chris Hill wrote: > On Sat, 7 May 2011, Antonio Olivares wrote: > >> My question is the following: >> How can I run the script to recursively find all mp3's and convert them to >> ogg vorbis(with ogg extension already in place/or renam

firefox 4 pkg_add -r and port error ``TEST-UNEXPECTED-FAIL | automation.py | Exited with code 1 during test run''

2011-05-09 Thread Antonio Olivares
Dear folks, On my system that I have updated to 8.2-RELEASE-amd64 I get mistake if I try to # pkg_add -r firefox pkg_add: package 'perl-5.10.1_3.tbz... Done. pkg_add: package 'perl-5.10.1_3.tbz conflicts with perl-5.12.3 pkg_add: please use pkg_delete first to remove conflicting package(s) or

Re: firefox 4 pkg_add -r and port error ``TEST-UNEXPECTED-FAIL | automation.py | Exited with code 1 during test run''

2011-05-09 Thread Antonio Olivares
On Mon, May 9, 2011 at 12:31 PM, Antonio Olivares wrote: > Dear folks, > > On my system that I have updated to 8.2-RELEASE-amd64 I get mistake if I try > to > # pkg_add -r firefox > > pkg_add:  package 'perl-5.10.1_3.tbz... Done. > pkg_add:  package 'perl-5.10.

Re: Newbie Needing Help

2011-05-09 Thread Antonio Olivares
>> There's also ee in the base system, which is good enough for editing >> configuration files, and is much easier for a casual user. The benefits >> of vi and emacs are mostly for developers. > > It's not just for software development.  I use Vim for writing code, but > I also use it for writing i

Re: Does running ``# portupgrade -arRp '' prompt for options or updates everything without prompts?(SOLVED)

2011-05-09 Thread Antonio Olivares
> startx command not found :(, no bash > ran > # pkg_add -r bash > # pkg_add -r xfce4 > > did not succeed, now ran to ports > # cd /usr/ports/x11-wm/xfce4 > # make install clean > > and am stuck here.  Hopefully this gets me back on my feet. > Otherwise, it has been a big exercise :) and definitely

Re: bootloader problem

2011-05-10 Thread Antonio Olivares
Roelof, On Tue, May 10, 2011 at 2:44 AM, Roelof Wobben wrote: > Hello, > > Nobody who can help me. > > Roelof > > > > Op 9-5-2011 9:03, Roelof Wobben schreef: >> >> Hello, >> >> I have two disks, one of 80G with Win7, and one of 60G with at this moment >> Opensuse and Minix. >> >> Now I want to s

automounting of usb disks not working how to troubleshoot

2011-05-12 Thread Antonio Olivares
Dear folks, I have recently successfully updated an amd 64 bit machine from 8.1 to 8.2 release and reinstalled most of the previously installed ports. Now, I tried to use my usb disk and it is not automounting :( I like the convenience of automounting and I checked hal and dbus and they are both

Re: automounting of usb disks not working how to troubleshoot

2011-05-13 Thread Antonio Olivares
On Thu, May 12, 2011 at 7:33 PM, Antonio Olivares wrote: > Dear folks, > > I have recently successfully updated an amd 64 bit machine from 8.1 to > 8.2 release and reinstalled most of the previously installed ports. > Now, I tried to use my usb disk and it is not automounting :

Re: Not able to install firefox 4 from 8.2 stable packages

2011-05-22 Thread Antonio Olivares
Xn Nooby, On Sun, May 22, 2011 at 5:35 AM, Xn Nooby wrote: > I'm a struggling nooby.  I am trying to install firefox 4 on a fresh > 8.2 installation. I want to the core system to track the "errata" > branch, and get binary packages from 8-stable (which has firefox 4). > > > I installed FreeBSD 8.

Out of Range ..., troubleshoot xorg

2011-05-28 Thread Antonio Olivares
Dear folks, I have a machine that was working fine with a flat panel monitor at work. I brought the machine home to connect to a TV with PC input and I get Out of Range message. X does not start. This same machine has autologin setup so after I start it up and X fails to load, I switch terminal

Re: Out of Range ..., troubleshoot xorg

2011-05-28 Thread Antonio Olivares
On Sun, May 29, 2011 at 12:56 AM, Warren Block wrote: > On Sat, 28 May 2011, Antonio Olivares wrote: > >> I have a machine that was working fine with a flat panel monitor at >> work.  I brought the machine home to connect to a TV with PC input and >> I get Out of Range me

Re: Out of Range ..., troubleshoot xorg

2011-05-28 Thread Antonio Olivares
On Sat, May 28, 2011 at 8:50 PM, Warren Block wrote: > On Sun, 29 May 2011, Antonio Olivares wrote: > >> bash-4.1# xrandr -q >> Screen 0: minimum 320 x 200, current 1360 x 768, maximum 4096 x 4096 >> VGA-1 connected 1360x768+0+0 (normal left inverted right x axis

Re: Out of Range ..., troubleshoot xorg

2011-05-28 Thread Antonio Olivares
On Sat, May 28, 2011 at 9:06 PM, Antonio Olivares wrote: > On Sat, May 28, 2011 at 8:50 PM, Warren Block wrote: >> On Sun, 29 May 2011, Antonio Olivares wrote: >> >>> bash-4.1# xrandr -q >>> Screen 0: minimum 320 x 200, current 1360 x 768, maximum 4096 x 4096

Re: Out of Range ..., troubleshoot xorg

2011-05-29 Thread Antonio Olivares
On Sat, May 28, 2011 at 10:56 PM, Warren Block wrote: > On Sat, 28 May 2011, Antonio Olivares wrote: > >>> I managed to get X working, but the display is HUGE :( > > Relatively low resolution on a large display makes for big pixels! > >>> I have tried messing wi

Re: Out of Range ..., troubleshoot xorg

2011-05-29 Thread Antonio Olivares
On Sun, May 29, 2011 at 10:16 AM, Warren Block wrote: > On Sun, 29 May 2011, Antonio Olivares wrote: > >> I appreciate the help, but I could not get it to work.  I put in Modes >> "1024x768" "800x600", etc and changed the VertRefresh several times >>

Re: A small script to customize FreeBSD

2011-05-31 Thread Antonio Olivares
>> You could always have ${1:-theuser} instead to have a default of >> theuser, but take the value for username as the first argument. >> >> Chris >> > > That's a good idea.  The user was originally called "me", but I wanted > something that could be searched and replaced without breaking "gnome" >

Re: Unable to start KDE4 on freebsd 7.4-RELEASE

2011-06-05 Thread Antonio Olivares
Mathew, On Sun, Jun 5, 2011 at 3:53 PM, Matthew Navarre wrote: > I updated my FreeBSD box from 6.4 to 7.4 using freebsd-update, got my > installed ports in order and updated and installed/updated kde4-4.6.3 and all > its dependancies. Xorg works ( i can run twm successfully), but trying to > s

Re: Unable to start KDE4 on freebsd 7.4-RELEASE

2011-06-05 Thread Antonio Olivares
> I created a new user with an empty $HOME,  added the startkde line to > .xinitrc and had the same problem. I did notice that drkonqi is crashing and > writing out a .core file, so I'll see if gdb can tell me anything. > Thanks, > mnavarre Read about something called kchildlock : kchildlock o

Re: KDE on FreeBSD

2011-07-10 Thread Antonio Olivares
> I'd love to help, if someone could help me find a JOB.  In the US, virtualy no > one runs FreeBSD, so I am unable to find a job, even with 34 years experience. > ___ Virtually, right? Maybe they do run FreeBSD on a virtual machine? There are no stats

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-13 Thread Antonio Olivares
On Wed, Jul 13, 2011 at 4:53 PM, Jeff Hamann wrote: > I've tried to install the teTeX port (for pdflatex, etc.) and keep running > into this error. > > I can't seem to find a solution on the web and I could really use the help. > > freebsd-82-amd64# uname -a > FreeBSD freebsd-82-amd64.localdomain

Re: CUPS and Windows Printers

2011-07-13 Thread Antonio Olivares
On Thu, Jul 14, 2011 at 3:59 AM, Polytropon wrote: > On Wed, 13 Jul 2011 11:49:59 -0700, James Colannino wrote: >> Hey everyone, >> >> I've been Googling around, trying to figure out how to see Windows >> printers via CUPS on FreeBSD, but so far, all I've found are links >> describing how to share

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-15 Thread Antonio Olivares
>> > I hoped for a true native port for TeXLive >> >> I can't see that it's really necessary. I remember difficulties with the >> 2009 release when FreeBSD binaries were not included but now they are the >> installation is headache-free. >> > > What exactly is missing from teTeX? Try this, get t

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-15 Thread Antonio Olivares
On Fri, Jul 15, 2011 at 3:31 PM, Anton Shterenlikht wrote: > On Fri, Jul 15, 2011 at 09:33:45AM -0500, Antonio Olivares wrote: >> >> > I hoped for a true native port for TeXLive >> >> >> >> I can't see that it's really necessary. I remember di

Re: how to force a hard reboot remotely

2011-07-16 Thread Antonio Olivares
On Sun, Jul 17, 2011 at 2:40 AM, Aryeh Friedman wrote: > Is there any way to force a complete power down and then reset of a > i386 without physically being present? > ___ Sure! If I understand your question correctly, reboot yes, shutdown then powerup

  1   2   3   >