1 Sep 22:58
Re: Firefox 3.5.1 on Solaris 10?
Rodney Sparapani <rsparapa <at> mcw.edu>
2009-09-01 20:58:16 GMT
2009-09-01 20:58:16 GMT
Rodney Sparapani wrote:
> Hi John:
>
> I have done that as far as I can tell. I'm now trying 3.5.2 and getting
> something similar. Here is the output from dtrace:
>
> godzilla ~ # dtrace -c firefox -Z -v
>
> (Gecko:19435): GnomeUI-WARNING **: While connecting to session manager:
> Authentication Rejected, reason : None of the authentication protocols
> specified are supported and host-based authentication failed.dtrace: pid
> 19412 has exited
>
> Anyone have an idea? Thanks
>
Boy these multi-package packages are really annoying to remove and
install. But, I figured out how to remove them easily:
#!/bin/sh
# remove packages by reference to package file name(s)
if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-help" -o "$1" = "--help" ]
then
echo "usage: rmpkg [-h|-help|--help] FILE1 [FILE2] ..."
echo " -h|-help|--help print this help"
echo " FILE1, FILE2, ... package filenames"
else for i in $@
do
if file "$i" | grep "package datastream" > /dev/null
(Continue reading)
RSS Feed