[gentoo-user] Multiseat -- LTSP?

2012-01-28 Thread Grant
I'd like to have multiple users working from separate monitors,
keyboards, and mice, but all connected to a single Gentoo computer.
The main purpose is to minimize sys admin duties but hardware and
power requirements would also be minimized.

Apparently this is called "multiseat" and native support in Xorg might
not be ready for primetime:

http://wiki.x.org/wiki/Development/Documentation/Multiseat
http://vignatti.wordpress.com/2008/09/23/multiseat-roadmap

There is a configuration tool for Xorg multiseat called MDM:

http://wiki.c3sl.ufpr.br/multiseat/index.php/Mdm

but from what I've read it isn't ideal.  Besides Xorg multiseat I've
read about LTSP and a few others:

http://www.ltsp.org
http://www.thinstation.org
http://automseat.sourceforge.net
http://www.openthinclient.org

There are also a lot of proprietary options.  Is LTSP the way to go?

- Grant



Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Philip Webb
120128 Mick tried to emerge epdfview and it failed:
> # emerge -uaDv epdfview
> These are the packages that would be merged, in order:
> Calculating dependencies... done!
> [ebuild  N ] app-text/epdfview-0.1.6-r1  USE="cups nls -test" 397 kB
> [snip ...]
> PDFDocument.cxx: In member function ‘virtual ePDFView::DocumentPage* 
> ePDFView::PDFDocument::renderPage(gint)’:
> PDFDocument.cxx:618:62: error: ‘poppler_page_render_to_pixbuf’ was not 
> declared in this scope
> PDFDocument.cxx: In member function ‘virtual gboolean 
> ePDFView::PDFDocument::loadFile(const gchar*, const gchar*, GError**)’:
> PDFDocument.cxx:231:45: warning: ignoring return value of ‘ssize_t write(int, 
> const void*, size_t)’, declared with attribute warn_unused_result
> make[3]: *** [libepdfview_a-PDFDocument.o] Error 1
> [snip ...]

Do a resync & try emerging 0.1.8 , which is what I have.
Also, I don't use the 'nls' flag, so try '-nls' too if necessary.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] lost wireless network

2012-01-28 Thread Adam Carter
There were a few kernels that broke iwlagn. Iirc it was 3.1.5 and 3.1.6. So
i'd suggest you stick to troubleshooting on a kernel you know has
previously worked, or a very recent one.


Re: [gentoo-user] Re: OT: urlview+Firefox 9 not co-operating

2012-01-28 Thread Walter Dnes
On Sat, Jan 28, 2012 at 03:53:11PM -0600, ??Q?? wrote
> On Sat, 28 Jan 2012 15:35:46 -0500
> "Walter Dnes"  wrote:
> 
> > On Sat, Jan 28, 2012 at 11:08:12AM +0100, Florian Philipp wrote
> > 
> > > Add --no-remote to firefox's parameters.
> ^^
> -no-remote
> ^

  I did notice that, and tried it both ways.  No difference.

> Do you get the same error if you try
> 
> $ /usr/bin/firefox -P default -new-window "http://www.gentoo.org";
> 
> without using urlview?

  Yes and No!  I've solved the problem, but this is weird; really really
weird.  Let me explain.  I use ICEWM window manager.  For the firefox
launchbar command I have always used...

/usr/bin/firefox -width 950 -height 1050 -P default -no-remote

and manually opened new windows with {CTRL-N}.  Urlview was always able
to lauch a new window.  But now if one firefox window is opened with
"-no-remote", I can *NOT* programatically open any more new Firefox
windows.  That includes urlview and your commandline example *EVEN IF I
USE "-new-window" TO OPEN ADDITIONAL WINDOWS*.  Only the manual {CTRL-N}
command works.

  After some trial and error, I changed ICEWM's launchbar command to

/usr/bin/firefox -width 950 -height 1050 -P default -new-window

Now I can open new windows all over the place with Urlview and your
commandline example.  Problem solved.  ***ALWAYS USE "new-window"***.
Computers never cease to amaze me.  Can you pop open 2 xterms and try
the following?  The first pair should work...

in xterm 1 ==> /usr/bin/firefox -new-window "http://www.gentoo.org";
in xterm 2 ==> /usr/bin/firefox -new-window "http://www.cnn.com";

  Now close both Firefox windows and try...

in xterm 1 ==> /usr/bin/firefox -no-remote "http://www.gentoo.org";
in xterm 2 ==> /usr/bin/firefox -new-window "http://www.cnn.com";

  The first firefox opens, but the second one fails.

-- 
Walter Dnes 



Re: [gentoo-user] Python+readline?

2012-01-28 Thread Daniel Troeder
On 28.01.2012 10:01, Walter Dnes wrote:
>   I've enabled the readline flag for the python build, but it doesn't
> seem to work.  Are there any other settings I'm missing?
> 
daniel@moja ~ $ cat .pythonstartup
#!/usr/bin/python
try:
import readline
except ImportError:
print "Module readline not available."
else:
import rlcompleter
readline.parse_and_bind("tab: complete")


-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: Python+readline?

2012-01-28 Thread walt
On 01/28/2012 01:01 AM, Walter Dnes wrote:
>   I've enabled the readline flag for the python build, but it doesn't
> seem to work.

I see that my python has the readline flag set, but I don't know what it
does so I don't know if it's working.  How can I tell?





[gentoo-user] Re: OT: urlview+Firefox 9 not co-operating

2012-01-28 Thread »Q«
On Sat, 28 Jan 2012 15:35:46 -0500
"Walter Dnes"  wrote:

> On Sat, Jan 28, 2012 at 11:08:12AM +0100, Florian Philipp wrote
> 
> > Add --no-remote to firefox's parameters.
^^
-no-remote
^

>   Something is badly broken here.  I still get the same error message.
> Can someone post a working .urlview file?  The urlview man page talks
> about a default /etc/urlview.conf, but there's no such file on my
> system.

Do you get the same error if you try

$ /usr/bin/firefox -P default -new-window "http://www.gentoo.org";

without using urlview?




