Midori > Preferences > Segmentation fault

2013-06-11 Thread Harald Weis
Does anyone use the midori browser in 9.1 ?

Since I switched from 8.3 to 9.1-RELEASE I've got the following problem.

Midori > Edit > Preferences results, nearly every time, in: 



*** NSPlugin Viewer  *** ERROR: rpc_end_sync called when not in sync!   

Segmentation fault (core dumped)



Apart from this everything seems okay, for example flash videos work fine.

Compiling without any option (there are only four) does not help.

Does somebody know whether x...@freebsd.org is aware of this bug ?

Thank you in advance, 
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Midori > Preferences > Segmentation fault

2013-06-12 Thread Harald Weis
On Tue, Jun 11, 2013 at 05:14:05PM -0500, Edwin L. Culp W. wrote:
 > I am and also use chrome, firefox and opera and often dislike them all.  I
 > have minor problems with loads with all but I like Midori for most things.
 > It is still missing plugins, etc. and I dislike searching but not very
 > important.
 > 
 > I'm running 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #494 r251615: Tue Jun 11
 > 06:41:14 CDT 2013 and midori midori-0.5.2.

Thank you for replying.

Chrome, Firefox and Opera work fine, but every now and then they become
vulnerable. The annoying thing is that their compile time is taking hours.
Midori is lightweight and gives me all I need.

My system is FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012.
I cannot see why freebsd-update could help. I'll do the update anyway.

midori -V yields:
Midori midori-0.5.2 ((null))
GTK+ 2.24.18 (2.24.18)  Glib 2.34.3 (2.34.3)
WebKitGTK+ 1.8.3 (1.8.3)libSoup 2.40.3
cairo 1.10.2 (1.10.2)   libnotify 0.7.3
gcr No  granite No
single instance Sockets

I have now reported the bug on
https://bugs.launchpad.net/midori

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


test message, please ignore

2008-08-08 Thread Harald Weis

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Audio CD problem on laptop VGN-SZ61MN

2008-08-08 Thread Harald Weis
Is there anyone out there who has installed FreeBSD on the above Sony
laptop ?

Both ''cat filename > /dev/dsp0.0'' or ''vlc cdda:///dev/[EMAIL PROTECTED] are 
OK.

If I run ''cdcontrol -f /dev/acd0 play'', there is no sound.
But the output of ''cdcontrol -f /dev/acd0 status audio'' is alright.
(same behaviour for cd0 instead of acd0) 

And the output of ''mplayer cdda://1//dev/acd0'' is:
Playing cdda://1//dev/acd0.
++ WARN: open: Inappropriate ioctl for device
**ERROR: fread (): Invalid argument

On the other hand, DVD's play fine, for example with
either ''vlc dvd:///dev/[EMAIL PROTECTED]'' or ''mplayer dvd://2''

I wonder whether the problem is related to the FAILURE line in dmesg:
acd0: DVDR  at ata0-master UDMA33
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 
cd0 at ata0 bus 0 target 0 lun 0
cd0:  Removable CD-ROM SCSI-0 device 
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present

Adding ''device atapicam'' in the kernel doesn't make a difference.

I found some messages concerning the FAILURE line in the mailing list
archives, but no solution.

Thank you in advance for any help.

Harald Weis
--
FreeBSD 7.0-RELEASE #0: Thu Aug  7 13:00:47 CEST 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Audio CD problem on laptop VGN-SZ61MN

2008-08-09 Thread Harald Weis
On Fri, Aug 08, 2008 at 09:17:40PM -0300, Carlos A. M. dos Santos wrote:
> On Fri, Aug 8, 2008 at 5:13 AM, Harald Weis <[EMAIL PROTECTED]> wrote:

> > acd0: DVDR  at ata0-master UDMA33
> > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
> > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
> > cd0 at ata0 bus 0 target 0 lun 0
> > cd0:  Removable CD-ROM SCSI-0 device
> > cd0: 33.000MB/s transfers
> > cd0: Attempt to query device size failed: NOT READY, Medium not present
 
> Same result on my notebook (HP nx6320) and this is not a surprise. The
> "mixer" command does not show a "cd" input, meaning that there is no
> input port for the analog audio output of the CD drive (if any). The
> "status audio" arguments instructs cdcontrol to inquire the drive, not
> the audio device.
> 
> NetBSD's "cdplay" supports digital transfer mode since version 4.0.
> Perhaps this feature could be implemented on cdcontrol.

Yes, that explains what happens on my notebook and corresponds to
what the Handbook says:
If all goes well, you should now have a functioning sound card. If your
CD-ROM or DVD-ROM drive's audio-out pins are properly connected to your
sound card, you can put a CD in the drive and play it with
cdcontrol(1):
% cdcontrol -f /dev/acd0 play 1

Indeed, both the 'mixer' command and the (much more comfortable) 'rexima'
port show only 5 mixer devices:
Mixer vol  is currently set to  12:12
Mixer pcm  is currently set to  30:30
Mixer speaker  is currently set to   8:8
Mixer mic  is currently set to   0:0
Mixer rec  is currently set to   0:0

There is no 'cd' mixer device, and the only mixer device file on
this notebook is '/dev/mixer0'.

But this does not explain why mplayer, in contrast with vlc, refuses
to play the CD, does it ?

What is the meaning and reason of the above FAILURE lines ? 
2 identical lines with the GENERIC kernel,
1 single line, if I add 'device atapicam'.
That is apparently the only difference between the two cases.

Thank you again and in advance for any further help.

Harald
-- 
FreeBSD 7.0-RELEASE #0: Thu Aug  7 13:00:47 CEST 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Audio CD problem on laptop VGN-SZ61MN

2008-08-09 Thread Harald Weis
On Sat, Aug 09, 2008 at 11:56:23AM -0300, Carlos A. M. dos Santos wrote:

> 1. Try to insert the CD and wait until it stops pinning before
> starting mplayer. Some drives are a bit lazy on media recognition.
> 
> 2. Run "truss mplayer ..." and look for error messages.
> 
> 3. Attempt to use a different player. Xine and/or one of its alternate
> front-ends like GXine or Kaffeine are good choices.

I'll be away from keyboard for two weeks or so.
I shall reply then as soon as possible.

Thanks again, Carlos.

Bye
Harald

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Audio CD problem on laptop VGN-SZ61MN

2008-09-11 Thread Harald Weis
On Sun, Aug 10, 2008 at 08:54:17AM +0200, Harald Weis wrote:
> On Sat, Aug 09, 2008 at 11:56:23AM -0300, Carlos A. M. dos Santos wrote:
> 
> > 1. Try to insert the CD and wait until it stops pinning before
> > starting mplayer. Some drives are a bit lazy on media recognition.

Doesn't make a difference.

> > 2. Run "truss mplayer ..." and look for error messages.

The output file does not mention the "Invalid argument" message
or, as far as I can understand, any other fatal stuff.

> > 3. Attempt to use a different player. Xine and/or one of its alternate
> > front-ends like GXine or Kaffeine are good choices.
> 
> I'll be away from keyboard for two weeks or so.
> I shall reply then as soon as possible.

Xine:
``xine cdda://dev/acd0/n'' works fine despite of six lines
   ``Cannot find address for OpenGl extension function ...
   which should be available according to extension specs.''.
But the GUI does not work properly. For example, the CD button generates
``CDIOCREADAUDIO: Invalid argument'' messages.

No wonder that gxine and kaffeine which use the xine engine don't work either.

Finally, the only (audioCD) command which does work on this laptop is
``vlc cdda:///dev/[EMAIL PROTECTED]''.
Disappointing, but better than nothing.

Thank you again for your comments.
Harald



___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Samsung SCX-4200 printer

2009-01-04 Thread Harald Weis
Is there a way to install the SCX-4200 printer on a FreeBSD box ?
The printer is delivered with the install software required for Linux.
And CUPS does not seem to "know" it.

Thank you in advance for any help.

Harald Weis
-- 
FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Samsung SCX-4200 printer

2009-01-07 Thread Harald Weis
On Tue, Jan 06, 2009 at 05:06:32PM -0500, Peter C. Lai wrote:
> What language does this printer use? I am a big fan of the minimalistic
> BSD LPD/R, so I usually just whip up an output filter that cats everything
> (since just about every app natively prints as postscript these days 
> [besides gimp-app I guess]) to ghostscript. Works for basically any printer
> with PCL or PS support (actually, with some of the the elcheapo PS 
> imitations out there, usually PCL5/XL works better). To me, CUPS/Foomatic 
> comes with some fancy PPDs and filters, but I think a lot of that is 
> bloated since it does similar things under the hood but wrapped in more
> layers of magic...
> 
> On 2009-01-06 04:46:40PM -0500, SDH Support wrote:
> > 
> > > Is there a way to install the SCX-4200 printer on a FreeBSD box ?
> > 
> > I would recommend googling this printer and determining its support on linux
> > first and then perhaps following the large amount of documentation with
> > installing CUPS for freebsd. I've gotten many different printers working on
> > my own.
> > 
> > 
> > 
> > 
> > ---
> > Kevin K.
> > Systems Administrator
> > www.webcanadahosting.com 
> > 
> > ___
> > freebsd-stable@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> > To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
> 
> -- 
> ===
> Peter C. Lai | Bard College at Simon's Rock
> Systems Administrator| 84 Alford Rd.
> Information Technology Svcs. | Gt. Barrington, MA 01230 USA
> peter AT simons-rock.edu | (413) 528-7428
> ===

