EFI

2012-02-02 Thread Gábor Illó
Dear Debian users!

I have 1 strorage disk connected in USB port. I need mount EFI
filesystem storage to my server.


fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sdr'! The util
fdisk doesn't support GPT. Use GNU Parted.

Note: sector size is 4096 (not 512)

Disk /dev/sdr: 3000.6 GB, 3000558944256 bytes
255 heads, 63 sectors/track, 45599 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x5a787e57

   Device Boot  Start End  Blocks   Id  System
/dev/sdr1   1   45600  2930233340   ee  GPT
Partition 1 does not start on physical sector boundary.

mount -t xfs /dev/sdr1 /mnt/usb/sdr1

mount: wrong fs type, bad option, bad superblock on /dev/sdr1,
   missing codepage or helper program, or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so

file /mnt/usb/sdr1
/mnt/usb/sdr1: directory

parted /dev/sdr print

Model: WD My Book 1130 (scsi)
Disk /dev/sdr: 3001GB
Sector size (logical/physical): 4096B/4096B
Partition Table: gpt

Number  Start   End SizeFile system  Name  Flags
 1  24.6kB  210MB   210MBEFI System Partition  boot
 2  210MB   3000GB  3000GB   Untitled

Anyone have idea?


-- 
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/cacmt-5ezp7hecefrwgfz2r4aocvlyhhuh7zwz2tvfxep+tq...@mail.gmail.com



Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Scott Ferguson
In case people don't subscribe to pkg-mozilla-maintainers (and for those
the do search this list before posting)

You'll need this:-
# get key with:-
# wget -O- -q http://mozilla.debian.net/archive.asc | gpg --import
deb http://mozilla.debian.net/ squeeze-backports iceweasel-release

Either in /etc/apt/sources.list
or (preferably) in a *.list file beneath /etc/apt/sources.list.d
eg.:-
/etc/apt/sources.list.d/mozilla-backports_iceweasel.list


Then:-
# apt-get update
$ wget -t 0
http://ftp.au.debian.org/debian/pool/main/libv/libvp/libvpx0_0.9.7.p1-2_i386.deb
(modify to suit your location)

Then
# dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0
iceweasel

NOTE: some sites have problems with the double digit version number.
Install a browser agent spoofer for a work-around.


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

NOTE: new update available for Debian Buttons
(New button for querying Debian Developer Package):-
https://addons.mozilla.org/en-US/firefox/addon/debian-buttons/


-- 
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/4f2a46a1.5060...@gmail.com



Re: EFI

2012-02-02 Thread Balint Szigeti

On 02/02/2012 08:10, Gábor Illó wrote:

Dear Debian users!

I have 1 strorage disk connected in USB port. I need mount EFI
filesystem storage to my server.


fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sdr'! The util
fdisk doesn't support GPT. Use GNU Parted.

Note: sector size is 4096 (not 512)

Disk /dev/sdr: 3000.6 GB, 3000558944256 bytes
255 heads, 63 sectors/track, 45599 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x5a787e57

Device Boot  Start End  Blocks   Id  System
/dev/sdr1   1   45600  2930233340   ee  GPT
Partition 1 does not start on physical sector boundary.

mount -t xfs /dev/sdr1 /mnt/usb/sdr1

mount: wrong fs type, bad option, bad superblock on /dev/sdr1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail  or so

file /mnt/usb/sdr1
/mnt/usb/sdr1: directory

parted /dev/sdr print

Model: WD My Book 1130 (scsi)
Disk /dev/sdr: 3001GB
Sector size (logical/physical): 4096B/4096B
Partition Table: gpt

Number  Start   End SizeFile system  Name  Flags
  1  24.6kB  210MB   210MBEFI System Partition  boot
  2  210MB   3000GB  3000GB   Untitled

Anyone have idea?



So, if it is EFI fs, then you could handle it with FAT32.
https://bbs.archlinux.org/viewtopic.php?id=58813
http://en.wikipedia.org/wiki/EFI_System_partition

Good luck.
sok sikert


--
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/4f2a531d.5040...@gmail.com



Re: EFI

2012-02-02 Thread emmanuel segura
grep xfs /proc/filesystems

echo $?


2012/2/2 Gábor Illó 

> Dear Debian users!
>
> I have 1 strorage disk connected in USB port. I need mount EFI
> filesystem storage to my server.
>
>
> fdisk -l
>
> WARNING: GPT (GUID Partition Table) detected on '/dev/sdr'! The util
> fdisk doesn't support GPT. Use GNU Parted.
>
> Note: sector size is 4096 (not 512)
>
> Disk /dev/sdr: 3000.6 GB, 3000558944256 bytes
> 255 heads, 63 sectors/track, 45599 cylinders
> Units = cylinders of 16065 * 4096 = 65802240 bytes
> Sector size (logical/physical): 4096 bytes / 4096 bytes
> I/O size (minimum/optimal): 4096 bytes / 4096 bytes
> Disk identifier: 0x5a787e57
>
>   Device Boot  Start End  Blocks   Id  System
> /dev/sdr1   1   45600  2930233340   ee  GPT
> Partition 1 does not start on physical sector boundary.
>
> mount -t xfs /dev/sdr1 /mnt/usb/sdr1
>
> mount: wrong fs type, bad option, bad superblock on /dev/sdr1,
>   missing codepage or helper program, or other error
>   In some cases useful info is found in syslog - try
>   dmesg | tail  or so
>
> file /mnt/usb/sdr1
> /mnt/usb/sdr1: directory
>
> parted /dev/sdr print
>
> Model: WD My Book 1130 (scsi)
> Disk /dev/sdr: 3001GB
> Sector size (logical/physical): 4096B/4096B
> Partition Table: gpt
>
> Number  Start   End SizeFile system  Name  Flags
>  1  24.6kB  210MB   210MBEFI System Partition  boot
>  2  210MB   3000GB  3000GB   Untitled
>
> Anyone have idea?
>
>
> --
> 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/cacmt-5ezp7hecefrwgfz2r4aocvlyhhuh7zwz2tvfxep+tq...@mail.gmail.com
>
>


-- 
esta es mi vida e me la vivo hasta que dios quiera


Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Emiliano M. Rudenick
El Thu, 02 Feb 2012 19:17:37 +1100
Scott Ferguson  escribió:
> (..)
> Then:-
> # apt-get update
> $ wget -t 0
> http://ftp.au.debian.org/debian/pool/main/libv/libvp/libvpx0_0.9.7.p1-2_i386.deb
> (modify to suit your location)

Link not found.

Replace with this:
http://ftp.au.debian.org/debian/pool/main/libv/libvpx/libvpx0_0.9.7.p1-2_i386.deb
(modify to suit your location)

Greetings


--
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/20120202070123.70c47694@annagrama



Re: Wheezy. Xorg failure at AMD Brazos netbook

2012-02-02 Thread Bob

On 02/01/2012 03:48 PM, Leonid Korostyshevski wrote:

Hello, list!

Have installed Wheezy weekly build 30-01-2012 but cannot log into a
fresh system: there is just a noise on a screen instead of a logon
screen. Cannot escape to text console, Ctrl+Alt+F1...Fn does not works.
Ctrl+Alt+PrtScr+B works, though. Also, IMHO it is a good idea to enable
Ctrl+Alt+Backspace for "testing" distro.

Not sure about "recovery" mode naming as a GRUB2 entry. It leads to the
same noise on screen, not to safe plain VGA CLI environment, as it
suppose to be IMHO. "Testing" shouldn't be "stuck with" IMHO :0)

Hardware in use - netbook on AMD Brazos (C-60 + ATI 6250). No 'lspci' at
the moment, sorry. During installation process, 3.1.x.-486 kernel was
chosen.

Would you, please, to give an advice how to override Xorg fault?

Thanks a lot!
LK


Don't know how to fix this but I'm following the thread as I'm 
interested in The AMD Fusion APU E350 powered ASUS EeePc 11215B



--
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/4f2a5b6c.4060...@homeurl.co.uk



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Scott Ferguson
On 02/02/12 21:01, Emiliano M. Rudenick wrote:
> El Thu, 02 Feb 2012 19:17:37 +1100
> Scott Ferguson  escribió:
>> (..)
>> Then:-
>> # apt-get update
>> $ wget -t 0
>> http://ftp.au.debian.org/debian/pool/main/libv/libvp/libvpx0_0.9.7.p1-2_i386.deb
>> (modify to suit your location)
> 
> Link not found.
> 
> Replace with this:
> http://ftp.au.debian.org/debian/pool/main/libv/libvpx/libvpx0_0.9.7.p1-2_i386.deb
> (modify to suit your location)
> 
>   Greetings
> 
> 
Thanks.

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

NOTE: new update available for Debian Buttons
(New button for querying Debian Developer Package):-
https://addons.mozilla.org/en-US/firefox/addon/debian-buttons/


-- 
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/4f2a6117.2070...@gmail.com



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Do you have a solution?

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

Remember. If something can go wrong, it will. 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8qZ1cACgkQM0LLzLt8Mhz+kgCfZ/0kOlScVOudoS9Y3dFojSIh
1b4AniEGEShUGOe/txk4xk4mMQLjRe01
=jUIz
-END PGP SIGNATURE-


-- 
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/87aa51msh4.fsf@merciadriluca-station.MERCIADRILUCA



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok, here are the details. The situation is now clear, but I don't know
yet how to solve it.

Three CD-DVD readers, from which two are writers. Configuration is as follows:

1/ writer (OPTIARC AD-7203S),
2/ reader (NEC DV-5800C),
3/ writer (NEC ND-2500A).

Using the `Dummy mode' of Gnomebaker, I realize that

* Choosing `NEC ND-2500A' results in choosing `OPTIARC AD-7203S'
(which works),
* Choosing `OPTIARC AD-7203S' results in choosing `NEC DV-5800C'
(which is not a writer and therefore fails),
* It is not possible to write on NEC ND-2500A,
* I'm getting an error
==
Warning: Cannot raise RLIMIT_MEMLOCK limits.scsidev
==
which seems not to affect any burning.