Re: [gentoo-user] lost wireless network

2012-01-28 Thread pat
On Sat, 28 Jan 2012 15:42:52 -0500, Michael Mol wrote
> On Sat, Jan 28, 2012 at 3:31 PM, pat  wrote:
> > On Sat, 28 Jan 2012 19:08:17 +, Mick wrote
> >> On Saturday 28 Jan 2012 17:00:35 Canek Peláez Valdés wrote:
> >> > On Sat, Jan 28, 2012 at 6:52 AM, pat  wrote:
> >> > > On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
> >> > >
> >> > >> Am 28.01.2012 12:38, schrieb pat:
> >> > >> > Hi,
> >> > >> >
> >> > >> > I've used wireless network about half of a year ago. Now I need it 
> >> > >> > and
> >> > >> > it doesn't start :-( My gentoo is up to date.
> >> > >> >
> >> > >> > I'm using network manager (and it's nm-applet).
> >> > >> >
> >> > >> > Wireless info:
> >> > >> > description: Wireless interface
> >> > >> > product: WiFi Link 6000 Series
> >> > >> > vendor: Intel Corporation
> >> > >> > capabilities: pm msi pciexpress bus_master cap_list ethernet 
> >> > >> > physical
> >> > >> > wireless configuration: broadcast=yes driver=iwlagn
> >> > >> > driverversion=3.0.6-tuxonice firmware=9.221.4.1 build 25532 
> >> > >> > latency=0
> >> > >> > link=no multicast=yes wireless=IEEE 802.11abgn
> >> > >> >
> >> > >> > After switching on, the dmesg says:
> >> > >> > iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
> >> > >> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
> >> > >> >
> >> > >> > but wireless control doesn't indicate that it's on and nm-applies 
> >> > >> > says
> >> > >> > the wireless is disabled by hw switch.
> >> > >> >
> >> > >> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on 
> >> > >> > it
> >> > >> > too :-( Current kernel is tuxonice-sources-3.0.6 (planing upgrade to
> >> > >> > 3.0.17, but only with wireless :-) ).
> >> > >> >
> >> > >> > Please, could someone help me? I have no idea where to start :-\
> >> > >> >
> >> > >> > Thanks
> >> > >> >
> >> > >> >      Pat
> >> > >>
> >> > >> Do you have the rfkill module loaded?
> >> > >>
> >> > >> Regards,
> >> > >> Florian Philipp
> >> > >
> >> > > Yes.
> >> > > rfkill                 15504  1 cfg80211
> >> >
> >> > I think Florian meant the rfkill package:
> >> >
> >> > net-wireless/rfkill
> >> >
> >> > Install it, and run "rfkill list"; mine says:
> >> >
> >> > # rfkill list
> >> > 0: sony-wifi: Wireless LAN
> >> >     Soft blocked: no
> >> >     Hard blocked: no
> >> > 1: sony-bluetooth: Bluetooth
> >> >     Soft blocked: no
> >> >     Hard blocked: no
> >> > 3: phy0: Wireless LAN
> >> >     Soft blocked: no
> >> >     Hard blocked: no
> >> > 31: hci0: Bluetooth
> >> >     Soft blocked: no
> >> >     Hard blocked: no
> >> >
> >> > As you can see, all of them say "Hard blocked: no". If in your case
> >> > one says "Hard blocked: yes", you can change it with "rfkill unblock
> >> > wlan0", for example.
> >>
> >> ... or pushing the wireless button on the machine?
> >>
> >> --
> >> Regards,
> >> Mick
> >
> > Hi,
> >
> > I've installed the rfkill and when hw switch is off:
> > 0: phy0: Wireless LAN
> >        Soft blocked: no
> >        Hard blocked: yes
> >
> > And when on:
> > 0: phy0: Wireless LAN
> >        Soft blocked: no
> >        Hard blocked: no
> >
> > Thanks for help
> 
> That means there's a physical toggle switch somewhere on the device
> that's turning the wireless access on and off. Sometimes that's a
> switch on the side, sometimes that's a dedicated button, and 
> sometimes that's something like Fn+(some other keyboard key).
> 
> My old Acer Aspire laptop had a wireless toggle button that the side
> of my left hand kept resting on. If my wireless dropped, the first
> thing I always did was poke that button a couple times. (This was
> before any Linux distro properly supported toggling the LED on that
> particular button...)
> 
> -- 
> :wq

Sorry my mistake, the first output is with physical toggle switch off and
second one with it on.

My wireless worked about 6 months ago since then I've didn't use it and did a
lot of system updates. Now I need it and it doesn't work. What I should to try
have it back?

Thanks

 Pat




Freehosting PIPNI - http://www.pipni.cz/



Re: [gentoo-user] lost wireless network

