Re: [BackupPC-users] Put pool on an nfs mounted Solaris zfs share

2011-11-17 Thread Les Mikesell
On Thu, Nov 17, 2011 at 11:38 PM, Harry Putnam  wrote:
>
> So if I put /var/lib/backuppc (and everything under it) on an nfs share
> that resides on a solaris machine with zfs... it should work alright?

Yes, perhaps with a bit of performance loss compared to local storage.

-- 
   Les Mikesell
 lesmikes...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOAgVpxEeBz8fSMhzPoOP-P-FbafWRQww0SAHYnVAKKHJ==z...@mail.gmail.com



Re: How to fix the ELF class issue

2011-11-17 Thread lina
http://www.freebsd.org/doc/en/books/handbook/linuxemu-lbc-install.html

Is it a good option?

On Fri, Nov 18, 2011 at 1:53 PM, lina  wrote:
> Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
> /usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: 
> ELFCLASS64
> Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
>
> (acroread-en:16443): Gdk-WARNING **: XID collision, trouble ahead
>
>
> $ readelf -h /usr/lib/gio/modules/libgioremote-volume-monitor.so
> ELF Header:
>  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
>  Class:                             ELF64
>
> $ readelf -h /usr/lib64/gio/modules/libgioremote-volume-monitor.so
> ELF Header:
>  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
>  Class:                             ELF64
>
> Thanks for any suggestions,
>


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cag9cjmkah-1pzgqgph7xu5s9phhvvy9au1-tpysa-2kig8d...@mail.gmail.com



How to fix the ELF class issue

2011-11-17 Thread lina
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so

(acroread-en:16443): Gdk-WARNING **: XID collision, trouble ahead


$ readelf -h /usr/lib/gio/modules/libgioremote-volume-monitor.so
ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  Class: ELF64

$ readelf -h /usr/lib64/gio/modules/libgioremote-volume-monitor.so
ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  Class: ELF64

Thanks for any suggestions,


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cag9cjmmu5zwvebxwts3a_cgdw7waviob3wpxcp-jfjhupe9...@mail.gmail.com



Re: [BackupPC-users] Put pool on an nfs mounted Solaris zfs share

2011-11-17 Thread Les Mikesell
On Thu, Nov 17, 2011 at 10:55 PM, Harry Putnam  wrote:
>
> I haven't finished the docs yet, maybe it tell what this stuff
> is... but for purposes of this post I wondered if it would be wisest
> to let the directories and files under /var/lib/backuppc also reside
> on the nfs shared zfs filesystem.
>
> Which directory really holds the backups... `pc' or `pool'.

Both - there are hardlinks between the slightly mangled names in the
trees under pc and the names that are hashes of the content in pool
(or cpool if compression is used).  They have to be in the same
filesystem.

-- 
  Les Mikesell
lesmikes...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caoagvpwrf835e49qhdwxeifr7tvexfqol+hco-y+q1n96ju...@mail.gmail.com



gnome-volume-manager gone?

2011-11-17 Thread Carl Fink
Has anyone else experienced this? I updated my wheezy-running netbook today
(over 200 packages), and afterwards gnome-volume-manager and
gnome-volume-manager-applet are nonexistent, even if I reinstall
gnome-media.

Odd. Also annoying.
-- 
Carl Fink   nitpick...@nitpicking.com 

Read my blog at blog.nitpicking.com.  Reviews!  Observations!
Stupid mistakes you can correct!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2018054113.ga2...@panix.com



Re: Hi, how to change the LC_CTYPE?

2011-11-17 Thread Bob Proulx
shiyao ma wrote:
> I used to edit /etc/environment and add export LC_CTYPE=zh_CN.UTF-8.
> Now It doesn't work.

Debian keeps moving the location to set locales around.  It is no
longer in /etc/environment.  It is now either /etc/default/locale for
the entire system or your own personal files for just yourself.

> When I have logged into XFCE4, the output of locale -a is
> LC_CTYE=en_US.UTF-8
> Later, I edited /etc/default/locale, adding one line: export
> LC_CTYPE=zh_CN.UTF-8. However, the locale is still LC_CTYPE=en_US.UTF-8.
> I also did that in /etc/profile, and  failed either.

Did you remember to log out and log back in again so that it will take
affect?  Also after logging out you will need to restart lightdm in
order to have it take affect.

> I am now curious about the way the system source *.sh in the boot up
> session.
> My question is :What's the proper way of setting LC_CTYPE?

For every process in the system it is /etc/default/locale.  For just
yourself you can put it into your ~/.bashrc file.

> (Plus, if I add export LC_ALL=zh_CN.UTF-8 in /etc/default/locale, it will
> work, but this is not what I want.

I think you must not have restarted lightdm in between changing that file.

> Further more, I think the file /etc/default/locale shouldn't be
> edited, as it is generated by the software and maybe overwritten.)

It is a conffile.  Meaning that you are allowed to edit it and your
settings will be respected.  It is okay to edit that file.

Bob


signature.asc
Description: Digital signature


Hi, how to change the LC_CTYPE?

2011-11-17 Thread shiyao ma
I am now using Debian/Sid with display manager lightdm and desktop manager
xfce4.
I used to edit /etc/environment and add export LC_CTYPE=zh_CN.UTF-8.
Now It doesn't work.
When I have logged into XFCE4, the output of locale -a is
LC_CTYE=en_US.UTF-8
Later, I edited /etc/default/locale, adding one line: export
LC_CTYPE=zh_CN.UTF-8. However, the locale is still LC_CTYPE=en_US.UTF-8.
I also did that in /etc/profile, and  failed either.

I am now curious about the way the system source *.sh in the boot up
session.
My question is :What's the proper way of setting LC_CTYPE?
(Plus, if I add export LC_ALL=zh_CN.UTF-8 in /etc/default/locale, it will
work, but this is not what I want. Further more, I think the file
/etc/default/locale shouldn't be edited, as it is generated by the software
and maybe overwritten.)

Thanks.
-- 
My gpg pubring is available via: gpg --keyserver
subkeys.pgp.net--recv-keys 307CF736

More on: http://about.me/introom


Re: Wireless usb device not working [SOLVED]

2011-11-17 Thread Matt Harrison
I found a post on the Linux Mint Forums that fixed my issue.

I ran the following commands:

echo 'install rt2870sta modprobe --ignore-install rt2870sta ;
/bin/echo "1737 0078" > /sys/bus/usb/drivers/rt2870/new_id' | tee
/etc/modprobe.d/rt2870sta.conf
modprobe -rf rt2870sta
modprobe rt2870sta
dmesg | egrep 'rt28|usb|Phy'
iwconfig

echo rt2870sta | tee -a /etc/modules


For reference, the post I found was here:
http://forums.linuxmint.com/viewtopic.php?f=53&t=47314&p=273112


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ca+cmqzqitdkk7o4wv3a9t3rq8rf5tvkfggifqwfw-fjxp+q...@mail.gmail.com



Put pool on an nfs mounted Solaris zfs share

2011-11-17 Thread Harry Putnam
I'm just getting started setting up bppc and I want to experiment with
putting the data store on a zfs filesystem. (A solaris host running
Openindiana with zfs file systems)

I'm installing bppc on Debian (wheezy) and thought I'd mount just the
storage pool on an nfs share that resides on the solaris host.

Maybe that isn't the best way... I wondered if there is anyone here
doing something similar (using zfs for the storage pool).

