Pinta - fix an error or find an alternative

2013-01-11 Thread Alexander Alexeev

Hello.

I've recently installed Pinta (a lightweight graphical editor) from 
ports, but when I run it, it crashes with the following error:


GLib.GException: Icon 'gtk-dialog-error' not present in theme
  at Gtk.IconTheme.LoadIcon (System.String icon_name, Int32 size, 
IconLookupFlags flags) [0x0] in :0

  at Pinta.ErrorDialog.Build () [0x0] in :0
  at Pinta.ErrorDialog..ctor (Gtk.Window parent) [0x0] in unknown>:0
  at Pinta.MainClass.ExceptionManager_UnhandledException 
(GLib.UnhandledExceptionArgs args) [0x0] in :0
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, 
Boolean is_terminal) [0x0] in :0
Cairo.Context: called from finalization thread, programmer is missing a 
call to Dispose


How can I fix this?

FreeBSD asus.home 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 
01:47:53 UTC 2012 
r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386


Or maybe someone could suggest any alternative to Pinta? I tried to find 
one, but I failed. I need a graphical editor to use it in my script for 
making a screenshot, editing it and uploading to ImageShak.us. Gimp is 
not suitable in this case, because it needs too much time to start and 
has too complicated interface. I just need to crop an image and draw a 
few lines or rectangles.


If someone is interested, here is a script:

#!/bin/sh

scrot /tmp/new-screenshot.png
pinta /tmp/new-screenshot.png
chrome `yfrog-upload /tmp/new-screenshot.png | grep imageshack.us | cut 
-f 2`


yfrom-upload can be found here: http://eax.me/mini-notes-issue-7/

--
Best regards,
Alexander Alexeev

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


Duplicate files on distro ISO

2013-01-11 Thread Christian Campbell
I just tried creating a bootable USB stick with UNetbootin
from FreeBSD-9.1-RELEASE-i386-dvd1.iso. The stick was blank (newly
formatted). While UNetbootin worked it asked about overwriting the
following files:


> /usr/bin/cc

/usr/bin/cc

/usr/bin/mail

/usr/share/man/man1/cc.1.gz

/usr/share/man/man1/mail.1.gz

/usr/share/man/man3/archive_read_open_file.3.gz

/usr/share/man/man3/archive_write_open_file.3.gz

/usr/share/man/man3/execvp.3.gz

/usr/share/man/man4/altq.4.gz

/usr/share/man/man4/cam.4.gz

/usr/share/man/man4/fdt.4.gz

/usr/share/man/man4/geom.4.gz

/usr/share/man/man4/i386/pae.4.gz

/usr/share/man/man4/scsi.4.gz

/usr/share/man/man4/smp.4.gz

/usr/share/man/man8/nis.8.gz

/usr/share/man/man8/yp.8.gz

/usr/share/man/man9/alq.9.gz

/usr/share/man/man9/altq.9.gz

/usr/share/man/man9/bus_bind_intr.9.gz

/usr/share/man/man9/bus_describe_intr.9.gz

/usr/share/man/man9/bus_setup_intr.9.gz

/usr/share/man/man9/bus_teardown_intr.9.gz

/usr/share/man/man9/eventhandler_deregister.9.gz

/usr/share/man/man9/eventhandler_register.9.gz

/usr/share/man/man9/m_move_pkthdr.9.gz

/usr/share/man/man9/m_prepend.9.gz

/usr/share/man/man9/rtfree.9.gz

/usr/share/man/man9/sysctl_add_oid.9.gz

/usr/share/man/man9/vfs_mount.9.gz

/usr/share/man/man9/vref.9.gz

/usr/share/openssl/man/man3/bn_print.3.gz

/usr/share/openssl/man/man3/hmac.3.gz

/usr/share/openssl/man/man3/md5.3.gz

/usr/share/openssl/man/man3/mdc2.3.gz

/usr/share/openssl/man/man3/pem.3.gz

/usr/share/openssl/man/man3/rc4.3.gz

/usr/share/openssl/man/man3/ssl.3.gz


So, the files seem to be in the ISO twice each. FWIW:

1. I said 'no' to each overwrite.
2. The files deposited on the stick had capitalised names, like /usr/bin/CC
.

Does the above pose a problem?
Thanks,
Christian

_
3425 SW 2nd Ave, #239  cell (352) 514-7411
Gainesville, FL  32607-2813   dc...@alumni.ufl.edu

On this perfect day / Nothing's standing in my way...-Hoku
___
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: Jails

2013-01-11 Thread Zyumbilev, Peter
Hi,

I have not tested it, but so far things do not look promising...

I cannot even run "netstat -nvatp" properly, however sopcast seemed to
run, but have not tested it, for plex - have not tried yet.

Peter

On 11/01/2013 21:19, Mark Felder wrote:
> On Fri, 11 Jan 2013 18:28:41 +0200
> "Zyumbilev, Peter"  wrote:
> 
>> 1. Use
>> http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz
>> instead the file listed in the howto.
>>
>> 2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before
>> starting the jail, otherwise you will get error "kernel too old".
> 
> Does PLEX work? I'm highly interested in this I even posted asking for 
> FreeBSD support on the relevant forum post...
> 
___
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: recommendation instead of portmanager

2013-01-11 Thread Artifex Maximus
On Sat, Jan 12, 2013 at 12:33 AM, Daniel Staal  wrote:

> --As of January 11, 2013 11:07:58 PM +0100, Artifex Maximus is alleged to
> have said:
>
>  I am using portmanager for updating my ports. I love its -p switch. Is
>> there any similar program with such option? I am asking because
>> portmanager is gone from ports tree.
>>
>
> --As for the rest, it is mine.
>
> As of when?  I still see it.
>

ports tree revision 309992:
http://svnweb.freebsd.org/ports?view=revision&revision=309992

"2013-01-04 ports-mgmt/portmanager: Does not support modern ports features
such as MOVED, is lacking upstream and active contributions, and does not
support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade
or pkgng."