2012-01-28 Thread Michael Mol
On Sat, Jan 28, 2012 at 3:31 PM, pat  wrote:
> On Sat, 28 Jan 2012 19:08:17 +, Mick wrote
>> On Saturday 28 Jan 2012 17:00:35 Canek Peláez Valdés wrote:
>> > On Sat, Jan 28, 2012 at 6:52 AM, pat  wrote:
>> > > On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
>> > >
>> > >> Am 28.01.2012 12:38, schrieb pat:
>> > >> > Hi,
>> > >> >
>> > >> > I've used wireless network about half of a year ago. Now I need it and
>> > >> > it doesn't start :-( My gentoo is up to date.
>> > >> >
>> > >> > I'm using network manager (and it's nm-applet).
>> > >> >
>> > >> > Wireless info:
>> > >> > description: Wireless interface
>> > >> > product: WiFi Link 6000 Series
>> > >> > vendor: Intel Corporation
>> > >> > capabilities: pm msi pciexpress bus_master cap_list ethernet physical
>> > >> > wireless configuration: broadcast=yes driver=iwlagn
>> > >> > driverversion=3.0.6-tuxonice firmware=9.221.4.1 build 25532 latency=0
>> > >> > link=no multicast=yes wireless=IEEE 802.11abgn
>> > >> >
>> > >> > After switching on, the dmesg says:
>> > >> > iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
>> > >> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
>> > >> >
>> > >> > but wireless control doesn't indicate that it's on and nm-applies says
>> > >> > the wireless is disabled by hw switch.
>> > >> >
>> > >> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it
>> > >> > too :-( Current kernel is tuxonice-sources-3.0.6 (planing upgrade to
>> > >> > 3.0.17, but only with wireless :-) ).
>> > >> >
>> > >> > Please, could someone help me? I have no idea where to start :-\
>> > >> >
>> > >> > Thanks
>> > >> >
>> > >> >      Pat
>> > >>
>> > >> Do you have the rfkill module loaded?
>> > >>
>> > >> Regards,
>> > >> Florian Philipp
>> > >
>> > > Yes.
>> > > rfkill                 15504  1 cfg80211
>> >
>> > I think Florian meant the rfkill package:
>> >
>> > net-wireless/rfkill
>> >
>> > Install it, and run "rfkill list"; mine says:
>> >
>> > # rfkill list
>> > 0: sony-wifi: Wireless LAN
>> >     Soft blocked: no
>> >     Hard blocked: no
>> > 1: sony-bluetooth: Bluetooth
>> >     Soft blocked: no
>> >     Hard blocked: no
>> > 3: phy0: Wireless LAN
>> >     Soft blocked: no
>> >     Hard blocked: no
>> > 31: hci0: Bluetooth
>> >     Soft blocked: no
>> >     Hard blocked: no
>> >
>> > As you can see, all of them say "Hard blocked: no". If in your case
>> > one says "Hard blocked: yes", you can change it with "rfkill unblock
>> > wlan0", for example.
>>
>> ... or pushing the wireless button on the machine?
>>
>> --
>> Regards,
>> Mick
>
> Hi,
>
> I've installed the rfkill and when hw switch is off:
> 0: phy0: Wireless LAN
>        Soft blocked: no
>        Hard blocked: yes
>
> And when on:
> 0: phy0: Wireless LAN
>        Soft blocked: no
>        Hard blocked: no
>
> Thanks for help

That means there's a physical toggle switch somewhere on the device
that's turning the wireless access on and off. Sometimes that's a
switch on the side, sometimes that's a dedicated button, and sometimes
that's something like Fn+(some other keyboard key).

My old Acer Aspire laptop had a wireless toggle button that the side
of my left hand kept resting on. If my wireless dropped, the first
thing I always did was poke that button a couple times. (This was
before any Linux distro properly supported toggling the LED on that
particular button...)

-- 
:wq



Re: [gentoo-user] OT: urlview+Firefox 9 not co-operating

2012-01-28 Thread Walter Dnes
On Sat, Jan 28, 2012 at 11:08:12AM +0100, Florian Philipp wrote

> Add --no-remote to firefox's parameters.

  Something is badly broken here.  I still get the same error message.
Can someone post a working .urlview file?  The urlview man page talks
about a default /etc/urlview.conf, but there's no such file on my
system.

-- 
Walter Dnes 



Re: [gentoo-user] lost wireless network

2012-01-28 Thread pat
On Sat, 28 Jan 2012 19:08:17 +, Mick wrote
> On Saturday 28 Jan 2012 17:00:35 Canek Peláez Valdés wrote:
> > On Sat, Jan 28, 2012 at 6:52 AM, pat  wrote:
> > > On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
> > > 
> > >> Am 28.01.2012 12:38, schrieb pat:
> > >> > Hi,
> > >> > 
> > >> > I've used wireless network about half of a year ago. Now I need it and
> > >> > it doesn't start :-( My gentoo is up to date.
> > >> > 
> > >> > I'm using network manager (and it's nm-applet).
> > >> > 
> > >> > Wireless info:
> > >> > description: Wireless interface
> > >> > product: WiFi Link 6000 Series
> > >> > vendor: Intel Corporation
> > >> > capabilities: pm msi pciexpress bus_master cap_list ethernet physical
> > >> > wireless configuration: broadcast=yes driver=iwlagn
> > >> > driverversion=3.0.6-tuxonice firmware=9.221.4.1 build 25532 latency=0
> > >> > link=no multicast=yes wireless=IEEE 802.11abgn
> > >> > 
> > >> > After switching on, the dmesg says:
> > >> > iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
> > >> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
> > >> > 
> > >> > but wireless control doesn't indicate that it's on and nm-applies says
> > >> > the wireless is disabled by hw switch.
> > >> > 
> > >> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it
> > >> > too :-( Current kernel is tuxonice-sources-3.0.6 (planing upgrade to
> > >> > 3.0.17, but only with wireless :-) ).
> > >> > 
> > >> > Please, could someone help me? I have no idea where to start :-\
> > >> > 
> > >> > Thanks
> > >> > 
> > >> >  Pat
> > >> 
> > >> Do you have the rfkill module loaded?
> > >> 
> > >> Regards,
> > >> Florian Philipp
> > > 
> > > Yes.
> > > rfkill 15504  1 cfg80211
> > 
> > I think Florian meant the rfkill package:
> > 
> > net-wireless/rfkill
> > 
> > Install it, and run "rfkill list"; mine says:
> > 
> > # rfkill list
> > 0: sony-wifi: Wireless LAN
> > Soft blocked: no
> > Hard blocked: no
> > 1: sony-bluetooth: Bluetooth
> > Soft blocked: no
> > Hard blocked: no
> > 3: phy0: Wireless LAN
> > Soft blocked: no
> > Hard blocked: no
> > 31: hci0: Bluetooth
> > Soft blocked: no
> > Hard blocked: no
> > 
> > As you can see, all of them say "Hard blocked: no". If in your case
> > one says "Hard blocked: yes", you can change it with "rfkill unblock
> > wlan0", for example.
> 
> ... or pushing the wireless button on the machine?
> 
> -- 
> Regards,
> Mick

Hi,

I've installed the rfkill and when hw switch is off:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes

And when on:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

Thanks for help

 Pat



Freehosting PIPNI - http://www.pipni.cz/