By `A results in choosing B' I mean that the device actually taken into
consideration is B at the place of A. (For example, B is ejected at
the place of A.)

How could I put this into order?

Thanks.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

If you fake it, you can't make it.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8qd6IACgkQM0LLzLt8MhxnpwCfRC0jI889praLWLniPWRTlm5J
C7kAoIpeYJ/ywpGDAxQeFBXxiL1NyWR0
=w5Kz
-END PGP SIGNATURE-


-- 
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/87ty39h2zh.fsf@merciadriluca-station.MERCIADRILUCA



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Rob Owens
On Wed, Feb 01, 2012 at 04:40:11PM +0100, Merciadri Luca wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi,
> 
> I'm using Debian Lenny, and have three (physical) CD-DVD readers, from which 
> two are (physical) CD-DVD writers. When burning a CD or DVD, even at very low 
> speed (1x), one always works, and the other always fails, giving a CD/DVD 
> that can then be thrown. I checked under the BIOS and there is no reason for 
> the second writer not to work.
> 
> 1) Are there any burning-simulating utilities running under Debian Lenny?
> 2) How could I solve this problem?
> 
I believe Brasero has a "simulate" check box.  Is that what you're
looking for?

-Rob


-- 
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/20120202123909.ga11...@aurora.owens.net



Re: mailing-list

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 02:35:11 +0600, Azamat Gallyamov wrote:

> How to create new mailing-list for new I18n or l10n? I send a letter
> using reportbug, but i'm not sure it was done correctly.

Hello,

I would forward the question to "debian-i...@lists.debian.org" mailing 
list.

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/jge03k$qa4$2...@dough.gmane.org



Re: Bug reporting

2012-02-02 Thread Rob Owens
On Wed, Feb 01, 2012 at 01:38:37PM -0800, Gary Roach wrote:
> I've been using Debian for years and still can't seem to submit a
> bug report successfully.  One of the main problems is that I have no
> mail server active on my system. I use Icedove. I have tried to
> setup exim several times and have always given up in disgust. The
> instructions for reporting by normal email are way to complicated
> for easy understanding. The examples given include copies of the
> world. I need something straight forward and relatively simple. Any
> help will be sincerely appreciated.
> 
If you tell reportbug that you do not have an smtp server, it will use a
Debian smtp server.  My .reportbugrc has this line:

smtphost reportbug.debian.org


-- 
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/20120202124246.gb11...@aurora.owens.net



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-02 Thread Camaleón
On Wed, 01 Feb 2012 20:28:55 +, lee wrote:

> Camaleón  writes:
> 
>> having to deal with the mess of installing a VGA card in linux. It
>> never has been so difficult and so hard than now is (or at least I
>> don't remember it was when no KMS and no dynamic Xorg existed).
> 
> Hum, did you ever try to get X11 to work with an ATI mach32 or mach64
> or, later, a Matrox G200, about 15 years ago? 

My first linux box (SuSE Linux 8.2) was installed on a Matrox G450, IIRC. 
I had to do nothing, it worked out of the box. Maybe I was just lucky.

Afterwards, I have installed over nvidia (mostly in workstations), ATI 
(in servers) and Intel (netbooks).

> Remember your huge 14 or 15" CRT monitor flickering and possibly being
> damaged when you got the frequencies too high in your xf86config while
> trying to get a less flickery image in an unbelieveably high 1024x768
> resolution? 

Nope, maybe because my displays were well supported (Sony) :-)

> And remember trying to figure out modelines?

Nope, in fact I've only had to deal with that at the time Xorg became 
dynamic but not before (openSUSE had a very nice tool to configure this 
called "SaX").

> Nowadays, you don´t really need to do anything ... 

No? Nothing? Really? I mean, really? 

You do have to do many things now that were not needed in the old days. 
For instance, try to install the closed source nvidia driver while having 
nuvó installed. In the old times, editing one line at xorg.conf was all 
to get the driver loaded. Now you can be even forced to uninstall one set 
of the drivers to use the other. And debugging has turned very 
difficult...

> What hasn´t changed is that ATI cards (now made by AMD) cause nothing
> but trouble ...

Well, "radeon" driver should be by now the best open source VGA driver 
out there, it's almost open source and developers have been working on it 
since many years...

> Stayvoid, you can use vgaswitcheroo to switch between cards. You need to
> have the debugfs mounted for that. If you still get screen output after
> switching over, you´re lucky --- I´m not and so I´m stuck with the slow
> Intel card.

Intel is another good choice if you don't want many problems and are 
happy with a low-end 3D card.

> Unfortunately, the free NVIDA drivers are rather useless when you want
> to play games. You can install the non-free ones from the Debian
> packages.

I've always been lucky with nvidia closed drivers. I don't like the fact 
they are closed but at least I get a stable system with few glitches.

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/jge18e$qa4$3...@dough.gmane.org



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 11:37:11 +0100, Merciadri Luca wrote:

> Do you have a solution?

Did you try what I suggested? Have you tried with an updated Firefox?

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/jge1l5$qa4$5...@dough.gmane.org



Re: Bug reporting

2012-02-02 Thread Camaleón
On Wed, 01 Feb 2012 13:38:37 -0800, Gary Roach wrote:

> I've been using Debian for years and still can't seem to submit a bug
> report successfully.  One of the main problems is that I have no mail
> server active on my system. I use Icedove. I have tried to setup exim
> several times and have always given up in disgust. The instructions for
> reporting by normal email are way to complicated for easy understanding.
> The examples given include copies of the world. I need something
> straight forward and relatively simple. Any help will be sincerely
> appreciated.

Reportbug is a nice tool, in the event it does not crash >:-)

And I don't remember of having to configure an e-mail server to use it, 
you can provide your e-mail address, your smtp server settings and it 
will ask you for the password.

You can also report bugs manually by e-mail. It is more complicated but 
works well.

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/jge1fk$qa4$4...@dough.gmane.org



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Andrii Borovyi
Hi.

$ sudo apt-get install flashplugin-nonfree

OR

$ sudo update-flashplugin-nonfree --install

Sincerely,
wanderlust

  --- Оригінальне повідомлення ---
 Від кого: "Merciadri Luca" 
 Кому: debian-user@lists.debian.org
  Дата: 2 лютого 2012, 12:57:00
 Тема: Re: Flash Player 11 under Debian Lenny
 
 


> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Do you have a solution?
> 
> - -- 
> Merciadri Luca
> See http://www.student.montefiore.ulg.ac.be/~merciadri/
> - -- 
> 
> Remember. If something can go wrong, it will. 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Processed by Mailcrypt 3.5.8 
> 
> iEYEARECAAYFAk8qZ1cACgkQM0LLzLt8Mhz+kgCfZ/0kOlScVOudoS9Y3dFojSIh
> 1b4AniEGEShUGOe/txk4xk4mMQLjRe01
> =jUIz
> -END PGP SIGNATURE-
> 
> 
> -- 
> 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/87aa51msh4.fsf@merciadriluca-station.MERCIADRILUCA


-- 
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/99350.1328187023.15886746311710998...@ffe1.ukr.net



connection problems

2012-02-02 Thread Angela Brune
Hi,
I installed Debian 6 on my machine. Everything was going fine, but at
some point, after installing Gaussian 09 and writing in the .bashrc
file the lines I'm reporting below, the connection starting
oscillating.
 Sometimes it goes for 2 or 3 minutes, then it comes back and so on.
Even after deleting those lines the problem persists. I also tried
restarting the network but it won't help.
 I'm pretty sure the problem comes from these lines, because the same
thing happened with two other operative systems and I don't think it
can be a pure coincidence.
 Can anybody help me? Thanks in advance.
The lines I wrote in the .bashrc file are the following:
g09root="dir"
GAUSS_SCRDIR="sdir"
export g09root GAUSS_SCRDIR
. $g09root/g09/bsd/g09.profile


the file g09.profile contains the following lines:
#
# These commands set up for use of Gaussian 09.  They should be source'd
# into each Gaussian 09 user's .login file, after setting the following
# environment variable:
#
# g09root -- Directory which contains the g09 main directory.  Defaults
#to users's home directory if not defined before entry.
#
# Top directories for the program:
#
gr=$HOME
if [ "$g09root" ]
  then gr=$g09root
  fi
export GAUSS_EXEDIR="$gr/g09/bsd:$gr/g09/local:$gr/g09/extras:$gr/g09"
export GAUSS_LEXEDIR="$gr/g09/linda-exe"
export GAUSS_ARCHDIR="$gr/g09/arch"
export GV_DIR="$gr/gv"
if [ -e "$GV_DIR/gview.app" ]; then
  alias gv='open $GV_DIR/gview.app'
else
  alias gv="$GV_DIR/gview.csh"
  fi
if [ "$PATH" ]; then
  export PATH="$PATH:$GAUSS_EXEDIR"
else
  export PATH="$GAUSS_EXEDIR"
  fi
export _DSM_BARRIER="SHM"
if [ "$LD_LIBRARY64_PATH" ]; then
  export LD_LIBRARY64_PATH="$GAUSS_EXEDIR:$GV_DIR/lib:$LD_LIBRARY64_PATH"
else
  if [ "$LD_LIBRARY_PATH" ]; then
#   gv lib has to be at end for IA64 otherwise IA32 .so files there confuse thin
gs
export LD_LIBRARY_PATH="$GAUSS_EXEDIR:$LD_LIBRARY_PATH:$GV_DIR/lib"
  else
export LD_LIBRARY_PATH="$GAUSS_EXEDIR:$GV_DIR/lib"
fi
  fi
export G09BASIS="$gr/g09/basis"
alias sl="$gr/g09/tests/searchlog.csh"
mach="$(gau-machine)"
if [ "$mach" = "necsx" ]; then
  export F_ERROPT1="271,271,2,1,2,2,2,2"
  export F_ERROPT2="741,741,2,2,2,2,2,2"
  export OMP_NUM_THREADS="1"
  fi
if [ "$mach" = "sgi" ]; then
  export _RLD_ARGS="-log /dev/null"
  export TRAP_FPE="OVERFL=ABORT;DIVZERO=ABORT;INT_OVERFL=ABORT"
  export MP_STACK_OVERFLOW="OFF"
  fi
if [ "$mach" = "ia64" ]; then
# The following is to avoid weirdness with Intel's MKL library on IA64:
  export KMP_STACKSIZE="20971520"
  export KMP_AFFINITY="disabled"
  place="`which dplace`"
  if [ "$?" == 0 ] ; then
export GAUSS_DPLACE="1"
fi
  fi
if [ "$mach" = "crayx1" ]; then
# avoid small heap limit on Cray X1
  export X1_LOCAL_HEAP_SIZE='0xbff700'
  fi
if [ "$mach" = "ibm_rs6k_linux" ]; then
# fix LD_LIBRARY_PATH so that the Linda workers can start
  export LD_LIBRARY_PATH="/opt/ibmcmp/lib64:$LD_LIBRARY_PATH"
  fi
export PGI_TERM='trace,abort'
ulimit -c 0
ulimit -d hard
ulimit -f hard
ulimit -l hard
ulimit -m hard
ulimit -n hard
ulimit -s hard
ulimit -t hard
ulimit -u hard


-- 
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/calvjbfjc8lcajrevawfimjemdbbv-7ha7+n186kgrucpe_l...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-02 Thread Tom H
On Wed, Feb 1, 2012 at 6:08 AM, Ralf Mardorf  wrote:
>
> Serious, you're using a Mac [1], there's nothing I could imagine that's
> more un-libre. I really wonder why you won't use the proprietary driver.

Aren't you conflating Apple hardware and OS?1


-- 
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/CAOdo=sw+msvgfqekdkxjbj1iq8zm9yanfazdogettwepw+b...@mail.gmail.com



Re: My network speed is only 10MB

2012-02-02 Thread Camaleón
On Wed, 01 Feb 2012 18:43:39 -0600, Stan Hoeppner wrote:

> On 2/1/2012 9:52 AM, Camaleón wrote:
> 
>> One of our company networks was installed from scratch on later 2005
>> and I made it Gigabit (STP Cat.6) but should I have now to do it again
>> I would consider in adding 10 Gigabit capabilities, at least for the
>> cabling (devices are still overpriced): it costs just a bit more than
>> gigabit (it's affordable) and you can still use your old gigabit
>> devices (network cards, switches, routers...) but you're ready for the
>> next level.
> 
> Nobody uses shielded twisted pair cabling these days, not for quite some
> time.  There is almost zero benefit.  And if not installed (grounded)
> correctly the performance can be horrible, and/or links may not work at
> all.

He, we have used STP even for cabling the PBX (cat5.e) ;-)

> You could have saved quite a bit of $$ going with UTP, not just in cable
> cost but installation cost as well.  STP is considerably more expensive
> to install due to the requirement of properly grounding the shielding at
> both ends, and the fact the cable is much harder to work with due to the
> increased stiffness.  I've not seen STP used in the States for more than
> 15 years.  Not for structural work anyway.  Maybe a patch cable here and
> there (which is actually unwise on many levels).

In Europe is quite common (and also the SSTP variant) but on large 
companies (small businesses still use cat5 UTP and 10/100 devices). In 
fact, all of our patch panels use STP cabling and also the pigtails for 
conneting the computers to the swicth are also shielded. Yes, they are 
hard to work with but provide a much better resistance from external 
interferences and this was mainly the reason for us using it: gigabit 
cables share the same pipe with power lines, cctv camera cables (rg-59) 
and fire alarm system.

> For 10 GBASE-T you'd need Category 6a to cover the same link distance.
> The additional cost there is not minimal at unit level.  Cat 6a patch
> patch panels are about 3x the cost of Cat 5e, and Cat 6a UTP is about
> 3-4x the cost of Cat 5e.  However, once you figure in the labor cost,
> yes, the overall total for Cat 6a isn't all that much more for larger
> installs.  If you're talking about a SOHO the materials will usually
> cost more than the labor.

Agree.

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/jge5j5$qa4$6...@dough.gmane.org



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 12:46:42 +0100, Merciadri Luca wrote:

> Ok, here are the details. The situation is now clear, but I don't know
> yet how to solve it.

(...)

So basically the problem is that the burning application is detecting the 
optical units wrongly, right?

You can use udev rules to statically identify the units or use "uuid/id" 
for the devices in "/etc/fstab" so they are mounted in the right order.

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/jge5s7$qa4$7...@dough.gmane.org



Re: connection problems

2012-02-02 Thread John Hasler
Angela Brune writes:
> ...installing Gaussian 09 ...

What's that?
-- 
John Hasler


-- 
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/87ipjpjoln@thumper.dhh.gt.org



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 13:04:37 +, Camaleón wrote:

> On Thu, 02 Feb 2012 11:37:11 +0100, Merciadri Luca wrote:
> 
>> Do you have a solution?
> 
> Did you try what I suggested? Have you tried with an updated Firefox?

Mmm, it seems that latest Adobe FlashPlayer (11.x) requires at least 
Firefox 4, so getting the latest version (now 10.0) will do the job.

http://www.adobe.com/products/flashplayer/tech-specs.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/jge7a4$qa4$1...@dough.gmane.org



Re: Option 'printer-resolution' has value '(unknown IPP tag)' and cannot be edited.

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 12:10:03 +0800, lina wrote:

> On Thu, Feb 2, 2012 at 1:53 AM, Camaleón  wrote:
>> On Thu, 02 Feb 2012 00:55:08 +0800, lina wrote:
>>
>>> Hi,
>>>
>>> I have been stuck by the printer-not-working for months.
>>
>> Weird. I'm using wheezy and haven' had any problems with my printers
>> :-)
> 
> Might the network printer is tricky?

I also use networked printers.

(...)
 
>> Can you print?
> 
> can't
> 
> later
> 
> removed gnome-key due to the error report saying: gnome- gnome-keyring::
> no socket to connect to
> 
> and then it showed:
> 
> 
> E [02/Feb/2012:11:24:05 +0800] cupsdAuthorize: Empty Basic password!
> 
> 
> service cups restart showed me:
> 
> W [02/Feb/2012:11:35:13 +0800] failed to CreateProfile:
> org.freedesktop.ColorManager.AlreadyExists:profile id
> 'HP-LaserJet-P4015-Gray..' already exists
> 
> I am kinda of in blind try,

Remove any printer instance you already have configured and try by adding 
again the printer. Use CUPS web interface better than gnome printer 
applet.

>> Bugs are bugs, they need to be corrected and/or be properly addressed:
>>
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656640
>>
>> You should add your findings to that report.
> 
> That's the exact post I read before posting.

If other users have the same problem it can be a bug. Did you add your 
findings there? The more affected users append their comments, the better.

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/jge7o7$qa4$1...@dough.gmane.org



Re: loss of sound in VLC

2012-02-02 Thread Jon Dowland

On 02/02/12 01:18, Sharon Kimble wrote:

Can anyone suggest further things to try to regain sound on vlc which
worked very well until the recent upgrade.


If you create a new guest user, does VLC work for that user?


--
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/4f2aaac4.5070...@debian.org



Re: lpr command not found

2012-02-02 Thread Wayne Topa

On 02/01/2012 11:39 PM, lina wrote:

Thanks,

Before I thought it's some hidden command in some package, did not
realize I should use aptitude show or dpkg -S or apt-cache search.
(actually I was not addicted to use those ways,  I used to go to
debian webpage and looking for package.)

well, I have a derived problem, after installing lpr,

$ lpr ProbSet_2.pdf
lpr: lp: unknown printer

$ lpstat
HP-LaserJet-P4015-225   lina156672   Thursday
02,February,2012 11:35:38 AM SGT

lp ProbSet_2.pdf
request id is HP-LaserJet-P4015-226 (1 file(s))

I don't know what's going on.

thanks,


On Thu, Feb 2, 2012 at 12:27 PM,  wrote:

Hi,

which package contains the lpr command for printing.

Thanks,



I seem to recall from one of your posts that you are using cups.  If
you installed the cups-bsd package, then lpr is already installed.

The lpr package conflicts with the cups-bsd package

$apt-cache show cups-bsd
Package: cups-bsd
Source: cups
Version: 1.5.0-16
Installed-Size: 154
Maintainer: Debian CUPS Maintainers 
Architecture: amd64
Replaces: lpr
Provides: lpr
Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), debconf (>= 0.5) | 
debconf-2.0, cups-client (= 1.5.0-16), update-inetd, cups-common

Suggests: cups
Conflicts: lpr, lprng
Description-en: Common UNIX Printing System(tm) - BSD commands
 The Common UNIX Printing System (or CUPS(tm)) is a printing system and
 general replacement for lpr, lpd and the like.  It supports the
 Internet Printing Protocol (IPP), and has its own filtering driver
 model for handling various document types.
 .
 This package provides the BSD commands for interacting with CUPS.  It
 is provided separately to allow CUPS to coexist with other printing
 systems (to a small degree).


--
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/4f2aabca.60...@gmail.com



Re: connection problems

2012-02-02 Thread hvw59601

Angela Brune wrote:

Hi,
I installed Debian 6 on my machine. Everything was going fine, but at
some point, after installing Gaussian 09 and writing in the .bashrc
file the lines I'm reporting below, the connection starting
oscillating.
 Sometimes it goes for 2 or 3 minutes, then it comes back and so on.
Even after deleting those lines the problem persists. I also tried
restarting the network but it won't help.
 I'm pretty sure the problem comes from these lines, because the same
thing happened with two other operative systems and I don't think it
can be a pure coincidence.
 Can anybody help me? Thanks in advance.




Looking at http://www.gaussian.com/g_prod/g09.htm don't they have a 
support group? This would not seem related at all to Debian.


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/jgeaid$n8p$1...@dough.gmane.org



Re: Unidentified subject!

2012-02-02 Thread Camaleón
On Wed, 01 Feb 2012 12:28:26 -0800, peasthope wrote:

> In-Reply-To=<171057409.40993.30490@cantor.invalid> References:
> <171057407.61445.51762@cantor.invalid>
> <20120201072109.GE10895@think.nuvreauspam>
> <171057409.40993.30490@cantor.invalid> Subject: Re: Re (6):
> /usr/lib/mutt/mailto-mutt
> 
> This copy should have a subject.

***
Subject: Unidentified subject!
***

Yes, it has. But is not very illuminating ;-P

> * From: peasth...@shaw.ca
> * Date: Wed, 1 Feb 2012 10:00:33 -0800
>> ... for the mailing list server to handle replies ...
> 
> Badly chosen words cause ambiguity.  This would have been better.
> 
> ... there is another way for the mailing list server to help create
> replies ...

And to properly keep messages threaded.

This message is completely borked. What's going on with your MUA, or are 
you running some tests?

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/jgeeop$qa4$1...@dough.gmane.org



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-02 Thread Ralf Mardorf
On Thu, 2012-02-02 at 12:57 +, Camaleón wrote:
> openSUSE

I started using Linux with Suse 9.0 and even today I've got an outdated
11.2 install. Suse supports settings for exotic German monitors, that
are unsupported by the X "calculators" in the Internet.

I agree that it was easier to set up X in the old days, than it is today
and I confirm that using the proprietary driver, if possible, is the
best way to go. If the proprietary driver doesn't work, e.g. because of
issues related to a kernel-rt, than I use the nv driver, that btw. was
dropped for Debian when I used Debian some month ago. On Arch Linux the
nv driver still is in the official repositories.

- 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/1328200750.4596.31.camel@localhost.localdomain



Re: Custom Kernel Networking support

2012-02-02 Thread A E [Gmail]
On Wed, Feb 1, 2012 at 1:11 PM, Camaleón  wrote:
>
> On Wed, 01 Feb 2012 11:12:35 -0500, A E [Gmail] wrote:
>
> > Hi all,
>
> Hi, please, no html :-(

Ok, never heard of that one before, but I have removed Rich-Text
composing option.

> > sorry for double posting :( and sorry if this isn't the right forum but
> > feel free to tell me where to go if it isn't.
>
> (thanks for the warning. I'm removing the other list)
>
> > The question, I was experimenting with creating a custom kernel, lean by
> > removing a bunch of features/modules from it, but seemed to have knocked
> > out the networking from it...in some part. I know I removed only drivers
> > and/or modules that had to do with WiFi and Wimax etc, but how did it
> > kill wired? Here's what I get at boot time
> >
> > Configuring network interfaces...SIOCSIFFLAGS: Cannot assign requested
> > address
> > SIOCSIFFLAGS: Cannot assign requested address Failed to bring up eth0.
>
> Just configure the network as usual. The error can come from another
> different source. Also, check "dmesg|grep -i eth".
>

I don't see anything in particular that gives me any hint as to what
went wrong in dmesg other than it didn't come up. This is what I see

root@v100:/usr/src/linux-2.6-2.6.32# dmesg | egrep -i 'eth|bond'
[0.00] Ethernet address: 00:03:ba:36:58:76
[   70.186323] eth0: Davicom DM9102 at pci:00:0c.0,
00:00:00:00:00:00, irq 9.
[   71.292195] eth1: Davicom DM9102 at pci:00:05.0,
00:00:00:00:00:00, irq 10.
[   81.742336] Ethernet Channel Bonding Driver: v3.5.0 (November 4, 2008)
[   81.828192] bonding: Warning: either miimon or arp_interval and
arp_ip_target module parameters must be specified, otherwise bonding
will not detect link failures! see bonding.txt for details.
[   82.075079] bonding: bond0: setting mode to active-backup (1).
[   82.192744] bonding: bond0: Setting MII monitoring interval to 100.
[   82.275503] bonding: bond0: Setting up delay to 200.
[   82.340943] bonding: bond0: Setting down delay to 200.
[   82.483411] bonding: bond0: doing slave updates when interface is down.
[   82.570411] bonding: bond0: Adding slave eth0.
[   82.628775] bonding bond0: master_dev is not up in bond_enslave
[   82.719887] bonding: bond0: doing slave updates when interface is down.
[   82.811601] bonding: bond0: Adding slave eth1.
[   82.886692] bonding bond0: master_dev is not up in bond_enslave
[   82.995111] ADDRCONF(NETDEV_UP): bond0: link is not ready

> > I did a diff between the original .config and the new one and tons of
> > things show up none of which seem to have anything to do with this.
> >
> > Can anyone pinpoin exactly what is making it networking not work?
> >
> > attaching the new .config
>
> When compiling my own kernels, I use "make localmodconfig" to avoid
> forgetting modules which are being used/loaded.
>

Ok, Thanks for this tip. I followed this with the system running
normally as I want. But whenever I make this 1 change in the Kernel
config, it stops the networking from working. The change I'm trying to
make is change the 'Timer Frequency' of the kernel from 250Hz to
1000hz.

If I do that and save the configuration without ANY other change and
then compare the .config.old and .config, I see a whole bunch of other
stuff changed with respect to audio/sound and what not. Then when I
build the kernel, the networking/bonding all fails to start. Here's
the diff between the two files.

root@v100:/boot# diff config-2.6.32.1000hz config-2.6.32-5-sparc64
3,4c3,4
< # Linux kernel version: 2.6.32.1000hz
< # Thu Feb  2 00:48:35 2012
---
> # Linux kernel version: 2.6.32
> # Mon Jan 16 15:08:02 2012
66d65
< # CONFIG_GROUP_SCHED is not set
75a75,77
> CONFIG_CGROUP_SCHED=y
> CONFIG_FAIR_GROUP_SCHED=y
> # CONFIG_RT_GROUP_SCHED is not set
180c182
< # CONFIG_HZ_250 is not set
---
> CONFIG_HZ_250=y
182,183c184,185
< CONFIG_HZ_1000=y
< CONFIG_HZ=1000
---
> # CONFIG_HZ_1000 is not set
> CONFIG_HZ=250
320c322
< CONFIG_INET_LRO=y
---
> CONFIG_INET_LRO=m
739a742
> CONFIG_MAC80211_HAS_RC=y
797a801,802
> CONFIG_BLK_DEV_DRBD=m
> # CONFIG_DRBD_FAULT_INJECTION is not set
939a945
> CONFIG_SCSI_HPSA=m
940a947
> CONFIG_SCSI_3W_SAS=m
1001a1009
> CONFIG_SCSI_PM8001=m
1129a1138
> CONFIG_MACVTAP=m
1175a1185
> CONFIG_TULIP_DM910X=y
1271a1282
> CONFIG_QLCNIC=m
1272a1284
> CONFIG_BNA=m
1319a1332
> CONFIG_USB_IPHETH=m
1890a1904
> # CONFIG_DRM_RADEON_KMS is not set
2059a2074
> # CONFIG_SND_CS46XX is not set
2300a2316
> CONFIG_USB_SERIAL_WWAN=m
2502a2519
> # CONFIG_BRCM80211 is not set
2507a2525,2526
> # CONFIG_RTL8192SU is not set
> # CONFIG_RTL8192U is not set
2509d2527
< # CONFIG_INPUT_MIMIO is not set
2530c2548,2556
< # CONFIG_DRM_RADEON_KMS is not set
---
> # CONFIG_DRM_VMWGFX is not set
> CONFIG_DRM_NOUVEAU=m
> # CONFIG_DRM_NOUVEAU_BACKLIGHT is not set
> # CONFIG_DRM_NOUVEAU_DEBUG is not set
>
> #
> # I2C encoder or helper chips
> #
> CONFIG_DRM_I2C_CH7006=m
2542a2569,2589
> # CONFIG_RAMZSWAP is not set
>
> #
> # Speakup console speech
> #
> CONFIG_SPEAKUP=m
> CON

SOLVED Re: loss of sound in VLC

2012-02-02 Thread Sharon Kimble
On 02/02/2012, Jon Dowland  wrote:
> On 02/02/12 01:18, Sharon Kimble wrote:
>> Can anyone suggest further things to try to regain sound on vlc which
>> worked very well until the recent upgrade.
>
> If you create a new guest user, does VLC work for that user?
>
>
I didn’t do this because its solved by going through 'tools >
preferences > audio' where I found that the output module was set to
the onboard audio chip. Changed it to the cmedia one and the sound
returned.

Thanks to all who supplied answers.

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk/taste/index.html
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
Debian 6,0.4, Gnome 1:2.30+7, LibreOffice 3.4.4
Registered Linux user 334501


--
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/cam9u--fe7ekow7b2devlxvy1gnrzi8f0zsy81lit+vagtgv...@mail.gmail.com



Re: Custom Kernel Networking support

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 12:05:41 -0500, A E [Gmail] wrote:

> On Wed, Feb 1, 2012 at 1:11 PM, Camaleón  wrote:
>>
>> On Wed, 01 Feb 2012 11:12:35 -0500, A E [Gmail] wrote:
>>
>> > Hi all,
>>
>> Hi, please, no html :-(
> 
> Ok, never heard of that one before, but I have removed Rich-Text
> composing option.

Much better, thanks.

>> Just configure the network as usual. The error can come from another
>> different source. Also, check "dmesg|grep -i eth".
>>
>>
> I don't see anything in particular that gives me any hint as to what
> went wrong in dmesg other than it didn't come up. This is what I see
> 
> root@v100:/usr/src/linux-2.6-2.6.32# dmesg | egrep -i 'eth|bond' 

(...)

Bonding? I would first try to setup the ethernet cards separately and 
once you have checked they're working okay with no errors, proceed with 
bonding.

>> When compiling my own kernels, I use "make localmodconfig" to avoid
>> forgetting modules which are being used/loaded.
>>
>>
> Ok, Thanks for this tip. I followed this with the system running
> normally as I want. But whenever I make this 1 change in the Kernel
> config, it stops the networking from working. The change I'm trying to
> make is change the 'Timer Frequency' of the kernel from 250Hz to 1000hz.

I neither have it enabled:

sm01@stt008:~$ grep -i CONFIG_HZ_1000 /boot/config-*
# CONFIG_HZ_1000 is not set

OTOH, I've always thought that lower values for timer frequencies are 
better for servers... Anyway, do the cards came up when no bonding is set 
or it fails in the same way?

> If I do that and save the configuration without ANY other change and
> then compare the .config.old and .config, I see a whole bunch of other
> stuff changed with respect to audio/sound and what not. Then when I
> build the kernel, the networking/bonding all fails to start. Here's the
> diff between the two files.

(...)

> Can anyone see what is making it fail? Note, I have ONLY changed the
> Timer Frequency and nothing else

Nope, sorry, I can't decipher what can be wrong. But sometimes you need 
to use the menuconfig instead manually making the changes because some 
kernel menus/options require another modules to be enabled.

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/jgehk9$qa4$1...@dough.gmane.org



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Thu, 02 Feb 2012 13:04:37 +, Camaleón wrote:
>
>> On Thu, 02 Feb 2012 11:37:11 +0100, Merciadri Luca wrote:
>> 
>>> Do you have a solution?
>> 
>> Did you try what I suggested? Have you tried with an updated Firefox?
>
> Mmm, it seems that latest Adobe FlashPlayer (11.x) requires at least 
> Firefox 4, so getting the latest version (now 10.0) will do the job.
>
> http://www.adobe.com/products/flashplayer/tech-specs.html

Thanks! That was the solution! I was actually trying to install Flash
11.x for a Firefox < 4.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

If you want a thing done right, do it yourself.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8qzjgACgkQM0LLzLt8MhzgvgCgryvU7Dyr8VC6yiC/sKSXPk0/
uRYAn1S7f42cbydQ6RaK22TkurapjYee
=6di6
-END PGP SIGNATURE-


-- 
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/87haz9nmpz.fsf@merciadriluca-station.MERCIADRILUCA



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Thu, 02 Feb 2012 12:46:42 +0100, Merciadri Luca wrote:
>
>> Ok, here are the details. The situation is now clear, but I don't know
>> yet how to solve it.
>
> (...)
>
> So basically the problem is that the burning application is detecting the 
> optical units wrongly, right?
>
> You can use udev rules to statically identify the units or use "uuid/id" 
> for the devices in "/etc/fstab" so they are mounted in the right order.
>
Effectively, but what is the link with the burning programs? Do they
behave in the same way to find the burners?

Currently, here is the part of my fstab related to cd/dvd stuff:

==
/dev/scd0   /media/cdrom0   udf,iso9660 user,noauto 0   0
/dev/scd1   /media/cdrom1   udf,iso9660 user,noauto 0   0
/dev/scd2   /media/cdrom2   udf,iso9660 user,noauto 0   0
==

I will send in some minutes the output of lshw.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

If you want to judge a man's character, give him power.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8qzuIACgkQM0LLzLt8MhxV6ACfXMuztOPr+PQBQTi18QmZwtbn
U8cAn0r2Kd2GeTbUjqK0eBEtlH8SDxnb
=rlUw
-END PGP SIGNATURE-


-- 
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/878vklnml9.fsf@merciadriluca-station.MERCIADRILUCA



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rob Owens  writes:

> On Wed, Feb 01, 2012 at 04:40:11PM +0100, Merciadri Luca wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>> 
>> Hi,
>> 
>> I'm using Debian Lenny, and have three (physical) CD-DVD readers, from which 
>> two are (physical) CD-DVD writers. When burning a CD or DVD, even at very 
>> low speed (1x), one always works, and the other always fails, giving a 
>> CD/DVD that can then be thrown. I checked under the BIOS and there is no 
>> reason for the second writer not to work.
>> 
>> 1) Are there any burning-simulating utilities running under Debian Lenny?
>> 2) How could I solve this problem?
>> 
> I believe Brasero has a "simulate" check box.  Is that what you're
> looking for?

Yes, thanks.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

If you want breakfast in bed, sleep in the kitchen.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8qzloACgkQM0LLzLt8MhwA2QCfWFNc2R7cCzTNihNWSnwc1YSS
SUcAn10ZiZZU/IdP88ZxDBwcNdwmc+6M
=8FUc
-END PGP SIGNATURE-


-- 
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/87d39xnmp0.fsf@merciadriluca-station.MERCIADRILUCA



Re: Custom Kernel Networking support

2012-02-02 Thread A E [Gmail]
On Thu, Feb 2, 2012 at 12:37 PM, Camaleón  wrote:
>>
>> root@v100:/usr/src/linux-2.6-2.6.32# dmesg | egrep -i 'eth|bond'
>
> (...)
>
> Bonding? I would first try to setup the ethernet cards separately and
> once you have checked they're working okay with no errors, proceed with
> bonding.
>
>>> When compiling my own kernels, I use "make localmodconfig" to avoid
>>> forgetting modules which are being used/loaded.
>>>
>>>
>> Ok, Thanks for this tip. I followed this with the system running
>> normally as I want. But whenever I make this 1 change in the Kernel
>> config, it stops the networking from working. The change I'm trying to
>> make is change the 'Timer Frequency' of the kernel from 250Hz to 1000hz.
>
> I neither have it enabled:
>
> sm01@stt008:~$ grep -i CONFIG_HZ_1000 /boot/config-*
> # CONFIG_HZ_1000 is not set
>
> OTOH, I've always thought that lower values for timer frequencies are
> better for servers...

a faster timer interrupt, as a I understand, allows for a more precise
and granular track of time and how events are scheduled handled. As I
understand it, a timer frequency of 250Hz will have an CPU interrupt
once every 4 seconds and 1Khz will be once every sec. or something
along those lines. This becomes critical where latency is important,
for e.g. a server that handles real-time voice/video communication.
This person explains it better:

"A faster clock can allow the system to perform more precise delays,
and to respond to events more quickly. Systems running at a higher
clock frequency should have lower latencies in many situations. There
is an overhead associated with the timer interrupt, however; a
higher-frequency interrupt will take more CPU time. So, for server
loads (where latency is
less important), the overhead of a higher timer frequency is not worth
it. On laptops, the default 1KHz timer can also defeat the CPU's power
management features and significantly reduce battery life.

In other words, there is no single value for the timer frequency which
works for all users. Changing the frequency is still relatively hard,
however; some people are more comfortable with building new kernels
than others. Wouldn't it be nice if the frequency could be made into a
boot-time parameter, so that it could be changed from one boot to the
next without a kernel rebuild? "

I have noticed a big difference between 1000HZ and 100HZ on a system
running in VMware. The clock will often end up being much slower than
the real time clock just because VMware can't deal with the overhead
(100HZ being the fix). "

> Anyway, do the cards came up when no bonding is set
> or it fails in the same way?
>

Yes, fails the same way with or without bonding.

>> If I do that and save the configuration without ANY other change and
>> then compare the .config.old and .config, I see a whole bunch of other
>> stuff changed with respect to audio/sound and what not. Then when I
>> build the kernel, the networking/bonding all fails to start. Here's the
>> diff between the two files.
>
> (...)
>
>> Can anyone see what is making it fail? Note, I have ONLY changed the
>> Timer Frequency and nothing else
>
> Nope, sorry, I can't decipher what can be wrong. But sometimes you need
> to use the menuconfig instead manually making the changes because some
> kernel menus/options require another modules to be enabled.
>

Not modifying anything by hand, all being done in menuconfig. I did
the following:

# cp -p /boot/config-2.6.32-5-sparc64 .config
# make menuconfig


# diff .config.old .config (The output of which is pasted above)

and then saw ALL those changes that got made on its own by simply
changing the Timer Frequency.

Weird!


--
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/CADzY+JjCyqKjKGvbDAR1mqqdRt3wk5qxXontAJg_erh6E1Ïg...@mail.gmail.com



Missing sound module after upgrade

2012-02-02 Thread Tony van der Hoff
The latest kernel upgrade for Squeeze caused my sound to die. I 
eventually tracked this down to missing module snd-hda-intel.


Performing "modprobe snd-hda-intel" restores normal operation.

I can't find which configuration file to update with this command to 
allow it to persist through a reboot.


Any suggestions, please?

Cheers, Tony
--
Tony van der Hoff| mailto:t...@vanderhoff.org
Buckinghamshire, England |


--
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/4f2ad013.5050...@vanderhoff.org



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Here is the interesting part of lshw:

==
*-ide
description: IDE interface
product: 88SE6101 single-port PATA133 interface
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@:03:00.0
logical name: scsi4
version: b2
width: 32 bits
clock: 33MHz
capabilities: ide pm msi pciexpress bus_master cap_list emulated
configuration: driver=pata_marvell latency=0 module=pata_marvell

 *-cdrom:0
 description: DVD writer
 product: DVD_RW ND-2500A
 vendor: _NEC
 physical id: 0.0.0
 bus info: scsi@4:0.0.0
 logical name: /dev/scd1
 logical name: /dev/sr1
 version: 1.06
 serial: [_NECDVD_RW ND-2500A 1.0603121900
 capabilities: removable audio cd-r cd-rw dvd dvd-r
 configuration: ansiversion=5 status=nodisc
 
 *-cdrom:1
 description: DVD reader
 physical id: 0.1.0
 bus info: scsi@4:0.1.0
 logical name: /dev/scd2
 logical name: /dev/sr2
 capabilities: audio dvd
 configuration: status=nodisc

*-ide:0
description: IDE interface
product: 82801IB (ICH9) 2 port SATA IDE Controller
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@:00:1f.2
logical name: scsi0
logical name: scsi1
version: 02
width: 32 bits
clock: 66MHz
capabilities: ide pm bus_master cap_list emulated
configuration: driver=ata_piix latency=0 module=ata_piix

 *-cdrom
 description: DVD-RAM writer
 product: DVD RW AD-7203S
 vendor: Optiarc
 physical id: 1
 bus info: scsi@1:0.0.0
 logical name: /dev/cdrom
 logical name: /dev/cdrw
 logical name: /dev/dvd
 logical name: /dev/dvdrw
 logical name: /dev/scd0
 logical name: /dev/sr0
 version: 1.04
 serial: [Optiarc DVD RW AD-7203S 1.04 Dec21,2007
 capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
 configuration: ansiversion=5 status=nodisc
==

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

In the land of the blind, the one-eyed man is king.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8q0eYACgkQM0LLzLt8Mhz8eQCfVu/2Zi5vDuq6UfWOmW1EKGDZ
JiAAn2Yn0alSsIjfFRZM9tPm5PxbbXow
=jcqC
-END PGP SIGNATURE-


-- 
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/87liol2jh5.fsf@merciadriluca-station.MERCIADRILUCA



Re: Custom Kernel Networking support

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 13:17:24 -0500, A E [Gmail] wrote:

> On Thu, Feb 2, 2012 at 12:37 PM, Camaleón  wrote:

(...)

>> OTOH, I've always thought that lower values for timer frequencies are
>> better for servers...
> 
> a faster timer interrupt, as a I understand, allows for a more precise
> and granular track of time and how events are scheduled handled. 

(...)

Yes, which can be good for multimedia purposes but not for the usual 
server stuff.

> In other words, there is no single value for the timer frequency which
> works for all users. 

I have no complaints and all of my systems (servers, workstations and 
netbooks) have the default setting :-)

> Changing the frequency is still relatively hard, however; some people
> are more comfortable with building new kernels than others. Wouldn't it
> be nice if the frequency could be made into a boot-time parameter, so
> that it could be changed from one boot to the next without a kernel
> rebuild? "

Yup. There are linux distributions that provide precompiled kernels with 
these settings "tweaked" so the users can install the best kernel for 
their needs. openSUSE does this way, for instance.

> I have noticed a big difference between 1000HZ and 100HZ on a system
> running in VMware. The clock will often end up being much slower than
> the real time clock just because VMware can't deal with the overhead
> (100HZ being the fix). "

Sure, the change can be noticeable in some conditions or specific 
environments.
 
>> Anyway, do the cards came up when no bonding is set or it fails in the
>> same way?
>>
>>
> Yes, fails the same way with or without bonding.

Mmm, I don't see a direct relation between this setting and the 
networking stack :-?

(...)

>>> Can anyone see what is making it fail? Note, I have ONLY changed the
>>> Timer Frequency and nothing else
>>
>> Nope, sorry, I can't decipher what can be wrong. But sometimes you need
>> to use the menuconfig instead manually making the changes because some
>> kernel menus/options require another modules to be enabled.
>>
>>
> Not modifying anything by hand, all being done in menuconfig. I did the
> following:
> 
> # cp -p /boot/config-2.6.32-5-sparc64 .config # make menuconfig
>  
> # diff .config.old .config (The output of which is pasted above)
> 
> and then saw ALL those changes that got made on its own by simply
> changing the Timer Frequency.
> 
> Weird!

Yes... I've never heard about that before. I wonder if the architecture 
(being a kernel compiled for sparc64) can make a difference here :-?

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/jgelh1$qa4$1...@dough.gmane.org



Re: No locks available.

2012-02-02 Thread Christofer C. Bell
On Tue, Jan 31, 2012 at 11:13 AM, lina  wrote:

>
> $ fuser
> -bash: fuser: command not found
>
> uname -a
> Linux 2.6.9-42.0.10.ELlargesmp #1 SMP Tue Feb 27 09:59:08 EST 2007
> x86_64 x86_64 x86_64 GNU/Linux
>
>
>From the looks of this uname(1) output, you're on a RHEL 4 (or clone)
system and not Debian.   You may need to consult the RHEL 4 documentation
for information on how to administer NFS.

-- 
Chris


Re: Missing sound module after upgrade

2012-02-02 Thread Sebastian Steinhuber
Am 02.02.2012 19:04, schrieb Tony van der Hoff:
> The latest kernel upgrade for Squeeze caused my sound to die. I
> eventually tracked this down to missing module snd-hda-intel.
> 
> Performing "modprobe snd-hda-intel" restores normal operation.
> 
> I can't find which configuration file to update with this command to
> allow it to persist through a reboot.
> 
> Any suggestions, please?
> 
> Cheers, Tony

Hmm, the module should be tried and loaded at startup, you might want to
check syslog. Anyway you can add a line to /etc/modules to load it:

# echo "snd-hda-intel" >>/etc/modules


Sebastian


-- 
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/jgem44$n3q$1...@dough.gmane.org



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Camaleón
On Thu, 02 Feb 2012 18:58:58 +0100, Merciadri Luca wrote:

> Camaleón  writes:

>> So basically the problem is that the burning application is detecting
>> the optical units wrongly, right?
>>
>> You can use udev rules to statically identify the units or use
>> "uuid/id" for the devices in "/etc/fstab" so they are mounted in the
>> right order.
>>
> Effectively, but what is the link with the burning programs? Do they
> behave in the same way to find the burners?

(...)

Who knows... I would look at gnomebaker menu "Preferences/Device 
settings" and see what it says there, I mean, if what gnomebaker sees 
matches what the system sees. Should they differ, maybe you can add new 
devices and select them directly from its mount point or device uuid/id.

OTOH, you still have a secondary problem with your NEC ND-2500A which 
still does not work. For this one, I would manually burn a media disc 
(using wodim) and see the output.

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/jgembs$qa4$1...@dough.gmane.org



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-02 Thread Brian
On Thu 02 Feb 2012 at 12:57:50 +, Camaleón wrote:

> On Wed, 01 Feb 2012 20:28:55 +, lee wrote:
> 
> > Nowadays, you don´t really need to do anything ... 
> 
> No? Nothing? Really? I mean, really? 

Yes, really. It's such an improvement on the past. Nouveau gets the
console resolution right and gives a nice framebuffer. Start X and it
just figures out everything. Then there's KMS. We're spoiled.

> You do have to do many things now that were not needed in the old days. 
> For instance, try to install the closed source nvidia driver while having 
> nuvó installed. In the old times, editing one line at xorg.conf was all 
> to get the driver loaded. Now you can be even forced to uninstall one set 
> of the drivers to use the other. And debugging has turned very 
> difficult...

Sounds dreadful! I'm thankful to be among the 95% of PC users who do not
need 3D acceleration.


-- 
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/20120202185947.GH917@desktop



Re: Custom Kernel Networking support

2012-02-02 Thread A E [Gmail]
On Thu, Feb 2, 2012 at 1:43 PM, Camaleón  wrote:
> On Thu, 02 Feb 2012 13:17:24 -0500, A E [Gmail] wrote:
>
>> On Thu, Feb 2, 2012 at 12:37 PM, Camaleón  wrote:
>
> (...)
>
>>> OTOH, I've always thought that lower values for timer frequencies are
>>> better for servers...
>>
>> a faster timer interrupt, as a I understand, allows for a more precise
>> and granular track of time and how events are scheduled handled.
>
> (...)
>
> Yes, which can be good for multimedia purposes but not for the usual
> server stuff.
>
>> In other words, there is no single value for the timer frequency which
>> works for all users.
>
> I have no complaints and all of my systems (servers, workstations and
> netbooks) have the default setting :-)
>
>> Changing the frequency is still relatively hard, however; some people
>> are more comfortable with building new kernels than others. Wouldn't it
>> be nice if the frequency could be made into a boot-time parameter, so
>> that it could be changed from one boot to the next without a kernel
>> rebuild? "
>
> Yup. There are linux distributions that provide precompiled kernels with
> these settings "tweaked" so the users can install the best kernel for
> their needs. openSUSE does this way, for instance.
>
>> I have noticed a big difference between 1000HZ and 100HZ on a system
>> running in VMware. The clock will often end up being much slower than
>> the real time clock just because VMware can't deal with the overhead
>> (100HZ being the fix). "
>
> Sure, the change can be noticeable in some conditions or specific
> environments.
>
>>> Anyway, do the cards came up when no bonding is set or it fails in the
>>> same way?
>>>
>>>
>> Yes, fails the same way with or without bonding.
>
> Mmm, I don't see a direct relation between this setting and the
> networking stack :-?
>
> (...)
>
 Can anyone see what is making it fail? Note, I have ONLY changed the
 Timer Frequency and nothing else
>>>
>>> Nope, sorry, I can't decipher what can be wrong. But sometimes you need
>>> to use the menuconfig instead manually making the changes because some
>>> kernel menus/options require another modules to be enabled.
>>>
>>>
>> Not modifying anything by hand, all being done in menuconfig. I did the
>> following:
>>
>> # cp -p /boot/config-2.6.32-5-sparc64 .config # make menuconfig
>>  
>> # diff .config.old .config (The output of which is pasted above)
>>
>> and then saw ALL those changes that got made on its own by simply
>> changing the Timer Frequency.
>>
>> Weird!
>
> Yes... I've never heard about that before. I wonder if the architecture
> (being a kernel compiled for sparc64) can make a difference here :-?
>

I don't know...it could be. I have done this for Debian in x86_64
environment and went without a hitch. I guess I need to post this in
the debian_sparc mailing list, which I had done in the beginning.


--
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/cadzy+jiefe15zamboz7bcadxvmzjcenge9w6u-2qusse-n2...@mail.gmail.com



Re: lpr command not found

2012-02-02 Thread lee
lina  writes:

> well, I have a derived problem, after installing lpr,
>
> $ lpr ProbSet_2.pdf
> lpr: lp: unknown printer
>
> $ lpstat
> HP-LaserJet-P4015-225   lina156672   Thursday
> 02,February,2012 11:35:38 AM SGT
>
> lp ProbSet_2.pdf
> request id is HP-LaserJet-P4015-226 (1 file(s))

What happens when you try 'lpr -PHP-LaserJet-P4015-225 ProbeSet_2.pdf'?


-- 
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/87zkd1106v@songoku.yagibdah.de



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-02 Thread lee
Camaleón  writes:

> On Wed, 01 Feb 2012 20:28:55 +, lee wrote:
>
>> Camaleón  writes:
>> 
>>> having to deal with the mess of installing a VGA card in linux. It
>>> never has been so difficult and so hard than now is (or at least I
>>> don't remember it was when no KMS and no dynamic Xorg existed).
>> 
>> Hum, did you ever try to get X11 to work with an ATI mach32 or mach64
>> or, later, a Matrox G200, about 15 years ago? 
>
> My first linux box (SuSE Linux 8.2) was installed on a Matrox G450, IIRC. 
> I had to do nothing, it worked out of the box. Maybe I was just lucky.
>
> Afterwards, I have installed over nvidia (mostly in workstations), ATI 
> (in servers) and Intel (netbooks).

You must have been really lucky then :)

>> Remember your huge 14 or 15" CRT monitor flickering and possibly being
>> damaged when you got the frequencies too high in your xf86config while
>> trying to get a less flickery image in an unbelieveably high 1024x768
>> resolution? 
>
> Nope, maybe because my displays were well supported (Sony) :-)
>
>> And remember trying to figure out modelines?
>
> Nope, in fact I've only had to deal with that at the time Xorg became 
> dynamic but not before (openSUSE had a very nice tool to configure this 
> called "SaX").

Yeah, there were some tools to calculate modelines ... Fortunately, I
got away with specifying the frequencies.

>> Nowadays, you don´t really need to do anything ... 
>
> No? Nothing? Really? I mean, really? 

You are very likely to end up with a graphical display because all the
drivers are (needlessly) installed through dependencies, and which one
is used is being figured out automatically. That doesn´t mean that your
display is optimally configured.

> You do have to do many things now that were not needed in the old days. 
> For instance, try to install the closed source nvidia driver while having 
> nuvó installed.

Just put nuveau into /etc/modprobe.d/blacklist.

> In the old times, editing one line at xorg.conf was all 
> to get the driver loaded.

In many cases, things work without xorg.conf.

> Now you can be even forced to uninstall one set of the drivers to use
> the other. And debugging has turned very difficult...

If you have had several different drivers for the same card 15 years
ago, you´d probably have had the same problem.

>> What hasn´t changed is that ATI cards (now made by AMD) cause nothing
>> but trouble ...
>
> Well, "radeon" driver should be by now the best open source VGA driver 
> out there, it's almost open source and developers have been working on it 
> since many years...

ATI cards have been troublesome with OS/2 2.0 and 3.0, with various
versions of Windoze and with Linux.

I have a Radeon card in this laptop, and when I switch over to that card
with vgaswitcheroo, I don´t get any further screen output until I switch
back to the Intel card. The open source driver for them might be great,
it just doesn´t help me when there´s no screen output. If I could have
bought this laptop with an NVDIA card, I would have. All the NVDIA cards
I´ve had just worked fine, and all the ATI cards I´ve had and have seen
were troublesome.

>> Stayvoid, you can use vgaswitcheroo to switch between cards. You need to
>> have the debugfs mounted for that. If you still get screen output after
>> switching over, you´re lucky --- I´m not and so I´m stuck with the slow
>> Intel card.
>
> Intel is another good choice if you don't want many problems and are 
> happy with a low-end 3D card.

The Intel card is ok unless I want to play a game. For games, it´s an
euphemism to say that the performance is pathetic.

>> Unfortunately, the free NVIDA drivers are rather useless when you want
>> to play games. You can install the non-free ones from the Debian
>> packages.
>
> I've always been lucky with nvidia closed drivers. I don't like the fact 
> they are closed but at least I get a stable system with few glitches.

Yeah, that´s why I keep buying NVDIA cards: they work. Now I didn´t have
a choice but to get an ATI card in this laptop, and of course, it
doesn´t work ...


--
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/87vcnp0yzj@songoku.yagibdah.de



Re: loss of sound in VLC

2012-02-02 Thread Curt
On 2012-02-02, Sharon Kimble  wrote:
> Okay, lets try getting this down coherently and without emotion.
>

Starting vlc from a terminal might produce an edifying message.

You say no sound; that holds for a variety of file types?

Someone mentioned going into Tools/Preferences/Audio Settings and
verifying the output module (and perhaps experimenting with the
available ones in the drop-down list).


-- 
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/slrnjilsbt.3rv.cu...@einstein.electron.org



Re: Accented Characters - How to type from standard keyboard?

2012-02-02 Thread Kelly Clowers
On Wed, Feb 1, 2012 at 02:22, Lisi  wrote:
> On Monday 30 January 2012 20:39:54 Kelly Clowers wrote:
>> On Mon, Jan 30, 2012 at 09:29, Curt  wrote:
>> > On 2012-01-30, ***Lisi  wrote:***
>> > By the way, what's a standard keyboard?  Is that a well-defined thing?
>> > Is it Ammurukin?
>
> No, she didn't.  I said nothing of the kind.  Curt on the other hand did say
> it.  (My added stars.)

But you never even mentioned "standard keyboard". It is true you were
quoted, but then it was several paragraphs before the question about
standard keyboards was brought up, and since you had not mentioned
it, it seemed he had moved back to the original post, which did mention
"standard keyboard". I guess he just moved to the topic of standard
keyboards in general?

Cheers,
Kelly Clowers


--
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/CAFoWM�scm6rajrb98lo4p4ty2et-_6n-kyryudwnsyd43...@mail.gmail.com



Re: Accented Characters - How to type from standard keyboard?

2012-02-02 Thread Kelly Clowers
On Wed, Feb 1, 2012 at 09:25, Chris Davies  wrote:
> Kelly Clowers  wrote:
>> Yes, he actually said "standard US keyboard". Which does not have
>> an AltGr key, unlike every civilized country .
>
> Sigh!
>
> The Gnome compose key can be assigned to any of the "control" keys,
> so perhaps Right Alt would suffice. I'm sure that the X Windows based
> mapping would allow that to be mapped, too.

The gnome dodad is just an interface to standard X controls...

Cheers,
Kelly Clowers


-- 
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/CAFoWM=8wftzk-3ugusugrqxeoumv5e8uqkbxwlprhyggv9k...@mail.gmail.com



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Patrick Bartek
> On Thu, 02 Feb 2012 13:04:37 +, Camaleón wrote:

> 
>>  On Thu, 02 Feb 2012 11:37:11 +0100, Merciadri Luca wrote:
>> 
>>>  Do you have a solution?
>> 
>>  Did you try what I suggested? Have you tried with an updated Firefox?
> 
> Mmm, it seems that latest Adobe FlashPlayer (11.x) requires at least 
> Firefox 4, so getting the latest version (now 10.0) will do the job.
> 
> http://www.adobe.com/products/flashplayer/tech-specs.html


That's what it says, but . . .   Flashplayer 11.1 r102, Firefox 3.5.15, Fedora 
12 (all 64-bit) works just fine here.  Works in Google Chrome 16.0.912.63, 
64-bit, too.  My Debian 6 install, also 64-bit, has neither Firefox or Chrome 
installed, and only the 10.x version of Flash.  So, I can't test.

To the OP:  Have you removed, moved, or renamed the old version(s) of Flash?  
If not, two different versions of Flash even in different directories will 
cause problems.

B


--
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/1328216226.20071.yahoomail...@web160303.mail.bf1.yahoo.com



OT:info needed virtualbox networking

2012-02-02 Thread richard
Greetings,
Hi my cups server is on my debian machine, but thats all thats Debian with this.
Does anyone know which ports winxp  uses for for printing raw to a
samba server, also on my debian machine.
winrubbish in its own partition prints OK to the samba server, but wincrapXP
cant connect to the printer when run in virtualbox.
I'm wondering if its the wincrap firewall, can't turn it off, as that kills
networking.
How did Gates make soo much money from selling such crap ?  arghhh

-- 
Best wishes / 73
Richard Bown

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

nil carborundum a illegitemis
##
Ham Call G8JVM . OS Fedora FC16 x86_64 on a Dell Insiron N5030 laptop
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/20120202211634.2bb49...@lappy.g8jvm.com



Re: OT:info needed virtualbox networking

2012-02-02 Thread tv.deb...@googlemail.com
02/02/2012 22:16, richard wrote:
> Greetings,
> Hi my cups server is on my debian machine, but thats all thats Debian with 
> this.
> Does anyone know which ports winxp  uses for for printing raw to a
> samba server, also on my debian machine.
> winrubbish in its own partition prints OK to the samba server, but wincrapXP
> cant connect to the printer when run in virtualbox.
> I'm wondering if its the wincrap firewall, can't turn it off, as that kills
> networking.
> How did Gates make soo much money from selling such crap ?  arghhh
> 

For cups, port is 631.
For Samba, 137-139, 445

But I doubt you have to open any port in XP to use it as a client, if
it's a firewall problem it's more likely on the server side.

For cups, if your virtualbox machine is on it's own subnet, you need to
have in cups config:
Allow From @LOCAL

and advertise cups server with:
ServerName [cups-server-IP]

Only thing to check on XP is the "Internet printing client" (or
something like that) from "add or remove Windows features" in "add and
remove program" control panel (all names are pure invention, but you get
the idea about what to look for). I think this feature is selected as a
default, but not sure and (happily) I don't have any windows around to
check.


-- 
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/4f2b0349.40...@googlemail.com



Re: Flash Player 11 under Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Patrick Bartek  writes:

>> On Thu, 02 Feb 2012 13:04:37 +, Camaleón wrote:
>
>> 
>>>  On Thu, 02 Feb 2012 11:37:11 +0100, Merciadri Luca wrote:
>>> 
  Do you have a solution?
>>> 
>>>  Did you try what I suggested? Have you tried with an updated Firefox?
>> 
>> Mmm, it seems that latest Adobe FlashPlayer (11.x) requires at least 
>> Firefox 4, so getting the latest version (now 10.0) will do the job.
>> 
>> http://www.adobe.com/products/flashplayer/tech-specs.html
>
> That's what it says, but . . .   Flashplayer 11.1 r102, Firefox 3.5.15, 
> Fedora 12 (all 64-bit) works just fine here.  Works in Google Chrome 
> 16.0.912.63, 64-bit, too.  My Debian 6 install, also 64-bit, has neither 
> Firefox or Chrome installed, and only the 10.x version of Flash.  So, I can't 
> test.
>
> To the OP:  Have you removed, moved, or renamed the old version(s) of Flash?  
> If not, two different versions of Flash even in different directories will 
> cause problems.

Yes. Thanks.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

It pays to pay attention. 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8q/5MACgkQM0LLzLt8Mhy6BQCgiRR7p4h33oSuSGoPtG1+PpYQ
DKcAni6X4Q3a59/Zz7sm8iYCg82kbEDK
=hOXT
-END PGP SIGNATURE-


-- 
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/87obthkju4.fsf@merciadriluca-station.MERCIADRILUCA



Re: OT:info needed virtualbox networking

2012-02-02 Thread richard
On Thu, 02 Feb 2012 22:42:33 +0100
"tv.deb...@googlemail.com"  wrote:

> 02/02/2012 22:16, richard wrote:
> > Greetings,
> > Hi my cups server is on my debian machine, but thats all thats Debian with
> > this. Does anyone know which ports winxp  uses for for printing raw to a
> > samba server, also on my debian machine.
> > winrubbish in its own partition prints OK to the samba server, but wincrapXP
> > cant connect to the printer when run in virtualbox.
> > I'm wondering if its the wincrap firewall, can't turn it off, as that kills
> > networking.
> > How did Gates make soo much money from selling such crap ?
> > arghhh
> > 
> 
> For cups, port is 631.
> For Samba, 137-139, 445
> 
> But I doubt you have to open any port in XP to use it as a client, if
> it's a firewall problem it's more likely on the server side.
> 
> For cups, if your virtualbox machine is on it's own subnet, you need to
> have in cups config:
> Allow From @LOCAL
> 
> and advertise cups server with:
> ServerName [cups-server-IP]
> 
> Only thing to check on XP is the "Internet printing client" (or
> something like that) from "add or remove Windows features" in "add and
> remove program" control panel (all names are pure invention, but you get
> the idea about what to look for). I think this feature is selected as a
> default, but not sure and (happily) I don't have any windows around to
> check.
> 
> 

thanks
those ports are open , but I'll check that printing client thing.



-- 
Best wishes / 73
Richard Bown

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

nil carborundum a illegitemis
##
Ham Call G8JVM . OS Fedora FC16 x86_64 on a Dell Insiron N5030 laptop
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/20120202215031.27c37...@lappy.g8jvm.com



Re: mailing-list

2012-02-02 Thread Andrei Popescu
On Jo, 02 feb 12, 02:35:11, Azamat Gallyamov wrote:
> Hi!
> How to create new mailing-list for new I18n or l10n?
> I send a letter using reportbug, but i'm not sure it was done correctly.

Hi Azamat,

Could you please elaborate?

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Bug reporting

2012-02-02 Thread Andrei Popescu
On Jo, 02 feb 12, 07:42:46, Rob Owens wrote:
> > 
> If you tell reportbug that you do not have an smtp server, it will use a
> Debian smtp server.  My .reportbugrc has this line:
> 
> smtphost reportbug.debian.org

+1 for this method. I know the wording is not very... obvious, but read 
the messages carefully when doing 'reportbug --configure' it's 
definitely there.

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón  writes:

> On Thu, 02 Feb 2012 18:58:58 +0100, Merciadri Luca wrote:
>
>> Camaleón  writes:
>
>>> So basically the problem is that the burning application is detecting
>>> the optical units wrongly, right?
>>>
>>> You can use udev rules to statically identify the units or use
>>> "uuid/id" for the devices in "/etc/fstab" so they are mounted in the
>>> right order.
>>>
>> Effectively, but what is the link with the burning programs? Do they
>> behave in the same way to find the burners?
>
> (...)
>
> Who knows... I would look at gnomebaker menu "Preferences/Device 
> settings" and see what it says there, I mean, if what gnomebaker sees 
> matches what the system sees. Should they differ, maybe you can add new 
> devices and select them directly from its mount point or device uuid/id.
>
> OTOH, you still have a secondary problem with your NEC ND-2500A which 
> still does not work. For this one, I would manually burn a media disc 
> (using wodim) and see the output.

Thanks for the help. I will re-post if necessary, but things are
looking good now.

Thanks again.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

Failure is not falling down, you fail when you don't get back up.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 

iEYEARECAAYFAk8rALUACgkQM0LLzLt8MhyICACcDmTGFFkHGGpV7r/gPih/NN9N
ujMAoJe/kLAsEwiitmlPxRsQCc/ZGl3J
=miJx
-END PGP SIGNATURE-


-- 
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/87k444ly6i.fsf@merciadriluca-station.MERCIADRILUCA



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Rob Hurle
Thanks for this:

On 2 February 2012 19:17, Scott Ferguson
 wrote:
> In case people don't subscribe to pkg-mozilla-maintainers (and for those
> the do search this list before posting)

> # dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0

At this point, II get:

The following packages have unmet dependencies:
 xulrunner-10.0 : Depends: libnss3-1d (>= 3.13.1) but
3.12.8-1+squeeze4 is to be installed
E: Broken packages>

?? Any ideas?

Cheers,
Rob Hurle
-- 
-
Rob Hurle
ANU, College of Asia and the Pacific
School of Culture, History and Language
Histories of Asia and the Pacific
e-mail:              rob1...@gmail.com
Mobile (in VN):  +84 948 243 538
Mobile (in OZ):  +61 417 293 603
-


--
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/CABMs7vjSCDLY2frPXX-FgHT9FnXrm4ch=dnm--d2wgwgvnv...@mail.gmail.com



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Scott Ferguson
On 03/02/12 11:41, Rob Hurle wrote:
> Thanks for this:
> 
> On 2 February 2012 19:17, Scott Ferguson
>  wrote:
>> In case people don't subscribe to pkg-mozilla-maintainers (and for those
>> the do search this list before posting)
> 
>> # dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0
> 
> At this point, II get:
> 
> The following packages have unmet dependencies:
>  xulrunner-10.0 : Depends: libnss3-1d (>= 3.13.1) but
> 3.12.8-1+squeeze4 is to be installed
> E: Broken packages>
> 
> ?? Any ideas?

dpkg --list libnss3-1d
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libnss3-1d 3.13.1.with.ck Network Security Service libraries

Hmmm... :-/

Try creating (as root):-
/etc/apt/sources.list.d/squeeze-backports.list

with contents:-
deb http://backports.debian.org/debian-backports squeeze-backports main
contrib non-free

Then update apt, and retry the install (should work)



> 
> Cheers,
> Rob Hurle

That ^ name rings a bell ;-p


Cheers

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

NOTE: new update available for Debian Buttons
(New button for querying Debian Developer Package):-
https://addons.mozilla.org/en-US/firefox/addon/debian-buttons/


-- 
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/4f2b30e4.5080...@gmail.com



Re: Two CD-DVD writers and Debian Lenny

2012-02-02 Thread Charlie
 On Thu, 02 Feb 2012 19:11:50 +0100 "Merciadri Luca
 luca.mercia...@student.ulg.ac.be" suggested this:

>Here is the interesting part of lshw:

I haven't been following this thread and it's probably no help. 

But I had to change my device names in /etc/fstab to the /dev/sr?
series. The /dev/scd? just didn't work for me any more. But then I
don't use Gnome or KDE

So this information is probably irrelevant.

Charlie
-- 
**  **  **  **  **  **  **  **  **  **
Registered Linux User:- 329524
***

Sometimes I lie awake at night, and ask, "Where have I gone wrong?"
Then a voice says to me, "This is going to take more than one night."
---Charlie Brown

***
Debian GNU/Linux - just the best way to create magic
___


-- 
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/2012020315.3cdb19f3@taowild



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Tony Baldwin
On Fri, Feb 03, 2012 at 11:41:45AM +1100, Rob Hurle wrote:
> Thanks for this:
> 
> On 2 February 2012 19:17, Scott Ferguson
>  wrote:
> > In case people don't subscribe to pkg-mozilla-maintainers (and for those
> > the do search this list before posting)
> 
> > # dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0
> 
> At this point, II get:
> 
> The following packages have unmet dependencies:
>  xulrunner-10.0 : Depends: libnss3-1d (>= 3.13.1) but
> 3.12.8-1+squeeze4 is to be installed
> E: Broken packages>
> 

I have backports enabled, and my iceweasel was updated to 10.0
yesterday when I did a standard safe-upgrade.

Perhaps this is a function of adding
deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
to your /etc/apt/sources.list

?

./tony
-- 
http://www.tonybaldwin.me
all tony, all the time!


-- 
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/20120203023235.ga1...@deathstar.hsd1.ct.comcast.net



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Scott Ferguson
On 03/02/12 13:32, Tony Baldwin wrote:
> On Fri, Feb 03, 2012 at 11:41:45AM +1100, Rob Hurle wrote:
>> Thanks for this:
>>
>> On 2 February 2012 19:17, Scott Ferguson
>>  wrote:
>>> In case people don't subscribe to pkg-mozilla-maintainers (and for those
>>> the do search this list before posting)
>>
>>> # dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0
>>
>> At this point, II get:
>>
>> The following packages have unmet dependencies:
>>  xulrunner-10.0 : Depends: libnss3-1d (>= 3.13.1) but
>> 3.12.8-1+squeeze4 is to be installed
>> E: Broken packages>
>>
> 
> I have backports enabled, and my iceweasel was updated to 10.0
> yesterday when I did a standard safe-upgrade.
> 
> Perhaps this is a function of adding
> deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
> to your /etc/apt/sources.list
> 
> ?


I suspect you may have Wheezy/Sid/Experimental and/or Multimedia enabled.

Where did you get libnss3-1d_3.13.1.with.ckbi.1.88-1~bpo60+1_i386.deb
from if not from:-
http://backports.debian.org/debian-backports squeeze-backports main
?

> 
> ./tony

Ref:-
http://lists.debian.org/debian-user/2012/02/msg00172.html



Kind regards

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

NOTE: new update available for Debian Buttons
(New button for querying Debian Developer Package):-
https://addons.mozilla.org/en-US/firefox/addon/debian-buttons/


-- 
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/4f2b5207.8020...@gmail.com



how to check the server can be connected or not

2012-02-02 Thread lina
Hi,

a server is closed, but will start in future, sooner or later,

I wish to access in the first time it's open.

I tried:

while ( ssh server )
do
sleep 60
done

wall < server_open.txt

actually I don't know how to write the while part,

thanks for suggestions,

Best regards,


-- 
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/CAG9cJm=CNU9tU+8vE0509LaUxB+bmiyiR5-g2ceuWwq6Tk9=-g...@mail.gmail.com



Re: lpr command not found

2012-02-02 Thread lina
On Fri, Feb 3, 2012 at 3:53 AM, lee  wrote:
> lina  writes:
>
>> well, I have a derived problem, after installing lpr,
>>
>> $ lpr ProbSet_2.pdf
>> lpr: lp: unknown printer
>>
>> $ lpstat
>> HP-LaserJet-P4015-225   lina            156672   Thursday
>> 02,February,2012 11:35:38 AM SGT
>>
>> lp ProbSet_2.pdf
>> request id is HP-LaserJet-P4015-226 (1 file(s))
>
> What happens when you try 'lpr -PHP-LaserJet-P4015-225 ProbeSet_2.pdf'?

$ lpr -PHP-LaserJet-P4015 ProbSet_2.pdf

it showed me nothing,

In cups the job does not show.

thanks,

>
>
> --
> 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/87zkd1106v@songoku.yagibdah.de
>


--
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/cag9cjmm9ffuaue7vxw8_3w7bhbqaammmedup3qh0orehwmd...@mail.gmail.com



Re: Option 'printer-resolution' has value '(unknown IPP tag)' and cannot be edited.

2012-02-02 Thread lina
On Thu, Feb 2, 2012 at 10:48 PM, Camaleón  wrote:
> On Thu, 02 Feb 2012 12:10:03 +0800, lina wrote:
>
>> On Thu, Feb 2, 2012 at 1:53 AM, Camaleón  wrote:
>>> On Thu, 02 Feb 2012 00:55:08 +0800, lina wrote:
>>>
 Hi,

 I have been stuck by the printer-not-working for months.
>>>
>>> Weird. I'm using wheezy and haven' had any problems with my printers
>>> :-)
>>
>> Might the network printer is tricky?
>
> I also use networked printers.
>
> (...)
>
>>> Can you print?
>>
>> can't
>>
>> later
>>
>> removed gnome-key due to the error report saying: gnome- gnome-keyring::
>> no socket to connect to
>>
>> and then it showed:
>>
>>
>> E [02/Feb/2012:11:24:05 +0800] cupsdAuthorize: Empty Basic password!
>>
>>
>> service cups restart showed me:
>>
>> W [02/Feb/2012:11:35:13 +0800] failed to CreateProfile:
>> org.freedesktop.ColorManager.AlreadyExists:profile id
>> 'HP-LaserJet-P4015-Gray..' already exists
>>
>> I am kinda of in blind try,
>
> Remove any printer instance you already have configured and try by adding
> again the printer. Use CUPS web interface better than gnome printer
> applet.

When I tried to use CUPS wed interface, the printers it detected lots
lots, there are lots of printers in this networks with the same name
and brand.

I only know the IP of printer. by applet can easily find the one with the IP.

>
>>> Bugs are bugs, they need to be corrected and/or be properly addressed:
>>>
>>> http://bugs.debian.org/cgi-binCUPugreport.cgi?bug=656640
>>>
>>> You should add your findings to that report.
>>
>> That's the exact post I read before posting.
>
> If other users have the same problem it can be a bug. Did you add your
> findings there? The more affected users append their comments, the better.
>
I will think about it. haha... still don't understand what's going on,
not sure it's a bug or something I missed.

> Greetings,

Thanks.
>
> --
> 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/jge7o7$qa4$1...@dough.gmane.org
>


--
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/cag9cjmn0bihjbcfeopwmmwn4vyujprf6kjyvzfdagdnaxxl...@mail.gmail.com



Backup System

2012-02-02 Thread Gary Roach
I have 3 computer running on Debian Squeeze. One has an unused hard 
drive that I wish to use as a backup disk for all 3 computers. Is there 
a simple way to do this that can be completely automated.


Gary


--
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/4f2b4a62.8030...@verizon.net



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Tony Baldwin
On Fri, Feb 03, 2012 at 02:18:31PM +1100, Scott Ferguson wrote:
> On 03/02/12 13:32, Tony Baldwin wrote:
> > On Fri, Feb 03, 2012 at 11:41:45AM +1100, Rob Hurle wrote:
> >> Thanks for this:
> >>
> >> On 2 February 2012 19:17, Scott Ferguson
> >>  wrote:
> >>> In case people don't subscribe to pkg-mozilla-maintainers (and for those
> >>> the do search this list before posting)
> >>
> >>> # dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0
> >>
> >> At this point, II get:
> >>
> >> The following packages have unmet dependencies:
> >>  xulrunner-10.0 : Depends: libnss3-1d (>= 3.13.1) but
> >> 3.12.8-1+squeeze4 is to be installed
> >> E: Broken packages>
> >>
> > 
> > I have backports enabled, and my iceweasel was updated to 10.0
> > yesterday when I did a standard safe-upgrade.
> > 
> > Perhaps this is a function of adding
> > deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
> > to your /etc/apt/sources.list
> > 
> > ?
> 
> 
> I suspect you may have Wheezy/Sid/Experimental and/or Multimedia enabled.
> 
> Where did you get libnss3-1d_3.13.1.with.ckbi.1.88-1~bpo60+1_i386.deb
> from if not from:-
> http://backports.debian.org/debian-backports squeeze-backports main

Here's my sources.list:

deb http://ftp.us.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.us.debian.org/debian/ squeeze main non-free contrib
deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
deb http://www.debian-multimedia.org/ squeeze main
deb http://debian.dc-uoit.net/debian-multimedia/ stable main
deb http://dl.google.com/linux/deb/ stable non-free main
deb http://backports.debian.org/debian-backports squeeze-backports main
non-free contrib experimental
deb http://ftp.debian.org/debian/ squeeze experimental main
deb http://ftp.us.debian.org/debian/ squeeze-proposed-updates non-free
contrib main experimental
deb http://security.debian.org/ squeeze/updates non-free contrib main
experimental
deb ftp://h0.org.ua/pub/elipse/debian/pkg squeeze main 
deb-src ftp://h0.org.ua/pub/elipse/debian/pkg 

./tony
-- 
http://www.tonybaldwin.me
all tony, all the time!


-- 
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/20120203040950.ga4...@deathstar.hsd1.ct.comcast.net



Re: Upgrading to Iceweasel 10 in Squeeze

2012-02-02 Thread Scott Ferguson
On 03/02/12 15:09, Tony Baldwin wrote:
> On Fri, Feb 03, 2012 at 02:18:31PM +1100, Scott Ferguson wrote:
>> On 03/02/12 13:32, Tony Baldwin wrote:
>>> On Fri, Feb 03, 2012 at 11:41:45AM +1100, Rob Hurle wrote:
 Thanks for this:

 On 2 February 2012 19:17, Scott Ferguson
  wrote:
> In case people don't subscribe to pkg-mozilla-maintainers (and for those
> the do search this list before posting)

> # dpkg -i libvpx0_0.9.7.p1-2_i386.deb; apt-get install xulrunner-10.0

 At this point, II get:

 The following packages have unmet dependencies:
  xulrunner-10.0 : Depends: libnss3-1d (>= 3.13.1) but
 3.12.8-1+squeeze4 is to be installed
 E: Broken packages>

>>>
>>> I have backports enabled, and my iceweasel was updated to 10.0
>>> yesterday when I did a standard safe-upgrade.
>>>
>>> Perhaps this is a function of adding
>>> deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
>>> to your /etc/apt/sources.list
>>>
>>> ?

No - I believe that's incorrect (or dpkg wouldn't be looking for
iceweasel 10.0s dependancies)

>>
>>
>> I suspect you may have Wheezy/Sid/Experimental and/or Multimedia enabled.
>>
>> Where did you get libnss3-1d_3.13.1.with.ckbi.1.88-1~bpo60+1_i386.deb
>> from if not from:-
>> http://backports.debian.org/debian-backports squeeze-backports main
> 
> Here's my sources.list:
>




> deb http://mozilla.debian.net/ squeeze-backports iceweasel-release

That's where iceweasel 10.0 came from.

> deb http://www.debian-multimedia.org/ squeeze main

That's where you could have pulled libvpx0_0.9.7.p1-2_i386.deb from. You
have more than one repository enabled that it's available in - which was
was used would depend on your pinning.

> deb http://debian.dc-uoit.net/debian-multimedia/ stable main

That's a duplication.

> deb http://dl.google.com/linux/deb/ stable non-free main

That's a duplication of your entry for:-
deb http://ftp.us.debian.org/debian/ squeeze main non-free contrib

> deb http://backports.debian.org/debian-backports squeeze-backports main
> non-free contrib experimental

This is where Rob is best getting libnss3-1d ver.3.13.1 from (I don't
believe he had it enabled - only he can tell).

> deb http://ftp.debian.org/debian/ squeeze experimental main

This one doesn't exist.
You're confusing the squeeze release with experimental. eg.:-
deb http://ftp.debian.org/debian/ squeeze main (+contrib and non-free)
*OR*
deb http://ftp.debian.org/debian/ experimental main (+contrib and non-free)



> 
> ./tony


NOTE: all the hip, with-it, cool kids are using /etc/apt/sources.list.d
snippets now ;-)
ie. only the main repository is in sources.list, additional ones are
individual *.list files beneath /etc/apt/sources.list.d making it easier
to manage individual extra repositories and system dist-upgrades.



Kind regards

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

NOTE: new update available for Debian Buttons
(New button for querying Debian Developer Package):-
https://addons.mozilla.org/en-US/firefox/addon/debian-buttons/


-- 
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/4f2b654c.1010...@gmail.com



Re: Backup System

2012-02-02 Thread David Christensen

On 02/02/2012 06:45 PM, Gary Roach wrote:

I have 3 computer running on Debian Squeeze. One has an unused hard
drive that I wish to use as a backup disk for all 3 computers. Is there
a simple way to do this that can be completely automated.


$ apt-cache search backup | less


HTH,

David


--
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/4f2b7274.7050...@holgerdanske.com



Re: Backup System

2012-02-02 Thread Celejar
On Thu, 02 Feb 2012 18:45:54 -0800
Gary Roach  wrote:

> I have 3 computer running on Debian Squeeze. One has an unused hard 
> drive that I wish to use as a backup disk for all 3 computers. Is there 
> a simple way to do this that can be completely automated.

Depends on your exact notion of 'simple'; there are many backup
solutions that can easily be configured to work over a network. For
example, I use rsnapshot, which can easily be configured to run over
ssh.

http://rsnapshot.org/howto/1.2/rsnapshot-HOWTO.en.html [see section
4.3.8]
http://troy.jdmz.net/rsnapshot/

Celejar


-- 
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/20120203005029.cde312e1.cele...@gmail.com



Re: lpr command not found

2012-02-02 Thread Russell L. Harris
* Bob Proulx  [120203 05:40]:
> Stan Hoeppner wrote:
> For whatever reason the folks around here seem to prefer lprng over
> lpr.  And of course the lpr command is also provided by cups-bsd /
> cups.  So there seem to be three flavors available.

There is a bit more to this matter than the package "lpr".  

About a decade ago, the package lprng ("ng" meaning "next generation")
fixed most of the problems of the package lpr.  Most importantly, the
author of lprng carefully documented the procedure for configuring the
printing system.  And though lprng was carefully wrought and worked
well, lprng nonetheless was an elaborate patch of a legacy printing
system.  In those days, getting printing configured properly was a
somewhat complex post-installation process.

Then cups was designed, and getting printing working properly in Linux
suddenly was a fairly simple matter.  Things went well until cups was
purchased by Apple, since which event there have been some
improvements in printing configuration and management and some
regressions.  And I miss the marvelous detailed cups test page, which
Apple replaced with a primitive and ugly version.

Today, "lpr" simply is one of the commands which cups recognizes;
that is, cups controls the printer, and "lpr" is an element of the
command set of cups.  

For example, I print a man page on the default laser printer with the
command string "man -t packagename | lpr".  And I print address labels
on a dot-matrix printer with the command string "lpr -Poki labels".

RLH


-- 
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/20120203061819.GA4076@cromwell.tmiaf



Insserv overrides

2012-02-02 Thread Sylvain

Hello,

I have a setup in which the slim display manager logs in automatically 
and then starts a program (thanks to the .xinitrc file). This program 
needs dbus to work correctly and at the moment it crashes every time 
it's launched because dbus is not yet started (slim starts in runlevel 3).


I was told about using insserv overrides but I can't find any good 
documentation on this, even the manpage is quite vague about the format 
the override file should have. So I put this in a 
/etc/insserv/overrides/slim file:



#!/bin/sh

### BEGIN INIT INFO
# Provides:  slim
# Required-Start:$local_fs $remote_fs dbus
# Required-Stop: $local_fs $remote_fs
# Should-Start:  xfs $named slapd
# Should-Stop:   xfs $named slapd
# Default-Start: 2 3 4 5
# Default-Stop:  0 1 6
# Short-Description: Start/stop the SLiM daemon.
### END INIT INFO


I'm not sure if I should repeat the whole LSB headers or only the one I 
want to change (in this case Required-Start). In all cases, this doesn't 
work since dbus is still not started when the program that depends on it 
starts. Am I missing something? Should I run an insserv command to take 
the override file into account? How can I check that the override file 
is used?


Thanks,
Sylvain


--
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/4f2b7d35.8060...@gmail.com



libcairo seems incomplete

2012-02-02 Thread Joel Roth
Hi wizards and wizardesses,

Trying to compile sndfile-tools from git, the author suggests
I have a library problem.

Cairo appears to be present during the ./configure
phase, however some dependent libraries are not
found during make. 

One of these libraries is libxcb-shm.so.0,
which is present:

/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0

Can someone help me solve this:


On Fri, Feb 03, 2012 at 09:58:31AM +1100, Erik de Castro Lopo wrote:
> Joel Roth wrote:
> 
> > My naive attempt to compile (adding various libraries along
> > the way) got stuck. 
> > 
> 
> 
> 
> > Found CAIRO ... yes
> 
> That means that Cairo thinks it is installed correctly.
> 
> > Found JACK  yes
> > 
> >   Installation directories :
> > 
> > Program directory . /usr/local/bin
> > 
> > 
> > (master) ~/build/sndfile-tools $ make
> >   CCLD   src/sndfile-spectrogram
> > /usr/bin/ld: warning: libxcb-shm.so.0, needed by /usr/lib/libcairo.so, not 
> > found (try using -rpath or -rpath-link)
> 
> But the linker disagrees.
> 
> You didn't say whay distro you're on, so my best advice is to make
> sure you install stuff like Cairo from your distro, making sure to
> install the -devel packages as well and then retry.
> 
> Erik
> -- 
> --
> Erik de Castro Lopo
> http://www.mega-nerd.com/
-- 
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/20120203064511.GA10100@sprite



Several errors on the start up

2012-02-02 Thread Stayvoid
Hi!

I'm using gNewSense (it's a Debian-based distro).

Could you help me with these errors:
[drm: i915_init] *ERROR* drm/i915 can't work without intel_agp module!
i8042: No controller found
uhci_hcd :00:1a.0: Found HC with no IRQ. Check BIOS/PCI :00:1a.0 setup!
uhci_hcd :00:1a.0: init :00:1a.0 fail, -19
uhci_hcd :00:1d.0: Found HC with no IRQ. Check BIOS/PCI :00:1d.0 setup!
uhci_hcd :00:1d.0: init :00:1d.0 fail, -19

Error: Driver 'pcspkr' is already registered, aborting...

Let me know if you need any additional information.

Yep, I've tried some "solutions" from the Web, but it didn't work out.


Cheers.


-- 
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/cak5fs_hqailcfkogdtwt-xktsmsb5ggq8jbbuw40agmtms3...@mail.gmail.com



Virtual packages

2012-02-02 Thread Stayvoid
Hey!

Could you help me to install elinks?

Here is the output:
http://pastebin.com/aaAjpS5G

What should I do to resolve this dep?


Cheers.


-- 
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/cak5fs_eyzpw+byjgr-y3cy27dwzdkjqa3wf0ew2t9-pjww_...@mail.gmail.com