Bye,
a
___
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: suggestions wanted.... {OT}

2013-01-11 Thread Erich Dollansky
Hi,

On Fri, 11 Jan 2013 15:52:16 -0800
Gary Kline  wrote:

> 
>   note that this question is =OT=.
> 
>   sorry if this is a re-request for clues.  I =did= ask a very
>   similar question a year or three ago; I'm just not sure
> where.  

Ah, I remember. Wans't it when the Newton was released?
> 
>   I'm looking for a small and portable tablet [or whatever]
> device to use on the once-every-75-years when I do get out.  I am not
>   looking for a cell phone.  the one I have works fine for auto-
>   dialing <>.  instead, im thinking of something with
> a small screen and somekind of keyboard.  it has to have a speaker.
>   some version of 'unix' is essential.
> 

have you looked at Samsung. They have a quiet interesting range from
hand phones to tablets. I do not know the size up to which they can be
used as hand phones but some pretty large models have this function
built-in.

My daughter has one I would still call a hand phone. She is very happy
with it. 

The keyboard has to be an external one in all cases. I do not know it
this works on all models. 

Erich
___
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: suggestions wanted.... {OT}

2013-01-11 Thread Polytropon
On Fri, 11 Jan 2013 15:52:16 -0800, Gary Kline wrote:
>   I'm looking for a small and portable tablet [or whatever] device
>   to use on the once-every-75-years when I do get out.  I am not
>   looking for a cell phone.  the one I have works fine for auto-
>   dialing <>.  instead, im thinking of something with a 
>   small screen and somekind of keyboard.  it has to have a speaker.
>   some version of 'unix' is essential.

Have you considered using something like a small laptop
(like the Asus eeePC) which is "small enough" and provides
sufficient UNIX compatibility? Additionally, a regular
keyboard (even if in small size) provides tactile feedback
which can be an advantage (as you don't need visual
confirmation about something that's covered by your
fingers).

I think such kind of netbook can be obtained for few money.
Some of them were shipped with Linux, if I remember correctly,
and if you wish to install FreeBSD, it's also possible.
Here are some examples which illustrate the feasibility
of such a project:

http://wiki.freebsd.org/AsusEee

http://www.freebsdgr.org/articles/en_US.ISO8859-1/articles/install-eeepc/article.html

http://www.unixarea.de/installEeePC.txt

The requirements are met: small screen, physical keyboard,
built-in speakers. If getting online with it is required,
that's also possible by using some selected USB "web stick".



-- 
Polytropon
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"


suggestions wanted.... {OT}

2013-01-11 Thread Gary Kline

note that this question is =OT=.

sorry if this is a re-request for clues.  I =did= ask a very
similar question a year or three ago; I'm just not sure where.  

I'm looking for a small and portable tablet [or whatever] device
to use on the once-every-75-years when I do get out.  I am not
looking for a cell phone.  the one I have works fine for auto-
dialing <>.  instead, im thinking of something with a 
small screen and somekind of keyboard.  it has to have a speaker.
some version of 'unix' is essential.

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
  Twenty-six years of service to the Unix community.

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


Kernel decision logic on ICMP redirect

2013-01-11 Thread Dennis Glatting
I have a network:


 NetA - GW1 --- GW2 - NetB
 |- GW3 - NetC   
   HostFoo - |

GW1 is a Cisco router running OSPF.

GW2 is FreeBSD 9.1 running OSPF via Quagga, and is forwarding.

GW3 is FreeBSD 9.1 connected to another network and is forwarding.


GW2 has a static route pointing to NetC.


HostFoo has a default route (only) to GW2 and can ping a host on NetC
because it gets an ICMP redirect from GW2 (FreeBSD) to GW3. However, if
HostFoo pings a a host on NetA it DOES NOT get a ICMP redirect from GW2.

Looking through the kernel code, which is where I need help, it seems
routes learned DYNAMIC, in this case GW2 via OSPF from GW1, are not
routes for which redirects will be generated by GW2. Is that true? 

What is it I need to do to convenience GW2 to generate redirects for
learned routes?


 




___
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: bogus "No protocol specified" message

2013-01-11 Thread perryh
CyberLeo Kitsana  wrote:

> On 01/10/2013 05:09 PM, Perry Hutchison wrote:
> > When trying to open an X application on a remote display,
> > I am getting
> > 
> > No protocol specified
> > Error: cannot open display: 192.168.200.61:0
> > 
> > The "No protocol specified" message is bogus:  the display is
> > specified correctly*, and the same operation -- with exactly
> > the same setting of DISPLAY -- was working yesterday ...
> > 
> > What does that message actually mean, and how do I fix it?
>
> The error is with regards to the X protocol, not the TCP or UNIX socket
> protocol. Check that both sides have compatible and matching X authority
> information using xauth(1), or that the connecting host or user was
> allowed to connect using xhost(1).

The problem does indeed have something to do with authority/permission,
since "xhost +" fixes it.  (Not the best solution, but sufficient to
demonstrate where the trouble lies.)

I still claim that the message is bogus.  It's now perfectly clear
that both ends know exactly what protocol to use, and they are using
it -- else telling the server to accept all remote connections would
have made no difference.  The message should mention authority and/or
permission, instead of pretending that the client can't figure out
what protocol to use because none was "specified".
___
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: recommendation instead of portmanager

2013-01-11 Thread Warren Block

On Fri, 11 Jan 2013, Artifex Maximus wrote:


I am using portmanager for updating my ports. I love its -p switch. Is
there any similar program with such option? I am asking because portmanager
is gone from ports tree.

"   -p or --pristineUpdates a port if any dependency in it's
   /var/db/pkg/{port name}/+CONTENTS does not
   match what is installed. The effect is when
a
   port is updated, any port who uses the
updated
   port in it's dependency chain, no matter how
   deep, are rebuilt. Normally only ports one
   level up are rebuilt."


pkg_info -g could be used to detect port files that don't match their 
checksum.  That's not foolproof...


Then use portupgrade -rf or portmaster -r on that port.
___
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: sound issue: play interrupt timeout, channel dead