Re: [gentoo-user] can't have anymore multi desktop

2012-01-28 Thread Stephane Guedon
Le samedi 28 janvier 2012 20:44:48, Frank Steinmetzger a écrit :
> On Sat, Jan 28, 2012 at 08:25:41PM +0100, Stephane Guedon wrote:
> > Hi all
> > 
> > On kde, I don't have anymore the multi desktop plasmoïd.
> > I don't know what to do…
> > Can someone help me ?
> > Thanks
> 
> Well, add it again.
> 
> Unlock the widgets if necessary (desktop context menu), click the cashew on
> the panel, select add widget and look for desktop switcher (I don't know
> what it's called in English or French, as I gather from your use of the
> ï).

I have already done that !


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] can't have anymore multi desktop

2012-01-28 Thread Frank Steinmetzger
On Sat, Jan 28, 2012 at 08:25:41PM +0100, Stephane Guedon wrote:
> Hi all
> 
> On kde, I don't have anymore the multi desktop plasmoïd.
> I don't know what to do…
> Can someone help me ?
> Thanks

Well, add it again.

Unlock the widgets if necessary (desktop context menu), click the cashew on
the panel, select add widget and look for desktop switcher (I don't know what
it's called in English or French, as I gather from your use of the ï).
-- 
Gruß | Greetings | Qapla'
I forbid any use of my email addresses with Facebook services.

Earth, stop, I want to get off.


pgpwdFhP3kwhs.pgp
Description: PGP signature


Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Frank Steinmetzger
On Sat, Jan 28, 2012 at 06:06:33PM +, Mick wrote:

> > > another application (e.g. a browser) but unlike xpdf I have not found a
> > > way of saving a file once opened without having to redownload it with
> > > the browser.
> > 
> > I'd look into /tmp, it'll probably be there.
> 
> It used to be the case that FF would drop temporary downloads in /tmp, but I 
> can't find them in there any more.  This is of particular interest for some 
> flash videos which after I watched them I decide to save them, but can't find 
> them anywhere.  Ditto with Chromium, not idea where it saves such temporary 
> files.

[getting OT regarding xpdf]

Yes, that's the flash plugin. It creates a file and then immediately deletes
it again. But thanks to the open architecture of a Linux system you can get it
back by copying from the file handle in /proc. I have a little script for
that which I'll attach to this message. It looks for all file handles that
link to a (now deleted) file called /tmp/Flash* and restores the link,
printing out the filename it thusly recovered. It could be a bit refined by
only looking for handles of flash player PIDs, but I guess a human wouldn't
perceive the difference anyway.

For youtube, I recommend youtube-dl. It lets you select the video format and
resolution (as offered), downloads the video and automatically renames the
file.
-- 
Gruß | Greetings | Qapla'
I forbid any use of my email addresses with Facebook services.

The problem with Perl jokes is that only the teller understands them.
#!/bin/sh
for h in `find /proc/*/fd -ilname "/tmp/Flash*" 2>/dev/null`; do
path=`readlink "$h" | cut -d' ' -f1`
[ -f "$path" ] || {
echo "$path"
ln -s "$h" "$path";
}
done


pgpGnQDeIJ1qs.pgp
Description: PGP signature


[gentoo-user] can't have anymore multi desktop

2012-01-28 Thread Stephane Guedon
Hi all

On kde, I don't have anymore the multi desktop plasmoïd.
I don't know what to do…
Can someone help me ?
Thanks


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] lost wireless network

2012-01-28 Thread Mick
On Saturday 28 Jan 2012 17:00:35 Canek Peláez Valdés wrote:
> On Sat, Jan 28, 2012 at 6:52 AM, pat  wrote:
> > On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
> > 
> >> Am 28.01.2012 12:38, schrieb pat:
> >> > Hi,
> >> > 
> >> > I've used wireless network about half of a year ago. Now I need it and
> >> > it doesn't start :-( My gentoo is up to date.
> >> > 
> >> > I'm using network manager (and it's nm-applet).
> >> > 
> >> > Wireless info:
> >> > description: Wireless interface
> >> > product: WiFi Link 6000 Series
> >> > vendor: Intel Corporation
> >> > capabilities: pm msi pciexpress bus_master cap_list ethernet physical
> >> > wireless configuration: broadcast=yes driver=iwlagn
> >> > driverversion=3.0.6-tuxonice firmware=9.221.4.1 build 25532 latency=0
> >> > link=no multicast=yes wireless=IEEE 802.11abgn
> >> > 
> >> > After switching on, the dmesg says:
> >> > iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
> >> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
> >> > 
> >> > but wireless control doesn't indicate that it's on and nm-applies says
> >> > the wireless is disabled by hw switch.
> >> > 
> >> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it
> >> > too :-( Current kernel is tuxonice-sources-3.0.6 (planing upgrade to
> >> > 3.0.17, but only with wireless :-) ).
> >> > 
> >> > Please, could someone help me? I have no idea where to start :-\
> >> > 
> >> > Thanks
> >> > 
> >> >  Pat
> >> 
> >> Do you have the rfkill module loaded?
> >> 
> >> Regards,
> >> Florian Philipp
> > 
> > Yes.
> > rfkill 15504  1 cfg80211
> 
> I think Florian meant the rfkill package:
> 
> net-wireless/rfkill
> 
> Install it, and run "rfkill list"; mine says:
> 
> # rfkill list
> 0: sony-wifi: Wireless LAN
>   Soft blocked: no
>   Hard blocked: no
> 1: sony-bluetooth: Bluetooth
>   Soft blocked: no
>   Hard blocked: no
> 3: phy0: Wireless LAN
>   Soft blocked: no
>   Hard blocked: no
> 31: hci0: Bluetooth
>   Soft blocked: no
>   Hard blocked: no
> 
> As you can see, all of them say "Hard blocked: no". If in your case
> one says "Hard blocked: yes", you can change it with "rfkill unblock
> wlan0", for example.