Many thanks for all your comments and hints.

Briefly for your information: The printer was bought by a person
who was a Linux user from the very beginning. He had no time to install
it though. In the mean time he has become a FreeBSD user and is working
all-day on a FreeBSD laptop (as a general practitioner, perhaps the
only one on earth). He's still short of time. A year ago or so I
tried to install the printer on his desktop machine. But I could not
find any SCX-4200 reference on openprinting.org. This time I reinstalled
all CUPS components on a 7.0-RELEASE, and finally looked for your help.

Well, I've started with the first advice, found UnifiedLinuxDriver.tar.gz,
installed manually scx4200.ppd and rastertosamsungspl. I tried all
possible file locations for rastertosamsungspl. But CUPS keeps saying
that it cannot find rastertosamsungspl. It seems to me that CUPS
would be happy with these two files.

'spl' seems to stand for Samsung Printer Language.

Harald
-- 
FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Samsung SCX-4200 printer

2009-01-08 Thread Harald Weis
On Mon, Jan 05, 2009 at 07:01:02PM -0500, Alex Goncharov wrote:
> On Mon, Jan 05, 2009 at 11:26:23PM +0100, Roland Smith wrote:
> > On Mon, Jan 05, 2009 at 05:44:03PM +0100, Erwan David wrote:
> > > On Mon, Jan 05, 2009 at 05:36:35PM CET, Torfinn Ingolfsen 
> > >  said:
> > > > On Sun, 04 Jan 2009 23:14:22 +0100
> > > > Harald Weis  wrote:
> > > > 
> > > > > Is there a way to install the SCX-4200 printer on a FreeBSD box ?
> > > > > The printer is delivered with the install software required for Linux.
> > > > > And CUPS does not seem to "know" it.
> > > It is not always sufficient. My Brother DCP-540 CN is said to work
> > > perfectly, but only with brother binary linux drivers, under linux. I
> > > did not find any way to make it work under freeBSD.
> > 
> > This should be a FAQ: do yourself a favor and get a printer that
> > supports postscript. It will work with little effort with most
> > UNIX-based program (because they usually support postscript output) and
> > with most spoolers.
> 
> Try to install the cupsys, cupsys-bsd, cupsomatic-ppd and foomatic-db

None of these exist in the FreeBSD port index (/usr/ports/INDEX-7)

> ports and take a look at this link:
> 
>http://forums.linux-foundation.org/read.php?31,302,320,quote=1

Refers only to Linux :-(

Harald
-- 
FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Samsung SCX-4200 printer

2009-01-08 Thread Harald Weis
On Thu, Jan 08, 2009 at 01:01:57PM -0500, Alex Goncharov wrote:
> ,--- You/Harald (Thu, 8 Jan 2009 12:11:27 +0100) *
> | > Try to install the cupsys, cupsys-bsd, cupsomatic-ppd and foomatic-db
> | > ports and take a look at this link:
> | 
> | None of these exist in the FreeBSD port index (/usr/ports/INDEX-7)
> 
> So, you've now looked :-)

Oh, yes, sorry, foomatic-db does indeed exist.

> 
> I've had good experience with foomatic use for most various printers
> in the past and wanted to give you a pointer to that package, no
> promises, since you didn't seem to be familiar it.
> 
> I didn't have the printing packages installed in the machine I sent
> the original mail from, so could not check the correct package names
> -- I can check what I have now:
> 
> 
> $ pkg_info -L foomatic-db-20070124_1| grep -ic samsung
> 62
> 
> $ pkg_info -L foomatic-db-20070124_1| grep -ic scx
> 0
> 
> 
> So, that printer is not yet in BSD foomatic-db.
> 
> | 
> | Refers only to Linux :-(
> 
> I know -- but I often used Linux-based advice as a clue for solving
> printing problems on FreeBSD.
> 
> Sorry this didn't help you (and I am sure you saw this
> http://www.openprinting.org/show_printer.cgi?recnum=Samsung-SCX-4200).

Yes, I did.

Harald
-- 
FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Samsung SCX-4200 printer

2009-01-08 Thread Harald Weis
On Thu, Jan 08, 2009 at 03:06:42PM +0200, Alexander Shikoff wrote:
> On Sun, Jan 04, 2009 at 11:14:22PM +0100, Harald Weis wrote:
> > Is there a way to install the SCX-4200 printer on a FreeBSD box ?
> > The printer is delivered with the install software required for Linux.
> > And CUPS does not seem to "know" it.
> > 
> > Thank you in advance for any help.
> 
> I've successfully setup printing on SCX-4521F connected to MS Windows box.
> I use Linux binary driver from Samsung website. On my FreeBSD box 
> (7.1-PRERELEASE)
> I use cups and samba-client.
> 
> Unfortunately I have detailed description of all steps in Russian only.
> 
> But I'll try to give you a the short summary. I hope it will let you
> find right way:
> 

snip

> 
> That's all. If you have any issues/question feel free to ask. Have a nice day!
> 

Thank you very much. I'll report as soon as possible.

Harald
-- 
FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Medical database Vidal

2009-01-09 Thread Harald Weis
When mounting a (cd9660) CD-ROM of the medical database Vidal in order
to try an installation with wine, I've discovered that I cannot see
two files (visible under Windows), setup.exe and some .ini file the
full name of which I have forgotten now, while I can perfectly see
the merlin-vcd-data.zip file in the dat directory.

How on Unix earth is this possible ??

Harald  
-- 
FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Broken multimedia/dvdauthor repaired at last

2009-11-29 Thread Harald Weis
I just found a way to ''repair'' dvdauthor which is broken since several
months.
It suffices to comment two lines - 1082 and 1083 - in subreader.c like
so:
  //fribidi_set_mirroring (FRIBIDI_TRUE);
  //fribidi_set_reorder_nsm (FRIBIDI_FALSE);

# cd /usr/ports/multimedia/dvdauthor
# make
This produces the error message. Change subreader.c as said.
# vi work/dvdauthor-0.6.14/src/subreader.c
# make install

It works for me. Don't know what is missing now. But lxdvdrip which
requires dvdauthor is working as usual. :)

Hope it helps everybody else.
-- 
Harald Weis
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Broken multimedia/dvdauthor repaired at last

2009-11-29 Thread Harald Weis
On Sun, Nov 29, 2009 at 07:26:53PM +0100, Julian H. Stacey wrote:
> Hi,
> Reference:
> > From:       Harald Weis  
> > Date:   Sun, 29 Nov 2009 16:43:14 +0100 
> > Message-id: <20091129154314.ga2...@pollux.local.net> 
> 
> Harald Weis wrote:
> > I just found a way to ''repair'' dvdauthor which is broken since several
> > months.
> > It suffices to comment two lines - 1082 and 1083 - in subreader.c like
> > so:
> >   //fribidi_set_mirroring (FRIBIDI_TRUE);
> >   //fribidi_set_reorder_nsm (FRIBIDI_FALSE);
> > 
> > # cd /usr/ports/multimedia/dvdauthor
> > # make
> > This produces the error message. Change subreader.c as said.
> > # vi work/dvdauthor-0.6.14/src/subreader.c
> > # make install
> > 
> > It works for me. Don't know what is missing now. But lxdvdrip which
> > requires dvdauthor is working as usual. :)
> > 
> > Hope it helps everybody else.
> 
> Please use send-pr so this will be seen by those who can commit your fix.

Okay, done.
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Incorrect super block

2010-02-18 Thread Harald Weis
Has anybody encountered the following problem ?

Mac OS X does recognize FreeBSD partitions on USB disks, but doesn't
want to mount them because ``Incorrect super block''.
This is extremely annoying for my ``client'' because he relies on dayly
backups on USB keys. Is there a solution ? 

Thank you in advance.
-- 
Harald Weis
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Incorrect super block

2010-03-06 Thread Harald Weis
On Mon, Feb 22, 2010 at 02:51:59PM -0800, Chris Knight wrote:
> This problem is caused by a big-endian, little-endian difference
> between the OSX implementation of UFS and the FreeBSD implementation.
> http://forums.macosxhints.com/showthread.php?t=86385

Yes, that's a good reason why both ufs1 and ufs2 don't work.

> 
> I solved this problem for myself by installing MacFuse

MacFuse is not yet available for Snow Leopard (10.6).

I've made some trials to understand the tar options and had a big
surprise yesterday: tar seems to have an enormous bug. For example:

tar -c -f etc.tar /etc
tar -r -f etc.tar /home/me/.icewm/
tar -u -f etc.tar /etc

The last command should not modify etc.tar.
But that's not the case.
There seems to be no difference between the -r and -u option.
How on earth is this possible ?

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


VirtualBox OpenSolaris guest

2010-10-08 Thread Harald Weis
Does anybody know how to correct the audio driver problem of the
opensolaris guest?
The internet advice to run
pfexec update_drv -a -i '"pci8086,2415"' audio810