2013-01-11 Thread Erich Dollansky
Hi,

On Fri, 11 Jan 2013 20:02:08 +0100
Stephan Schindel  wrote:

> after upgrading to 9.1 I have got a problem with my sound card. Sry I
> am not sure what sound card I have (onboard chipset by NVidia), but it
> uses the snd_hda module for sure. Sometimes my sound goes completely
> away and I found this message in the logs:
> 
> > pcm0: chn_write(): pcm0:play:dsp0.p1: play interrupt timeout,
> > channel dead
> 
I have this problem on another machine since 7.x or 8.0. It got better
over time and I did not notice it anymore since I upgraded it to 10,0

> I can not reproduce this, it sometimes happens when watching youtube
> and sometimes when listen to music via VLC. It happened to me at least
> 5-6 times until now. I need to reboot my machine in order to reset the
> driver which is pretty annoying.

It was the same story for me.
> 
Try 10.0 and see what happens there. I came to 10 for other reasons. I
got stuck with 10 after I saw that it solved my problem on that machine.

Erich
___
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: recommendation instead of portmanager

2013-01-11 Thread Daniel Staal
--As of January 11, 2013 11:07:58 PM +0100, Artifex Maximus is alleged to 
have said:



I am using portmanager for updating my ports. I love its -p switch. Is
there any similar program with such option? I am asking because
portmanager is gone from ports tree.


--As for the rest, it is mine.

As of when?  I still see it.  (And I'm dreading it ever going away: It's 
the only port update tool I've tried that's never broken my system, and the 
only one that can handle errors in any sensible way, in my opinion.)


Daniel T. Staal

---
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---
___
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"


recommendation instead of portmanager

2013-01-11 Thread Artifex Maximus
Hello!

I am using portmanager for updating my ports. I love its -p switch. Is
there any similar program with such option? I am asking because portmanager
is gone from ports tree.

"   -p or --pristineUpdates a port if any dependency in it's
/var/db/pkg/{port name}/+CONTENTS does not
match what is installed. The effect is when
a
port is updated, any port who uses the
updated
port in it's dependency chain, no matter how
deep, are rebuilt. Normally only ports one
level up are rebuilt."

Bye,
a
___
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: clang

2013-01-11 Thread ill...@gmail.com
On 11 January 2013 16:49, ill...@gmail.com  wrote:
> On 9 January 2013 18:50, ajtiM  wrote:
>> 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 in etc/make.conf I have:
>>
>> CC=clang
>> CXX=clang++
>> CPP=clang-cpp
>>
>> But when I ran clang --version I got:
>>
>> FreeBSD clang version 3.1 (branches/release_31 156863) 20120523
>> Target: i386-unknown-freebsd9.0
>> Thread model: posix
>>
>> Is it normal, please? With update of FreeBSD from 9.0 to RC3 and to Release I
>> din't have any problem
>>
>> Thank you.
>>
>
> Huh, weird.
>
> % clang --version
> FreeBSD clang version 3.1 (branches/release_31 156863) 20120523
> Target: x86_64-unknown-freebsd9.0
> Thread model: posix
> % uname -a
> FreeBSD hostname 9.1-RELEASE FreeBSD 9.1-RELEASE #2 r243712: Fri Nov
> 30 18:23:24 EST 2012
> root@hostname:/usr/obj/usr/src/sys/KERNEL9  amd64

After grepping the entire source tree:

/usr/src/gnu/lib/libdialog/dlg_config.h:#define SYSTEM_NAME "freebsd9.0"
/usr/src/gnu/usr.bin/binutils/as/config.h:/* #define TARGET_ALIAS
"i386-unknown-freebsd9.0" */
/usr/src/gnu/usr.bin/binutils/as/config.h:/* #define TARGET_CANONICAL
"i386-unknown-freebsd9.0" */
/usr/src/gnu/usr.bin/binutils/as/config.h:/* #define TARGET_OS "freebsd9.0" */
/usr/src/gnu/usr.bin/binutils/libbinutils/config.h:/* #define TARGET
"i386-unknown-freebsd9.0" */
/usr/src/lib/clang/clang.build.mk:CFLAGS+=-DLLVM_DEFAULT_TARGET_TRIPLE=\"${TARGET_ARCH:C/amd64/x86_64/}-unknown-freebsd9.0\"

As to whether that is intentional or not, is beyond me.

-- 
--
___
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: OT - Opera 12.12 crashes while uploading an image on Flickr

2013-01-11 Thread ill...@gmail.com
On 11 January 2013 04:06,   wrote:
> Recently Opera -- Opera/9.80 (X11; FreeBSD 8.3-STABLE i386)
> Presto/2.12.388 Version/12.12 -- has been crashing whenever I try to
> upload an image in JPEG format ...
>
>   http://farm9.staticflickr.com/8364/8369048901_d47c385819_b_d.jpg
> ( opened raw file in ufraw 0.18_4; sent to gimp 2.6.12,2;
>   resized & saved as JPEG. I uploaded it via Firefox 10.0.11,1
>   without any problems. )
>
>
> ... on Flickr via ...
>
>   http://www.flickr.com/photos/upload/basic/?reason=noflash
>
>
> ... Opera crashes during the transfer (after file has been chosen by
> pressing "Choose ..." and pressing "UPLOAD").
>
> Could anybody tell me if the problem is with Opera-Flickr
> interaction or something inherent in the file itself?
>
> (Also posted to newsgroup opera.linux.)

My only guess is it may be related to this:
http://my.opera.com/community/forums/topic.dml?id=495511

-- 
--
___
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: clang

2013-01-11 Thread ill...@gmail.com
On 9 January 2013 18:50, ajtiM  wrote:
> 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 in etc/make.conf I have:
>
> CC=clang
> CXX=clang++
> CPP=clang-cpp
>
> But when I ran clang --version I got:
>
> FreeBSD clang version 3.1 (branches/release_31 156863) 20120523
> Target: i386-unknown-freebsd9.0
> Thread model: posix
>
> Is it normal, please? With update of FreeBSD from 9.0 to RC3 and to Release I
> din't have any problem
>
> Thank you.
>