... or pushing the wireless button on the machine?

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Florian Philipp
Am 28.01.2012 19:06, schrieb Mick:
> On Saturday 28 Jan 2012 10:51:23 Jesús J. Guerrero Botella wrote:
>> 2012/1/28 Mick :
>>> On Saturday 28 Jan 2012 10:03:42 Philip Webb wrote:
>> ...
>>
>>> another application (e.g. a browser) but unlike xpdf I have not found a
>>> way of saving a file once opened without having to redownload it with
>>> the browser.
>>
>> I'd look into /tmp, it'll probably be there.
> 
> It used to be the case that FF would drop temporary downloads in /tmp, but I 
> can't find them in there any more.  This is of particular interest for some 
> flash videos which after I watched them I decide to save them, but can't find 
> them anywhere.  Ditto with Chromium, not idea where it saves such temporary 
> files.
> 

AFAIK, that's adobe-flash's doing, not firefox/chromium. PDFs and other
files downloaded with the "open"-action in Firefox still get dumped into
/tmp.

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread walt
On 01/28/2012 10:06 AM, Mick wrote:

> It used to be the case that FF would drop temporary downloads in /tmp, but I 
> can't find them in there any more.

It may depend on which FF plugin is displaying the download, not sure.
Anyway, you might try lsof while FF is still displaying it. i.e. pause
the video or whatever while you're hunting.




Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Mick
On Saturday 28 Jan 2012 13:30:50 Philip Webb wrote:
> 120128 Sergei Trofimovich wrote:
> >> Is there an alternative which doesn't require eg 'kdelibs' or similar ?
> >> In my netbook, Xpdf is the only method I have of reading PDFs,
> >> as I use Fluxbox & don't have KDE installed at all.
> > 
> > It should not stop you from trying okular (kdelibs based)
> 
> Well no ! -- I don't want to have any KDE in my netbook :
> I use a lot of KDE apps on my desktop, incl Okular, but not in the netbook.
> 
> > and evince (libgnome based). They are really neat.
> > For lightweight variants you might like to look
> > at app-text/epdfview and app-text/gsview.
> 
> Thanks for this & other comments + advice.
> 
> I've installed Evince Epdfview Zathura.  Evince looks as usable as Xpdf
> & Epdfview is also simple & effective; Zathura works, but relies largely
> on keys (ok) & the index toggles, which is not quite as usable.
> Epdfview has the advantage over Evince that it needs no deps,
> so that's what I may use in my netbook.
> 
> I also noticed a note in my homemade list of installed pkgs
> that I had to patch Xpdf to avoid the slow-start problem,
> so I'm satisfied that it cb consigned to history.

Hmm ... tried to emerge epdfview and it failed:   :-(

# emerge -uaDv epdfview

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] app-text/epdfview-0.1.6-r1  USE="cups nls -test" 397 kB

[snip ...]

IJob.cxx: In static member function ‘static void* 
ePDFView::IJob::dispatcher(void*)’:
IJob.cxx:62:1: warning: no return statement in function returning non-void
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobFind.o -MD -MP -MF 
".deps/libepdfview_a-JobFind.Tpo" -c -o libepdfview_a-JobFind.o `test -f 
'JobFind.cxx' || echo './'`JobFind.cxx; \
then mv -f ".deps/libepdfview_a-JobFind.Tpo" ".deps/libepdfview_a-JobFind.Po"; 
else rm -f ".deps/libepdfview_a-JobFind.Tpo"; exit 1; fi
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobLoad.o -MD -MP -MF 
".deps/libepdfview_a-JobLoad.Tpo" -c -o libepdfview_a-JobLoad.o `test -f 
'JobLoad.cxx' || echo './'`JobLoad.cxx; \
then mv -f ".deps/libepdfview_a-JobLoad.Tpo" ".deps/libepdfview_a-JobLoad.Po"; 
else rm -f ".deps/libepdfview_a-JobLoad.Tpo"; exit 1; fi
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -
DNDEBUG -DG_DISABLE_ASSERT -MT libepdfview_a-JobRender.o -MD -MP -MF 
".deps/libepdfview_a-JobRender.Tpo" -c -o libepdfview_a-JobRender.o `test -f 
'JobRender.cxx' || echo './'`JobRender.cxx; \
then mv -f ".deps/libepdfview_a-JobRender.Tpo" ".deps/libepdfview_a-
JobRender.Po"; else rm -f ".deps/libepdfview_a-JobRender.Tpo"; exit 1; fi
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..-pthread -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -DQT_SHARED -
I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/glib-2.0 -
I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -
I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/qt4 -
I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -
I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -
I/usr/include/gdk-pixbuf-2.0-march=native -O2 -pipe -Wall -Wno-long-long -

Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Mick
On Saturday 28 Jan 2012 10:51:23 Jesús J. Guerrero Botella wrote:
> 2012/1/28 Mick :
> > On Saturday 28 Jan 2012 10:03:42 Philip Webb wrote:
> ...
> 
> > another application (e.g. a browser) but unlike xpdf I have not found a
> > way of saving a file once opened without having to redownload it with
> > the browser.
> 
> I'd look into /tmp, it'll probably be there.

It used to be the case that FF would drop temporary downloads in /tmp, but I 
can't find them in there any more.  This is of particular interest for some 
flash videos which after I watched them I decide to save them, but can't find 
them anywhere.  Ditto with Chromium, not idea where it saves such temporary 
files.

PS.  Opera saves them under ~.opera/cache/sesn/ if I recall correctly, 
although it gives them random names and I have to run them or guess from their 
size, before I know if it is the file that I wanted to save.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: Clicking on URLs in kmail-1.13.7 launches libreoffice

2012-01-28 Thread Mick
On Saturday 28 Jan 2012 15:23:01 walt wrote:
> On 01/26/2012 01:18 AM, Mick wrote:
> > Over the last couple of weeks I noticed that when I click on a URL in an
> > email I get libreoffice launching a few seconds after Konqueror has
> > opened up the URL.
> 
> Not sure it's really the same thing, but I saw libreoffice open when
> clicking on, um, I'm forgetting what kind of link it was, but the cause
> was the nsbrowser plugin that comes with libreoffice:
> 
> /usr/lib/libreoffice/basis3.4/program/nsplugin.sav
> (plus a symlink to that file in /usr/lib/nsbrowser/plugins/)
> 
> Heh, adding the .sav on the filename is how I fixed the problem :)
> 
> Actually the latest libreoffice has changed the name to libnpsoplugin.so,
> which doesn't seem to cause me any problems so I let it live.