is better than nothing, but the audio quality is absolutely miserable.
It is clearly not the required audio driver.
Therefore the flashplayer, i.e. the ***only reason*** why I've installed
the opensolaris guest (following the advice of C. P. Ghost 
on the questions list), is useless:-( 

The other point is that the installation of  additional
repositories (needed for mplayer for example, I dislike totem) does not work
either.

My hope to find an interim solution for the flashplayer nightmare
(while waiting for gnash) can be measured by the amount of hours
I've spent to get flash - easily and long-term-wise -  playing  on FreeBSD,
Ubuntu, PCBSD...

I guess that FreeBSD will never be supported by Adobe.

Thanks in advance for any help.
Harald Weis
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: VirtualBox OpenSolaris guest

2010-10-09 Thread Harald Weis
On Fri, Oct 08, 2010 at 02:34:11PM -0400, Alex Goncharov wrote:
> ,--- You/Harald (Fri, 8 Oct 2010 20:00:46 +0200) *
> | My hope to find an interim solution for the flashplayer nightmare
> | (while waiting for gnash) can be measured by the amount of hours
> | I've spent to get flash - easily and long-term-wise -  playing  on FreeBSD,
> | Ubuntu, PCBSD...
> | 
> | I guess that FreeBSD will never be supported by Adobe.
> 
> Flash works beautifully for me on FreeBSD 8.1 in both Firefox 3.6 (use
> the instructions at
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html)
> and in Opera (linux and native.)

Yes, I know that very well and used it with success many times. There is
a message exchange on the questions mailing list - "concerning flash
under freebsd" starting on last June 15 - which confirms my own
experience of ugly things like npviewer.bin coredumps and browser
freezing. I found the suggestion interesting to install VirtualBox and
OpenSolaris which is an operating system supported by Adobe. That's the
reason why I gave it a try.

> Is your problem "flash" or "audio" (i.e. can you play an mp3 file with
> mpg123, for example)?

"flash" installs like a charm. It's audio. There is no audio whatsoever
after a perfectly clean OpenSolaris guest installation. The guest cannot
determine the correct audio driver for the underlying audio card.
Needless to say that the audio card works for the FreeBSD host (still
on 8.0 for the moment).
 
--
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: VirtualBox OpenSolaris guest

2010-10-09 Thread Harald Weis
On Fri, Oct 08, 2010 at 01:33:30PM -0500, Adam Vande More wrote:
> On Fri, Oct 8, 2010 at 1:00 PM, Harald Weis  wrote:
> 
> 
> (while waiting for gnash)
> >
> 
> That's the funniest thing I've heard all week.
> 
> -- 
> Adam Vande More

Tell me. What is so funny about gnash ?

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


Re: VirtualBox OpenSolaris guest

2010-10-12 Thread Harald Weis
On Sun, Oct 10, 2010 at 04:42:17AM +0200, Emil Smolenski wrote:
> On Sun, 10 Oct 2010 00:22:31 +0200, Alex Goncharov  
>  wrote:
> 
> >www/opera won't work with flash (it seems first).
> 
>  It works for me for years. Just install www/opera,  
> www/opera-linuxplugins, www/linux-f10-flashplugin10. Don't install any  
> www/nspluginwrapper* ports.
 
Many thanks to everybody for all your messages.

I've decided to try first opera, then Debian guest. And I "forget" 
OpenSolaris.

www/opera built and installed quickly. I really like it, except for the
crash on exit. The workaround does apply for me as well.

www/opera-linuxplugins stopped with

===>  Installing for linux-f10-expat-2.0.1
===>   Generating temporary packing list
brandelf: error opening file usr/bin/xmlwf: No such file or directory
*** Error code 1

Stop in /usr/ports/textproc/linux-f10-expat.

===>>> Installation of linux-f10-expat-2.0.1 (textproc/linux-f10-expat)
failed
===>>> Aborting update

===>>> Update for textproc/linux-f10-expat failed
===>>> Aborting update

This is exactly the sort of problem I've encountered whenever I tried to
install all that linux stuff required just for the Flash plugin some weeks
after all other ports. The Handbook procedure for Firefox and Flash Plugin
worked always fine if I've installed it at the same time as all
the rest (500+ ports). Please note that I never forget to read
/usr/ports/UPDATING. I hope this time everything else will continue to
work. Normally, the error messages did not help me to repair the
disaster in the case of, for example, suddenly missing shared libraries
here and there.

This is the reason why the idea to install VirtualBox seemed very
attractive to me. The FreeBSD system is kept "clean" of that large
emulators/linux_base-f10 port. 

The next step is VirtualBox Debian guest. Okay, these are both large
pieces of software. But if it works for Debian, it'll be a useful
experience for flash and perhaps other ports like net-p2p/jigdo I never
heard of...  

Thanks again,
Harald Weis

PS: When trying to send the message the disaster occurred!
Output of the delivery process
-- (all)
Error sending message, child exited 1 ().

/libexec/ld-elf.so.1: /usr/local/lib/libpcre.so.0: Shared object has no
run-time
+symbol table
---
If the message finally goes out it is thanks to perl-after-upgrade.
And re-installation of devel/pcre.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: VirtualBox OpenSolaris guest [becomes: linux-f10-expat]

2010-10-18 Thread Harald Weis
- portmaster emulators/linux_base-f10  # installs fine as usual

- checking dependencies for linux-f10-expat:
m...@pollux:/<3>linux-f10-expat # make build-depends-list
/usr/ports/archivers/rpm
m...@pollux:/<3>linux-f10-expat # make run-depends-list
/usr/ports/emulators/linux_base-f10

- portmaster textproc/linux-f10-expat  # stops as usual and breaks the
  whole system as usual, see above

In short, I have the impression that there is a bug either in rpm or in
linux-f10-expat.

What else could I possibly do?
Harald Weis
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: VirtualBox OpenSolaris guest [becomes: portmaster]

2010-10-19 Thread Harald Weis
On Mon, Oct 18, 2010 at 08:32:04AM -0400, Alex Goncharov wrote:
> ,--- You/Harald (Mon, 18 Oct 2010 14:02:27 +0200) *
> | What else could I possibly do?
> 
> | - portmaster www/opera-linuxplugins   # installing linux_base-f10-10_3,
> |   then stopping as follows:
> | ===>  Installing for linux-f10-expat-2.0.1
> | ===>   Generating temporary packing list
> | brandelf: error opening file usr/bin/xmlwf: No such file or directory
> | *** Error code 1
> 
> | Stop in /usr/ports/textproc/linux-f10-expat.
> 
> I am not using portmaster; try do it simply through make.  I just did
> it now:
> 
> --
> cat /compat/linux/etc/fedora-release 
> Fedora release 10 (Cambridge)

Ah, I see, that's it. I can't run this cat command because my
/compat/linux directory is empty. Obviously it went always wrong with
portmaster emulators/linux_base-f10. This command should have populated
the linuxbase, i.e. /compat/linux, directory if I understand correctly.
The script (I kept it) shows no problem whatsoever. The Makefile says
clearly to use the linuxbase as prefix for installation.
Portmaster seems to be responsible here. Please note that portmaster
is my friend since July 2008. Without any problem! In my humble
opinion portmaster is quite an extraordinary tool. By far I prefer it to
portupgrade.
Presently, there seems to be a problem just with the linux stuff.
Doug, may I ask you for help please ?

Now I will go and reinstall for the third time all ports with
portmaster  `cat ~/installed-port-list` which did work like a charm last
time and then install the linux ports with make.

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


linux_base-f10 [Was: Re: VirtualBox OpenSolaris guest becomes: portmaster]

2010-10-29 Thread Harald Weis
On Tue, Oct 19, 2010 at 01:09:39PM +0200, Harald Weis wrote:
> On Mon, Oct 18, 2010 at 08:32:04AM -0400, Alex Goncharov wrote:
> > ,--- You/Harald (Mon, 18 Oct 2010 14:02:27 +0200) *
> > | What else could I possibly do?
> > 
> > | - portmaster www/opera-linuxplugins   # installing linux_base-f10-10_3,
> > |   then stopping as follows:
> > | ===>  Installing for linux-f10-expat-2.0.1
> > | ===>   Generating temporary packing list
> > | brandelf: error opening file usr/bin/xmlwf: No such file or directory
> > | *** Error code 1
> > 
> > | Stop in /usr/ports/textproc/linux-f10-expat.
> > 
> > I am not using portmaster; try do it simply through make.  I just did
> > it now:
> > 
> > --
> > cat /compat/linux/etc/fedora-release 
> > Fedora release 10 (Cambridge)
> 
> Ah, I see, that's it. I can't run this cat command because my
> /compat/linux directory is empty. Obviously it went always wrong with
> portmaster emulators/linux_base-f10. This command should have populated
> the linuxbase, i.e. /compat/linux, directory if I understand correctly.
> The script (I kept it) shows no problem whatsoever. The Makefile says
> clearly to use the linuxbase as prefix for installation.
> Portmaster seems to be responsible here. Please note that portmaster
> is my friend since July 2008. Without any problem! In my humble
> opinion portmaster is quite an extraordinary tool. By far I prefer it to
> portupgrade.
> Presently, there seems to be a problem just with the linux stuff.
> Doug, may I ask you for help please ?
> 
> Now I will go and reinstall for the third time all ports with
> portmaster  `cat ~/installed-port-list` which did work like a charm last
> time and then install the linux ports with make.

I've done it and there is absolutely no change. In fact, I am not
surprised. It was unreasonable to accuse portmaster which works fine for
all ports. Why should it fail only for the linux ports?

I cannot find out why the linux_base-f10 files are not installed in the
linuxbase (/compat/linux). The typescript says:

===>  Patching for linux_base-f10-10_3
===>  Configuring for linux_base-f10-10_3
===>  Building for linux_base-f10-10_3
===>  Installing for linux_base-f10-10_3
===>   Generating temporary packing list
===>  Checking if emulators/linux_base-f10 already installed
274736 blocks

+++ Some programs may need linprocfs, please add it to /etc/fstab! +++

Running linux ldconfig...

This software is based in part on the work of the FreeType Team.
See http://www.freetype.org/>.

Installation of the Linux base system is finished. The Linux kernel
mode, which must be enabled for Linux binaries to run, is now
enabled. Linux mode can be enabled permanently with the linux_enable
variable of rc.conf(5).


NOTHING has been installed in /compat/linux in spite of the
USE_LINUX_PREFIX=yes line in Makefile.

No wonder that the system gets broken. This time I've succeeded in
repairing it - more or less - without reinstalling _all_ ports. As I
said earlier, nothing in the typescript indicates that something went
wrong.

Testing the LINUXBASE variable is also alright:
m...@pollux:/<3>linux_base-f10 # make clean
===>  Cleaning for linux_base-f10-10_3
m...@pollux:/<3>linux_base-f10 # make -V LINUXBASE
/compat/linux
m...@pollux:/<3>linux_base-f10 #

For the next (fourth) experiment I would like to run
"make install WITH_DEBUG=yes" .

Is that okay or is there a better way?

Thank you in advance,
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


umass: AutoSense failed

2010-12-09 Thread Harald Weis
Hello All,

What could be the reason for the following failure?

ugen2.2:  at usbus2
umass0:  on usbus2
umass0:  RBC over CBI; quirks = 0x
umass0:1:0:-1: Attached to scbus1
(probe0:umass-sim0:0:0:0): AutoSense failed

This occurs on 4 different boxes, all on 8.1-RELEASE.
Never happened on previous releases.
The camera works on an Ubuntu system.

Thank you for any advice,
Harald Weis
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: umass: AutoSense failed

2010-12-10 Thread Harald Weis
On Fri, Dec 10, 2010 at 04:50:45PM +, Adrian Wontroba wrote:
> On Fri, Dec 10, 2010 at 09:40:05AM -0500, Paul Mather wrote:
> 
> (reformatted)
> > I get something similar to this happening on 8.2-PRERELEASE.  In my
> > case, it's not during boot probing or device attachment.  Instead, it
> > happens occasionally after boot.  The devices concerned are Maxtor
> > OneTouch external USB hard drives.  Every now and then, I will get
> > something akin to the following crop up in the console log:
> >
> > (da1:umass-sim1:1:0:0): AutoSense failed
> >
> > I have three of these Maxtor OneTouch drives attached to the system as
> > part of a ZFS pool.  When I get an "AutoSense failed" message, it is
> > usually accompanied by the ZFS pool being marked as faulted.
> >
> > The Maxtor OneTouch drives are wont to spin down and go into a
> > deep sleep after a period of inactivity and appear very slow to
> > wake up again when I/O occurs.  I have always assumed that the
> > "AutoSense failed" is associated with this---that there is some kind
> > of timeout in the FreeBSD stack that this device is exceeding.  In
> > fact, sometimes the devices fail to probe properly during boot when
> > they are asleep.
> >
> > This is what the OneTouch normally probes as:
> >
> > da0 at umass-sim0 bus 0 scbus0 target 0 lun 0 : 
> > da0Fixed Direct Access SCSI-4 device : 40.000MB/s transfers : 953869MB
> > da0(1953525168 512 byte sectors: 255H 63S/T 121601C)
> >
> >
> > Cheers,
> >
> > Paul.
> 
> I had this happen while backing up to two successive previously reliable
> UFS USB external disk drives.
> 
> Plugging the USB cable into a motherboard USB socket at the back of the
> computer rather than a front panel socket made the problem go away.
> 
> This might cure the OP's problem too.

Okay, that's easy to test. I just did it.

The AutoSense failure occurs on two desktop computers, whether
motherboard or not, and on three laptops. As I said, all PC's
run 8.1-RELEASE.
What I do not know is whether the Sony DSC (Digital Still Camera) has
worked on 8.0-RELEASE. I didn't use it for some time, so I'm afraid
I never tried it on 8.x.
But I am sure it worked on all earlier releases.
In my original post I have forgotten to mention that I never had any
problems with all sorts of thumbdrives and USB disks.
Fortunately, I can read the 256MB CF memory of the DSC on an Ubuntu
laptop.
Could it possibly be a DSC hardware problem which is ignored by Ubuntu,
but not by FreeBSD?

Anyway, I should now follow Jeremy's proposal and check with a livefs CD,
but this will take a bit more time...

But before, I'll plug the DSC into a MacPro which I can access over the
weekend and report the result here.

Thanks to all of you.
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: umass: AutoSense failed

2011-01-02 Thread Harald Weis
On Tue, Dec 14, 2010 at 01:19:29PM -0700, Ross Alexander wrote:
> On Sat, 11 Dec 2010, Harad Weiss wrote
> 
> >Message: 7
> >Date: Fri, 10 Dec 2010 22:59:17 +0100
> >From: Harald Weis 
> >Subject: Re: umass: AutoSense failed
> >To: freebsd-stable@freebsd.org
> >Cc: Jeremy Chadwick 
> >Message-ID: <20101210215917.ga2...@pollux.local.net>
> >Content-Type: text/plain; charset=us-ascii
> >
> >[big snip]
> >
> >The AutoSense failure occurs on two desktop computers, whether
> >motherboard or not, and on three laptops. As I said, all PC's
> >run 8.1-RELEASE.
> >What I do not know is whether the Sony DSC (Digital Still Camera) has
> >worked on 8.0-RELEASE. I didn't use it for some time, so I'm afraid
> >I never tried it on 8.x.
> >But I am sure it worked on all earlier releases.
> >In my original post I have forgotten to mention that I never had any
> >problems with all sorts of thumbdrives and USB disks.
> >Fortunately, I can read the 256MB CF memory of the DSC on an Ubuntu
> >laptop.
> >Could it possibly be a DSC hardware problem which is ignored by Ubuntu,
> >but not by FreeBSD?
> 
> My Sony DSC camera did work under 8.0-RELEASE.  It's a model DSC-W35.
> It's seeing the umass problem now, and has since 8.1-PRERELEASE afair.
> 
> This fault is the same on i386 or amd64, intel or amd chipsets, USB
> 1.0 or 2.0, through hubs or straight off the m/b, etc..  I'm keeping a
> backup box (intel atom / i386) running 7.3-STABLE around specifically
> to work around the problem.  I'd have said something eralier, but I've
> gotten used to small nits poppping up and then disappearing; this one
> is dragging along :(
 
I haven't looked at the List for a while, so I only saw your message
yesterday. In the mean time, I've re-learned to work with bootable
memory sticks. I've had no luck yet with ReWritable CDs which I need for
all boxes but one. Perhaps a blanking problem?
Here is the summary of my trials in Fixit mode for my Sony DSC-P10 which
is also (at last) the answer to Jeremy's message:

7.2-RELEASE-i386-livefs:  OK

8.0-RELEASE-i386-memstick: OK

FreeBSD-8.1-STABLE-201009-i386-memstick:
   AutoSense failed

FreeBSD-8.2-PRERELEASE-201012-i386-memstick:
   booting OK, but
   "No USB devices found!"

CAM status: SCSI Status Error
SCSI sense: UNIT ATTENTION asc: 28,0 (Not ready to ready
change, medium may have changed)
da0: 1915MB (3922944 512 byte sectors: 255H 63S/T 244C)
GEOM: da0: media size does not match label.


FreeBSD-9.0-CURRENT-201009-i386-memstick:
AutoSense failed

Is it not a case for send-pr(1) ?

Best regards,
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


amsn-0.96_1 does not build

2007-12-22 Thread Harald Weis
amsn-0.96_1 does not build because of the following error:

===>  Building for amsn-0.96_1
  CXX utils/TkCximage/src/TkCximage.cpp.o
In file included from utils/TkCximage/src/TkCximage.cpp:11:
utils/TkCximage/src/TkCximage.h:23:25: tkPlatDecls.h: No such file or directory
gmake: *** [utils/TkCximage/src/TkCximage.cpp.o] Error 1
*** Error code 2

Stop in /usr/ports/net-im/amsn.
===


My ports tree is up to date (portsnap fetch and update alright).

Any idea why this header file is missing ?

Thank you in advance for any help.

HW
-- 
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


X.org: Fatal server error

2008-02-07 Thread Harald Weis
Hello All,

*** Fatal server error:
*** could not open default font 'fixed'

This is the message (without the stars) I get on a laptop after
a fresh install of FreeBSD 6.2-RELEASE i386 (previously 6.0).

Searching the archives, I found two reasons which do not apply for me:

1. xorg-fonts-miscbitmaps-7.2 is properly installed
2. the same is true for font-alias-1.0.1

A good reason in my case seems to be: all fonts.dir files are empty.

Running ``mkfontdir [-e encodings/] misc/''  creates always an empty
fonts.dir file, but with the '-e' option a correct encodings.dir file.

Conclusion: mkfontdir appears to be broken, or rather mkfontscale as
the former is just a single-line shell script.

xorg-7.2, xorg-fonts-7.2 and all the rest are properly installed.
The instructions of the 20070519-section in UPDATING have successfully
been executed.

Fortunately, lynx and elinks work alright.

Needless to say that I've  portupgrade'd both mkfontdir and mkfontscale
with the '-f' option, and that my ports tree is portsnap'ed up-to-date.

What else could I do to find the bug ? 

Thanks in advance,
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org: Fatal server error

2008-02-11 Thread Harald Weis
On Mon, Feb 11, 2008 at 12:29:13PM -0800, Joseph Olatt wrote:
> On Mon, Feb 11, 2008 at 10:37:02AM +0100, Harald Weis wrote:
> > On Sun, Feb 10, 2008 at 06:13:33PM -0800, Joseph Olatt wrote:
> > > On Thu, Feb 07, 2008 at 01:44:03PM +0100, Harald Weis wrote:
 
> > > > 
> > > > A good reason in my case seems to be: all fonts.dir files are empty.
> > > > 
> > > > Running ``mkfontdir [-e encodings/] misc/''  creates always an empty
> > > > fonts.dir file, but with the '-e' option a correct encodings.dir file.
> > > > 
> > > > Conclusion: mkfontdir appears to be broken, or rather mkfontscale as
> > > > the former is just a single-line shell script.
> >  
 
> 1. Check "/usr/local/lib/X11/fonts/misc" directory to see if there are
>font files there. In my case, that is where the fonts from package
>"font-misc-misc" and "font-cursor-misc" got installed.  
>(pkg_info -L font-misc-misc-1.0.0 would tell you where the fonts 
> got installed.)
> 
> 2. Check the xorg.conf (/etc/X11/xorg.conf for me) to see if you have a
>section similar to the following:
> 
>Section "Files"
>RgbPath  "/usr/local/share/X11/rgb"
>ModulePath   "/usr/local/lib/xorg/modules"
>FontPath "/usr/local/lib/X11/fonts/misc/"
>FontPath "/usr/local/lib/X11/fonts/TTF/"
>FontPath "/usr/local/lib/X11/fonts/OTF"
>FontPath "/usr/local/lib/X11/fonts/Type1/"
>FontPath "/usr/local/lib/X11/fonts/100dpi/"
>FontPath "/usr/local/lib/X11/fonts/75dpi/"
>EndSection
> 
> 
>If the line 'FontPath "/usr/local/lib/X11/fonts/misc/"' does not
>exist, you could get the fixed font error.

I've done all these checks at the very beginning.
The only remaining problem was the empty fonts.dir file which fully
explains to my mind the fatal server error.
I then ran mkfontdir and saw that this command does indeed generate
an empty fonts.dir file on the bad machine where everything else
seems so utterly correct.
What I haven't done yet on the bad box (because it's not on my desk
and its external, stupid, ISP router does not let me in via SSH) is
to copy my fonts.dir file to it. Just for fun to see what happens.
I'll do that tomorrow...

In the last resort, I shall
portupgrade -fP -o x11/xorg xorg

But I hate the idea, it's so Unix-unlike, isn't it ?

Harald
-- 
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org: Fatal server error

2008-02-11 Thread Harald Weis
> > > A good reason in my case seems to be: all fonts.dir files are empty.
> > > 
> > > Running ``mkfontdir [-e encodings/] misc/''  creates always an empty
> > > fonts.dir file, but with the '-e' option a correct encodings.dir file.
> > > 
> > > Conclusion: mkfontdir appears to be broken, or rather mkfontscale as
> > > the former is just a single-line shell script.
>  
> > I would check and see if you have the following packages installed:
> > 1. font-misc-misc
> > 2. font-cursor-misc
>  
> They are installed alright, like all other packages containing the
> pattern ``font'' in their name.
> 
> In the meantime, following an off-list advice, I've used truss(1).
> I've got now nice truss.out files for two machines (same release):
> mine which is good and the other machine (in fact a desktop as well)
> which has the bug.
> 
> The trouble is that I'm unable to interpret the difference. For example:
> Every line in the bad truss.out file is prefixed with ``2682: ''.
> Perhaps a line number? But of which file ?
> Couldn't find anything within the sources of truss or mkfontscale.
> 
> No reply yet from the maintainer for mkfontscale [EMAIL PROTECTED]

First, I'm replying for convenience to two off-list remarks:
I've created 4 truss.out files, 2 on the bad box, 2 on the good one,
using the following 2 commands (under root in /usr/local/lib/X11/fonts):
truss -o truss.out mkfontdir misc/
truss -fae -o truss-fae.out mkfontdir misc/

After renaming I've got:
truss.bad, truss.good, truss-fae.bad, truss-fae.good

truss-fae.bad is the _only_ file all lines of which are prefixed with
``2682: ''. All lines of all other files don't have such a prefix.
I cannot check for the time being whether this corresponds to a pid.
The bad box is at the other end of the town.

Second, is there nobody (more competent than me) out there who would
accept receiving and looking into e.g.
truss-fae.bad.bz2 (12kB) and truss-fae.good.bz2 (18kB) ?
You know I'm just asking for the very very obvious thing which should
take not more than 5 minutes for an experienced person.

Thank you in advance.
Harald
-- 
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org: Fatal server error

2008-02-11 Thread Harald Weis
On Sun, Feb 10, 2008 at 06:13:33PM -0800, Joseph Olatt wrote:
> On Thu, Feb 07, 2008 at 01:44:03PM +0100, Harald Weis wrote:
> > 
> > This is the message (without the stars) I get on a laptop after
> > a fresh install of FreeBSD 6.2-RELEASE i386 (previously 6.0).
> > 
> > Searching the archives, I found two reasons which do not apply for me:
> > 
> > 1. xorg-fonts-miscbitmaps-7.2 is properly installed
> > 2. the same is true for font-alias-1.0.1
> > 
> > A good reason in my case seems to be: all fonts.dir files are empty.
> > 
> > Running ``mkfontdir [-e encodings/] misc/''  creates always an empty
> > fonts.dir file, but with the '-e' option a correct encodings.dir file.
> > 
> > Conclusion: mkfontdir appears to be broken, or rather mkfontscale as
> > the former is just a single-line shell script.
 
> I would check and see if you have the following packages installed:
> 1. font-misc-misc
> 2. font-cursor-misc
 
They are installed alright, like all other packages containing the
pattern ``font'' in their name.

In the meantime, following an off-list advice, I've used truss(1).
I've got now nice truss.out files for two machines (same release):
mine which is good and the other machine (in fact a desktop as well)
which has the bug.

The trouble is that I'm unable to interpret the difference. For example:
Every line in the bad truss.out file is prefixed with ``2682: ''.
Perhaps a line number? But of which file ?
Couldn't find anything within the sources of truss or mkfontscale.

No reply yet from the maintainer for mkfontscale [EMAIL PROTECTED]

Thanks for any help,
Harald
-- 
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org: Fatal server error

2008-02-15 Thread Harald Weis
On Mon, Feb 11, 2008 at 12:29:13PM -0800, Joseph Olatt wrote:
> On Mon, Feb 11, 2008 at 10:37:02AM +0100, Harald Weis wrote:
> > On Sun, Feb 10, 2008 at 06:13:33PM -0800, Joseph Olatt wrote:
> > > On Thu, Feb 07, 2008 at 01:44:03PM +0100, Harald Weis wrote:
  
> > > I would check and see if you have the following packages installed:
> > > 1. font-misc-misc
> > > 2. font-cursor-misc
> >  
> > They are installed alright, like all other packages containing the
> > pattern ``font'' in their name.
> 
> 
> If "font-misc-misc" and "font-cursor-misc" are installed, I would do the
> following:
> 
> 1. Check "/usr/local/lib/X11/fonts/misc" directory to see if there are
>font files there. In my case, that is where the fonts from package
>"font-misc-misc" and "font-cursor-misc" got installed.  
>(pkg_info -L font-misc-misc-1.0.0 would tell you where the fonts 
> got installed.)
> 
> 2. Check the xorg.conf (/etc/X11/xorg.conf for me) to see if you have a
>section similar to the following:
> 
>Section "Files"
>RgbPath  "/usr/local/share/X11/rgb"
>ModulePath   "/usr/local/lib/xorg/modules"
>FontPath "/usr/local/lib/X11/fonts/misc/"
>FontPath "/usr/local/lib/X11/fonts/TTF/"
>FontPath "/usr/local/lib/X11/fonts/OTF"
>FontPath "/usr/local/lib/X11/fonts/Type1/"
>FontPath "/usr/local/lib/X11/fonts/100dpi/"
>FontPath "/usr/local/lib/X11/fonts/75dpi/"
>EndSection
> 
> 
>If the line 'FontPath "/usr/local/lib/X11/fonts/misc/"' does not
>exist, you could get the fixed font error.

Finally, I've found the real reason for the empty fonts.dir file in
misc/ (and 100dpi/, 75dpi, cyrillic): a lot of .pcf.gz files were indeed
present, but I've not spotted that they were empty ! Shame on me.

They must have been created (time stamp: Feb 3) during the xorg-upgrade
procedure (described in the /usr/ports/UPDATING), but all empty,
God knows why.

misc/ is now populated with all the fonts created by the following packages:
font-arabic-misc-1.0.0
font-cursor-misc-1.0.0
font-daewoo-misc-1.0.0
font-dec-misc-1.0.0
font-isas-misc-1.0.0
font-jis-misc-1.0.0
font-micro-misc-1.0.0
font-misc-cyrillic-1.0.0
font-misc-ethiopic-1.0.0
font-misc-meltho-1.0.0_1
font-misc-misc-1.0.0
font-mutt-misc-1.0.0
font-schumacher-misc-1.0.0
font-sony-misc-1.0.0
font-sun-misc-1.0.0
xorg-fonts-miscbitmaps-7.3 (meta package: no output from `pkg_info -L')

The fonts.dir file contains now exactly 340 `fixed' fonts.
There is no owner or permission problem whatsoever.
And still, whether I follow strictly the method described in the Handbook
or whether I use my own method with xinit and $HOME/.xinitrc
the X server makes always the same complaint:

Fatal server error:
could not open default font 'fixed'

The output of 'truss -fae  startx' does not show why on earth the server
cannot open the default font.

It seems hopeless. I've never encountered such a bug.

Is there really no other solution than the Windows-approach:
Reinstall xorg from scratch ?

Thanks in advance for every other idea.

Harald
-- 
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org: Fatal server error [Solved]

2008-02-17 Thread Harald Weis
On Fri, Feb 15, 2008 at 01:44:13PM +0100, Harald Weis wrote:
 
> Fatal server error:
> could not open default font 'fixed'
 
I've learned two lessons.

1. As a constant user of portupgrade since ages, this time,
before and after the xorg-upgrade procedure, I have carelessly
omitted the `-R' option. No wonder that required packages
were missing.

2. The `pkg_info -L' check does not certify that the file is
actually in its place: between two checks I have removed all
the empty fontfiles in misc/, thereby getting rid again of 
fonts.alias as well :-( and forgot about it.
Now I know that the server is indeed looking first for
the `fixed' line in fonts.alias. If he does not find it,
he complains no matter how many fixed fonts are stored in misc/.

The fact that misc/ and three other directories in that machine
were only populated with a large number of empty fontfiles
remains weird though.

Thanks again for every reply, on-list and off-list.

HW
-- 
FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:56:09 UTC 2007
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xchm

2006-10-23 Thread Harald Weis
How can I tell xchm not to output the following error message:

``Failed to display HTML document in ISO-8859-1 encoding''?

I've installed it with ``pkg_add -r xchm''.
It works alright except for that error message output for every subject
change.

By the way, chmview doesn't work at all: the converted html-files do not 
display.

Thanks for any help.
Harald Weis
-- 
FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB scanner not attached when connected after system startup]

2004-12-29 Thread Harald Weis
Getting no reaction from ``questions''.

Thanks for any help.
--
Harald Weis 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
--- Begin Message ---
My scanner (EPSON PERFECTION 1650) is working alright if it is connected before 
system startup.
But when connected to the running system it doesn't get attached by usbd. I 
can't find out from Handbook, manpages or mailing lists what could be the 
reason.

Many thanks in advance for any help.

-- 
Harald Weis
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--- End Message ---
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB scanner not attached when connected after system startup]

2004-12-29 Thread Harald Weis
On Wed, Dec 29, 2004 at 07:40:00PM +0100, Roland Smith wrote:
> On Wed, Dec 29, 2004 at 04:49:05PM +0100, Harald Weis wrote:
> > My scanner (EPSON PERFECTION 1650) is working alright if it is
> > connected before system startup.  But when connected to the running
> > system it doesn't get attached by usbd. I can't find out from
> > Handbook, manpages or mailing lists what could be the reason.
> >  
> > Many thanks in advance for any help.
> 
> Could you upgrade to 5.3? I've got a 1650 that works perfectly on
> 5.3-RELEASE on amd64. (BTW, 5.3 uses devfs).

Yes, no problem, I've  planned to migrate to 5.3 anyway in 2 weeks time.
But I would like to understand _why_ usbd's attach/detach function, as I 
understood it from Handbook and manpages, does not work on 4.X (I'm using the 
scanner since 2 or 3 years without any other problem). It should work, 
shouldn't it ? Do I mis-interpret e.g. usbd.conf(5) ?

Harald
-- 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB scanner not attached when connected after system startup]

2004-12-31 Thread Harald Weis
On Thu, Dec 30, 2004 at 09:33:32AM +0100, Marc Fonvieille wrote:
> On Wed, Dec 29, 2004 at 04:49:05PM +0100, Harald Weis wrote:
> > 
> > My scanner (EPSON PERFECTION 1650) is working alright if it is connected 
> > before system startup.
> > But when connected to the running system it doesn't get attached by usbd. I 
> > can't find out from Handbook, manpages or mailing lists what could be the 
> > reason.
> >
> 
> I assume you followed the Image Scanner section in the Handbook.
> Is usbd really running?  Are you using the default usbd.conf?

In reply to both Marc and Roland, I confirm and say:

1. usbd is really running all the time (usbd_enable="YES" being in rc.conf)
2. using the default usbd.conf, which I studied only recently to find out what 
could be missing.
3. added the following lines to it for testing:
device "Perfection 1650 scanner"
devname "uscanner[0-9]+"
attach "sane-find-scanner -q"
detach "sane-find-scanner -q"

I still haven't got a clue of what other command could be useful here. I think 
Ialso understood that the proper attachment/detachment function of usbd has 
nothing to do with those commands. Right or wrong?
4. Killing usbd and running ``usbd -dvv'' confirms that usbd does not detect 
any event when I connect or disconnect the signal cable of the scanner 
(needless to say that the scanner is connected to power). No error message in 
the debugging output, just this:

algol{me} ~ # usbd -dvv
usbd: opened /dev/usb0
usbd: reading configuration file /etc/usbd.conf
usbd: action 1: ActiveWire board, firmware download
.
.
.
usbd: action 6: Perfection 1650 scanner
  devname: uscanner[0-9]+
  attach='sane-find-scanner -q'
  detach='sane-find-scanner -q'
usbd: action 7: USB device
usbd: 7 actions
usbd: opened /dev/usb
usbd: doing timeout discovery on /dev/usb0
usbd: processing event queue due to timeout on /dev/usb
etc, etc ad infinitum

No event, no action. Normal.

Harald :-( 
-- 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB scanner not attached when connected after system startup]

2005-01-02 Thread Harald Weis
On Sat, Jan 01, 2005 at 02:01:11AM +0100, Roland Smith wrote:
> On Fri, Dec 31, 2004 at 04:07:12PM +0100, Harald Weis wrote:
> > On Thu, Dec 30, 2004 at 09:33:32AM +0100, Marc Fonvieille wrote:
> > > On Wed, Dec 29, 2004 at 04:49:05PM +0100, Harald Weis wrote:
> > > > 
> > > > My scanner (EPSON PERFECTION 1650) is working alright if it is 
> > > > connected before system startup.
> > > > But when connected to the running system it doesn't get attached by 
> > > > usbd. I can't find out from Handbook, manpages or mailing lists what 
> > > > could be the reason.

Sorry, I must apologize because I realize that I did not make my point clear 
enough. My point is indeed the following:
If my scanner is connected (both power and USB signal cable) _before_ system 
startup, it does work perfectly alright since many years (by the way in 
scanimage-command-line-mode and as a gimp plug-in). So all concerned 
configuration files are perfectly alright and in conformity with the Handbook. 
It really works beautifully.
But as I don't use the scanner every day I normally keep it disconnected. Up to 
now I am obliged to reboot the system if I want to use the scanner in the 
middle of the day. This would not be necessary under MacOSX for example or - I 
hate to make the comparison :-) - under Windows. So I would be happy to find 
some way to use the scanner _without_ rebooting. It seems that this (USB) issue 
is not addressed in the Handbook. 
My ``usbd -dvv'' test was just meant to check whether usbd is able to detect 
the events or not. I still believe the test is not completely stupid. According 
to usbd(8) the deamon should handle the attachment/detachment of the USB 
device, shouldn't it ? Apparently, usbd does not `see' whether my scanner is 
connected or not. What's wrong there ? Is there a fundamental fact I don't 
understand ?

Can anybody out there use the 1650 under 4.x without the need to connect it 
_before_ system startup ?
Roland,do you need to reboot under 5.3 if you connect it to the running system 
? 
Harald
-- 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB scanner not attached when connected after system startup]

2005-01-03 Thread Harald Weis
On Sun, Jan 02, 2005 at 02:22:27PM +0100, Roland Smith wrote:
> On Sun, Jan 02, 2005 at 01:17:37PM +0100, Harald Weis wrote:

> Sometimes the device that gets noticed by usbd is not the device that
> you eventually want. For instance, I have a usb pendrive. When I plug it
> in, usbd sees a device called umass0. But what I'm interested in is the
> adXsY device that represents the partition on the drive. So in this case
> usbd isn't very helpful.
  
and you would see it in dmesg ?

> I've asked this before, but you never answered; If you plug in the
> scanner in a running system, do you see it in the 'dmesg' output?

No.

[Very sorry for not having replied to that question before. I have simply 
repressed it (verdrängt in German) because sane, scanimage and last not least 
usbd clearly proved - to my troubled mind - that the scanner was not attached 
and I was subconsciously convinced that dmesg signals only events during system 
startup. This is how I used it up to now. I still don't know what `core file' 
and `name list' or `kernel image' exactly means.]
 
> If you do _not_ get a message like:
> 
> uscanner0: EPSON EPSON Scanner, rev 1.10/3.02, addr 2
> 
> in your dmesg after you plug in the scanner, I'd say that your kernel
> doesn't recognize the scanner for some reason. This would be a bug in 4.x.

So I've got a long-standing bug (on two different boxes and several releases 
starting in 2001)
Very strange that I'd be the only case in this world. I couldn't find anything 
in the mailing list archives.
 
> If it does appear, the scanner is found by the kernel. If the scanner
> does not work in this case, what exactly is the reported error? If
> you've not running devfs, and the scanner wasn't available at boot time,

devfs does not exist on 4.x

> maybe the the device node was never created? Can you confirm that the
> device node for the scanner exists if you boot up without the scanner
> present?

Yes, I confirm definitely.
 
Harald
-- 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB scanner not attached when connected after system startup]

2005-01-05 Thread Harald Weis
On Mon, Jan 03, 2005 at 09:32:20PM +0100, Roland Smith wrote:
 
> That's not good. AFAICT, the code that reports a new scanner to dmesg is
> also present in 4.x, so if you don't see a message, it looks like the
> scanner is not found for one reason or another.
> 
> Do you see anything in dmesg if it is available at boot? If so, it would
> look like a definite bug to me. 

algol{me} ~ > dmesg | grep EPSON
uscanner0: EPSON EPSON Scanner, rev 1.10/3.02, addr 2
 
> But since it works on 5.3, I don't know what the value would be of
> sending a Problem Report on 4.9, since 5.3 is now STABLE.

Agree, not worth while.

> Have you considered upgrading to 5.3?

Yes, sure, I hope before the end of the month.
 
> See 'man core' for more info about coredumps. Core is an old term for
> memory (dating from the time of ferrite core memory). See the jargon file.

jargon file: thanks a lot for that one too, Roland.

> > > If it does appear, the scanner is found by the kernel. If the scanner
> > > does not work in this case, what exactly is the reported error? If

No error whatsoever is reported in dmesg. As to sane and scanimage, they just 
can't see any scanner.
On the other hand, if the scanner is disconnected from the working environment, 
sane-find-scanner continues to `find' the scanner as before (when it was really 
connected), scanimage is cleverer and says `there is no scanner', dmesg doesn't 
signal anything. Of course, if you want the scanner working again you must 
reboot. 

I'm afraid it's better to forget the problem again.

Many thanks, Roland, for all your patience and advice.

Next time I'll report 5.3 bugs only :-)

Harald
-- 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: USB scanner not attached when connected after system startup]