Huh, weird.

% clang --version
FreeBSD clang version 3.1 (branches/release_31 156863) 20120523
Target: x86_64-unknown-freebsd9.0
Thread model: posix
% uname -a
FreeBSD hostname 9.1-RELEASE FreeBSD 9.1-RELEASE #2 r243712: Fri Nov
30 18:23:24 EST 2012
root@hostname:/usr/obj/usr/src/sys/KERNEL9  amd64

-- 
--
___
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: A serious flaw in Java

2013-01-11 Thread Polytropon
On Fri, 11 Jan 2013 07:50:07 + (UTC), jb wrote:
> http://www.kb.cert.org/vuls/id/625617

http://arstechnica.com/security/2013/01/critical-java-zero-day-bug-is-being-massively-exploited-in-the-wild/



-- 
Polytropon
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: Jails

2013-01-11 Thread Mark Felder
On Fri, 11 Jan 2013 18:28:41 +0200
"Zyumbilev, Peter"  wrote:

> 1. Use
> http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz
> instead the file listed in the howto.
> 
> 2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before
> starting the jail, otherwise you will get error "kernel too old".

Does PLEX work? I'm highly interested in this I even posted asking for 
FreeBSD support on the relevant forum post...
___
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"


sound issue: play interrupt timeout, channel dead

2013-01-11 Thread Stephan Schindel
Hiho,

after upgrading to 9.1 I have got a problem with my sound card. Sry I
am not sure what sound card I have (onboard chipset by NVidia), but it
uses the snd_hda module for sure. Sometimes my sound goes completely
away and I found this message in the logs:

> pcm0: chn_write(): pcm0:play:dsp0.p1: play interrupt timeout, channel
> dead

I can not reproduce this, it sometimes happens when watching youtube
and sometimes when listen to music via VLC. It happened to me at least
5-6 times until now. I need to reboot my machine in order to reset the
driver which is pretty annoying.

Do you have any similar issues with the improved snd_hda stack?

Maybe this is my onboard chipset:

> hdac0:  mem 0xfce78000-0xfce7bfff irq 23
> at device 5.0 on pci0
> hdac1:  mem 0xfcf7c000-0xfcf7 irq 17
> at device 0.1 on pci2


Stephan

___
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: pkgng - Symlinks created by portupgrade?

2013-01-11 Thread Walter Hurry
On Fri, 11 Jan 2013 15:50:56 +, Matthew Seaman wrote:

> On 11/01/2013 15:18, Walter Hurry wrote:
>> On Thu, 10 Jan 2013 01:50:34 +, Walter Hurry wrote:
>> 
>>> Thank you yet again, Matthew. As always, you are a fount of knowledge.
>>>
>>> The guidance on LATEST_LINK has helped a great deal. I still have a
>>> further question or two though; I shall follow up within a day or two.
>> 
>> Just one further question: Is there a reason why 'pkg create' doesn't
>> generate synonyms this way, even when the output directory is set to
>> /usr/
>> ports/packages/All?
> 
> Yes. 'pkg create' may be used to create arbitrary packages outside the
> context of ports, so it doesn't want to assume the LATEST_LINK layout.
> (All you need is an appropriate MANIFEST file... or a previously
> installed package on your system.)
> 
> Like I said, for the purpose of generating a pkgng repo, this whole
> question of directory structure is pretty much immaterial: pkgng doesn't
> care.  Any sort of directory structure containing .txz package tarballs
> will do. (Usually putting all the pkgs together in one big directory is
> what happens.)
> 
> The LATEST_LINK layout is aimed at people logging into a ftp server and
> hunting through the directory tree for the packages they want.  Most
> pkgng repos won't let you login like that, nor will all of them
> necessarily let you get a directory listing, other than the data you can
> extract from repo.sqlite.
> 
> As for special casing things when writing to ${PORTSDIR}/packages/All --
> no one has seen fit to write the code to do that.  If you think this
> sort of functionality would be useful, well, we always like to get pull
> requests.  I would point out though that there is already perfectly good
> code in bsd.port.mk et al to do this sort of thing, which you can access
> by 'make package'.
> 
Thanks for the comprehensive explanation, Matthew. It's no big deal; I 
was just curious. Yes, I was aware that pkg repo ignores symlinks - it 
says so in 'man pkg-repo'.

___
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: Jails

2013-01-11 Thread Zyumbilev, Peter

On 11/01/2013 17:31, Patrick Lamaiziere wrote:
> Le Fri, 11 Jan 2013 17:02:19 +0200,
> "Zyumbilev, Peter"  a écrit :
> 
>> Hi,
>>
>> I run FreeBSD 9.1 64 bit(Nas4free). I have no problem setting up
>> FreeBSD jails inside. However, I wonder, is there any tutorial on how
>> to make Debian Squeeze run inside a jail ? I know it is possible with
>> PC-BSD, should be possible with FreeBSD, but I have not documentation
>> on how to utilize this feature.
> 
> Baptiste (bapt@) made a small doc for this in the past, but in french.
> 
> http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD
> 
> 
> Regards
> 

For future reference:

I've got it work, just 2 things:

1. Use
http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz
instead the file listed in the howto.

2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before
starting the jail, otherwise you will get error "kernel too old".

Otherwise, so far so good :-)

Peter



___
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: pkgng - Symlinks created by portupgrade?

2013-01-11 Thread Matthew Seaman
On 11/01/2013 15:18, Walter Hurry wrote:
> On Thu, 10 Jan 2013 01:50:34 +, Walter Hurry wrote:
> 
>> Thank you yet again, Matthew. As always, you are a fount of knowledge.
>>
>> The guidance on LATEST_LINK has helped a great deal. I still have a
>> further question or two though; I shall follow up within a day or two.
> 
> Just one further question: Is there a reason why 'pkg create' doesn't  
> generate synonyms this way, even when the output directory is set to /usr/
> ports/packages/All?