Thanks for this Walt!

I'm running app-office/libreoffice-3.4.5.2 which has the nsplugin USE flag 
activated.  However, in settings it does not offer an option to select a 
default Internet browser for opening URLs.

I'm not going to rebuild the darn thing just for this problem, so I'll wait 
for the next version.

Meanwhile, I changed its access rights from 0755 to 0754 and it seems to not 
bother me anymore when I click on links:

ls -la /usr/lib/libreoffice/basis3.4/program/nsplugin
-rwxr-xr-- 1 root root 64208 Jan 17 23:40 
/usr/lib/libreoffice/basis3.4/program/nsplugin
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] advice about Gentoo (Oracle, Java, VMWare...)

2012-01-28 Thread AGagliardi

Il 26/01/2012 13:05, Mihamina Rakotomandimby ha scritto:

Context
- I admin a server for PHP and Java Web developers
- I have to run a Gentoo host which have LXC guests (also Gentoo-only).
- About the LXC guests
-- 1 LXC guest with PHP4 (with custom ./configure options)
-- 1 LXC guest with PHP 5.2 (with custom ./configure options)
-- 1 LXC guest with PHP 5.3 (with custom ./configure options)
-- 1 LXC guest with Tomcat + Oracle + Oracle's Java
- I'll also need to host several ready to boot VMWare Windows VM images
  (containing IE6, for compatibility tests): I guess I'll have to
  install a VMWare server
- I *only* want to install with the distribution packaging tool.

Is Gentoo a good choice? I think yes because:
- Installing PHP4, PHP5.2 is just about unmasking and install
- Installing VMWare server is easy

But...
- Installing Oracle's Java is not so easy: http://goo.gl/tbBFW


I love Gentoo but why not PROXMOX VR (2.0) as virtualization backend 
(kvm and vm)


kvm as virtualization system (uses vmware images)
openvz as containers of different os (gentoo, centos, etc)

you will not have problems in mantain host system just guests
vmware-server seems to be disappeard from gentoo tree and trust me it's 
terrible (also stops at 2.6.28 kernel due to big kernel lock)


andrea

andrea


--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f

Sponsor:
Offerta speciale: a partire da soli Euro 18.90 puoi stampare le tue Foto su 
vera Tela Pittorica e creare Quadri fino a 80x50 cm!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11453&d=28-1



Re: [gentoo-user] net-print/cups-1.4.8-r1: samba use flag?

2012-01-28 Thread Niccolò Belli

Il 28/01/2012 18:07, Canek Peláez Valdés ha scritto:

Apparently, it wasn't used.


So I will still be able to print through windows printers shared with 
the smb protocol?




[gentoo-user] Re: Clicking on URLs in kmail-1.13.7 launches libreoffice

2012-01-28 Thread walt
On 01/26/2012 01:18 AM, Mick wrote:
> Over the last couple of weeks I noticed that when I click on a URL in an 
> email 
> I get libreoffice launching a few seconds after Konqueror has opened up the 
> URL.

Not sure it's really the same thing, but I saw libreoffice open when clicking 
on,
um, I'm forgetting what kind of link it was, but the cause was the nsbrowser
plugin that comes with libreoffice:

/usr/lib/libreoffice/basis3.4/program/nsplugin.sav
(plus a symlink to that file in /usr/lib/nsbrowser/plugins/)

Heh, adding the .sav on the filename is how I fixed the problem :)

Actually the latest libreoffice has changed the name to libnpsoplugin.so,
which doesn't seem to cause me any problems so I let it live.




[gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread walt
On 01/27/2012 07:24 PM, Michael Mol wrote:
> On Fri, Jan 27, 2012 at 9:58 PM, Philip Webb  wrote:

>> I very much hope there is at least an alternative
>> or otherwise some reconsideration of removing Xpdf from Gentoo.
> 
> I use evince, myself.

Me too, but it does require some cruft from gnome.
 





[gentoo-user] Re: gnome-control-center any way to configure without pulseaudio?

2012-01-28 Thread walt
On 01/26/2012 08:55 AM, Canek Peláez Valdés wrote:
> On Wed, Jan 25, 2012 at 7:08 PM, Walter Dnes  wrote:
>>  An answer from a different Walter ...
>>
>>> I also don't use pulse - plain ALSA is good enough for me - but looking
>>> over the design goals for pulseaudio I see a decent attempt to deal
>>> with audio properly for the future. These days we have computers and
>>> devices that can interact with many other things in weird and
>>> wonderful ways and software needs to deal with that.
>>
>> [...deletia...]
>>
>>> I just curious why you think that it's not useful to the ordinary
>>> user in a generic wide way.
>>
>>  I'll throw the question back to you.  What specific benefits do you
>> see?  Not just generalities, but real life benfits, please.
> 
> Bluetooth headset,configured with two or three clicks of a mouse. And
> then reroute the sound of Skype (or whatever app) to the headset while
> nice background music still plays on the speakers.

Alan, this was what I was thinking when I wrote "useful to everyday ordinary
users", though it will never be useful to me.

The first thing I do when I hear any sound coming from a new app is do
whatever I need to do to make the fscking thing STFU.  And talking on
the phone with music playing would drive me crazy in seconds.  And I
would have to strangle any child playing a noisy game and listening to
music at the same time.  Or even separately.

So you can see I'm not the demographic the pulse devs are targeting :)




[gentoo-user] Re: Corrupted font in gtk apps.

2012-01-28 Thread walt
On 01/27/2012 04:23 AM, Robert David wrote:
> Hi,
> 
> after recent update I encountered a problem with fonts. They looks ugly
> and somehow corrupted. I see that in gtk apps I use, but maybe it is
> also in other apps. 

I don't have that problem now but when I've seen it in the past it was
because Xorg wasn't finding all of the installed fonts for some reason.

There may be easier ways to diagnose the problem but I always use the
very old x11-apps/xfontsel, which at least will let you know for sure
which fonts Xorg is actually seeing, if not the reason for the problem.

 





Re: [gentoo-user] net-print/cups-1.4.8-r1: samba use flag?

2012-01-28 Thread Dale
Niccolò Belli wrote:
> Hi,
> Why did you remove the samba use flag?
> 
> Darkbasic
> 
> 


Why did "who" remove the samba USE flag?  I haven't seen anything on
-dev about a change.

Dale

:-)  :-)