On debian many of the things that would be done by user during an
install from sources are done for you.  I ended up with the main files
at /var/lib/backuppc.  which contains a whole pile of some kind of data
files.  I see them in places like cpool/0/0/0.

  pwd 
 /var/lib/backuppc

  ls 
 cpool  log  pc  pool  trash

  ls cpool/0/0/0
 00082b8bf118ab8238eab15debddfdd7  000f017d12997dfc67d8e55eab8

  file cpool/0/0/0/*
 cpool/0/0/0/00082b8bf118ab8238eab15debddfdd7: data
 cpool/0/0/0/000f017d12997dfc67d8e55eab8af059: data

I haven't finished the docs yet, maybe it tell what this stuff
is... but for purposes of this post I wondered if it would be wisest
to let the directories and files under /var/lib/backuppc also reside
on the nfs shared zfs filesystem.

Which directory really holds the backups... `pc' or `pool'.

Another thing to consider when thinking of using a zfs host is whether
to let zfs do the compression.  One can set compression on in zfs, but
I suspect it would not be as heavy a compression as backuppc might do.

However, on zfs, it is done transparently and is not really a big
resource user.

Any thoughts on this subject would be very welcome.



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87hb2281y3@newsguy.com



Re: gdm3

2011-11-17 Thread Sridhar M.A.
On Thu, Nov 17, 2011 at 03:31:58PM +, Camaleón wrote:
   > 
   > Ah, okay then. Let's search for any related bug... Mmm, there is one 
   > quite similar:
   > 
   > ***
   > After upgrade to gdm3 session selection defaults to "system default"
   > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648220
   > ***
   > 
   > Maybe you can add your comments there :-?
   >  
Addes a "me too" to that report :-)

Regards,

-- 
Sridhar M.A. GPG KeyID : F6A35935
  Fingerprint: D172 22C4 7CDC D9CD 62B5  55C1 2A69 D5D8 F6A3 5935

Use other side for additional listings.


signature.asc
Description: Digital signature


Re: checkrestart and dovecot

2011-11-17 Thread Bob Proulx
Andrew McGlashan wrote:
> They are back, after the reboot, but not right away... looks like
> I'll have to report a bug.  Now, how to tell which "old files" are
> the problem

How is your python scripting?  The checkrestart script is simply a
python script.  If you have favorite methods of debugging python
scripts then you could tear into it.  If nothing else make a copy and
start putting in print statements at opportune points.

Bob


signature.asc
Description: Digital signature


Re: checkrestart and dovecot

2011-11-17 Thread Andrew McGlashan

Hi,

They are back, after the reboot, but not right away... looks like I'll 
have to report a bug.  Now, how to tell which "old files" are the 
problem


On 18/11/2011 1:44 AM, Andrew McGlashan wrote:

I couldn't see any evidence of any worker processes. The problem has
persisted. So ... I've done a full reboot now. I still expect to see the
problem later today, let's see ;-)


# uptime
 01:40:15 up 0 min,  1 user,  load average: 0.97, 0.22, 0.07

# checkrestart
Found 0 processes using old versions of upgraded files

...

# checkrestart
Found 3 processes using old versions of upgraded files
(1 distinct program)
(1 distinct packages)
These processes do not seem to have an associated init script to restart 
them:

dovecot-imapd:
3129/usr/lib/dovecot/imap
868 /usr/lib/dovecot/imap
876 /usr/lib/dovecot/imap


# uptime
 13:32:07 up 11:52,  1 user,  load average: 0.25, 0.17, 0.16



--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec5c48c.6060...@affinityvision.com.au



Re: xfce weather plugin broken?

2011-11-17 Thread Ralf Mardorf
On Thu, 2011-11-17 at 07:59 -0500, Pete Orrall wrote:
> > In the meantime I found this:
> > 
> > http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin
> 
> Very neat!  I just installed it and it's great.  I actually prefer the
> GNOME weather applet over the Xfce one.  The forecast information is
> more detailed.  Thanks for sharing.

In testing there's a package, but ...
"xfce4-xfapplet-plugin:
  Depends: xfce4-panel (<4.7.0) but 4.8.6-1 is to be installed"






-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1321577737.3026.0.camel@debian



Re: Wireless usb device not working

2011-11-17 Thread Marlon Nunes
remove all the blacklist stuff related to the rtl drivers. reboot and do 
/sbin/ifconfig -a, then check for a wlan0 or other interface related to 
you wifi card. after it is wlan0, do a /sbin/ifconfig wlan0 up. that 
should works. you could install wicd-curse to ease things.


Em 17-11-2011 12:00, Brian escreveu:

On Thu 17 Nov 2011 at 07:51:59 -0500, Matt Harrison wrote:


I recently purchased a Linksys wireless USB device.

When I plug it in and run lsusb I see the following:

Bus 001 Device 006: ID 1737:0078 Linksys WUSB100 v2 RangePlus Wireless
Network Adapter [Ralink RT3070]


I install firmware-ralink and wireless-tools  after checking the
Debian Wiki and determining that the RT3070 uses the ralink firmware
package.

After this I ran lsmod and got the following back:

usbcore98969  7
usb_storage,rt2800usb,rt2x00usb,usbhid,ohci_hcd,ehci_hcd


The kernel thinks rt2800usb is the correct driver but no network
interface is created. Maybe it has slipped up. Remove it and rt2x00usb
(rmmod or modprobe -r) and try rt2870sta.

On the other hand 1737:0078 isn't mentioned on the wiki page so support
in Squeeze may not quite up to the mark. This chipset does appear to
have given rise to problems in the past.

Works on Ubuntu? A different kernel etc.





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec5a03c.5030...@gmail.com



[Solved] Re: Default applications in Gnome 3 not respected

2011-11-17 Thread Steven
On Thu, 2011-11-17 at 15:10 +, Camaleón wrote: 
> On Wed, 16 Nov 2011 21:02:35 +0100, Steven wrote:
[...] 
> 
> Hum... I would try this: Go to System info → keyboard → keybindings tab 
> and from there add a new combo to launch your audio player ("rhythmbox") 
> from the bottom option, "custom keybindings" or something like that.
> 
> If the current key is already being used for the default "Sounds and 
> media → open media player" action, just disable it so you can use it for 
> your customized command.
> 

Ah, yes, thank you, that works like a charm.

> Greetings,
> 
> -- 
> Camaleón
> 
> 

Kind regards,
Steven


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


Re: Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread Javier Barroso
On Thu, Nov 17, 2011 at 6:04 PM, Jerome BENOIT  wrote:
>
>
> On 17/11/11 17:37, Osamu Aoki wrote:
>>
>> On Thu, Nov 17, 2011 at 04:45:19PM +0100, Jerome BENOIT wrote:
>>>
>>> Hello List:
>>>
>>> Since I migrated from Gnome3 to Xfce, I have noticed that thdefault
>>> viewer for PDF files is now GIMP:
>>> I would rather expect acrobat or evince.
>>>
>>> Where is the place to fix this ?
It is not elegant, but you could remove pdf from mimetypes that manage
gimp (/usr/share/applications/gimp.desktop) and rebuild the mime
database (update-mime-database)

Of course this is not the best solution, when you upgrade your system
you will get again the same behaviour

There is a bug (closed) [1] with that issue, maybe should be
reassigned to another package?

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522998


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAL5yMZR6=mjvk6pveo5-f3unr18wqpkwvquif3mhr1hb6gg...@mail.gmail.com



Re: Howto upgrade perl without removing everything

2011-11-17 Thread Richard
On Thu, 17 Nov 2011 09:54:52 -1000
Joel Roth  wrote:

> On Mon, Nov 14, 2011 at 03:03:49PM +, Richard wrote:
> > Hi,
> 
> > Playing dangerously with Sid, and I've reached the limit
> > of what it will upgrade to without some help.  Nearly
> > everything has a dependency on perl, the perl version has
> > change, so how do just upgrade the perl base.  I can't see
> > the equivalent of rpm --nodeps in apt-get, and clean up
> > the mess afterwards.
> 
> Yours might be simply an upgrade question, but if you need
> the latest, greatest(?) perl, you can use perlbrew[1] to
> install multiple versions of perl in your home directory.
> This avoids problems of what the Debian system expects for
> its purposes. Also, local::lib[2] allows you to install modules in
> your home directory of different (generally later) versions
> than are available through Debian packages.
> 
> cheers,
> 
> Joel
> 
> 1. https://metacpan.org/module/perlbrew
> 
> 2. https://metacpan.org/module/local::lib
> 
 Thanks for the info

-- 
Best wishes / 73
Richard Bown

e-mail: rich...@g8jvm.com   or   richard.b...@blueyonder.co.uk

nil carborundum a illegitemis
##
Ham Call G8JVM . OS Debian Wheezy amd64 on a Dual core AMD Athlon 5200, 4 GB RAM
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs mins )
QRV HF + VHF Microwave 23 cms:140W,13 cms:100W,6 cms:10W & 3 cms:5W
##
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2017225831.392ee771@debian



Re: Wheezy with Xfce4 --- problems with 3.0.0-1-amd64 kernel

2011-11-17 Thread Kjetil brinchmann Halvorsen
see below.

On Thu, Nov 17, 2011 at 13:20, Ralf Mardorf  wrote:
> On Thu, 2011-11-17 at 08:31 -0600, Kjetil brinchmann Halvorsen wrote:
>> Hola!
>>
>> I just got to reinstall debiann vause my harddisk fried. I wanted to
>> use the opportunity to change from gnome
>> to Xfce4. This worked well when I installed stable, but when upgrading
>> to wheezy the problems arrived.
>>
>> First some output from lspci:
>>
>> VGA compatible controller : nVidia corporation C51 [GeForce Go 6150] (rev a2)
>>
>> So i tried to install the nVidia drivers, but that does mot seem to work.
>>
>> When booting, tye kernel 3.0.0-1-amd64 boots, but the X window system
>> (with GDM3) do not start.
>>
>> I can work with the 2.6.32-5-amd64 kernel, though the Xfce desktop has
>> some problems --- the panel line at foot of the monitor do not show,
>> neither do the machine find the wireless network (I installed wicd).
>>
>> Any ideas?
>>
>> Kjetil Halvorsen
>
> Hi :)
>
> on Linux audio users lists several issues with Nvidia graphics are
> known. At least older Nvidia cards do not work proper with the nouveau
> driver.
>
> Did you test the proprietary driver?
>
> Some days ago I switched to Xfce, but kept GNOME 3 installed. I also
> kept the nv driver from stable, but currently I'm running a full preempt
> 2.6.39.1 with treadirqs and the proprietary driver 173.14.30.
>
> I already build 3.0.7-rt20 patched to run with the proprietary driver
> around a week ago, but still had no time to go on installing it. AFAIK
> the proprietary driver should work as long as you don't use the rt-patch
> without tweaks.
>
> You should post Nvidia and X related log messages.
>
> - Ralf
>
Here I am posting some excerpts from /var/log/Xorg.0.log   :

[19.519] (II) The server relies on udev to provide the list of
input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[19.519] (II) Loader magic: 0x7f0484d3bae0
[19.519] (II) Module ABI versions:
[19.519]X.Org ANSI C Emulation: 0.4
[19.519]X.Org Video Driver: 11.0
[19.519]X.Org XInput driver : 13.0
[19.519]X.Org Server Extension : 6.0
[19.521] (--) PCI:*(0:0:5:0) 10de:0244:103c:30b7 rev 162, Mem @
0xb200/16777216, 0xc000/268435456, 0xb100/16777216, BIOS @
0x/131072
[19.521] (II) Open ACPI successful (/var/run/acpid.socket)
[19.521] (II) LoadModule: "extmod"
[19.742] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[19.834] (II) Module extmod: vendor="X.Org Foundation"
[19.834]compiled for 1.11.1.902, module version = 1.0.0
[19.834]Module class: X.Org Server Extension
[19.834]ABI class: X.Org Server Extension, version 6.0
[19.834] (II) Loading extension SELinux
[19.834] (II) Loading extension MIT-SCREEN-SAVER
[19.834] (II) Loading extension XFree86-VidModeExtension
[19.835] (II) Loading extension XFree86-DGA
[19.835] (II) Loading extension DPMS
[19.835] (II) Loading extension XVideo
[19.835] (II) Loading extension XVideo-MotionCompensation
[19.835] (II) Loading extension X-Resource
[19.835] (II) LoadModule: "dbe"
[19.835] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[19.842] (II) Module dbe: vendor="X.Org Foundation"
[19.842]compiled for 1.11.1.902, module version = 1.0.0
[19.842]Module class: X.Org Server Extension
[19.842]ABI class: X.Org Server Extension, version 6.0
[19.842] (II) Loading extension DOUBLE-BUFFER
[19.842] (II) LoadModule: "glx"
[19.842] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[20.870] (II) Module glx: vendor="NVIDIA Corporation"
[20.954]compiled for 4.0.2, module version = 1.0.0
[20.954]Module class: X.Org Server Extension
[20.954] (II) NVIDIA GLX Module  275.36  Sun Oct 16 22:11:16 PDT 2011
[20.954] (II) Loading extension GLX
[20.954] (II) LoadModule: "record"
[20.955] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[21.059] (II) Module record: vendor="X.Org Foundation"
[21.059]compiled for 1.11.1.902, module version = 1.13.0
[21.059]Module class: X.Org Server Extension
[21.059]ABI class: X.Org Server Extension, version 6.0
[21.059] (II) Loading extension RECORD
[21.059] (II) LoadModule: "dri"
[21.072] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[21.085] (II) Module dri: vendor="X.Org Foundation"
[21.085]compiled for 1.11.1.902, module version = 1.0.0
[21.085]ABI class: X.Org Server Extension, version 6.0
[21.085] (II) Loading extension XFree86-DRI
[21.085] (II) LoadModule: "dri2"
[21.086] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[21.087] (II) Module dri2: vendor="X.Org Foundation"
[21.087]compiled for 1.11.1.902, module version = 1.2.0
[21.087]ABI class: X.Org Server Extension, version 6.0
[21.087] (II) Loading extension DRI2
[21.087] (==) Matched nouveau as auto

Re: Openoffice.org - has it been replaced by LibreOffice?

2011-11-17 Thread Scott Ferguson
On 18/11/11 08:43, Brad Alexander wrote:
> On Thu, Nov 17, 2011 at 5:09 AM, Scott Ferguson <
> prettyfly.producti...@gmail.com> wrote:
> 
>> On 17/11/11 20:50, Brad Alexander wrote:
>>> On Wed, Nov 16, 2011 at 12:37 PM, Sian Mountbatten
>>> wrote:
>>>
  So what has happened to
 OpenOffice.org? Who has decided that we've all got to use LibreOffice?

>>>
>>> Pretty much, Oracle did, when they bought Sun Microsystems and left
>>> OpenOffice to languish with no support.
>>
>> Basically, Oracle alienated many of the developers, who then forked it.
>>
> 
> ...as well as most of the community...

Yes.

> 
> 
>>  > LibreOffice is a fork that is
>>> actually being developed under the GPL.
>>
>> OpenOffice.org is now part of the Apache Software Foundation (as a
>> result of the fork). I don't know if it's accurate to say it's still
>> "languishing with no support".
>>
> 
> I haven't heard of continued development on OOO, which doesn't mean it
> didn't happen. 

I'm probably going to regret this but
most of the "heavy lifting" on the original OOo project was done by Sun
employees (after Sun acquired it. later IBM, RedHat, Orange, Canonical
and Google etc, also made major contributions)  that's not to say
that the LibreOffice developers aren't capable, only that previously
(with OOo) their roles were less prominent. It also means that many of
the (now unpaid) OOo developers don't have the same amount of time for
developing - and the fork left OOo with a lot less workers.
When the fork occurred the main complaint (valid) from the community
developers was that they were being excluded from decisions. They were
also asked to sign a restrictive license before contributing code to a
project they no longer had a voice in. The user community didn't trust
Oracle management to continue the support that Sun gave the project.
They were right. The truly cynical might think Oracle was deliberately
killing the project... Earlier this year Larry/Oracle pulled the plug on
development.

> The last I heard about OOO, on one of the Linux podcasts, is
> that since it is apache licensed, they LibreOffice changes can flow down
> from OpenOffice, but since LibreOffice is under the GPL3, the reverse is
> not true. I don't even pretend to grok all of the intracies of various
> licenses, but that was my understanding.
> 
> --b
> 
I don't know how much flows back to OpenOffice.org from LibreOffice (and
variants) - but significant work continues, however their are growing
differences between the two projects. I don't pretend to understand the
morass of licenses either.

LibreOffice is actually a continuation of a much earlier fork of OOo
(GoOo), plus the more recent forking of OOo (and the death of
StarOffice). GoOo was sort of reanimated into the OOo fork...

So you see, and I think you'll agree - it's all very simple (a mass of
squiggly lines) ;-p

Cheers

-- 
Iceweasel/Firefox extensions for finding answers to Debian questions:-
https://addons.mozilla.org/en-US/firefox/collections/Scott_Ferguson/debian/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ec590ed.7050...@gmail.com



Re: BibTeX memory limits

2011-11-17 Thread Jerome BENOIT

Hi !

On 17/11/11 19:18, Camaleón wrote:

On Thu, 17 Nov 2011 11:44:04 +0100, Jerome BENOIT wrote:


I encounter memory limit issue with BibTeX similar to the ones reported
in Q37 of the `BibTEX Tips and FAQ' by Michael Shell and David Hoadley :


Who also add additional tips to deal with the problematic:

***
"(...) Some versions of BibTEX have been patched to allow for the memory
limits to be changed via the contents of a “bibtexmemory.config” file
(without having to recompile), but, unfortunately, such systems don’t seem
to be very common.

There is also a version of BibTEX with a much larger capacity. “8-bit”
BibTEX was written by Niel Kempson and Alejandro Aguilar-Sierra [20]. On
many systems with 8-bit BibTEX (MiKTEX), the executable is called
bibtex8.7"

Maybe you can Google for these two options :-?


I did one of the other options:
just improve my BibTeX BST code to workaround the encountered limitation.

Before my email I was not familiar with BibTeX Style hacks,
and it sounded obscure: I am getting familiar with it.
(Amazingly it remind me the old good time of the HP calculators :-).)

My hope was to set up some parameters in /etc/texmf/texmf.cnf
as it can be done for the different variant of tex, for metapost, ...




I know that memory limits for tex and its derived, for metapost can be
can be configured in the /etc/texmf/texmf.cnf configuration file: can we
do something similar for bibtex ?


There is also a program named "biber" aimed to solve that memory
limitations, maybe you can give it a wirl:



biber comes with biblatex: I want to stay with bibtex  to avoid endless issue.


http://sourceforge.net/projects/biblatex-biber/files/

And while searching for this program, I've found a "request for package"
bug report in Debian BTS:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570018

Greetings,



Thanks,
Jerome


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ec584be.4030...@rezozer.net



Re: Openoffice.org - has it been replaced by LibreOffice?

2011-11-17 Thread Brad Alexander
On Thu, Nov 17, 2011 at 5:09 AM, Scott Ferguson <
prettyfly.producti...@gmail.com> wrote:

> On 17/11/11 20:50, Brad Alexander wrote:
> > On Wed, Nov 16, 2011 at 12:37 PM, Sian Mountbatten
> > wrote:
> >
> >>  So what has happened to
> >> OpenOffice.org? Who has decided that we've all got to use LibreOffice?
> >>
> >
> > Pretty much, Oracle did, when they bought Sun Microsystems and left
> > OpenOffice to languish with no support.
>
> Basically, Oracle alienated many of the developers, who then forked it.
>

...as well as most of the community...


>  > LibreOffice is a fork that is
> > actually being developed under the GPL.
>
> OpenOffice.org is now part of the Apache Software Foundation (as a
> result of the fork). I don't know if it's accurate to say it's still
> "languishing with no support".
>

I haven't heard of continued development on OOO, which doesn't mean it
didn't happen. The last I heard about OOO, on one of the Linux podcasts, is
that since it is apache licensed, they LibreOffice changes can flow down
from OpenOffice, but since LibreOffice is under the GPL3, the reverse is
not true. I don't even pretend to grok all of the intracies of various
licenses, but that was my understanding.

--b


Re: Headless pulseaudio sound server

2011-11-17 Thread William Hopkins
On 11/13/11 at 06:59am, Carlo Borelli wrote:
> Hello guys, latest updates on pulseaudio made me useless my headless sound
> server based on pulseaudio.
> This the message the server give me:
> 
> dbradders@Casa:~$ pulseaudio -D
> E: [pulseaudio] main.c: Daemon startup failed.
> dbradders@Casa:~$
> 
> /var/log/syslog:
> Nov 13 06:55:26 Casa pulseaudio[12450]: [pulseaudio] server-lookup.c:
> Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Unable to
> autolaunch a dbus-daemon without a $DISPLAY for X11
> 
> so, now appear like we must use an xorg session to use it...
> Any clues?
> 

dbus-daemon is contained in the dbus package, and pulseaudio depends on dbus
(through consolekit).  My solution was to create a dummy package for both dbus
and consolekit.

I have lots of dummy packages for commonly-required but useless packages such
as gconf, console/policykit, hal, dbus, etc. Careful consideration of the
package in question and what it provides will help you avoid any troubles.

I can report I've had no issues, but pulseaudio has to be configured not to try
to load nonexistent modules (in default.pa, probably). DBUS in this case is
being used to help consolekit determine when users go idle or log out.

-- 
Liam


signature.asc
Description: Digital signature


Re: Openoffice.org - has it been replaced by LibreOffice?

2011-11-17 Thread Greg Madden


On Wednesday 16 November 2011 8:37:52 am Sian Mountbatten wrote:

> I should like to try OpenOffice.org, but its packages all say they
> have been repackaged as LibreOffice. So what has happened to
> OpenOffice.org? Who has decided that we've all got to use LibreOffice?

My understanding  today:

If you have been using OO previously in Debian, it was actually Go-Office.  
Debian, Novell and maybe some others, took the OO code and enhanced it. 

Libreoffice is the Go-Office 'fork' moving forward, officially severing ties 
with 
Oracle,. Free to make code contributions etc.
-- 
Peace,

Greg


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20171008.21540.gomadtr...@gci.net



Re: Why do I have wpasupplicant installed if I don't have a wifi interface?

2011-11-17 Thread William Hopkins
On 11/14/11 at 10:22am, Ralf Mardorf wrote:
> On Mon, 2011-11-14 at 03:43 -0500, Rick Thomas wrote:
> > Can anybody tell me why I have wpasupplicant installed, even though I  
> > don't have a wifi interface on this machine?
> > 
> > The machine has a single 10/100 twisted pair ethernet interface which  
> > is configured "static" in the /etc/network/interfaces file.  It does  
> > not have any wifi hardware, and (consequently?) no wifi mentioned in  
> > interfaces...
> > 
> > If I try to deinstall wpasuplicant, it then wants to also remove  
> > network-manager and network-manager-gnome.  Should I just let it?   
> > What would be the consequences if I do?
> > 
> > Thanks!
> > 
> > Rick
> 
> Try a dummy package. You can build dummy packages with equivs.
> 
> http://www.debian.org/doc/manuals/apt-howto/ch-helpers.en.html
> 
> No knowledge is needed, it just takes a minute.
> 
> I replaced some pulseaudio packages for gnome-core and this didn't cause
> any issue, but note, dummy packages could cause issues ;).
> 

This amuses me because I replaced gnome packages for pulseaudio doing the same.

-- 
Liam


signature.asc
Description: Digital signature


Re: Howto upgrade perl without removing everything

2011-11-17 Thread Joel Roth
On Mon, Nov 14, 2011 at 03:03:49PM +, Richard wrote:
> Hi,

> Playing dangerously with Sid, and I've reached the limit
> of what it will upgrade to without some help.  Nearly
> everything has a dependency on perl, the perl version has
> change, so how do just upgrade the perl base.  I can't see
> the equivalent of rpm --nodeps in apt-get, and clean up
> the mess afterwards.

Yours might be simply an upgrade question, but if you need
the latest, greatest(?) perl, you can use perlbrew[1] to
install multiple versions of perl in your home directory.
This avoids problems of what the Debian system expects for
its purposes. Also, local::lib[2] allows you to install modules in
your home directory of different (generally later) versions
than are available through Debian packages.

cheers,

Joel

1. https://metacpan.org/module/perlbrew

2. https://metacpan.org/module/local::lib

> TIA
 
> -- 
> Best wishes / 73
> Richard Bown
> 
> e-mail: rich...@g8jvm.com   or   richard.b...@blueyonder.co.uk
> 
> nil carborundum a illegitemis
> ##
> Ham Call G8JVM . OS Debian Wheezy amd64 on a Dual core AMD Athlon 5200, 4 GB 
> RAM
> Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs mins )
> QRV HF + VHF Microwave 23 cms:140W,13 cms:100W,6 cms:10W & 3 cms:5W
> ##
>  
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/2014150349.4a390bb8@debian
> 

-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2017195452.GA24793@sprite



Wheezy with Xfce4 --- path to kioskrc

2011-11-17 Thread Ralf Mardorf
What's the regular full path for testing to the Xfce kioskrc?

???/xdg/xfce4/kiosk/kioskrc?

- Ralf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1321557627.2991.23.camel@debian



Re: Wheezy with Xfce4 --- problems with 3.0.0-1-amd64 kernel

2011-11-17 Thread Ralf Mardorf
On Thu, 2011-11-17 at 08:31 -0600, Kjetil brinchmann Halvorsen wrote:
> Hola!
> 
> I just got to reinstall debiann vause my harddisk fried. I wanted to
> use the opportunity to change from gnome
> to Xfce4. This worked well when I installed stable, but when upgrading
> to wheezy the problems arrived.
> 
> First some output from lspci:
> 
> VGA compatible controller : nVidia corporation C51 [GeForce Go 6150] (rev a2)
> 
> So i tried to install the nVidia drivers, but that does mot seem to work.
> 
> When booting, tye kernel 3.0.0-1-amd64 boots, but the X window system
> (with GDM3) do not start.
> 
> I can work with the 2.6.32-5-amd64 kernel, though the Xfce desktop has
> some problems --- the panel line at foot of the monitor do not show,
> neither do the machine find the wireless network (I installed wicd).
> 
> Any ideas?
> 
> Kjetil Halvorsen

Hi :)

on Linux audio users lists several issues with Nvidia graphics are
known. At least older Nvidia cards do not work proper with the nouveau
driver.

Did you test the proprietary driver?

Some days ago I switched to Xfce, but kept GNOME 3 installed. I also
kept the nv driver from stable, but currently I'm running a full preempt
2.6.39.1 with treadirqs and the proprietary driver 173.14.30.

I already build 3.0.7-rt20 patched to run with the proprietary driver
around a week ago, but still had no time to go on installing it. AFAIK
the proprietary driver should work as long as you don't use the rt-patch
without tweaks.

You should post Nvidia and X related log messages.

- Ralf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1321557623.2991.22.camel@debian



Re: "'pcspkr' is already registered" aborting, breaking console video mode setup

2011-11-17 Thread Camaleón
On Thu, 17 Nov 2011 12:03:00 -0500, Dan B. wrote:

> I'm getting some inconsistent behavior.
> 
> When I boot one installation of Squeeze on my machine, the kernel sets a
> high-resolution console video mode (240x67).
> 
> However, when I boot either of two other installations of Squeeze on the
> same machine, I get just the initial low console resolution (80x25).

Have you tweaked the config files (e.g., GRUB2) by any chance?

> On those installations, dmesg shows an error:
> 
> Error: 'pcspkr' is already registered, aborting

IIRC, this error could be omited provided your pc speaker works normally.

> and only about 3 lines mentioning "drm" or "radeon" (vs. the couple
> dozen lines mentioning "drm" or "radeon" for installation 1's dmesg
> output).

Can you upload the full "/var/log/Xorg.0.log" for the two systems so we 
can review/compare them? You can use www.pastebin.com

> My question is not (yet) what to do about the pcspkr error itself (I
> have found some pages addressing it), but is this:
> 
> Why are installations 2 and 3 breaking while installation 1 works? (And
> why did installation 2 work fine for a while and then start breaking?)

If all of the systems share the same configuration files and have been 
patched with same updates and use the same drivers and I really don't 
know, the logic says they should behave the same, right? But how 
computers think nowadays is getting harder to follow and with all that 
"dynamicalities" I'm even more lost :-)
 
> As far as boot-time things (e.g., kernel settings), they're pretty much
> identical.  (I followed similar steps in the installer each time.)
> 
> Because the pcspkr message has appeared in a slightly different
> position, I wonder if the difference between the systems could be
> because of timing--installation 1 is on a PATA disk, and both
> installations 2 and 3 are on SATA disks.

I think these two things (speaker message and sata/pata hard disks) are 
not relevant, or at least do not explain the differences with console 
resolution.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.18.42...@gmail.com



Re: What's DE-specific, what's independent?

2011-11-17 Thread Sthu Deus
Thank You for Your time and answer, Andrei:

>Don't know about emacs, but vim has a -gnome and a -gtk version, or
>some other applications have a "normal" and a -gtk/-qt version.
>
>It's safe to assume that the -gtk/-qt version is better suited to be
>run under different environments. Generally the package description
>includes this information.

Then a question arises in turn, Why don't smart people from diver DEs
gather together and unite their efforts on perfecting their software
through single app.s where it is appropriate starting w/ working out a
common structure of the components the modern desktop should have w/
interchangable components depending on its weight (lightness) and
features. Then the end user will not be bound to a DE easily installing
every component of his/her choice and developers will reduce spreading
their power in vain bu reducing double work and may something else. -
Standards is a good thing moving forward too at the requirements of
time. And it makes easy to develop/build/work within it.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ec5538d.cf96cc0a.7962.b...@mx.google.com



Re: BibTeX memory limits

2011-11-17 Thread Camaleón
On Thu, 17 Nov 2011 11:44:04 +0100, Jerome BENOIT wrote:

> I encounter memory limit issue with BibTeX similar to the ones reported
> in Q37 of the `BibTEX Tips and FAQ' by Michael Shell and David Hoadley :

Who also add additional tips to deal with the problematic:

***
"(...) Some versions of BibTEX have been patched to allow for the memory 
limits to be changed via the contents of a “bibtexmemory.config” file 
(without having to recompile), but, unfortunately, such systems don’t seem
to be very common.

There is also a version of BibTEX with a much larger capacity. “8-bit” 
BibTEX was written by Niel Kempson and Alejandro Aguilar-Sierra [20]. On 
many systems with 8-bit BibTEX (MiKTEX), the executable is called
bibtex8.7"

Maybe you can Google for these two options :-?

> I know that memory limits for tex and its derived, for metapost can be
> can be configured in the /etc/texmf/texmf.cnf configuration file: can we
> do something similar for bibtex ?

There is also a program named "biber" aimed to solve that memory 
limitations, maybe you can give it a wirl:

http://sourceforge.net/projects/biblatex-biber/files/

And while searching for this program, I've found a "request for package" 
bug report in Debian BTS:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570018

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.18.18...@gmail.com



Re: Sound wheezy/KDE -- testing the microphone

2011-11-17 Thread Sian Mountbatten
I plugged the microphone into my laptop, ran alsamixer and made sure
that the capture device was not muted and set to a reasonable figure
(using alsamixer) and then issued the command arecord -V mono test.wav
which gave sound file which when played with aplay test.wav, reproduced
the input from the microphone. So I know the mic works.

I am now getting no output from the sound card at all. I used to get
stereo and then, recently, got only the right channel and, now, get
nothing at all. I suspect that my (old) sound card is knackered. So I've
ordered a new Creative Soundblaster from Amazon. We shall see what we
shall see.

-- 
Dr S Mountbatten


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87fwhmzl8i@operamail.com



Re: [OT] NPR not working

2011-11-17 Thread Camaleón
On Thu, 17 Nov 2011 11:21:51 -0600, Hugo Vanwoerkom wrote:

> Camaleón wrote:
>> On Thu, 17 Nov 2011 09:52:30 -0600, Hugo Vanwoerkom wrote:
>> 
>>> A few weeks ago the list got me interested in National Public Radio.
>>> http://lists.debian.org/debian-user/2011/10/msg02182.html
>>>
>>> I got it to work with google-chrome-beta and flashplugin-nonfree in
>>> Sid.
>> (...)
>>> However since yesterday (16 Nov. 2011) it no longer works. The
>>> "buffering" green popup stays on but the sound never shows up.
>>>
>>> Am I the only one to see this? Suggestions?
>> 
>> (...)
>> 
>> Try with another radio station streams from NPR.
> 
> I don't know how to use station streams, all stations are in the US? And
> I am in Mexico.

Is NPR caring on the user's location? I'm in Spain but haven't notice any 
difference :-?

There is a list of available streams for each "Station", for instance, 
the Music station has:

http://www.npr.org/templates/websites/musicstreams.php?t=10001

They are loaded from their respective sites, though, not from NPR player.

> So I usually select 'listen' and '24 hour program stream' and that
> stayed in "Buffering" but just now I selected "Morning Edition" and that
> worked...

Yup, that's what I meant :-)

It could have been a specific problem with the chosen stream.

>> I have loaded a couple that were also hanging at "buffering" while
>> others worked just fine. BTW, I'm running wheezy + iceweasel.
> 
> I left IW because I don't like the sudden "hangs" that it experiences.
> GC does not do that.

Iceweasel is hanging at you? Wow, it seems to work very smoothly here, as 
always. Anyway, this NPR issue seems not to be related to a concrete 
browser.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.17.45...@gmail.com



Re: [OT] NPR not working

2011-11-17 Thread Hugo Vanwoerkom

Camaleón wrote:

On Thu, 17 Nov 2011 09:52:30 -0600, Hugo Vanwoerkom wrote:


A few weeks ago the list got me interested in National Public Radio.
http://lists.debian.org/debian-user/2011/10/msg02182.html

I got it to work with google-chrome-beta and flashplugin-nonfree in Sid.
(...) 

However since yesterday (16 Nov. 2011) it no longer works. The
"buffering" green popup stays on but the sound never shows up.

Am I the only one to see this? Suggestions?


(...)

Try with another radio station streams from NPR. 


I don't know how to use station streams, all stations are in the US? And 
I am in Mexico.
So I usually select 'listen' and '24 hour program stream' and that 
stayed in "Buffering" but just now I selected "Morning Edition" and that 
worked...




I have loaded a couple that were also hanging at "buffering" while others 
worked just fine. BTW, I'm running wheezy + iceweasel.


I left IW because I don't like the sudden "hangs" that it experiences. 
GC does not do that.


Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/ja3frg$v05$1...@dough.gmane.org



Re: Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread Osamu Aoki
On Thu, Nov 17, 2011 at 04:45:19PM +0100, Jerome BENOIT wrote:
> Hello List:
> 
> Since I migrated from Gnome3 to Xfce, I have noticed that thdefault viewer 
> for PDF files is now GIMP:
> I would rather expect acrobat or evince.
> 
> Where is the place to fix this ?

Install epdfview.

Please check all recommends of task-xfce-desktop is installed using
aptitude.

Osamu


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2017163738.gb7...@goofy.lan



Re: KVM networking.

2011-11-17 Thread Sthu Deus
Thank You for Your time and answer, Arno:

>Sthu Deus (sthu.d...@gmail.com on 2011-11-15 20:12 +0700):
>qemu does not use sudo. -net tap,ifname=$(sudo tunctl -b) doesn't work?

/usr/bin/kvm -localtime -m 256 -no-reboot -boot c -hda /srv/vm/serv/da
-net nic,macaddr=$(printf 'DE:AD:BE:EF:%02X:%02X\n' $((RANDOM%256))
$((RANDOM%256))) -net tap,ifname=$(sudo /usr/sbin/tunctl -b)
kvm: -net tap,ifname=tap0: could not configure /dev/net/tun (tap0):
Operation not permitted
kvm: -net tap,ifname=tap0: Device 'tap' could not be initialized

/usr/bin/kvm -localtime -m 256 -no-reboot -boot c -hda /srv/vm/serv/da
-net nic,macaddr=$(printf 'DE:AD:BE:EF:%02X:%02X\n' $((RANDOM%256))
$((RANDOM%256))) -net tap,ifname=$(sudo /usr/sbin/tunctl
-b; /usr/bin/sudo /sbin/ip link set tap1 up; /usr/bin/sudo /sbin/brctl
addif br0 tap1)

kvm: -net tap,ifname=tap1: could not configure /dev/net/tun (tap1):
Operation not permitted
kvm: -net tap,ifname=tap1: Device 'tap' could not be initialized

But his works for host-guest connection as I have before said:

/usr/bin/kvm -localtime -m 256 -no-reboot -boot c -hda /srv/vm/serv/da
-net nic -net tap,ifname=$(sudo /usr/sbin/tunctl -b -u $(whoami);
sudo /sbin/ifconfig tap0 192.168.1.2 up; sudo /sbin/route add -host
192.168.1.10 dev tap0),script=no,downscript=no; /usr/sbin/tunctl -d
tap0

Though they probably need to correct the KVM networking page. :) -
Some many additional movements are necessary to make it working under
nirmal user. :)

Now, Internet access is wanted for the guest. :)

So in this case which things do You recommend for ip table routing for
both (host and guest) and NAT rules? I do this as follows (w/o luck):

# for f in /proc/sys/net/bridge/bridge-nf-*; do echo 0 > $f; done

(manual advised that - did not test w/o it).

# sysctl -w net.ipv4.ip_forward=1

Clientside:
route add default gw 192.168.1.2

/sbin/iptables -t nat -A POSTROUTING -s 192.168.1.0/24 ! -d
192.168.1.0/24 -j SNAT --to-source 192.168.0.2

Giving all the local network (the host-guest one) Internet access (to
Internet router). The legend is:

host: eth0 w/ .0.2 address, tap0 w/ .1.2 address,

guest: eth0 w/ .1.10 address.

But it does not work - I can not ping .0.1 - the router from guest nor
update 

>> By the way, to overrun the permission problem I have tried running it
>> under sudo (root) user when I got the following error:
>> 
>> No protocol specified
>> Could not initialize SDL(No available video device) - exiting
>> 
>> So it needs a screen for KVM window running. Do You know how I can
>> launch it in such case? - Except to allow root user. :)
>
>Most likely your sudo does not preserve $DISPLAY.

Hmm. Both (under t\a user and under the sudo su) the environment show
":1".

>> I've got such a problem w/ NATing:
>> 
>> /sbin/iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d !
>> 192.168.1.0/24 -j SNAT --to-source 192.168.0.2
>> 
>> Bad argument `192.168.1.0/24'
>> 
>> Do You have any idea why iptables does not accept the ip nor the ip
>> net?
>
>You need to use ! -d addr, not -d ! addr

Oh! Again, in manual of iptables (by Oskar) sign "!" is used after,
"-s" or "--protocol", etc. 8?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ec54118.8d85cd0a.63b5.0...@mx.google.com



Re: Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread Jerome BENOIT



On 17/11/11 17:37, Osamu Aoki wrote:

On Thu, Nov 17, 2011 at 04:45:19PM +0100, Jerome BENOIT wrote:

Hello List:

Since I migrated from Gnome3 to Xfce, I have noticed that thdefault viewer for 
PDF files is now GIMP:
I would rather expect acrobat or evince.

Where is the place to fix this ?


Install epdfview.


I have just tried it:
it appears that it can not open attachments.

Thanks,
Jerome



Please check all recommends of task-xfce-desktop is installed using
aptitude.

Osamu



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec53eb1.6010...@rezozer.net



"'pcspkr' is already registered" aborting, breaking console video mode setup

2011-11-17 Thread Dan B.

I'm getting some inconsistent behavior.

When I boot one installation of Squeeze on my machine, the kernel
sets a high-resolution console video mode (240x67).

However, when I boot either of two other installations of Squeeze on
the same machine, I get just the initial low console resolution (80x25).

On those installations, dmesg shows an error:

   Error: 'pcspkr' is already registered, aborting

and only about 3 lines mentioning "drm" or "radeon" (vs. the couple
dozen lines mentioning "drm" or "radeon" for installation 1's dmesg
output).


My question is not (yet) what to do about the pcspkr error itself (I
have found some pages addressing it), but is this:

Why are installations 2 and 3 breaking while installation 1 works?
(And why did installation 2 work fine for a while and then start
breaking?)


As far as boot-time things (e.g., kernel settings), they're pretty
much identical.  (I followed similar steps in the installer each time.)

Because the pcspkr message has appeared in a slightly different
position, I wonder if the difference between the systems could be
because of timing--installation 1 is on a PATA disk, and both
installations 2 and 3 are on SATA disks.



Thanks,
Daniel










--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec53e44.6010...@kempt.net



Re: Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread John A. Sullivan III
On Thu, 2011-11-17 at 17:31 +0100, Jerome BENOIT wrote:
> Hello:
> 
> 
> On 17/11/11 17:08, Patrick Wiseman wrote:
> > On Thu, Nov 17, 2011 at 10:45 AM, Jerome BENOIT  
> > wrote:
> >> Hello List:
> >>
> >> Since I migrated from Gnome3 to Xfce, I have noticed that thdefault viewer
> >> for PDF files is now GIMP:
> >> I would rather expect acrobat or evince.
> >>
> >> Where is the place to fix this ?
> >
> > Right-click on the document, choose "Properties", and select another
> > application as the default.
> 
> As I can not does that from evince itself, I did it from the File Manager: so 
> far it works.
> 
> Is there a way to set it system wise rather than per user ?
> 
> T
Does Xfce follow the xdg specification? If so, you can see how xdg
specifies how it is done.  I don't recall everything off the top of my
head but there is a an environment variable (probably best set
via /etc/environment as not all DEs invoke .bashrc or .profile).  Mine
is set to
XDG_DATA_DIRS=/data/.Common/xdg/default:/usr/share:/usr/local/share::/opt/trinity/share/:/usr/share/

The part I don't remember is how to set up file associations in those
hierarchical directories but the XDG site must have that information. At
least I hope so because we'll need it in the next iteration of our
desktop! Hope this helps - John



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1321548749.2936.120.ca...@denise.theartistscloset.com



Re: [OT] NPR not working

2011-11-17 Thread Camaleón
On Thu, 17 Nov 2011 09:52:30 -0600, Hugo Vanwoerkom wrote:

> A few weeks ago the list got me interested in National Public Radio.
> http://lists.debian.org/debian-user/2011/10/msg02182.html
> 
> I got it to work with google-chrome-beta and flashplugin-nonfree in Sid.
(...) 
> However since yesterday (16 Nov. 2011) it no longer works. The
> "buffering" green popup stays on but the sound never shows up.
> 
> Am I the only one to see this? Suggestions?

(...)

Try with another radio station streams from NPR. 

I have loaded a couple that were also hanging at "buffering" while others 
worked just fine. BTW, I'm running wheezy + iceweasel.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.16.41...@gmail.com



Re: Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread Jerome BENOIT

Hello:


On 17/11/11 17:08, Patrick Wiseman wrote:

On Thu, Nov 17, 2011 at 10:45 AM, Jerome BENOIT  wrote:

Hello List:

Since I migrated from Gnome3 to Xfce, I have noticed that thdefault viewer
for PDF files is now GIMP:
I would rather expect acrobat or evince.

Where is the place to fix this ?


Right-click on the document, choose "Properties", and select another
application as the default.


As I can not does that from evince itself, I did it from the File Manager: so 
far it works.

Is there a way to set it system wise rather than per user ?

Thanks again,
Jerome  



Patrick





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec536ee.1090...@rezozer.net



Re: Sound wheezy/KDE -- testing the microphone

2011-11-17 Thread deloptes
Sian Mountbatten wrote:

> Hello! I am having trouble with a microphone plugged into my
> soundcard. According to Kmix, the Playback Devices are set to about
> 55%, the Capture Devices are set to 100% and both playback and capture
> are shown as not muted.
> 
> speaker-test shows that the right speaker is working, but not the left.
> The microphone is not working at all according to the Skype Echo test.
> When I was using Windws 7, the microphone was definitely working. It's
> a simple device: no controls, just a pink-coloured plug.
> 
> Can anybody suggest why the microphone doesn't work? And why do I only
> get one speaker working? I have an Intel ICH5 sound card.

a comment I posted years ago first here
[http://osdir.com/ml/debian-user-debian/200...msg00025.html]
and then here
[http://forum.skype.com/index.php?showtopic=532431]

microphone testing:

arecord -c1 -Dplughw:0,0 -f cd -vv /dev/null

arecord -c1 -Dplughw:2,0 -f cd -vv /dev/null

#

in detail:

1) find out cards and inputs

shell> cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xff95 irq 22
1 [HVR900 ]: USB-Audio - WinTV HVR-900
WinTV HVR-900 at usb-:00:1a.7-3, high speed
2 [Webcam ]: USB-Audio - Philips SPC 1000NC Webcam
Philips CE Philips SPC 1000NC Webcam at
usb-:00:1a.7-5.4, high speed

=> I'm going to use the Webcam built in mic => card # 2

2) find out the input

shell> cat /proc/asound/devices
0: [ 0] : control
1: : sequencer
6: [ 0- 2]: hardware dependent
7: [ 0- 3]: hardware dependent
16: [ 0- 0]: digital audio playback
17: [ 0- 1]: digital audio playback
19: [ 0- 3]: digital audio playback
24: [ 0- 0]: digital audio capture
32: [ 1] : control
33: : timer
56: [ 1- 0]: digital audio capture
64: [ 2] : control
88: [ 2- 0]: digital audio capture


=> my input is the capture on the second card

88: [ 2- 0]: digital audio capture

3) so now we can test the mic

shell> arecord -c1 -Dplughw:2,0 -f cd -vv /dev/null 




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ja3cik$142$1...@dough.gmane.org



Re: Wheezy with Xfce4 --- problems with 3.0.0-1-amd64 kernel

2011-11-17 Thread Hugo Vanwoerkom

Kjetil brinchmann Halvorsen wrote:

Hola!

I just got to reinstall debiann vause my harddisk fried. I wanted to
use the opportunity to change from gnome
to Xfce4. This worked well when I installed stable, but when upgrading
to wheezy the problems arrived.

First some output from lspci:

VGA compatible controller : nVidia corporation C51 [GeForce Go 6150] (rev a2)

So i tried to install the nVidia drivers, but that does mot seem to work.

When booting, tye kernel 3.0.0-1-amd64 boots, but the X window system
(with GDM3) do not start.


Because you did not install the driver right. The output of 
/var/log/Xorg.0.log explains.




I can work with the 2.6.32-5-amd64 kernel, though the Xfce desktop has
some problems --- the panel line at foot of the monitor do not show,


Application menu->Settings->Panel will show the panels that you have. 
How many are there?



neither do the machine find the wireless network (I installed wicd).


Because you did not install the wifi driver.

Hugo



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/ja3c24$uj$1...@dough.gmane.org



Re: Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread Patrick Wiseman
On Thu, Nov 17, 2011 at 10:45 AM, Jerome BENOIT  wrote:
> Hello List:
>
> Since I migrated from Gnome3 to Xfce, I have noticed that thdefault viewer
> for PDF files is now GIMP:
> I would rather expect acrobat or evince.
>
> Where is the place to fix this ?

Right-click on the document, choose "Properties", and select another
application as the default.

Patrick


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cajvvkspnihovv8axnlcyce8p8xeqnthfrpjxdlgwryjxqtu...@mail.gmail.com



[OT] NPR not working

2011-11-17 Thread Hugo Vanwoerkom

Hi,

A few weeks ago the list got me interested in National Public Radio.
http://lists.debian.org/debian-user/2011/10/msg02182.html

I got it to work with google-chrome-beta and flashplugin-nonfree in Sid.

Flash - Version: 11.0 r1
Shockwave Flash 11.0 r1
Name:   Shockwave Flash
Version:11.0 r1
Location:   /usr/lib/flashplugin-nonfree/libflashplayer.so

However since yesterday (16 Nov. 2011) it no longer works. The 
"buffering" green popup stays on but the sound never shows up.


Am I the only one to see this? Suggestions?

Their FAQ said to clear NPR cookies and clear the cache, which makes no 
difference.


Other flash sites work ok.

Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/ja3aju$l3b$1...@dough.gmane.org



Xfce: GIMP as default PDF viewer ?

2011-11-17 Thread Jerome BENOIT

Hello List:

Since I migrated from Gnome3 to Xfce, I have noticed that thdefault viewer for 
PDF files is now GIMP:
I would rather expect acrobat or evince.

Where is the place to fix this ?

Thanks in advance,
Jerome


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec52c0f.9000...@rezozer.net



Re: gdm3

2011-11-17 Thread Camaleón
On Thu, 17 Nov 2011 07:35:49 +0530, Sridhar M.A. wrote:

> On Mon, Nov 14, 2011 at 02:46:43PM +, Camaleón wrote:
>> 
> Sorry for the delay in replying. The laptop was with my niece.
> 
>> What's the content of your
>> "/var/lib/AccountsService/users/your_username"
> 
> [User]
> Language=
> XSession=openbox

(...)

This looks right, I mean, it is set to the last run session.

>> And what's the problem now, a) that you cannot select the session
>> from the dropdown menu because is not visible, b) that while you
>> select your session type you are logged into GNOME or c) that the
>> last selected session is not kept for the next login? :-)
>> 
> The answer is (c). My selection is not remembered and I have to do it
> every time I login.

(...)

Ah, okay then. Let's search for any related bug... Mmm, there is one 
quite similar:

***
After upgrade to gdm3 session selection defaults to "system default"
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648220
***

Maybe you can add your comments there :-?
 
Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.15.31...@gmail.com



Re: KVM networking.

2011-11-17 Thread Chris Davies
>>Personally, I'd rather run up a bridge and use the libvirt tools to run
>>my VM for me (avoids giving root rights to a user, but allows the guest
>>to run with the necessary root network privs).

Sthu Deus  wrote:
> Libvirt is a new thing to me. Do You suggest the bin package  or the
> GUI for launching VMs?

There are two parts:

1. The back-end stuff that actually controls, manages, and configures
the VMs. On debian this is libvirt-bin. This also includes the command
line manager, "virsh".

2. The front-end GUI stuff that allows you to view, configure, and manage
the VMs. On debian this is virt-manager.

The GUI can run on a different box to the back-end libvirt, but the
connection gets a little fiddly to define. In my case I run libvirt-bin
on the "big" VM host servers and the GUI on my laptop. I use ssh to
manage the connections to the servers (fiddly but effective) rather than
going down the SASL route. You may find it somewhat easier as you'll be
running your VM on the same system as the GUI.

Chris


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/7bifp8xlpr@news.roaima.co.uk



Re: Wireless usb device not working

2011-11-17 Thread Brian
On Thu 17 Nov 2011 at 07:51:59 -0500, Matt Harrison wrote:

> I recently purchased a Linksys wireless USB device.
> 
> When I plug it in and run lsusb I see the following:
> 
> Bus 001 Device 006: ID 1737:0078 Linksys WUSB100 v2 RangePlus Wireless
> Network Adapter [Ralink RT3070]
> 
> 
> I install firmware-ralink and wireless-tools  after checking the
> Debian Wiki and determining that the RT3070 uses the ralink firmware
> package.
> 
> After this I ran lsmod and got the following back:
> 
> usbcore98969  7
> usb_storage,rt2800usb,rt2x00usb,usbhid,ohci_hcd,ehci_hcd

The kernel thinks rt2800usb is the correct driver but no network
interface is created. Maybe it has slipped up. Remove it and rt2x00usb
(rmmod or modprobe -r) and try rt2870sta.

On the other hand 1737:0078 isn't mentioned on the wiki page so support
in Squeeze may not quite up to the mark. This chipset does appear to
have given rise to problems in the past.

Works on Ubuntu? A different kernel etc.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2017150006.GR2852@desktop



Re: Default applications in Gnome 3 not respected

2011-11-17 Thread Camaleón
On Wed, 16 Nov 2011 21:02:35 +0100, Steven wrote:

(...)

>> I don't have such special key in my keyboard but I would try this:
>> 
>> >From "System info", set "rhythmbox" as default application for both,
>> music and video, and see if that works.
> 
> I actually have my video player set to VLC in the defaults, so if it
> would launch the default video player instead of music player, I
> (sh)would have been VLC, not totem.

Okay.

>> If it works, that could mean that your "launch media player" key is
>> associated to the default video player application from your system, so
>> I'm afraid you will have to manually edit the keycode to instruct your
>> key to launch the audio player instead.
> 
> As far as I can see Gnome doesn't make that distinction when configuring
> the keyboard shortcuts.

Hum... I would try this: Go to System info → keyboard → keybindings tab 
and from there add a new combo to launch your audio player ("rhythmbox") 
from the bottom option, "custom keybindings" or something like that.

If the current key is already being used for the default "Sounds and 
media → open media player" action, just disable it so you can use it for 
your customized command.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.15.10...@gmail.com



Re: gnome-shell-extensions

2011-11-17 Thread DebianTR.WP

On 11/14/2011 10:02 PM, Camaleón wrote:

On Mon, 14 Nov 2011 19:25:57 +0100, DebianTR.WP wrote:


On 11/14/2011 06:52 PM, Camaleón wrote:

(...)


Did you build it yourself? It is not available in wheezy repos.

No, I have the default "gnome-shell" without the extensions package
installed but the key you mention is present here and that's what lead
me to think something has been messed up in your system when you
upgraded the required packages or it's a packaging problem.



Hmm, OK then. A last question.
I think the problem is even though every extensions is disabled, in the
schema, they are seen as enabled. Therefore when I try to enable them,
the tool cannot find any "disabled" one to enable. For example, you only
have the "disabled" as a key. Because none of them are installed and
enabled (if you of course pasted the whole output)

Hum... I'm not sure about that (and yes, I pasted the full output).

But as I have no extensions available at all so, what's would be the
purporse of be able to disable them? :-?


Is not there a way to change/manipulate it by hand? Like, editing an xml
file or conf file? Or maybe since I do not really know how it works, my
thinking process is completely wrong :)

Look at here, the official docs are always a good place to start:

https://live.gnome.org/GnomeShell/Extensions

Maybe you can rename the extension folder so they are not detected and
then retry again.

Greetings,




I don't know if I am the only one with this problem. Isn't there anyone else 
wanted to see gnome 3.2 with its extensions, and having the same problem?

Whatever, if there are other people, I enabled the extensions manually (via 
gsettings and dconf), and it works.
Now my gnome-tweak-tool giving the same error directly but at least my 
extensions are enabled. And, I am having a happier life :)

Now, I'm waiting for an upgrade.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec51eb0.8030...@gmail.com



Re: checkrestart and dovecot

2011-11-17 Thread Andrew McGlashan

Hi,

On 16/11/2011 10:27 PM, Eduardo M KALINOWSKI wrote:

I believe these are the worker processes spawned by the main dovecot
server, one for each connection a user makes. They only go away when the
user disconnects, even if the main server is restarted, in order not to
forcedly disconnect users.


I couldn't see any evidence of any worker processes.  The problem has 
persisted.  So ... I've done a full reboot now.  I still expect to see 
the problem later today, let's see ;-)


Thanks

--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec51dc8.4090...@affinityvision.com.au



Wheezy with Xfce4 --- problems with 3.0.0-1-amd64 kernel

2011-11-17 Thread Kjetil brinchmann Halvorsen
Hola!

I just got to reinstall debiann vause my harddisk fried. I wanted to
use the opportunity to change from gnome
to Xfce4. This worked well when I installed stable, but when upgrading
to wheezy the problems arrived.

First some output from lspci:

VGA compatible controller : nVidia corporation C51 [GeForce Go 6150] (rev a2)

So i tried to install the nVidia drivers, but that does mot seem to work.

When booting, tye kernel 3.0.0-1-amd64 boots, but the X window system
(with GDM3) do not start.

I can work with the 2.6.32-5-amd64 kernel, though the Xfce desktop has
some problems --- the panel line at foot of the monitor do not show,
neither do the machine find the wireless network (I installed wicd).

Any ideas?

Kjetil Halvorsen

-- 
"If you want a picture of the future - imagine a boot stamping on the
human face - forever."

George Orwell (1984)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAH=m5mh6u8144+7gcxycqubwg6vh09rlbyfy+2xkug+nb35...@mail.gmail.com



Re: debian 6.03 KDE desktop

2011-11-17 Thread Camaleón
On Thu, 17 Nov 2011 15:57:37 +0200, Johan Scheepers wrote:

> Running Gnome desktop debian 6.03.
> 
> Kindly is there a command to add the KDE desktop to a Gnome system.
> 
> I remember that in Ubuntu there is such a command.
> 
> On boot up you have a choice to go either way.
> 
> I have googled but could not get a clear instruction.
> 
> Some pointers please.

There is a good FAQ here:

Install KDE 4 packages
http://pkg-kde.alioth.debian.org/kde4.html

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.14.27...@gmail.com



Re: Dep levels

2011-11-17 Thread Camaleón
On Wed, 16 Nov 2011 20:09:58 +, Brian wrote:

> On Wed 16 Nov 2011 at 19:13:06 +, Camaleón wrote:
> 
>> Richard was expecting a fast reply which did not come...
> 
> None of us know what Richard's expectations were.

Sure, but I can make "an educated guess" after reading his comments (here 
and at the "-devel" mailing list) :-)

>> until a day
>> after.
> 
> A whole 24 hours for a reply! What is debian-devel coming to?

X-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2011.11.17.14.21...@gmail.com



Re: debian 6.03 KDE desktop

2011-11-17 Thread Joao Ferreira Gmail
On Thu, 2011-11-17 at 15:57 +0200, Johan Scheepers wrote:
> Good day,
> 
> Running Gnome desktop debian 6.03.
> 
> Kindly is there a command to add the KDE desktop to a Gnome system.
> 

"apt-get install kde-standard" should work (I did not try).

Joao

> I remember that in Ubuntu there is such a command.
> 
> On boot up you have a choice to go either way.
> 
> I have googled but could not get a clear instruction.
> 
> Some pointers please.
> Thanks
> Johan
> 
> 



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1321538812.4878.18.ca...@wheejy.critical.pt



debian 6.03 KDE desktop

2011-11-17 Thread Johan Scheepers

Good day,

Running Gnome desktop debian 6.03.

Kindly is there a command to add the KDE desktop to a Gnome system.

I remember that in Ubuntu there is such a command.

On boot up you have a choice to go either way.

I have googled but could not get a clear instruction.

Some pointers please.
Thanks
Johan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec512d1.7010...@telkomsa.net



Re: xfce weather plugin broken?

2011-11-17 Thread Pete Orrall

> In the meantime I found this:
> 
> http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin

Very neat!  I just installed it and it's great.  I actually prefer the
GNOME weather applet over the Xfce one.  The forecast information is
more detailed.  Thanks for sharing.

-- 
Pete Orrall
ppat...@gmail.com
If there isn't a way I'll make one.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1321534747.4089.1.camel@Neuron.8EEWS



Wireless usb device not working

2011-11-17 Thread Matt Harrison
I recently purchased a Linksys wireless USB device.

When I plug it in and run lsusb I see the following:

Bus 001 Device 006: ID 1737:0078 Linksys WUSB100 v2 RangePlus Wireless
Network Adapter [Ralink RT3070]


I install firmware-ralink and wireless-tools  after checking the
Debian Wiki and determining that the RT3070 uses the ralink firmware
package.

After this I ran lsmod and got the following back:

usbcore98969  7
usb_storage,rt2800usb,rt2x00usb,usbhid,ohci_hcd,ehci_hcd


dmesg shows me this:
[ 4850.724093] usb 1-7: new high speed USB device using ehci_hcd and address 6
[ 4850.884967] usb 1-7: New USB device found, idVendor=1737, idProduct=0078
[ 4850.884974] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4850.884979] usb 1-7: Product: Linksys RangePlus Wireless Network USB Adapter
[ 4850.884982] usb 1-7: Manufacturer: Cisco-Linksys LLC
[ 4850.885182] usb 1-7: configuration #1 chosen from 1 choice


However, even after rebooting the machine, wlan0 or ra0 are not
created and I cannot use the card.

I created /etc/modprobe.d/ralink.conf with:
blacklist rt2x00lib
blacklist rt2800usb
blacklist rt2x00usb

after doing some searching online, but that didn't change anything.

In the testing phase, I downloaded Ubuntu and ran the live CD and the
wireless dongle works just fine.

I am not sure what I need to do to get this device working in Debian.
I am running a minimal install of Squeeze with Openbox (no DE behind
or in front of it).

Any help or tips would be appreciated.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CA+CmQZR19yhpKO78u=ajueejvtf6alg2znm_nq0bml+czf1...@mail.gmail.com



Re: xfce weather plugin broken?

2011-11-17 Thread Jonathan McCrohan
On 16/11/11 17:01, John Jason Jordan wrote:
> In the meantime I found this:
> 
> http://goodies.xfce.org/projects/panel-plugins/xfce4-xfapplet-plugin
> 
> Apparently you can run the Gnome weather applet in xfapplet. I have
> xfapplet installed, but the list of available Gnome panel applets is
> very short and does not include the Gnome weather applet, in spite of
> the fact that I have it installed and running when I log in to Gnome.
> 
> It might be helpful if people would add to the forum thread that I
> started above. 

xfce4-xfapplet-plugin has recently been removed from unstable [1].

Jon

[1] http://packages.qa.debian.org/x/xfce4-xfapplet-plugin.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ec4f810.9050...@gmail.com



Re: [SOLVED] Re: Font Webkeepass vserver

2011-11-17 Thread Olivier BATARD
After a restart of my vserver, problem occurs again ...

Webkeepass use Jakarta-tomcat 5.5.7, in others web apache pages,
characters are displayed fine.

don't know are to search, if anyone can guide us,

thanks by advance,

Olivier

2011/11/13 Olivier BATARD :
> Resolved after a dpkg-reconfigure locale AND a vserver restart.
>
>
> Thanks !
>
>
> Le 2 nov. 2011 à 16:33, Camaleón a écrit :
>
>> On Wed, 02 Nov 2011 12:54:17 +0100, Olivier BATARD wrote:
>>
>>> Hi,
>>
>> Hi... please, keep text based formatted messages because html code
>> renders very badly on some e-mail readers :-)
>>
>>> I've just stop a squeeze server with a standard vserver kernel.
>>>
>>> So I want to use a vserver to host the webkeepass tool, which uses a
>>> tomcat server.
>>>
>>> Everything works fine when I use webkeepass on the main server, the
>>> display is alright in French.
>>>
>>> But When I use it in a verser with same parameters, I can't display
>>> French accents like "é", the server just display a "?"
>>>
>>> My locale are define in utf8, accents are displayed in the terminal
>>> which is in French.
>>>
>>> Am I missing a package in the vserver, how can I setup French accent ?
>>
>> Is just this web-based application (webkeepass) that renders accents
>> badly or are other web applications/pages also failing in the same way?
>>
>> If only webkeepass is affected by this behaviour it can be something at
>> the configuration files, java, tomcat... I mean, something which is
>> specifically linked to the program :-?
>>
>> Greetings,
>>
>> --
>> Camaleón
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>> Archive: http://lists.debian.org/pan.2011.11.02.15.33...@gmail.com
>>
>
>


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALvL=TOjOGH0mjqz7KBwo=h59vctpzfwtd+bv3i009utr9x...@mail.gmail.com



Re: Dep levels

2011-11-17 Thread Richard
On Wed, 16 Nov 2011 19:13:06 + (UTC)
Camaleón  wrote:

> On Wed, 16 Nov 2011 13:50:38 -0500, Tom H wrote:
> 
> > On Wed, Nov 16, 2011 at 12:59 PM, Camaleón  wrote:
> >> On Wed, 16 Nov 2011 10:27:50 +, Richard wrote:
> >>
> >>> I asked on the -dev list but no avail, I have googled, but whats the
> >>> difference between dependency level 1 and dependency level 2 on
> >>> software transitions
> >>
> >> "No avail"?
> > 
> > "but no avail" should've been "to no avail".
> 
> (...)
> 
> Well, I got that. Mine was a "rethorical" question ;-)
> 
> Richard was expecting a fast reply which did not come... until a day 
> after.
> 
> Greetings,
> 

I would have expected developers to know the difference between dependency 
levels, replies on this list
are a lot quicker, albeit somewhat XXX at times.
Also perhaps there is a time taken for any new user to be accepted.
I had the question answered which is all I was interested in.
Thanks

-- 
Best wishes / 73
Richard Bown

e-mail: rich...@g8jvm.com   or   richard.b...@blueyonder.co.uk

nil carborundum a illegitemis
##
Ham Call G8JVM . OS Debian Wheezy amd64 on a Dual core AMD Athlon 5200, 4 GB RAM
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs mins )
QRV HF + VHF Microwave 23 cms:140W,13 cms:100W,6 cms:10W & 3 cms:5W
##
 


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2017110233.23192390@debian



BibTeX memory limits

2011-11-17 Thread Jerome BENOIT

Hello List:

I encounter memory limit issue with BibTeX
similar to the ones reported in Q37 of the `BibTEX Tips and FAQ'
by Michael Shell and David Hoadley :
I know that memory limits for tex and its derived, for metapost can be
can be configured in the /etc/texmf/texmf.cnf configuration file:
can we do something similar for bibtex ?

Thanks in advance,
Jerome


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4ec4e574.9070...@rezozer.net



Re: Openoffice.org - has it been replaced by LibreOffice?

2011-11-17 Thread Scott Ferguson
On 17/11/11 20:50, Brad Alexander wrote:
> On Wed, Nov 16, 2011 at 12:37 PM, Sian Mountbatten
> wrote:
> 
>>  So what has happened to
>> OpenOffice.org? Who has decided that we've all got to use LibreOffice?
>>
> 
> Pretty much, Oracle did, when they bought Sun Microsystems and left
> OpenOffice to languish with no support. 

Basically, Oracle alienated many of the developers, who then forked it.

> LibreOffice is a fork that is
> actually being developed under the GPL.

OpenOffice.org is now part of the Apache Software Foundation (as a
result of the fork). I don't know if it's accurate to say it's still
"languishing with no support".

> 
> Of course, you are welcome to install the OOO that is, I believe, still
> available in squeeze.
> 
> --b
> 

It is. And you can still download it from upstream (no points for anyone
asking for the url).

Cheers

-- 
Iceweasel/Firefox extensions for finding answers to Debian questions:-
https://addons.mozilla.org/en-US/firefox/collections/Scott_Ferguson/debian/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ec4dd6a.3060...@gmail.com



Re: Openoffice.org - has it been replaced by LibreOffice?

2011-11-17 Thread Brad Alexander
On Wed, Nov 16, 2011 at 12:37 PM, Sian Mountbatten
wrote:

>  So what has happened to
> OpenOffice.org? Who has decided that we've all got to use LibreOffice?
>

Pretty much, Oracle did, when they bought Sun Microsystems and left
OpenOffice to languish with no support. LibreOffice is a fork that is
actually being developed under the GPL.

Of course, you are welcome to install the OOO that is, I believe, still
available in squeeze.

--b