Yes. 'pkg create' may be used to create arbitrary packages outside the
context of ports, so it doesn't want to assume the LATEST_LINK layout.
(All you need is an appropriate MANIFEST file... or a previously
installed package on your system.)

Like I said, for the purpose of generating a pkgng repo, this whole
question of directory structure is pretty much immaterial: pkgng doesn't
care.  Any sort of directory structure containing .txz package tarballs
will do. (Usually putting all the pkgs together in one big directory is
what happens.)

The LATEST_LINK layout is aimed at people logging into a ftp server and
hunting through the directory tree for the packages they want.  Most
pkgng repos won't let you login like that, nor will all of them
necessarily let you get a directory listing, other than the data you can
extract from repo.sqlite.

As for special casing things when writing to ${PORTSDIR}/packages/All --
no one has seen fit to write the code to do that.  If you think this
sort of functionality would be useful, well, we always like to get pull
requests.  I would point out though that there is already perfectly good
code in bsd.port.mk et al to do this sort of thing, which you can access
by 'make package'.

Cheers,

Matthew





___
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: Jails

2013-01-11 Thread Zyumbilev, Peter
On 11/01/2013 17:31, Patrick Lamaiziere wrote:

> Baptiste (bapt@) made a small doc for this in the past, but in french.
> 
> http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD
> 
> 
> Regards
> 

Will do the job :-) Thanks !

How stable it is ? Anyone have some experience ? I want to try to run
things like plex media player(http://www.plexapp.com/) and
sopcast(http://www.sopcast.com/).

It is not mission critical:  for my home media server but I still hope
it will work good enough.

Peter


___
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: Jails

2013-01-11 Thread Patrick Lamaiziere
Le Fri, 11 Jan 2013 17:02:19 +0200,
"Zyumbilev, Peter"  a écrit :

> Hi,
> 
> I run FreeBSD 9.1 64 bit(Nas4free). I have no problem setting up
> FreeBSD jails inside. However, I wonder, is there any tutorial on how
> to make Debian Squeeze run inside a jail ? I know it is possible with
> PC-BSD, should be possible with FreeBSD, but I have not documentation
> on how to utilize this feature.

Baptiste (bapt@) made a small doc for this in the past, but in french.

http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD


Regards
___
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: pkgng - Symlinks created by portupgrade?

2013-01-11 Thread Walter Hurry
On Thu, 10 Jan 2013 01:50:34 +, Walter Hurry wrote:

> Thank you yet again, Matthew. As always, you are a fount of knowledge.
> 
> The guidance on LATEST_LINK has helped a great deal. I still have a
> further question or two though; I shall follow up within a day or two.

Just one further question: Is there a reason why 'pkg create' doesn't  
generate synonyms this way, even when the output directory is set to /usr/
ports/packages/All?

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


Jails

2013-01-11 Thread Zyumbilev, Peter
Hi,

I run FreeBSD 9.1 64 bit(Nas4free). I have no problem setting up FreeBSD
jails inside. However, I wonder, is there any tutorial on how to make
Debian Squeeze run inside a jail ? I know it is possible with PC-BSD,
should be possible with FreeBSD, but I have not documentation on how to
utilize this feature.


Any ideas ?:-)

Peter
___
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: Starting the desktop environment doesn't work automatically

2013-01-11 Thread Stephan Schindel
For 'su' to get working your user need to be a member of the group
'wheel':

> pw groupmod wheel -m USER

For shutdown/restart in Xfce read the post-installation instructions
(pkg_info -D /var/db/pkg/xfce4-session*):

> Install notice:
> To be able to shutdown or reboot your system, you'll have to add
> a .pkla file in /usr/local/etc/polkit-1/localauthority/50-local.d
> directory. Which looks like this (replace PUTYOURGROUPHERE by your
> group):
> 
> [Restart]
> Identity=unix-group:PUTYOURGROUPHERE
> Action=org.freedesktop.consolekit.system.restart
> ResultAny=yes
> ResultInactive=yes
> ResultActive=yes
> 
> [Shutdown]
> Identity=unix-group:PUTYOURGROUPHERE
> Action=org.freedesktop.consolekit.system.stop
> ResultAny=yes
> ResultInactive=yes
> ResultActive=yes
> 
> For those who have working suspend/resume:
> 
> [Suspend]
> Identity=unix-group:PUTYOURGROUPHERE
> Action=org.freedesktop.upower.suspend
> ResultAny=yes
> ResultInactive=yes
> ResultActive=yes  

Be sure to run your session as a consolekit-session, in startx:

> exec ck-launch-session dbus-launch startxfce4

Hope that helps you,
Stephan
___
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: 关于在Freebsd9.0-amd64安装VirtualBox虚拟机的问题

2013-01-11 Thread Tijl Coosemans
On 10-01-2013 05:56, *;sτóΡ〆~*~ξ wrote:
>��请�导
> 
>���骤�
> 
># portsnap fetch update
># cd /usr/ports/emulators/virtualbox-ose
># make install clean
> 
>�路��认���OK�
>�
> 
>pass -build programs
>pass -Libraries
>pass -DLLs
>pass -Programs
>Pass - install
>kmk:*** NoRULE to make target '/usr/src/sys/kern/bus_if.m',needed by
>'/usr/ports/emulators/virtualbox-ose/work/virtualbox-4.0.14_OSE/out/fre
>ebsd.amd64/release/obj/freebsdgeneratedkernelheaders/bus_if.h. Stop
>*** error code 2
>Stop in /usr/ports/emulators/virtualbox-ose.
>*** Error code 1
>Stop in /usr/ports/emulators/virtualbox-ose.
>��#
> 
>请�� �请��谢�
> 
>�人�对���太��谢谢�

It needs the FreeBSD source code in /usr/src.



signature.asc
Description: OpenPGP digital signature


Re: Starting the desktop environment doesn't work automatically

2013-01-11 Thread Ralf Mardorf
On Fri, 2013-01-11 at 14:43 +0100, Ralf Mardorf wrote:
> FWIW this might be related to the issue:
> Thunar doesn't mount devices, such as USB sticks.
> I only can log out, but restart and shutdown aren't available for Xfce,
> they are shadowed.

PS:

I can't run "su" from a X or Xfce terminal emulation.

___
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: 9.1 - FTP_PASSIVE_MODE removed from login.conf?

2013-01-11 Thread Arthur Chance

On 01/11/13 13:57, Patrick Lamaiziere wrote:

Le Fri, 11 Jan 2013 09:13:27 +,
Arthur Chance  a écrit :

Hello,


I see that the default environment in /etc/login.conf no longer
contains FTP_PASSIVE_MODE=YES. I presume this is because ftp and
fetch default to passive mode so it's deemed no longer necessary?


"MFH r237270: no need to specify passive mode, it is the default."
http://freshbsd.org/commit/freebsd/r238485

freshbsd is great for these kind of questions.



Thanks. That's a site I hadn't discovered.
___
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: urxvt mouse selection / links troubles

2013-01-11 Thread Guy Brand
Fabian Keil (freebsd-lis...@fabiankeil.de) on 11/01/2013 at 14:18 wrote:

Hi

> > I use rxvt-unicode for years, but these days I'm having trouble when
> > selecting link texts, what does not work anymore :
> > 
...

> > URxvt*font: xft:DejaVu Sans Mono:pixelsize=11
> > URxvt*modifier:alt
> > URxvt*urlLauncher: firefox

The changelog of 9.16 says there is an incompatible change from version
9.15: urlLauncher resource has been renamed to url-launcher.

-- 
bug

___
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: 9.1 - FTP_PASSIVE_MODE removed from login.conf?

2013-01-11 Thread Patrick Lamaiziere
Le Fri, 11 Jan 2013 09:13:27 +,
Arthur Chance  a écrit :

Hello,

> I see that the default environment in /etc/login.conf no longer
> contains FTP_PASSIVE_MODE=YES. I presume this is because ftp and
> fetch default to passive mode so it's deemed no longer necessary?

"MFH r237270: no need to specify passive mode, it is the default."
http://freshbsd.org/commit/freebsd/r238485

freshbsd is great for these kind of questions.

Regards.
___
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"


Starting the desktop environment doesn't work automatically

2013-01-11 Thread Ralf Mardorf
Hi :)