-- 
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!

Miss the compile output?  Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"



Re: [gentoo-user] net-print/cups-1.4.8-r1: samba use flag?

2012-01-28 Thread Canek Peláez Valdés
2012/1/28 Niccolò Belli :
> Hi,
> Why did you remove the samba use flag?

>From the ChangeLog
(http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?view=markup):

27 Jan 2012; Andreas K. Huettel  cups-1.4.8-r1.ebuild,
cups-1.4.8-r23.ebuild, cups-1.5.0-r3.ebuild:
Remove unused useflag samba, bug 373849

Apparently, it wasn't used.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] lost wireless network

2012-01-28 Thread Canek Peláez Valdés
On Sat, Jan 28, 2012 at 6:52 AM, pat  wrote:
> On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
>> Am 28.01.2012 12:38, schrieb pat:
>> > Hi,
>> >
>> > I've used wireless network about half of a year ago. Now I need it and it
>> > doesn't start :-( My gentoo is up to date.
>> >
>> > I'm using network manager (and it's nm-applet).
>> >
>> > Wireless info:
>> > description: Wireless interface
>> > product: WiFi Link 6000 Series
>> > vendor: Intel Corporation
>> > capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
>> > wireless
>> > configuration: broadcast=yes driver=iwlagn driverversion=3.0.6-tuxonice
>> > firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes 
>> > wireless=IEEE
>> > 802.11abgn
>> >
>> > After switching on, the dmesg says:
>> > iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
>> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
>> >
>> > but wireless control doesn't indicate that it's on and nm-applies says the
>> > wireless is disabled by hw switch.
>> >
>> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it too 
>> > :-(
>> > Current kernel is tuxonice-sources-3.0.6 (planing upgrade to 3.0.17, but 
>> > only
>> > with wireless :-) ).
>> >
>> > Please, could someone help me? I have no idea where to start :-\
>> >
>> > Thanks
>> >
>> >      Pat
>> >
>>
>> Do you have the rfkill module loaded?
>>
>> Regards,
>> Florian Philipp
>
> Yes.
> rfkill                 15504  1 cfg80211

I think Florian meant the rfkill package:

net-wireless/rfkill

Install it, and run "rfkill list"; mine says:

# rfkill list
0: sony-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
31: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

As you can see, all of them say "Hard blocked: no". If in your case
one says "Hard blocked: yes", you can change it with "rfkill unblock
wlan0", for example.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



[gentoo-user] net-print/cups-1.4.8-r1: samba use flag?

2012-01-28 Thread Niccolò Belli

Hi,
Why did you remove the samba use flag?

Darkbasic



Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Philip Webb
120128 Sergei Trofimovich wrote:
>> Is there an alternative which doesn't require eg 'kdelibs' or similar ?
>> In my netbook, Xpdf is the only method I have of reading PDFs,
>> as I use Fluxbox & don't have KDE installed at all.
> It should not stop you from trying okular (kdelibs based)

Well no ! -- I don't want to have any KDE in my netbook :
I use a lot of KDE apps on my desktop, incl Okular, but not in the netbook.

> and evince (libgnome based). They are really neat.
> For lightweight variants you might like to look
> at app-text/epdfview and app-text/gsview.

Thanks for this & other comments + advice.

I've installed Evince Epdfview Zathura.  Evince looks as usable as Xpdf
& Epdfview is also simple & effective; Zathura works, but relies largely
on keys (ok) & the index toggles, which is not quite as usable.
Epdfview has the advantage over Evince that it needs no deps,
so that's what I may use in my netbook.

I also noticed a note in my homemade list of installed pkgs
that I had to patch Xpdf to avoid the slow-start problem,
so I'm satisfied that it cb consigned to history.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] lost wireless network

2012-01-28 Thread pat
On Sat, 28 Jan 2012 13:46:37 +0100, Florian Philipp wrote
> Am 28.01.2012 12:38, schrieb pat:
> > Hi,
> > 
> > I've used wireless network about half of a year ago. Now I need it and it
> > doesn't start :-( My gentoo is up to date.
> > 
> > I'm using network manager (and it's nm-applet).
> > 
> > Wireless info:
> > description: Wireless interface
> > product: WiFi Link 6000 Series
> > vendor: Intel Corporation
> > capabilities: pm msi pciexpress bus_master cap_list ethernet physical 
> > wireless
> > configuration: broadcast=yes driver=iwlagn driverversion=3.0.6-tuxonice
> > firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=IEEE
> > 802.11abgn
> > 
> > After switching on, the dmesg says:
> > iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
> > usb 2-1.7: new full speed USB device number 78 using ehci_hcd
> > 
> > but wireless control doesn't indicate that it's on and nm-applies says the
> > wireless is disabled by hw switch.
> > 
> > It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it too 
> > :-(
> > Current kernel is tuxonice-sources-3.0.6 (planing upgrade to 3.0.17, but 
> > only
> > with wireless :-) ).
> > 
> > Please, could someone help me? I have no idea where to start :-\
> > 
> > Thanks
> > 
> >  Pat
> >
> 
> Do you have the rfkill module loaded?
> 
> Regards,
> Florian Philipp

Yes.
rfkill 15504  1 cfg80211

 Pat



Freehosting PIPNI - http://www.pipni.cz/



Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Sergei Trofimovich
> Is there an alternative which doesn't require eg 'kdelibs' or similar ?
> In my netbook, Xpdf is the only method I have of reading PDFs,
> as I use Fluxbox & don't have KDE installed at all.