2005-01-11 Thread Harald Weis
On Sun, Jan 09, 2005 at 01:58:53PM +0100, Jilles Tjoelker wrote:
> 
> Try all USB ports on your computer; use MAKEDEV to create /dev/usb1,
> /dev/usb2, etc (they are not created by default).

That was it.
Absolutely wonderful!
`usbd' is now working, in fact before it just did not _seem_ to work.
Thank you very much indeed, Jilles.

Harald
-- 
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Canon PIXMA support

2006-07-18 Thread Harald Weis
On Tue, Jun 27, 2006 at 07:27:50PM +0300, Ivan Asmer wrote:
> Hello everyone.
> 
> I'm interesting how to run my canon pixma iP 1500 under my honest freebsd.
> As I found in internet this is impossible. Who can say more?

I got my iP 5000 working with cups and gimp-print (WITH_CUPS).

I haven't tried apsfilter yet which I would prefer because cups disallows a2ps.

Bye
Harald Weis 
-- 
FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Canon PIXMA support

2006-07-22 Thread Harald Weis
On Tue, Jul 18, 2006 at 04:30:12PM +0200, Harald Weis wrote:
> On Tue, Jun 27, 2006 at 07:27:50PM +0300, Ivan Asmer wrote:
> > Hello everyone.
> > 
> > I'm interesting how to run my canon pixma iP 1500 under my honest freebsd.
> > As I found in internet this is impossible. Who can say more?
> 
> I got my iP 5000 working with cups and gimp-print (WITH_CUPS).
> 
> I haven't tried apsfilter yet which I would prefer because cups disallows 
> a2ps.

For your information:
apsfilter has just nicely installed my PIXMA iP 5000 (device node /dev/ulpt0).

Bye
Harald Weis
-- 
FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Canon PIXMA support

2006-07-31 Thread Harald Weis
On Sat, Jul 22, 2006 at 11:42:14AM +0200, Harald Weis wrote:
 
> For your information:
> apsfilter has just nicely installed my PIXMA iP 5000 (device node /dev/ulpt0).
 
In fact, the installation seemed successful because the test print
looked basically alright. It just did not fill the A4 format.
There are indeed two problems.
First, the conversion from jpeg to ps generates (vertical) rectangles
from squares. This looks like a bug in apsfilter.
Secondly, the colors, or rather the resolution, and the size are
incorrect. The reason for this seems to be the lack of the correct
driver in gs.
gimp-print WITH_CUPS (which I have used earlier this year on a smaller
FreeBSD4.9 machine) gave good results as far as I remember. I did not
compare them with the iBook though. Next step after the beach...
Bye
Harald Weis 
--
FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Binary upgrade script problem

2007-03-22 Thread Harald Weis
I've run Colin Percival's binary upgrade scripts on my spare machine.
It worked fine from 6.0 t0 6.1.
For 6.1 to 6.2 the script stops during the
``The following files will be removed ...'' phase.
Exactly same stop for three fresh trials which look alright up to the stop.

castor{me} /<2>upgrade-to-6.2 # sh freebsd-update.sh -f freebsd-update.conf -d 
/usr/upgrade -r 6.2-RELEASE upgrade 
Looking up update.FreeBSD.org mirrors... 1 mirrors found.
Fetching public key from update1.FreeBSD.org... done.
Fetching metadata signature for 6.1-RELEASE from update1.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 2 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic src/sys world/base world/dict world/doc world/manpages

The following components of FreeBSD do not seem to be installed:
kernel/smp src/base src/bin src/contrib src/crypto src/etc src/games
src/gnu src/include src/krb5 src/lib src/libexec src/release src/rescue
src/sbin src/secure src/share src/tools src/ubin src/usbin
world/catpages world/games world/info world/proflibs

Does this look reasonable (y/n)? y

Fetching metadata signature for 6.2-RELEASE from update1.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 3608
patches.102030405060708090
snip
10352035303540355035603570358035903600  
done.
Applying patches... done.
Fetching 5505 files... done.

The following files will be removed as part of updating to 6.2-RELEASE-p3:
/etc/periodic/weekly/120.clean-kvmdb
/usr/include/c++/3.4/ext/demangle.h
/usr/lib/libpcap.so.4
/usr/lib/libpthread.so.2
/usr/share/doc/en_US.ISO8859-1/articles/building-products/b378.html
/usr/share/doc/en_US.ISO8859-1/articles/wp-toolbox/x32.html
/usr/share/doc/en_US.ISO8859-1/books/handbook/kernelconfig-nodes.html
snip
/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/x1940.html
/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/x1950.html
byte 3107

What could be the reason?

Thanks,
Harald Weis 
-- 
FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Binary upgrade script problem

2007-03-26 Thread Harald Weis
On Thu, Mar 22, 2007 at 04:44:42PM +0100, Harald Weis wrote:
> I've run Colin Percival's binary upgrade scripts on my spare machine.
> It worked fine from 6.0 t0 6.1.
> For 6.1 to 6.2 the script stops during the
> ``The following files will be removed ...'' phase.
> Exactly same stop for three fresh trials which look alright up to the stop:

> /usr/share/doc/en_US.ISO8859-1/books/porters-handbook/x1950.html
> byte 3107

Sorry, Colin, for asking you directly.
Is there nothing I could do to find out the reason for this stop ?
The output of ``uname -a'' of that spare box is:

FreeBSD castor.local.hawei.net2.nerim.net 6.1-SECURITY FreeBSD 6.1-SECURITY
#0: Wed Feb 14 15:33:28 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Harald Weis
-- 
FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Samsung SCX-4200 printer

2009-03-31 Thread Harald Weis
On Thu, Jan 08, 2009 at 03:06:42PM +0200, Alexander Shikoff wrote:
 
> That's all. If you have any issues/question feel free to ask. Have a nice day!

Thank you again on-list, Alexander, for your comprehensive instructions 
which would have worked immediately if I had read
/usr/ports/UPDATING before switching linux_base. My own fault. 
Sorry to all others for the long silence, I was very busy elsewhere,
but I guess nobody was waiting for me :-)

The printer works like a charm.
But I had no success with the scanner for which I employed
Alexander's philosophy in order to download the required libraries.
Now all libraries are there, but:

Running smfpscan yields:
WARNING: configuration file not found
sane_init - 
QApplication::postEvent: Unexpected null receiver

Running mfp yields:
direct mfp:/dev/mfp/4 "Unknown" "MFP USB Port #0"
direct mfp:/dev/mfp/5 "Unknown" "MFP USB Port #1"

Seems hopeless under FreeBSD. I suppose the solution to my problem
is called "HP Laserjet M1120 MFP".

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


Vulnerability question

2009-06-28 Thread Harald Weis
Building lxdvdrip stops because linux-pango has known
vulnerabilities.
Is there a risk if mplayer (which requires linux-pango)
is only used locally by lxdvdrip, but never on-line
by firefox which would not use any mplayer plugin ?
For example I could easily control this with mozplugger.

Thank you in advance for any advice.

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


Re: Vulnerability question

2009-06-30 Thread Harald Weis
On Mon, Jun 29, 2009 at 08:40:52PM +0200, Roland Smith wrote:
> On Sun, Jun 28, 2009 at 10:56:54PM +0200, Harald Weis wrote:
> > Building lxdvdrip stops because linux-pango has known
> > vulnerabilities.
> 
> You can ignore vulnerabilities by setting the environment variable
> DISABLE_VULNERABILITIES. See ports(7).

Yes, I've done this already, but I've stepped back because I cannot
evaluate the risk.

> Are you running a linux binary of mplayer? Because a native mplayer
> binary does not require linux-pango! It just uses the native pango.

In fact, it's lxdvdrip which requires linux-pango [via linux-gtk2].
lxdvdrip is happy with the native mplayer.
 
> If you want to rip DVDs, you can simply use mplayer:
> 
>   mplayer dvd://N -dumpstream -dumpfile title.mpg
> 
> where N is the number of the title you want.

That's interesting. I will try that soon. I hope the manpage does
explain how to burn it then.
But what happens if the title is too long for a DVD5 ?

lxdvdrip is such a marvellous tool. Too bad, that nobody has found
the time yet to debug linux-pango.

Now, do I understand correctly, that the risk is there as soon as
linux-pango is running for the local lxdvdrip operation ?
That means that I must keep off-line during lxdvdrip to be safe ?
Is that true ?
 
Harald
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Vulnerability question

2009-07-01 Thread Harald Weis
On Wed, Jul 01, 2009 at 06:01:01AM +0200, Roland Smith wrote:
> On Tue, Jun 30, 2009 at 06:35:04PM -0400, Gary Palmer wrote:
 
> > I am not the OP, however I also ran into warnings about mplayer and
> > linux-pango.  I believe the problem comes from linux-realplayer
> > 
> > # cd /usr/ports/multimedia/mplayer
> > # make run-depends-list
> 
> > /usr/ports/multimedia/linux-realplayer
> > /usr/ports/multimedia/mplayer-skins
> > /usr/ports/multimedia/win32-codecs
> 
> > # grep REAL /var/db/ports/mplayer/options 
> > WITH_REALPLAYER=true
> 
> Good catch! I think that is indeed the problem. I disabled realplayer
> support for mplayer ages ago, so it doesn't show up in my list. 
> 
> Harald, re-build mplayer with realplayer support disabled (if you can do
> without it), and you should probably loose the dependency on
> linux-pango.
> 
> > There may be more than one path to the linux-pango dependency however
> > :-(
> 
> I don't think so, looking at the Makefiles of the other dependencies of
> lxdvdrip. 

Yes, it is the ``real player plugin'' option for mplayer which
was responsible for linux-pango (and probably for all other linux stuff)
requested during the reinstallation of lxdvdrip a week ago using
DISABLE_VULNERABILITIES=yes .

I've found this 5 minutes after my reply to Roland yesterday when trying
to reinstall first just mplayer alone, and then lxdvdrip.
But, I had absolutely no time to signal this to the list before now.

Many thanks to all of you. It's a great relief that I have finally
recuperated lxdvdrip.

Harald

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


Re: Vulnerability question

2009-07-01 Thread Harald Weis
On Wed, Jul 01, 2009 at 06:01:01AM +0200, Roland Smith wrote:
 
> Good catch! I think that is indeed the problem. I disabled realplayer
> support for mplayer ages ago, so it doesn't show up in my list. 
 
How do you do that precisely ?
``WITH_REALPLAYER=no'' in /etc/make.conf ?

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


Re: Vulnerability question

2009-07-01 Thread Harald Weis
On Wed, Jul 01, 2009 at 10:00:12AM -0700, Kevin Oberman wrote:

> > > Good catch! I think that is indeed the problem. I disabled realplayer
> > > support for mplayer ages ago, so it doesn't show up in my list. 
> >  
> > How do you do that precisely ?
> > ``WITH_REALPLAYER=no'' in /etc/make.conf ?
> 
> cd /us/ports/multimedia/mplayer
> make config
> Scroll down to the "REALPLAYER  Enable real player plugin" line
>  to un-check the line
> 
> make
> make deinstall
> make reinstall
> make clean
> 
> Or use 'portupgrade -f' AFTER the 'make config'.

That's not what I meant.
Every time I do ``portsnap fetch update'' mplayer's Makefile contains
the ``real player plugin'' option set to ``on''.
If for some reason I've got to reinstall mplayer with (my preferred)
``portmaster --force-config [-d|-D] multimedia/mplayer'', then
I would like to have the realplay option already unchecked.
This is the way I interpreted Roland's ``so it doesn't show up in my
list''.
I thought the WITH_REALPLAYER=no line in make.conf could do this job,
couldn't it?

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


Re: Vulnerability question

2009-07-02 Thread Harald Weis
On Wed, Jul 01, 2009 at 11:24:20PM +0200, Roland Smith wrote:


Thank you very much indeed, Roland, for your explanation.

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


Re: status of flash9/flash10 support in RELENG_7 ?

2009-08-06 Thread Harald Weis
On Sat, Jul 25, 2009 at 09:38:05AM +0200, Marc Fonvieille wrote:
> On Sat, Jul 25, 2009 at 03:35:00AM +0200, Luigi Rizzo wrote:
> > Does anyone know what is the status of flash9 or flash10 in RELENG_7 ?
snip
> > 
> > Is there a recipe for a working flas9 or flash10 operation ?
> >
> 
> The Handbook gives a reliable, i.e. reproductible one, recipe:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html
> 6.2.3 Firefox and Macromedia® Flash Plugin
> 
> for running Flash 9 under 7.X and with default linux_base.
> 
> I'm also working on an update for 8.X
> 

Many thanks, Marc, for this information. I was not aware (shame on me)
that the Handbook does treat this big problem as well.

You cannot imagine (nobody can imagine) the number of hours
I've spent since ages to get Firefox and Flash9 working on FreeBSD-stable.

So, this morning, I've started the n-th trial. Bad luck.
It doesn't work anymore for the following two reasons:

The first reason is the linux-pango vulnerability encountered with
nspluginwrapper. Okey, I knew that already (see
http://www.freebsdnews.net/2008/11/04/flash-9-for-freebsd-71-howto/).
Overriding the problem (reluctantly) with ``setenv DISABLE_VULNERABILITIES yes''
brought me to the second reason which is even worse.

Portmaster is unable to fetch install_flash_player_9.tar.gz and I
cannot find the file manually. Seems to have disappeared from earth.

I don't know how long I'll be able to resist against buying
a MacBook for my wife who does want to see videos ``like anybody else''.
Of coarse, this does not mean that everybody has a macintosh:-) By the
way, I've tried Ubuntu, I've tried PC_BSD. Not really satisfactory.
There is no alternative to FreeBSD. 

Could anybody out there provide install_flash_player_9.tar.gz for me
as a temporary measure ?

Harald
--

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


Re: status of flash9/flash10 support in RELENG_7 ?

2009-08-09 Thread Harald Weis
On Fri, Aug 07, 2009 at 02:52:10AM +0400, Boris Samorodov wrote:
> Hello Marc,
> 
> On Thu, 6 Aug 2009 23:14:01 +0200 Harald Weis wrote:
> 
> > Portmaster is unable to fetch install_flash_player_9.tar.gz and I
> 
> Anyway it's not a portmaster...

Boris, what do you mean exactly?
I use portmaster on 6 machines (since I discovered it in July 2008)
without any problems whatsoever.
Portmaster aborted the linux-flashplugin9 installation because
of the size mismatch, not portmaster's fault, is it? 

> > cannot find the file manually. Seems to have disappeared from earth.
> 
> Something (system, ports, network or else) is broken:
> -
> tba% LANG=C date
> Fri Aug  7 02:50:06 MSD 2009
> tba% fetch 
> http://download.macromedia.com/pub/flashplayer/installers/current/9/install_flash_player_9.tar.gz
> install_flash_player_9.tar.gz 100% of 2986 kB 1542 kBps
> -

Thank you for the URL. Downloaded it while reading your message.
Did not realize the size mismatch then, because too busy elsewhere.

I've just succeeded to install flash9 on firefox3 according to
the Handbook and using the old version. Too unpatient today to
install your patch which does certainly work, will try it on
the next machine.

I've read a long time ago (on this ML I think) that
http://miniusa.com/crm/no_flash.jsp
is an ideal test site.

The install does work like a charm. Magnificent.

There is a huge problem though:
I've got now two vulnerable ports, firefox3 and linux-pango.
The linux-pango case is apparently several months old.
Any idea why the linux world doesn't seem to bother?

How to persuade my user now not to use firefox, but w3m?
Impossible.

Anyway, thanks again to everybody, on-list and off-list.

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