I'm running FreeBSD 9.1 amd64 and installed Xfce4 and GDM2 from ports.

Without GDM I need to run startx manually to start Xfce. If I enable
GDM, it will start automatically, it displays the user, but the input
field to type the password is missing.

There's no difference with or without a mounted proc, with or without
"gnome_enable="YES". Perhaps I missed to mount proc and to enable GNOME
at the same time, I'll try this later.

Any hints are welcome.

FWIW this might be related to the issue:
Thunar doesn't mount devices, such as USB sticks.
I only can log out, but restart and shutdown aren't available for Xfce,
they are shadowed.

I don't think it's related, but when I installed Xfce I got
"gtk-update-icon-cache-2.24.6: Needs cairo build with X11 support.", I
build gtk-update-icon-cache and continued with Xfce after that, but
missed to rebuild cairo.

I later today will run
# cd /usr/ports/graphics/cairo 
# make deinstall 
# make reinstall

Do I need to reinstall gtk-update-icon-cache and Xfce too? The problem
is, that I need the computer for work and building X, Xfce and GDM did
take around 12 hours on a dual-core Athlon 2.1 GHz with 4 GB RAM, during
this time I can't run Linux to work. It wasn't possible, resp. I wasn't
able to automatically use the default configurations, btw. in this case
an advantage, since I need to compile without pulseaudio support.

Regards,
Ralf

___
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: urxvt mouse selection / links troubles

2013-01-11 Thread Fabian Keil
David Demelier  wrote:

> I use rxvt-unicode for years, but these days I'm having trouble when
> selecting link texts, what does not work anymore :
> 
> o clicking on the text to open the browser, using URxvt*urlLauncher: firefox
> o trouble when selecting text (sometimes it does not copy to clipboard)
> o trouble when selecting text bis, a large part of terminal is selected
> while I only tried to select a link.
> 
> This is my config :
> 
> URxvt*font: xft:DejaVu Sans Mono:pixelsize=11
> URxvt*modifier:alt
> URxvt*urlLauncher: firefox
> URxvt*matcher.button: 1
> URxvt*cursorColor: #ff
> URxvt*cursorBlink: false
> URxvt*intensityStyles: true
> URxvt*shading: 20
> URxvt*perl-ext-common: default,matcher
> URxvt*title: Terminal
> 
> 
> In this screenshot http://markand.malikania.fr/pics/selection.png I've
> tried to select the WWW link so I clicked near the http:// beginning and
> moving to the end of the link, and you can see what have been selected.

I'm seeing similar issues since the upgrade to rxvt-unicode-9.16.
However I changed some options at the same time, currently using:

fk@r500 ~ $cat /var/db/ports/rxvt-unicode/options 
# This file is auto-generated by 'make config'.
# Options for rxvt-unicode-9.16
_OPTIONS_READ=rxvt-unicode-9.16
_FILE_COMPLETE_OPTIONS_LIST=256_COLOR BACKSPACE_KEY COMBINING DELETE_KEY 
GDK_PIXBUF IMLOCALE_FIX ISO14755 MOUSEWHEEL NEXT_SCROLLBAR NOTIFY PERL 
RXVT_SCROLLBAR SMART_RESIZE UNICODE3 XIM XTERM_SCROLLBAR
OPTIONS_FILE_UNSET+=256_COLOR
OPTIONS_FILE_SET+=BACKSPACE_KEY
OPTIONS_FILE_SET+=COMBINING
OPTIONS_FILE_SET+=DELETE_KEY
OPTIONS_FILE_SET+=GDK_PIXBUF
OPTIONS_FILE_SET+=IMLOCALE_FIX
OPTIONS_FILE_SET+=ISO14755
OPTIONS_FILE_SET+=MOUSEWHEEL
OPTIONS_FILE_SET+=NEXT_SCROLLBAR
OPTIONS_FILE_UNSET+=NOTIFY
OPTIONS_FILE_UNSET+=PERL
OPTIONS_FILE_SET+=RXVT_SCROLLBAR
OPTIONS_FILE_SET+=SMART_RESIZE
OPTIONS_FILE_SET+=UNICODE3
OPTIONS_FILE_SET+=XIM
OPTIONS_FILE_SET+=XTERM_SCROLLBAR