It should not stop you from trying okular (kdelibs based)
and evince (libgnome based). They are really neat.

For lightweight variants you might like to look at
app-text/epdfview and app-text/gsview or at some
pdf->something converter.

-- 

  Sergei


signature.asc
Description: PGP signature


Re: [gentoo-user] lost wireless network

2012-01-28 Thread Florian Philipp
Am 28.01.2012 12:38, schrieb pat:
> Hi,
> 
> I've used wireless network about half of a year ago. Now I need it and it
> doesn't start :-( My gentoo is up to date.
> 
> I'm using network manager (and it's nm-applet).
> 
> Wireless info:
> description: Wireless interface
> product: WiFi Link 6000 Series
> vendor: Intel Corporation
> capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
> configuration: broadcast=yes driver=iwlagn driverversion=3.0.6-tuxonice
> firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=IEEE
> 802.11abgn
> 
> After switching on, the dmesg says:
> iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
> usb 2-1.7: new full speed USB device number 78 using ehci_hcd
> 
> but wireless control doesn't indicate that it's on and nm-applies says the
> wireless is disabled by hw switch.
> 
> It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it too :-(
> Current kernel is tuxonice-sources-3.0.6 (planing upgrade to 3.0.17, but only
> with wireless :-) ).
> 
> Please, could someone help me? I have no idea where to start :-\
> 
> Thanks
> 
>  Pat
> 

Do you have the rfkill module loaded?

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


[gentoo-user] lost wireless network

2012-01-28 Thread pat
Hi,

I've used wireless network about half of a year ago. Now I need it and it
doesn't start :-( My gentoo is up to date.

I'm using network manager (and it's nm-applet).

Wireless info:
description: Wireless interface
product: WiFi Link 6000 Series
vendor: Intel Corporation
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlagn driverversion=3.0.6-tuxonice
firmware=9.221.4.1 build 25532 latency=0 link=no multicast=yes wireless=IEEE
802.11abgn

After switching on, the dmesg says:
iwlagn :02:00.0: RF_KILL bit toggled to enable radio.
usb 2-1.7: new full speed USB device number 78 using ehci_hcd

but wireless control doesn't indicate that it's on and nm-applies says the
wireless is disabled by hw switch.

It worked on tuxonice-sources-2.6.38-r1 but now it doesn't work on it too :-(
Current kernel is tuxonice-sources-3.0.6 (planing upgrade to 3.0.17, but only
with wireless :-) ).

Please, could someone help me? I have no idea where to start :-\

Thanks

 Pat


Freehosting PIPNI - http://www.pipni.cz/



Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Jesús J . Guerrero Botella
2012/1/28 Mick :
> On Saturday 28 Jan 2012 10:03:42 Philip Webb wrote:
...
> another application (e.g. a browser) but unlike xpdf I have not found a way of
> saving a file once opened without having to redownload it with the browser.

I'd look into /tmp, it'll probably be there.

-- 
Jesús Guerrero Botella



Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Mick
On Saturday 28 Jan 2012 10:03:42 Philip Webb wrote:
> 120128 Neil Bothwick wrote:
> > One of the reasons for the 30 day warning
> > is to give you time to copy the ebuild to a local overlay
> > if you want to continue running the software at your own risk.
> 
> I've already copied  /usr/portage/app-text/xpdf/  to  /usr/local/src/ :
> is there anything else I will need, if I decide to go that route ?

I'm reluctant to go down this route.  Things that xpdf depends may or many not 
be updated, then I'll have to keep an eye out for the latest xpdf code and 
download and update this manually, as well as any dependencies which may fall 
out of the tree.  This will create a maintenance liability for me.

I'd like to continue using xpdf, but unless a maintainer shows up it'll have 
to bite the dust.  :-(

Anyhow, another alternative may be mupdf - it opens files when called from 
another application (e.g. a browser) but unlike xpdf I have not found a way of 
saving a file once opened without having to redownload it with the browser.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] OT: urlview+Firefox 9 not co-operating

2012-01-28 Thread Florian Philipp
Am 28.01.2012 08:44, schrieb Walter Dnes:
>   After the upgrade to Firefox 9, urlview no longer works.  I get a
> dialog box with...
> 
> 
> Firefox is already running, but is not responding. To open a new window,
> you must first close the existing Firefox process, or restrt your system.
> 
> 
>   The 2 uncommented lines in ~/.urlview are...
> 
> REGEXP ((https?|ftp|gopher)[.:][^ >"\t]*|www[0-9]?\.[-a-z0-9.]+)[^ 
> .,;\t>">\):]
> COMMAND /usr/bin/firefox -P default -new-window "%s"
> 
>   What am I doing wrong?
> 

Add --no-remote to firefox's parameters.

Hope this helps,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Philip Webb
120128 Neil Bothwick wrote:
> One of the reasons for the 30 day warning
> is to give you time to copy the ebuild to a local overlay
> if you want to continue running the software at your own risk.

I've already copied  /usr/portage/app-text/xpdf/  to  /usr/local/src/ :
is there anything else I will need, if I decide to go that route ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Re: [gentoo-dev-announce] Last rites: app-text/xpdf

2012-01-28 Thread Neil Bothwick
On Fri, 27 Jan 2012 21:58:16 -0500, Philip Webb wrote:

> I very much hope there is at least an alternative
> or otherwise some reconsideration of removing Xpdf from Gentoo.

One of the reasons for the 30 day warning is to give you time to copy the
ebuild to a local overlay if you want to continue running the software at
your own risk. But leaving unmaintained software in the tree, especially
with security holes, is at best pointless and at worst dangerous.


-- 
Neil Bothwick

For security reasons, all text in this mail
  is double-rot13 encrypted.


signature.asc
Description: PGP signature


[gentoo-user] Python+readline?

2012-01-28 Thread Walter Dnes
  I've enabled the readline flag for the python build, but it doesn't
seem to work.  Are there any other settings I'm missing?

-- 
Walter Dnes