I haven't tried tracking the problem down yet.

Fabian


signature.asc
Description: PGP signature


make release doesn't correctly include EXTLOCALDIR ?

2013-01-11 Thread Fleuriot Damien
Hello list,


I'm running 8.3-stable r245223 from a mere 2 days ago and am in the process of 
building a custom release for our internal use as preconfigured firewalls.

"make release" works pretty fine except for a few quirks here and there.



First of all, I have set EXTLOCALDIR so that the release contains my existing 
/usr/local/ , and thus the collection of installed ports.

The problem here is that while /release/usr/local/ is correctly populated, the 
ISO images and ftp install directory have an empty usr/local/
Extracting the ISO's base.?? files doesn't yield the /usr/local/ contents 
either.




The second problem I encounter is with the kernel's build.
Apparently "make release" doesn't pull MODULES_OVERRIDE from /etc/make.conf and 
decides to build every single module, as opposed to my own restricted list.

I'm going to try with with KERNEL_FLAGS=-DMODULES_OVERRIDE module1 module2 in 
/usr/src/release/Makefile



Has anyone else ever experienced the same problem regarding the inclusion of 
/usr/local/ in their release ?

___
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: Reading the handbook from console

2013-01-11 Thread Ian Smith
In freebsd-questions Digest, Vol 449, Issue 9, Message: 25
 [ pardon loss of threading ]
On Thu, 10 Jan 2013 15:56:24 -0800  wrote:

 > > From: Polytropon [mailto:free...@edvax.de]
[..]
 > > > > There is no text mode web browser in the base system.
 > > > > Installing one is easy: As the HTML files generated
 > > > > for the Handbook are good quality, they display nicely
 > > > > in lynx, links, and w3m (probably the most prominent
 > > > > three text mode web browsers).
 > > > >
 > > > >
 > > >
 > > > I must know...
 > > >
 > > > What is Polytropon's favorite of those listed? (and perhaps also 
 > > > "elinks" ?)
 > > 
 > > Hard to say, now that X is everywhere... :-)
 > > 
 > > In the past, I've started using lynx because it was "the
 > > default". Somehow I even tend to remember that it was part
 > > of the default installation in around FreeBSD 4 or so...
 > > but that could be wrong.

No that's right, it had been lynx since 2.2, if not earlier.  Somewhere 
early in 5.x, by 5.2 at least, it had changed to links:

===
Options Editor

NameValue   NameValue
-   -
NFS Secure  NO  Install Root/
NFS SlowNO   >> Browser package links <<
NFS TCP NO  Browser Exec/usr/local/bin/links
NFS version 3   YES Media Type  
Debugging   NO  Media Timeout   300
No Warnings NO  Package Temp/var/tmp
Yes to All  NO  Newfs Args  -b 16384 -f 2048
DHCPNO  Fixit Console   serial
IPv6NO  Re-scan Devices <*>
Skip PCCARD NO  Use Defaults[RESET!]
FTP usernameftp
Editor  ee
Tape Blocksize  20
Extract Detail  high
Release Name5.5-STABLE

Use SPACE to select/toggle an option, arrow keys to move,
? or F1 for more help.  When you're done, type Q to Quit.

This is the browser package that will be used for viewing HTML docs
===


 > > Later on I tried w3m and also found it usable.
 > > 
 > > Today I'd say I prefer links for interactive text mode
 > > browsing. Still "lynx -dump" is a welcome tool in some
 > > of my scripts, and never change a running system. :-)

I used to use lynx a lot, browsing the web through a 56k modem in the 
late '90s, however I made far more headway with links as it could deal 
reasonably well with basic functional javascript where lynx couldn't, 
at least then, and I seem to recall an issue with upstream maintenance.


 > Ok, the reason I ask is actually because I have this insane (?) idea of 
 > shoving
 > one of the aforementioned solutions onto the installation media so that 
 > (gasp)
 > we can have that functionality back like we had in the days of sysinstall.

Shock horror! :)  No, not insane at all.  I can't believe the disconnect 
from newer FreeBSD users' needs that bsdinstall presently represents, 
especially those with less than the latest awesome kit, and I applaud 
you carrying on with bsdconfig and improving bsdinstall, about which I 
have far too many suggestions that might steal this topic :)

 > So naturally, my first question is "which one?"
 > 
 > Thoughts?
 > -- 
 > Devin

Well I doubt links works any less well that it did, though it's probably 
not up to all the latest JS, CSS and other recent tricks 'out there'.  
Certainly for the stated purpose of rendering Handbook and FAQ it will 
do fine.  It does (did then) weigh more than lynx but worth it, I feel:

smithi on sola% ls -l `which links`
-r-xr-xr-x  1 root  wheel  2959956 Oct 25  2006 /usr/local/bin/links
smithi on sola% ls -l `which lynx`
-r-xr-xr-x  1 root  wheel  1078068 Jul 26  2006 /usr/local/bin/lynx


Polytropon concludes:

 > > However, The FreeBSD Handbook and the FAQ mostly contain
 > > text, I mean, that's what they are about, and for reading
 > > text I don't see a need for graphics. If I want graphics,
 > > I have X. :-)

Exactly.  Although regarding installing X on 9.1 before newer packages 
are available - and it IS painful or at least very slow to build on the 
likes of 1GHz laptops - I can't see any reason the X that was working 
as of mid-October would be any problem, unless there's been some major 
revision or security scare since?  The 9.x ABI is constant.  I grabbed:

ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/en-freebsd-doc.tbz
 
(dated 10/16/12 09:13:00) and pkg_add'ed it, and will do the same for X 
when I get 9.1 also going on my 'big' 768MB RAM ThinkPad.

For those with the horsepower, sure, build X, KDE/GNOME, OpenOffice etc.

cheers, Ian
___
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: OT - Opera 12.12 crashes while uploading an image on Flickr

2013-01-11 Thread ajtiM
On Friday 11 January 2013 03:06:32 p...@pair.com wrote:
> Recently Opera -- Opera/9.80 (X11; FreeBSD 8.3-STABLE i386)
> Presto/2.12.388 Version/12.12 -- has been crashing whenever I try to
> upload an image in JPEG format ...
> 
>   http://farm9.staticflickr.com/8364/8369048901_d47c385819_b_d.jpg
> ( opened raw file in ufraw 0.18_4; sent to gimp 2.6.12,2;
>   resized & saved as JPEG. I uploaded it via Firefox 10.0.11,1
>   without any problems. )
> 
> 
> ... on Flickr via ...
> 
>   http://www.flickr.com/photos/upload/basic/?reason=noflash
> 
> 
> ... Opera crashes during the transfer (after file has been chosen by
> pressing "Choose ..." and pressing "UPLOAD").
> 
> Could anybody tell me if the problem is with Opera-Flickr
> interaction or something inherent in the file itself?
> 
> (Also posted to newsgroup opera.linux.)
> 
> 
>   - parv
> 
> --
> 
> ___
> 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"

IMO is problem with Opera java or flash because I have a problem to upload 
files 
with Opera on redbubble. I use xombrero and it works.

Mitja

http://www.redbubble.com/people/lumiwa
___
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: FreeBSD Hp Proliant DL580 g7 & IBM 3650 installation problem

2013-01-11 Thread Emre Çamalan
HP p410i Smart Array Raid Controller Card is used by HP proliant dl 580 g7,
so when i read Freebsd Hardware Compatibility page ... i saw

ciss(4) driver
includes: HP Smart Array P410i

before installation start i load this module from loader console... 

 
loader console> load ciss
OK Loading
loader console> autoboot

it worked,

thanks

best regards





> Date: Thu, 10 Jan 2013 10:15:22 -0800
> From: d...@pki2.com
> To: cwe...@hotmail.com
> Subject: Re: FreeBSD Hp Proliant DL580 g7 & IBM 3650 installation problem
> CC: freebsd-questions@freebsd.org
> 
> 
> 
> On Thu, 10 Jan 2013, Emre ?amalan wrote:
> 
> > Hi,
> >
> > I have got a big computer which has got at least 4 core "Hp Proliant 
> > DL580 g7" server. And it has got HP p410i smart array RAID card.
> >
> >
> > I tried to install FreeBSD 8.2, 8.3 9.1 from DVD and bootonly cd but 
> > after passed menu screen I got an error.
> >
> >
> 
> I have many HP machines with 410i controllers but no G7s. I haven't had a 
> problem installing FreeBSD on them.
> 
> 
> 
> > Please show me the way for solution.
> >
> > I attached last screenshot from HP 580.
> >
> > And IBM machine give an error and restart again and again.
> > I attached screenshot too.
> ___
> 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: make install package?

2013-01-11 Thread Fleuriot Damien

On Jan 10, 2013, at 10:21 PM, Fbsd8  wrote:

> Gökşin Akdeniz wrote:
>> Thu, 10 Jan 2013 14:04:59 -0500 tarihinde
>> Fbsd8  yazmış:
>>> What is the default path for the packages to be stored in?
>>> Is it /usr/packages?
>>> 
>> It is "/usr/ports/packages/All".
>>> If that is indeed the default location, how do I get the
>>> "make install package" command put it there automatically?
>>> 
>> All packages will be stored
>> in /usr/ports/packages/All/relevant/sub/directory. There is no need
>> for any any configuration or files. "# make package" is the proper
>> command for building packages which are/is installed via ports.
> 
> Is the upcoming pkgng going to have any effect on this?


Funny you should ask, I was toying with that just yesterday, as a matter of 
fact.


Works well with pkgng, it lets me create static packages of already installed 
ports:
# pkg create -nao /usr/ports/packages/All


Then creating the repo.txz file for use by clients is rather easy"
# pkg repo -qf /usr/ports/packages


And then, on your client host:
# /usr/local/etc/pkg.conf
PACKAGESITE : http://195.158.241.101



# pkg stats
Local package database:
Installed packages: 158
Disk space occupied: 797 MB

Remote package database(s):
Number of repositories: 1
Packages available: 182
Unique packages: 182
Total size of packages: 648 MB

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

9.1 - FTP_PASSIVE_MODE removed from login.conf?

2013-01-11 Thread Arthur Chance
I see that the default environment in /etc/login.conf no longer contains 
FTP_PASSIVE_MODE=YES. I presume this is because ftp and fetch default to 
passive mode so it's deemed no longer necessary?

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


OT - Opera 12.12 crashes while uploading an image on Flickr

2013-01-11 Thread parv
Recently Opera -- Opera/9.80 (X11; FreeBSD 8.3-STABLE i386)
Presto/2.12.388 Version/12.12 -- has been crashing whenever I try to
upload an image in JPEG format ...

  http://farm9.staticflickr.com/8364/8369048901_d47c385819_b_d.jpg
( opened raw file in ufraw 0.18_4; sent to gimp 2.6.12,2;
  resized & saved as JPEG. I uploaded it via Firefox 10.0.11,1
  without any problems. )


... on Flickr via ...

  http://www.flickr.com/photos/upload/basic/?reason=noflash


... Opera crashes during the transfer (after file has been chosen by
pressing "Choose ..." and pressing "UPLOAD").

Could anybody tell me if the problem is with Opera-Flickr
interaction or something inherent in the file itself?

(Also posted to newsgroup opera.linux.)


  - parv

--  

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