Re: Audio: How to Cut out Seconds of Silence

2008-12-15 Thread Bob Cox
On Sun, Dec 14, 2008 at 19:26:34 -0700, wauh...@yahoo.com (wauh...@yahoo.com) 
wrote: 

> I have an audio file (wav or mp3 format), which consists of sequences of  
> useful audio-data - after a few seconds interrupted by about two seconds  
> of absolute silence.
> I could edit the file with AUDACITY manually for to CUT OUT all these  
> silent seconds.
>
> I am running SID on AMD64 and have not much experience with audio-files.
>
> I hope that there is a possibility to perform these cuts in an automated  
> way.
> (Seeking for absolute silence, which lasts for more than one second
> and cutting it out.)
>
> Which would be the way to do that?

I have never tried to do this, but according to the Audacity man page:

"Audacity is primarily an interactive, graphical editor, not a
batch-processing tool. Whilst there is a basic batch processing tool
it is experimental and incomplete. If you need to batch-process audio or
do simple edits  from  the  command  line, using sox or ecasound driven
by a bash script will be much more powerful than audacity."

It seems that sox will do what you want, according to
http://en.wikipedia.org/wiki/SoX

-- 
Bob Cox.  Stoke Gifford, near Bristol, UK.
Please reply to the list only.  Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/


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



Re: trouble with my repo?

2008-12-15 Thread Tshepang Lekhonkhobe
On Thu, Dec 11, 2008 at 1:42 PM, Tshepang Lekhonkhobe
 wrote:
> Hi
>
> I ran the following command, "debootstrap sid temp
> http://localhost/sid"; which aborts on the following problem:
>
> 
> I: Unpacking wget...
> I: Unpacking whiptail...
> W: Failure while installing base packages.  This will be re-attempted
> up to five times.
> 
>
> when chrooting into environment, and issueing "apt-get install", I see
> a whole lot of locales warnings:
>
> 
> Reading package lists... Done
> Building dependency tree... Done
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> 77 not fully installed or removed.
> After this operation, 0B of additional disk space will be used.
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>LANGUAGE = (unset),
>LC_ALL = (unset),
>LANG = "en_ZA.UTF-8"
>are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> locale: Cannot set LC_CTYPE to default locale: No such file or directory
> locale: Cannot set LC_MESSAGES to default locale: No such file or directory
> locale: Cannot set LC_ALL to default locale: No such file or directory
> Can not write log, openpty() failed (/dev/pts not mounted?)
> Setting up libbz2-1.0 (1.0.5-1) ...
> [...]
> 
>
> Where can the problem be?
>
> --
> my place on the web:
> floss-and-misc.blogspot.com

The problem was revealed by applying the verbosity option to
cdeboostrap which revealed some conflict trouble with rsyslog with old
syslogd. Running the following fixed my problem:

$ sudo cdebootstrap -v --allow-unauthenticated --exclude=rsyslog sid
temp http://localhost/sid






-- 
my place on the web:
floss-and-misc.blogspot.com


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



Re: Audio: How to Cut out Seconds of Silence

2008-12-15 Thread Pedro Insua
On Sun, Dec 14, 2008 at 07:26:34PM -0700, wauh...@yahoo.com wrote:
> I have an audio file (wav or mp3 format), which consists of sequences of  
> useful audio-data - after a few seconds interrupted by about two seconds  
> of absolute silence.
> I could edit the file with AUDACITY manually for to CUT OUT all these  
> silent seconds.
>
> I am running SID on AMD64 and have not much experience with audio-files.
>
> I hope that there is a possibility to perform these cuts in an automated  
> way.
> (Seeking for absolute silence, which lasts for more than one second
> and cutting it out.)
>
> Which would be the way to do that?
>
> Hugo Wau

 You can use `cutmp3' to cut the mp3 audio files, it's in Marillat
 repositories (www.debian-multimedia.org), The `apt-cache show cutmp3'
 say... : 


   Description: a small and fast command line MP3 editor cutmp3 is a
   small and fast command line MP3 editor. It lets you  select
   sections of an MP3 interactively or via a timetable and save them
   to separate files without quality loss. It uses mpg123 for playback
   and  works  with VBR files and even with files bigger than
   2GB. Other features  are  configurable silence seeking and ID3 tag
   seeking, which are useful for concatenated mp3s.
   .
   http://www.puchalla-online.de/cutmp3.html

 
-- 
Porqu� loitar e matar, se podes amar e sonhar

/"\
\ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
 X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
/ \


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



Re: wlan0 + eth0 = br0

2008-12-15 Thread Chris Davies
Jerome BENOIT  wrote:
> Is there any good on a laptop to manage together the wlan0 and the
> eth0 cards ?

Google for "linux ethernet wireless bridge together proxy arp"
Chris


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



How to set user locale, instead of global locale?

2008-12-15 Thread Mauricio

Hi,

Do you know how can I change my locale as
user of a remote system (with only terminal
access)? The locale I want is already available
on the system, and I tried to change mine
setting LC_ALL to the proper value in my shell
initialization, but it gets reset somehow.

Thanks for your help,
Maurício


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




Sid/KDE

2008-12-15 Thread Dan-Simon Myrland
Hi!

how do i change my distrubution from Etch to Sid (unstable) ?
also, will KDE 4.2 be avalable to Sid shortly after its release
in january?

Any help would be moest apriciated :)

Dan-Simon Myrland 
(Debian user from Norway)


  

Re: 64-bit Flash Player

2008-12-15 Thread Sjoerd Hardeman

Girish Kulkarni wrote:

On Mon, Dec 15, 2008 at 6:27 PM, Sjoerd Hardeman wrote:

Can you post your sources.list? It almost seems that the multimedia
repository gets the flash-package compiled for lenny or sid, and you have
etch. That would be an explanation.


Thanks for replying Sjoerd.  Here is my /etc/apt/sources.list on Etch:
-
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
deb http://ftp.us.debian.org/debian etch main
#deb http://http.us.debian.org/debian experimental main contrib
#deb http://http.us.debian.org/debian sid main contrib
deb http://www.debian-multimedia.org/ experimental main
-

This gives the apt-get error that I posted in my earlier message to
debian-user.  The fourth and fifth lines were added when I tried to
install the 32-bit Flash plugin with ndiswrapper directly with
apt-get.  That hadn't worked too and I had to comment out those lines
when apt-get said it would upgrade my whole system to sid.
I do think that the experimental repository of debian-multimedia is not 
compiled with the libraries of etch. That explains the problems. You can 
 use the stable repository, but that of course is the 32-bits version 
and nspluginwrapper. So I think you either have to update your system to 
testing/unstable, or use a 32 bit version of flash.


Sjoerd
--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments



signature.asc
Description: OpenPGP digital signature


Re: [OT] Server for Debian + MySQL

2008-12-15 Thread Arc Roca


--- On Sun, 12/14/08, Chris Bannister  wrote:
From: Chris Bannister 
Subject: Re: [OT] Server for Debian + MySQL
To: debian-user@lists.debian.org
Date: Sunday, December 14, 2008, 6:32 AM

On Fri, Dec 12, 2008 at 10:02:14AM -0600, Boyd Stephen Smith Jr. wrote:
> http://en.wiktionary.org/wiki/disconnect
> 
> I don't know how long the noun usage has been around, but I remember
hearing 
> it as a child (20 years ago), so I'd say you just need to update your 
> dictionary.  (1913 Websters, really?)

According to merriam webster (m-w.com), which by the way helps greatly non 
english speakers because provides sound to words, disconnect as a verb goes 
back to 1770; as a noun to 1976


I've never heard of "a disconnect". It is the opposite of
connect.
(Yep, some people still say incorrectly - "unmount" when it should be
"dismount")

>AIUI, the education system 20 years ago had some flaws which have
>shown themselves in the last few years. 


One example is that according to modern rules the classics of the language 
would get F's in standard language tests, because they used long sentences, not 
bullets, etc. Modern education doesn't realize that complex thoughts require 
complex sentences (hence the use of symbols in mathematics to compress ideas). 
I think I read a comment on Obama and MacCain talking at 7-9th grade levels in 
their speeches, which tells much.

> Also, particularly where I come from (U.S.; specifically "The
South"), English 
> speakers don't follow the formal rules of grammar well.  So, nouns get


>IOW, " they make up your own rules".

> verbed, and verbs get nouned, words and phrases get abbreviated, mangled,
>and 
 
> misunderstood, and the language evolves.  (There are probably some more 

>Yeah, apparently "awful" originally meant "full of awe".

>According to "The Pocket Oxford Dictionary" Compiled by F. G. Fowler
>&
>H. W. Fowler; (1st ed 1924 Reprinted with corrections 1947, 1949, 1952,
>1953, 1955, 1957, 1959, 1960):
>awe. 1. n. Reverential fear (stand in a. of).
> 2. v.t. (-wable). Inspire with a.
> ...
>awful a. Inspiring, worthy of a.; (colloq.) notable in its kind (an
>awful bore, relief).

>awfully adv., (esp., colloq) very (awfully good of you). [E]

> serious errors in a 1913 dictionary than not having the noun form of some 
> verbs.)

>Are the errors in the dictionary or is it that a high percentage of the
>population are misusing/abusing the {words,rules} of english?

The confusion of verbs and nouns shows the confusion in the mind of the 
speakers (in other historically and culturally connected languages the 
distinction remains).

If we divide the pie in two pieces we can see the divide. When we then proceed 
to disconnect the two pieces we observe the disconnect, and if we try to 
reverse the process and attempt to connect the pieces, will obtain a connect. 
After thinking a little our think wanders, so we decide that whatever decide 
has been previously made may not have been right.

We could continue this chain of thoughts, and after a while we will realize (or 
come to the realize) that something is not right.


  


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



Re: 64-bit Flash Player

2008-12-15 Thread Sjoerd Hardeman

Girish Kulkarni wrote:

Thanks for replies Daryl, Clifford, and Jim.  But its probably time I
give up on installing Flash.  I downloaded the correct file, copied it
to ~/.mozilla/plugins, deleted all other instances of the flashplugin
but nothing worked.  I also tried adding debian-multimedia to my
sources.list but then apt-get threw this error at me:
-
gir...@ff15:~$ sudo apt-get install flashplayer-mozilla
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  flashplayer-mozilla: Depends: libatk1.0-0 (>= 1.20.0) but 1.12.4-3
is to be installed
   Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch7
is to be installed
   Depends: libfreetype6 (>= 2.3.5) but
2.2.1-5+etch3 is to be installed
   Depends: libgtk2.0-0 (>= 2.12.0) but 2.8.20-7
is to be installed
   Depends: libpango1.0-0 (>= 1.20.3) but 1.14.8-5
is to be installed
E: Broken packages
-

I wonder where I am making that stupid mistake!?
Can you post your sources.list? It almost seems that the multimedia 
repository gets the flash-package compiled for lenny or sid, and you 
have etch. That would be an explanation.


Sjoerd



--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments



signature.asc
Description: OpenPGP digital signature


Re: 64-bit Flash Player

2008-12-15 Thread Girish Kulkarni
On Mon, Dec 15, 2008 at 6:27 PM, Sjoerd Hardeman wrote:
> Can you post your sources.list? It almost seems that the multimedia
> repository gets the flash-package compiled for lenny or sid, and you have
> etch. That would be an explanation.

Thanks for replying Sjoerd.  Here is my /etc/apt/sources.list on Etch:
-
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
deb http://ftp.us.debian.org/debian etch main
#deb http://http.us.debian.org/debian experimental main contrib
#deb http://http.us.debian.org/debian sid main contrib
deb http://www.debian-multimedia.org/ experimental main
-

This gives the apt-get error that I posted in my earlier message to
debian-user.  The fourth and fifth lines were added when I tried to
install the 32-bit Flash plugin with ndiswrapper directly with
apt-get.  That hadn't worked too and I had to comment out those lines
when apt-get said it would upgrade my whole system to sid.

Thanks,
Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com


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



Re: Audio: How to Cut out Seconds of Silence

2008-12-15 Thread Brian McKee
On Mon, Dec 15, 2008 at 3:07 AM, Bob Cox  wrote:
> On Sun, Dec 14, 2008 at 19:26:34 -0700, wauh...@yahoo.com (wauh...@yahoo.com) 
> wrote:
>
>> I have an audio file (wav or mp3 format), which consists of sequences of
>> useful audio-data - after a few seconds interrupted by about two seconds
>> of absolute silence.
>> I could edit the file with AUDACITY manually for to CUT OUT all these
>> silent seconds.

There's a tool built into Audacity which will do that automatically.
See the effects menu, named something like 'Gap removal'

I note that it's a recent feature - I have it on my Lenny machine at
home, but not here at work where I'm running an older version of
Audacity.

Brian


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



Re: 64-bit Flash Player

2008-12-15 Thread Girish Kulkarni
Thanks for replies Daryl, Clifford, and Jim.  But its probably time I
give up on installing Flash.  I downloaded the correct file, copied it
to ~/.mozilla/plugins, deleted all other instances of the flashplugin
but nothing worked.  I also tried adding debian-multimedia to my
sources.list but then apt-get threw this error at me:
-
gir...@ff15:~$ sudo apt-get install flashplayer-mozilla
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  flashplayer-mozilla: Depends: libatk1.0-0 (>= 1.20.0) but 1.12.4-3
is to be installed
   Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch7
is to be installed
   Depends: libfreetype6 (>= 2.3.5) but
2.2.1-5+etch3 is to be installed
   Depends: libgtk2.0-0 (>= 2.12.0) but 2.8.20-7
is to be installed
   Depends: libpango1.0-0 (>= 1.20.3) but 1.14.8-5
is to be installed
E: Broken packages
-

I wonder where I am making that stupid mistake!?

Girish.

On Wed, Dec 10, 2008 at 7:32 AM, Girish Kulkarni wrote:
> Thanks for all your replies (and apologies for the delay in getting
> back from my end; I'd been away and without the Internet).  I tried
> using FlashPlayer 10 by copying its libflashplayer.so to /usr/lib64
> and symlinking it in /usr/lib64/iceweasel/plugins.  Didn't work.  I
> then tried keeping that file in various other locations like
> ~/.mozilla/plugins and ~/.mozilla/firefox/plugins/ but that didn't
> work too.
>
> Finally I also tried installing the plugin from the experimental
> repository.  But apt then asked me to include the sid main repository
> in sources.list too so that it could get the correct version of
> ndiswrapper.  Enabling sid main however made apt attempt to upgrade
> every piece of software in my Etch distribution!
>
> Am I doing something wrong here?!
>
> Thanks,
> Girish.
>
> On Sat, Nov 22, 2008 at 5:50 PM, Girish Kulkarni wrote:
>> Has anyone had any success in using the new 64-bit Adobe Flash player
>> for Linux on Debian? --
>>
>> http://labs.adobe.com/technologies/flashplayer10/
>>
>> I tried installing it on my x86_64 Etch machine but Iceweasel doesn't
>> seem to detect it. I followed the instructions gives on the player's
>> download page (all it involved was copying libflashplayer.so to
>> /usr/lib/mozilla).
>>
>> Thanks,
>> Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com


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



Re: 64-bit Flash Player

2008-12-15 Thread Osamu Aoki
On Mon, Dec 15, 2008 at 02:09:07PM +0100, Sjoerd Hardeman wrote:
> Girish Kulkarni wrote:
>> On Mon, Dec 15, 2008 at 6:27 PM, Sjoerd Hardeman wrote:
>>> Can you post your sources.list? It almost seems that the multimedia
>>> repository gets the flash-package compiled for lenny or sid, and you have
>>> etch. That would be an explanation.
>>
>> Thanks for replying Sjoerd.  Here is my /etc/apt/sources.list on Etch:
>> -
>> deb http://security.debian.org/ etch/updates main contrib
>> deb-src http://security.debian.org/ etch/updates main contrib
>> deb http://ftp.us.debian.org/debian etch main
>> #deb http://http.us.debian.org/debian experimental main contrib
>> #deb http://http.us.debian.org/debian sid main contrib
>> deb http://www.debian-multimedia.org/ experimental main
>> -
>>
>> This gives the apt-get error that I posted in my earlier message to
>> debian-user.  The fourth and fifth lines were added when I tried to
>> install the 32-bit Flash plugin with ndiswrapper directly with
>> apt-get.  That hadn't worked too and I had to comment out those lines
>> when apt-get said it would upgrade my whole system to sid.
> I do think that the experimental repository of debian-multimedia is not  
> compiled with the libraries of etch. That explains the problems. You can  
>  use the stable repository, but that of course is the 32-bits version  
> and nspluginwrapper. So I think you either have to update your system to  
> testing/unstable, or use a 32 bit version of flash.

FYI: Currently it seems sid amd64 system has broken flashplugin-nonfree at this
moment.  It was working :-)


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



Re: How to set user locale, instead of global locale?

2008-12-15 Thread Pedro Insua
On Mon, Dec 15, 2008 at 11:50:49AM -0200, Mauricio wrote:
> Hi,

Hi!

>
> Do you know how can I change my locale as
> user of a remote system (with only terminal
> access)? The locale I want is already available
> on the system, and I tried to change mine
> setting LC_ALL to the proper value in my shell
> initialization, but it gets reset somehow.
>

  You can read the Debian Reference:

  http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-env-locale

  In 9.7.8 say:

,
|   9.7.8 Example for France with Euro sign (ISO-8859-15)
| 
|   Add the following lines to ~/.bash_profile:
| 
|  lang=fr...@euro
|  export LANG
|  lc_ctype=fr...@euro
|  export LC_CTYPE
`



> Thanks for your help,
> Maurício

 Deica.

-- 
Porqu� loitar e matar, se podes amar e sonhar

/"\
\ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
 X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
/ \


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



Re: Sid/KDE

2008-12-15 Thread Boyd Stephen Smith Jr.
On Monday 2008 December 15 07:40:58 Dan-Simon Myrland wrote:
>Hi!
>
>how do i change my distrubution from Etch to Sid (unstable) ?

Assuming you really want to:

sed -i -e 's/etch/sid/g;s:/stable:/unstable:g' \
/etc/apt/sources.list /etc/apt/sources.list.d/{.[!.],}* && \
aptitude update && aptitude install aptitude apt dpkg && \
aptitude full-upgrade

should do it.
-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bs...@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     


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


Re: How to set user locale, instead of global locale?

2008-12-15 Thread Boyd Stephen Smith Jr.
On Monday 2008 December 15 07:50:49 Mauricio wrote:
>Hi,
>
>Do you know how can I change my locale as
>user of a remote system (with only terminal
>access)? The locale I want is already available
>on the system, and I tried to change mine
>setting LC_ALL to the proper value in my shell
>initialization, but it gets reset somehow.

You'll need to do more investigation into that "somehow".  The proper way to 
set your locale is during your session/shell initialization.  If your remote 
administrator is intentionally breaking that, your best fix is an attempt as 
educating said administrator.

That said, I'm not sure how an administrator could break that.  Please provide 
more details on what you did to set your locale.  Copy and paste from the 
relevant files is good.
-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bs...@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     


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


Re: How to set user locale, instead of global locale?

2008-12-15 Thread Martin Kraus
On Mon, Dec 15, 2008 at 11:50:49AM -0200, Mauricio wrote:
> Hi,
>
> Do you know how can I change my locale as
> user of a remote system (with only terminal
> access)? The locale I want is already available
> on the system, and I tried to change mine
> setting LC_ALL to the proper value in my shell
> initialization, but it gets reset somehow.
>

hi. what shell? your local shell or the remote shell?

mk


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



Re: Fan constantly ON on a Dell Latitude E5400

2008-12-15 Thread Chris Bannister
On Sun, Dec 14, 2008 at 10:47:39AM +0100, Emanoil Kotsev wrote:
> cat /proc/acpi/thermal_zone/THM/*
> 
> polling frequency:   2 seconds
> state:   ok
> temperature: 53 C
> critical (S5):   126 C

mmm, quite a difference on this old Latitude CPx
r...@box:~# cat /proc/acpi/thermal_zone/THM/*


state:   ok
temperature: 25 C
critical (S5):   77 C
 
> I'm using lenny wit 2.6.26 kernel
Same here.

P.S. A better list to discuss laptop issues would probably be
debian-lap...@lists.debian.org

-- 
Chris.
==
I contend that we are both atheists. I just believe in one fewer god
than you do. When you understand why you dismiss all the other
possible gods, you will understand why I dismiss yours.
   -- Stephen F Roberts


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



Re: How to set user locale, instead of global locale?

2008-12-15 Thread Osamu Aoki
On Mon, Dec 15, 2008 at 11:50:49AM -0200, Mauricio wrote:
> Hi,
>
> Do you know how can I change my locale as
> user of a remote system (with only terminal
> access)? The locale I want is already available
> on the system, and I tried to change mine
> setting LC_ALL to the proper value in my shell
> initialization, but it gets reset somehow.

 Set it in ~/.bashrc

http://people.debian.org/~osamu/pub/getwiki/html/ch02.en.html#commandexecutionironmentvariable

 $ man bash


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



RE: laptop recomendations

2008-12-15 Thread Stackpole, Chris
Whoops. Sorry about that, hit the reply and not reply-to-list button the
first time...

> From: Micha Feigin [mailto:mi...@post.tau.ac.il]
> Sent: Wednesday, December 10, 2008 4:45 PM
> Subject: OT: laptop recomendations
> 
> Hello,
> 
> Sorry for being a bit off topic but it's time for a new laptop that
will
> run
> linux solely and I'm looking for recomendation on what has a good
build
> quallity (will travel), descent battery life, although more important
is
> good
> computing power and a good screen at 15.4" (needs to be workable with
the
> screen) at a price range of around 1500$ rough ballpark. Good service
is a
> must
> since it's a working laptop.
> 
> I know that hp and compaq are a big no no (build quality is shaky at
> best).  I
> also have the worst experience possible with Sony support on just
about
> every
> continent (haven't managed to run into worse).  Lenovo 3000 series
also
> has a
> bad track run at our uni in terms of build quallity, no experience
with
> the
> ideapad pad heard that they are not much brighter.
> 
> Currently the best candidates are the lenovo thinkpad series (either
stick
> with
> the older and probed t61 or go with the t500 or similar), mac (not
sure
> about
> the one button issue although the design is nice).
> 
> Runner up is Dell, although the hardware seems a bit cheap when
looking at
> the
> drivers (especially the touchpad which tends to be alps which isn't up
to
> par
> with the synaptic).
> 
> Toshiba local dealers didn't prove themselves with a friends laptop.
> 
> Can't find anyone with experience with lg and fujitsu.
> 
> Will be happy for feedback/experience/hardware trouble/Service
experience
> in
> case of mulfunciton etc.
> 
> Thanks

I have been /very/ happy with my laptop from Linux Certified [1]. I have
recommended them to others and as far as I know, they have been very
happy with them as well. I have a 2100 and I travel quite a bit with it
plus use it frequently at home.

The great thing about these laptops is that I have never really had a
problem with drivers in any of the Linux distros I have tried. In some
cases not all of the drivers are present at install, but they are
available for Linux. I had to track down a few drivers for Slackware,
but Ubuntu 8.10 required no extra drivers or configuration after
install.

I am not 100% sure about the other models, but all the fancy compiz
features work really nicely on the 2100.

Just my 2 cents.

[1] http://www.linuxcertified.com/linux_laptops.html

Have fun!
~S~


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



rhythmbox questions

2008-12-15 Thread lostson
Hello
 I am using Lenny and have noticed when starting rhythmbox that most of
the plugins fail to load. For instance cover art, jamendo and Magnatune
pop up windows that say unable to activate plugin. I have looked for a
package maybe i missed with via synaptic but havent found anything. Is
there something I have missed perhaps, thanks.
-- 
LostSon

http://lostsonsvault.org


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


Re: shortcuts sought for mutt

2008-12-15 Thread Eric Gerlach
On Sun, Dec 14, 2008 at 05:20:50PM +0100, Bernard wrote:
> Hi to Everyone,
>
> On my old laptop which ran on RedHat 7.2, I had installed "mutt". It has  
> been about 2 years since I have not used this. I remember that I had  
> spent quite a bit of time getting mutt to work, fiddling around with the  
> .muttrc conf file. Now, I would like to use "mutt" on my desktop under  
> Debian Sarge. I found that Mutt is part of the package that I installed  
> 2 years ago, still it does not work 'out of the box'. It does retrieve  
> mail though, using the command :
>
> mutt -f pop://myacco...@pop.myprovider.fr
>
> but I can't send any mail. If I try to, the system sends a mail saying  
> "mailing to remote domains not supported".

Another option (which *does* involve upgrading to lenny, sorry) is
that mutt in lenny has built-in ESMTP capabilities.  Just set:

set smtp=smtps://myacco...@pop.myprovider.fr

et voila!

Cheers,

-- 

Eric Gerlach, Network Administrator
Federation of Students
University of Waterloo
p: (519) 888-4567 x36329
e: egerl...@feds.uwaterloo.ca


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



Re: Sid/KDE

2008-12-15 Thread Ron Johnson

On 12/15/08 10:20, Boyd Stephen Smith Jr. wrote:

On Monday 2008 December 15 07:40:58 Dan-Simon Myrland wrote:

Hi!

how do i change my distrubution from Etch to Sid (unstable) ?


Assuming you really want to:

sed -i -e 's/etch/sid/g;s:/stable:/unstable:g' \
/etc/apt/sources.list /etc/apt/sources.list.d/{.[!.],}* && \
aptitude update && aptitude install aptitude apt dpkg && \
aptitude full-upgrade


Real Men use apt.


should do it.


Before doing that, I'd Google for something like this[0], to make 
sure that there are no prerequisites, or packages that need to get 
manually upgraded before doing the dist-upgrade.


[0] debian upgrade to Lenny

--
Ron Johnson, Jr.
Jefferson LA  USA

How does being physically handicapped make me Differently-Abled?
What different abilities do I have?


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




RE: server upgrade question

2008-12-15 Thread Stackpole, Chris
> From: Mag Gam [mailto:magaw...@gmail.com]
> Sent: Thursday, December 11, 2008 10:33 PM
> Subject: server upgrade question
> 
> At my university we have 10 servers. Each server has 8 cores with 32
> GIG of memory running Debian 4.0.  We have to give these servers to a
> different department, and our Dean would like to consiladate 10
> servers into 5 servers. The new server will have 16 cores with 64 GIG
> of memory. Basically a 2:1 type of deal.
> 
> Since we are doing a 2:1, should we expect 2:1 performance? For
> instance, most of our applications are heavy compute and memory
> intensive applications. Would they run at the same speed, better, or
> worse with this new setup? My guess is that same?
> 
> Oh, yeah will be running 4.0 :-)
> 
> TIA

It really depends. If your applications talk to each other a lot,
chances are you will see an increase in speed when they don't have to go
out to the LAN.

You say your applications are Memory intensive and this will probably
have the biggest impact. If the application is greedy and just uses all
of the memory it can get its hands on, then you will probably see a
decrease in performance as the instances of the applications will fight.
If the application uses a set amount of memory (eg 2GB) and just
constantly read/writes to that portion, then you probably won't notice a
difference.

When dealing with applications across multiple systems/cores it is very
important to determine exactly what your overhead and constraints are
first before trying to "upgrade" the system.

A good example is a cluster I worked on a few years ago. It started out
as five P3 500Mhz boxes. When we upgraded to fifteen Athlon 1.2Ghz
systems, our application slowed to a crawl. The cross-talk on the LAN
connection was killing the app. We temporarily configured just 2 of the
Athlon systems and got better performance then either of the previous
configurations while we recoded the app to better deal with scalability.

If you can identify where the applications bottlenecks and strengths
are, you will be in a much better position to know how hardware upgrades
will affect your results.

Have fun!
~S~


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



Re: Sid/KDE

2008-12-15 Thread Jeff Soules
> Assuming you really want to:
>
> sed -i -e 's/etch/sid/g;s:/stable:/unstable:g' \
> /etc/apt/sources.list /etc/apt/sources.list.d/{.[!.],}* && \
> aptitude update && aptitude install aptitude apt dpkg && \
> aptitude full-upgrade
>
> should do it.

Which, if you're confused by the one-liner, means:

1) Edit your /etc/apt/sources.list file and any files in
/etc/apt/sources.list.d/ to replace "etch" with "sid" and "stable"
with "unstable."  This will change the package manager's idea of where
to get packages, and what versions are supposed to be current.

2) Run "aptitude update" to have aptitude download the new list of
"current" software packages.

3) Run "aptitude install aptitude apt dpkg" to install new versions of
the package management system.

4) Run "aptitude full-upgrade" to kick off a system-wide distribution upgrade.


You probably don't want to do this without some preparation and
backup, as things can wind up broken during a dist-upgrade no matter
how careful you are.  Several people (myself included) have had
problems with perl or with locales not upgrading perfectly, leaving
the system in a hampered state.  If you're going to do a distribution
upgrade, you want to make sure you'll have time to fix any such
problems that arise, and resources to help you do so (like a startup
disk in case the box doesn't come up, or a second computer for
googling in case you manage to disable your internet access.)

Don't do this right before bedtime the day before your important
presentation in the morning, or when you have a major project due the
next day, etc.

Good luck!


~Jeff


On Mon, Dec 15, 2008 at 11:20 AM, Boyd Stephen Smith Jr.
 wrote:
> On Monday 2008 December 15 07:40:58 Dan-Simon Myrland wrote:
>>Hi!
>>
>>how do i change my distrubution from Etch to Sid (unstable) ?
>
> Assuming you really want to:
>
> sed -i -e 's/etch/sid/g;s:/stable:/unstable:g' \
> /etc/apt/sources.list /etc/apt/sources.list.d/{.[!.],}* && \
> aptitude update && aptitude install aptitude apt dpkg && \
> aptitude full-upgrade
>
> should do it.
> --
> Boyd Stephen Smith Jr. ,= ,-_-. =.
> bs...@volumehost.net  ((_/)o o(\_))
> ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-'
> http://iguanasuicide.org/  \_/
>


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



Re: problem with SATA disk, difference between standard kernel and Debian kernel

2008-12-15 Thread Aneurin Price
On Thu, Dec 11, 2008 at 6:58 AM, lee  wrote:
> Anyway, if it's a software problem, it's probably not the module for
> the particular controller but something else. That people with all
> kinds of different hardware have this problem supports this theory.
>
> Hm, and I haven't seen anyone using Debian reporting it ... Is there
> anybody here who has seen it?
>
>

This sounds more-or-less like my problem (I'm not using RAID though):
http://marc.info/?l=linux-ide&m=121475606225101&w=2

That's not using vanilla or Debian kernels; it's an Ubuntu machine.

As I mentioned in that thread, I've had this problem with that disk
and controller pair in two machines. The second is still in use so
I'm including my uptimes list for it if anyone is interested in the
length of time it usually takes to manifest. I can live without the
contents of the disk in question, so I tend to leave it a couple of
days (maybe even a week) before rebooting if I have any active
screen sessions with state I don't want to lose.

The shortest entries are probably reboots for some other reason, but
I wouldn't be surprised if a couple of them were just times when this
problem arose more quickly than usual. It *seems* to me to be linked
with heavy usage, particularly writes, but I'm not convinced this
isn't coincidence since I haven't any record of how heavily the disk
is in use. I may well be able to get it to manifest very quickly by
going back to using NFS, but I haven't tried.

-Nye


 #   Uptime | System Boot up
+---
 1 3 days, 13:24:55 | Linux 2.6.24-16-serverWed Apr 16 00:41:23 2008
 2 2 days, 06:58:58 | Linux 2.6.24-16-serverSat Apr 19 15:55:35 2008
 3 5 days, 15:14:19 | Linux 2.6.24-16-serverMon Apr 21 23:15:26 2008
 4 1 day , 06:44:25 | Linux 2.6.24-16-serverSun Apr 27 14:30:08 2008
 533 days, 22:18:19 | Linux 2.6.24-16-serverMon Apr 28 21:14:56 2008
 6 0 days, 00:03:13 | Linux 2.6.24-17-serverSun Jun  1 19:45:24 2008
 7 4 days, 16:11:59 | Linux 2.6.24-17-serverSun Jun  1 19:52:44 2008
 8 7 days, 02:24:55 | Linux 2.6.24-18-serverFri Jun  6 12:05:06 2008
 923 days, 00:41:08 | Linux 2.6.24-18-serverFri Jun 13 14:51:56 2008
10 4 days, 23:08:25 | Linux 2.6.24-19-serverSun Jul  6 15:42:50 2008
11 5 days, 09:15:45 | Linux 2.6.24-19-serverFri Jul 11 14:51:38 2008
1211 days, 22:14:13 | Linux 2.6.24-19-serverThu Jul 17 00:07:46 2008
1323 days, 00:30:30 | Linux 2.6.24-19-serverMon Jul 28 22:22:23 2008
1414 days, 20:56:34 | Linux 2.6.24-19-serverWed Aug 20 22:56:43 2008
1529 days, 04:27:33 | Linux 2.6.24-19-serverThu Sep  4 19:53:41 2008
1618 days, 08:37:48 | Linux 2.6.24-19-serverSat Oct  4 00:21:38 2008
1734 days, 06:11:49 | Linux 2.6.24-21-serverWed Oct 22 09:36:12 2008
1814 days, 08:38:11 | Linux 2.6.24-21-serverTue Nov 25 14:48:24 2008
->  19 5 days, 12:31:38 | Linux 2.6.24-22-serverTue Dec  9 23:26:58 2008


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



Update: Read Well And Get Back to me

2008-12-15 Thread Abu Ali
The event "Read Well And Get Back to me" has changed.
New! = items changed by your host.


By your host Abu Ali:


 Date:  Monday December 15, 2008

 Time:  9:00 am - 10:00 am (GMT +00:00)

Will you attend? RSVP to this invitation at:

 
http://calendar.yahoo.com/abu_ali1133?v=126&a1=0&iid=2xA1jb3dl27h%40E-0YhC6%40E%40%40qtdX%40b0H&igid=bx%409Prx%40iZrl%40FgMRhcPQXl%40tqtTAeuWtxAVYh%40%40

Copyright © 2008 All Rights Reserved
 www.yahoo.com

Privacy Policy:
 http://privacy.yahoo.com/privacy/us

Terms of Service:
 http://docs.yahoo.com/info/terms/


Re: problem with SATA disk, difference between standard kernel and Debian kernel

2008-12-15 Thread Emanoil Kotsev
Aneurin Price wrote:

> On Thu, Dec 11, 2008 at 6:58 AM, lee  wrote:
>> Anyway, if it's a software problem, it's probably not the module for
>> the particular controller but something else. That people with all
>> kinds of different hardware have this problem supports this theory.
>>
>> Hm, and I haven't seen anyone using Debian reporting it ... Is there
>> anybody here who has seen it?
>>
>>
> 
> This sounds more-or-less like my problem (I'm not using RAID though):
> http://marc.info/?l=linux-ide&m=121475606225101&w=2
> 
> That's not using vanilla or Debian kernels; it's an Ubuntu machine.
> 
> As I mentioned in that thread, I've had this problem with that disk
> and controller pair in two machines. The second is still in use so
> I'm including my uptimes list for it if anyone is interested in the
> length of time it usually takes to manifest. I can live without the
> contents of the disk in question, so I tend to leave it a couple of
> days (maybe even a week) before rebooting if I have any active
> screen sessions with state I don't want to lose.
> 
> The shortest entries are probably reboots for some other reason, but
> I wouldn't be surprised if a couple of them were just times when this
> problem arose more quickly than usual. It *seems* to me to be linked
> with heavy usage, particularly writes, but I'm not convinced this
> isn't coincidence since I haven't any record of how heavily the disk
> is in use. I may well be able to get it to manifest very quickly by
> going back to using NFS, but I haven't tried.
> 

Yes when the machine goes to some higher load I see a reset on the USB bus
and then the disk is dropped.
I'm not sure what exactly causes the problem. I talked to the kernel people,
but they suggested something on the chipset/disk/cable side. Technicians
said that it's possible that this happens because of static electricity,
but still without evidence it's only suggested.
It's interesting to hear that it happens also if not using raid.

regards


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



Re: alsa and default sound input/output

2008-12-15 Thread Emanoil Kotsev

> 
> Thank for the reply.
> 
> I found out that /etc/asound.conf is *the place* to look.
> 
> Apparently it is possible to talk to soundcards by some id:
> 
> # more /proc/asound/cards
>  0 [I82801DBICH4   ]: ICH4 - Intel 82801DB-ICH4
>   Intel 82801DB-ICH4 with STAC9750,51 at irq 7
> 
> 
> Gives e.g. an entry in /etc/asound.conf :
> 
> pcm.!default {
> type hw
> card "I82801DBICH4"
> }

This is possible, yes.

> 
> For the moment, I configured dmix into asound.conf, and it appears that
> dsnoop is the equivalent for sound routing the other direction.
> 

Yes, I have put in my .asoundrc long time ago following entries to have a
duplex device using the alsa docs and different forumes. This I did because
time ago the flash player was playing only at 44100Hz and alsa was
configured at 48000. So I played with it pretty long to understand what was
the issue and did this configuration. I'm not that sure if everything is
fine there, but it seems to work for me.


# Allow mixing of multiple output streams to this device
pcm.dmixer {
 type dmix
 ipc_key 1024
# ipc_perm 0660
# ipc_key_add_uid true
# slave.pcm "hw:0,0"
slave {
pcm "hw:0,0"  # you cannot use a "plug" device here, darn.
period_time 0
period_size 1024 # must be power of 2
buffer_size 8192  # dito. It
   #format "S32_LE"
   #periods 128 # dito.
   rate 44100 # with rate 8000 you *will* hear, 44100
   # if ossmix is used :)
}
# bindings are cool. This says, that only the first
# two channels are to be used by dmix, which is
# enough for (most) oss apps and also lets
# multichannel chios work much faster:
bindings {
0 0 # from 0 => to 0
1 1 # from 1 => to 1
}
}


# Allow reading from the default device.
# Also known as record or capture.
pcm.dsnooper {
 type dsnoop
 ipc_key 2048
# ipc_perm 0660
# ipc_key_add_uid true
 slave.pcm "hw:0"
 bindings {
  0 0
  1 1
 }
}


It's fun to play with alsa if you have time bad weather outside and boring
tv or a woman around doing her own kind of things ;-)


# This is what we want as our default device
# a fully duplex (read/write) audio device.
pcm.duplex {
 type asym
 playback.pcm "dmixer"
 capture.pcm "dsnooper"
}


pcm.!default {
 type asym
# you could replace this with a route to duplex
 playback.pcm "dmixer"
 capture.pcm "dsnooper"
}




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



Re: virtualbox-ose problem: how to run "modprobe vboxdrv" automatically

2008-12-15 Thread Thilo Six

<- *snip* ->


> <---
> $ grep -C 3 vboxdrv etc/init.d/virtualbox-ose
> case "$1" in
> start)
> # try to insert module but do not fail if not possible
> if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
> /sbin/modprobe -q vboxdrv || true
> fi
> start_network
> ;;
> stop)
> stop_network
> if [ "$LOAD_VBOXDRV_MODULE" = 1 ]; then
> /sbin/modprobe -qr vboxdrv || true
> fi
> ;;
> restart|reload)
> ->
> 
> Alon welchen Kernel benutzt du?

:%s:Alon welchen Kernel benutzt du?:Alon which kernerl are you using?:gc

-- 
bye Thilo

key: 0x4A411E09


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



Re: How to append a simple text presentation at the beginning of a video file?

2008-12-15 Thread Rodolfo Medina
Rodolfo Medina a écrit :

>> My apologizes to the listers for coming back to the same question I put in
>> another thread, but I couldn't really solve the problem.
>> 
>> I didn't get good results with Kino nor with the `cat' command.
>> 
>> If anyone experienced directly that matter, his/her help's very welcome.



"thveillon.debian"  writes:

> Hi, I can see several solutions to your problem, you could use gimp to
> create images with text on it, choose a background color, make sure the
> size of the image is the same as the size of the video you want to use
> it in. Save the image in jpg, png, tiff, as you like. Open Cinelerra,
> [...]


How do I install cinelerra?  I did many attempts with different entries in
sources.list, but either the package is `not found' or there are unmet
dependencies.  What shall the proper entries be in sources.list?

Thanks
Rodolfo


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



Difference between Lenny/testing?

2008-12-15 Thread Dr. Jennifer Nussbaum
I am currently running Lenny on two laptops. I thought i had seen something on 
this list about how, with Lenny close to release, the "lenny" repositories are 
different from "testing", and if we want to keep up to date we should switch to 
"testing" in sources.list. But the docs say that lenny is just a symlink to 
"testing".

Im not trying to be ultra-bleeding-edge, but im willing to trade some stability 
for newer packages. I thought thats what i was doing with "lenny". Should i 
switch to "testing" in sources.list, or am i confused?

Jen


  


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



Re: Difference between Lenny/testing?

2008-12-15 Thread Eduardo M KALINOWSKI
Dr. Jennifer Nussbaum wrote:
> I am currently running Lenny on two laptops. I thought i had seen something 
> on this list about how, with Lenny close to release, the "lenny" repositories 
> are different from "testing", and if we want to keep up to date we should 
> switch to "testing" in sources.list. But the docs say that lenny is just a 
> symlink to "testing".
>
> Im not trying to be ultra-bleeding-edge, but im willing to trade some 
> stability for newer packages. I thought thats what i was doing with "lenny". 
> Should i switch to "testing" in sources.list, or am i confused?
>   

Lenny is indeed testing. At least for now, once it's release, it will
become 'stable', and testing will point to the future release.

If you see a difference between 'testing' and 'lenny', there is probably
something wrong with your setup and/or your mirrors. You should start by
showing us your /etc/apt/sources.list file, and the packages for which
you see a difference.


-- 
God save us from a bad neighbor and a beginner on the fiddle.

Eduardo M KALINOWSKI
edua...@kalinowski.com.br
http://move.to/hpkb


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



Unexpected loss of font (LucidaTypewriter) in Gnome under Lenny

2008-12-15 Thread Diab Jerius
For some time I've been using LucidaTypewriter in gnome-terminal.   I 
recently replaced my video card and something that I did (dpkg-
reconfigure on xserver-xorg or something else) caused GNOME apps to no 
longer see the Lucida Typewriter font.  For example, gnome-terminal no 
longer lists the font as being available, and it renders text using 
another font although its setting is for LucidaTypewriter.

I know that the font exists, as it is listed by xlsfonts and my xterm 
setup uses it.  Strangely enough, if I run gnome-terminal remotely on a 
host running etch, it uses the correct font and shows that it is 
available.  In my understanding of things, the server provides the font, 
so this mystifies me.

I have verified that the problem exists using the default gnome setup (I 
created a user with no previous gnome usage and saw the same problem).

Does anyone have an idea of what might have gone awry?

Thanks,

Diab


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



Re: Difference between Lenny/testing?

2008-12-15 Thread Steve Lamb
The difference is Testing Bruce never took to the stage like his brother.



signature.asc
Description: OpenPGP digital signature


Re: How to set user locale, instead of global locale?

2008-12-15 Thread Mauricio

Do you know how can I change my locale as
user of a remote system (with only terminal
access)? (...)




  You can read the Debian Reference:
  http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-env-locale

>   (...)

It ended up that the system was misconfigured to my
shell (zsh), my initialization wasn't even beeing called.
After the admin solved that, setting LC_ALL worked well.

Sorry for your time...

Maurício



 Deica.


> Porquê loitar e matar, se podes amar e sonhar

Por curiosidade, você pode me mandar um e-mail pessoal
explicando o que são "deica" e "loitar"? Aqui no Brasil
nunca ouvi.
Abs.


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




Re: Difference between Lenny/testing?

2008-12-15 Thread Ron Johnson

On 12/15/08 13:24, Dr. Jennifer Nussbaum wrote:

I am currently running Lenny on two laptops. I thought i had seen
something on this list about how, with Lenny close to release, the

> "lenny" repositories are different from "testing", and if we want

A big pile of packages is piling up in *Experimental*, because of 
the Lenny Freeze.  DDs don't want _new_ stuff accidentally migrating 
into Lenny, when what they want is for bug-fixes to existing 
versions to migrate from Sid to Lenny.


> to keep up to date we should switch to "testing" in sources.list.
> But the docs say that lenny is just a symlink to "testing".

You've got it backwards.  Check out this ftp directory:
ftp://mirrors.kernel.org/debian/dists

Note in the attachement that stable, testing and unstable are 
symlinks to etch, lenny and sid.


When lenny goes stable, the stable symlink will be pointed to lenny, 
and the lenny directory tree will be duped into a new directory 
named squeeze, and the testing symlink will be pointed to squeeze.



Im not trying to be ultra-bleeding-edge, but im willing to trade some stability for newer packages. 
I thought thats what i was doing with "lenny". Should i switch to "testing" in 
sources.list, or am i confused?


Go to Sid.  You'll still excellent stability (unless you have very 
new hardware), but still have pretty-current software.  Except for 
times like this, very close to Lenny release.


--
Ron Johnson, Jr.
Jefferson LA  USA

How does being physically handicapped make me Differently-Abled?
What different abilities do I have?
ncftp /debian/dists > dir
lrwxrwxrwx1 400  4004   Feb 16  2008   Debian4.0r5 -> etch
-rw-r--r--1 400  400  400   Oct 27 20:27   README
drwxr-sr-x5 400  400 4096   Oct 23 16:44   etch
drwxr-sr-x5 400  400   78   Dec 15 08:46   etch-m68k
drwxr-sr-x5 400  40024576   Dec 15 08:45   etch-proposed-updates
drwxr-sr-x5 400  400   78   Dec 15 08:48   experimental
drwxr-sr-x   17 400  400 4096   Dec 15 08:46   lenny
drwxr-sr-x5 400  400   78   Dec 15 08:46   
lenny-proposed-updates
lrwxrwxrwx1 400  400   21   Nov 10  2007   proposed-updates -> 
etch-proposed-updates
lrwxrwxrwx1 400  400   12   Aug  4 20:46   rc-buggy -> 
experimental
drwxr-sr-x   18 400  400 4096   Dec 15 08:48   sid
lrwxrwxrwx1 400  4004   Nov 10  2007   stable -> etch
lrwxrwxrwx1 400  400   21   Nov 10  2007   
stable-proposed-updates -> etch-proposed-updates
lrwxrwxrwx1 400  4005   Nov 10  2007   testing -> lenny
lrwxrwxrwx1 400  400   22   Nov 10  2007   
testing-proposed-updates -> lenny-proposed-updates
lrwxrwxrwx1 400  4003   Nov 10  2007   unstable -> sid


Re: Difference between Lenny/testing?

2008-12-15 Thread Boyd Stephen Smith Jr.
On Monday 2008 December 15 13:24:43 Dr. Jennifer Nussbaum wrote:
>I am currently running Lenny on two laptops. I thought i had seen something
> on this list about how, with Lenny close to release, the "lenny"
> repositories are different from "testing", and if we want to keep up to
> date we should switch to "testing" in sources.list. But the docs say that
> lenny is just a symlink to "testing".

Until release, they will be the same.  As part of release, "Squeeze" will be 
created as a copy of "Sid", the "stable" symlink will be change to point 
to "Lenny" and the "testing" symlink will be changed to point to "Squeeze".

>Im not trying to be ultra-bleeding-edge, but im willing to trade some
> stability for newer packages. I thought thats what i was doing with
> "lenny". Should i switch to "testing" in sources.list, or am i confused?

You probably should switch Squeeze, about a month or two after the release of 
Lenny.  Unstable and testing can go through quite a bit of churn just after 
release, so It might have too many bugs during that time for you.  Or, you 
can just stick with testing the whole way -- it's protections are not relaxed 
during the post-release period, although they are stepped up during the 
pre-release freeze (now).
-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bs...@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     


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


OT Internet Radio Reception Program

2008-12-15 Thread Thomas H. George
I ordered an Aluratek AIRJ01F as a Christmas present for a grandson who
sticks with Windows XP.  My understanding is that this device when
plugged in to a usb port automaticly loads a program which provides
access to 13,000 internet radio stations with scan options to find
various types of music.

Curious, I have tried google and apt-cache searches for something
similar for linux without locating any matches.  Of course mplayer
and similar packages allow me to connect to streams from stations I know
so the difference is only the problem of identifying 13,000 posible
streams and some information about their characteristics.  Someone must
have done a lot of work?

Perhaps the gadget would work with wine?  If not maybe my grandson will
tell me if he finds a particularly interesting station.

Tom


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



Re: How to append a simple text presentation at the beginning of a video file?

2008-12-15 Thread Florian Kulzer
On Mon, Dec 15, 2008 at 19:52:43 +, Rodolfo Medina wrote:
> How do I install cinelerra?  I did many attempts with different entries in
> sources.list, but either the package is `not found' or there are unmet
> dependencies.  What shall the proper entries be in sources.list?

AFAICT, cinelerra is available from debian-multimedia.org (please try to
use a mirror in your sources.list), but only for Lenny and Sid. If you
are on Etch then you might have to compile it yourself, which will
probably be a pain in the neck because it depends on some libraries that
are themselves not in Debian.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


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



Re: Difference between Lenny/testing?

2008-12-15 Thread John Hasler
Boyd Stephen Smith Jr. writes:
> As part of release, "Squeeze" will be created as a copy of "Sid"...

It will be created as a copy of Lenny.  Immediately after the release
Stable (Lenny) and Testing (Squeeze) will be identical.  The freeze will be
lifted and Testing will drift away from Stable as packages move into it
from Unstable.  

-- 
John Hasler


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



Re: Difference between Lenny/testing?

2008-12-15 Thread Boyd Stephen Smith Jr.
On Monday 2008 December 15 14:51:09 John Hasler wrote:
>Boyd Stephen Smith Jr. writes:
>> As part of release, "Squeeze" will be created as a copy of "Sid"...
>
>It will be created as a copy of Lenny.  Immediately after the release
>Stable (Lenny) and Testing (Squeeze) will be identical.  The freeze will be
>lifted and Testing will drift away from Stable as packages move into it
>from Unstable.

Yeah, after seeing the other replies on the thread, I recognize that I was 
incorrect.

That said, the time they are identical will only be a few days at most.  There 
are currently packages that are only being kept out of testing due to the 
freeze.  It won't be the best time to be running "testing", but the standard 
protections for testing will still be in effect.
-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bs...@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     


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


In-Reply-To=<20081215001217.68aa4...@macco.homelinux.com>&Subject=Re:%20Re:%20virtualbox-ose%20problem:%20how%20to%20run%20"modprobe%20vboxdrv"%20automatically

2008-12-15 Thread salonh
thanks
that solved it



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



phone simens ME45 and obexftp via USB

2008-12-15 Thread Антон

Good time.
I try to put some files on my phone by obexftp via USB , but it can put only 
some bytes
and then "connection failed". But it can listen files and read it.

Also , after each time of connection to phone i need to replug it , because
obexftp failed to connect again.
My system is on notebook , i've tried any versions of obexftp - stable , 
unstable & 0.22 from source ,
and udev - also stable and unstable.

In Windows with "siemens data sute" i can put any files and without replugging 
phone.


Any help will be very welcome :)

--
Regards , Anton .




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



Re: Difference between Lenny/testing?

2008-12-15 Thread Sven Joachim
On 2008-12-15 22:28 +0100, Boyd Stephen Smith Jr. wrote:

> On Monday 2008 December 15 14:51:09 John Hasler wrote:
>>Boyd Stephen Smith Jr. writes:
>>> As part of release, "Squeeze" will be created as a copy of "Sid"...
>>
>>It will be created as a copy of Lenny.  Immediately after the release
>>Stable (Lenny) and Testing (Squeeze) will be identical.  The freeze will be
>>lifted and Testing will drift away from Stable as packages move into it
>>from Unstable.
>
> Yeah, after seeing the other replies on the thread, I recognize that I was 
> incorrect.
>
> That said, the time they are identical will only be a few days at
> most.

Only a few hours, actually.  The next britney run after the release will
flood testing with hundreds, if not thousands of new and updated packages
that had been kept back during the freeze.

Sven


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



Re: How to append a simple text presentation at the beginning of a video file?

2008-12-15 Thread thveillon.debian
>Florian Kulzer wrote :
>> On Mon, Dec 15, 2008 at 19:52:43 +, Rodolfo Medina wrote:
>> How do I install cinelerra?  I did many attempts with different entries in
>> sources.list, but either the package is `not found' or there are unmet
>> dependencies.  What shall the proper entries be in sources.list?
> 
> AFAICT, cinelerra is available from debian-multimedia.org (please try to
> use a mirror in your sources.list), but only for Lenny and Sid. If you
> are on Etch then you might have to compile it yourself, which will
> probably be a pain in the neck because it depends on some libraries that
> are themselves not in Debian.
> 

Cinelerra and Kdenlive are both available for Lenny and upward, not
Etch. Outside of the debian-multimedia packages (which I would
recommend) there's a few other possible repositories, this one for
instance has given good results for 64bit systems :

http://giss.tv/~vale/debian64/

But I would definitely stick with
debian-multimedia, and as Florian Kulzer said building from sources is
really not an easy option with Cinelerra...

Out of curiosity I have tested Openmovieeditor following your question,
which is available in Debian

http://packages.debian.org/lenny/openmovieeditor

saving you the hassle of adding debian-multimedia to your sources. It
has worked very well doing exactly what you want: adding some still
images in the beginning of a 800M video, wrapping up some text on top of
that, and then rendering everything in mpeg video and audio. So it's
worth a try if you can't cope with Cinelerra installation and
not-so-friendly gui...

 To quickly grasp the basics of Openmovieeditor :

http://uk.youtube.com/watch?v=9ljEb1PdEdM

 To see what Cinelerra can do for you :

http://makefx.wordpress.com/

Tom


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



Re: Difference between Lenny/testing?

2008-12-15 Thread H.S.
Sven Joachim wrote:

> Only a few hours, actually.  The next britney run after the release will
> flood testing with hundreds, if not thousands of new and updated packages
> that had been kept back during the freeze.
> 
> Sven
> 
> 

To avoid the chaos that would ensue (for how long? some days, weeks?),
would it be wise to replace 'testing' with 'lenny' in sources.list file,
at least till the noise after the release has settled down in Testing?

-- 

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


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



Error when running autoreconf

2008-12-15 Thread Rodolfo Medina
I'm trying to build cinelerra from cvs source, following the steps at:

 http://cinelerra.org/docs/split_manual_en/cinelerra_cv_manual_en_2.html

, but when I do `autoreconf -i --force', in order to create the
configure file, I get the
following output:

configure.in:18: error: possibly undefined macro: AC_ENABLE_SHARED
  If this token and others are legitimate, please use
m4_pattern_allow.
  See the Autoconf documentation.
configure.in:19: error: possibly undefined macro: AC_DISABLE_STATIC
configure.in:20: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

.  I'm really lost here.  Any help much appreciated.

Rodolfo


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



Re: Difference between Lenny/testing?

2008-12-15 Thread John Hasler
Boyd Stephen Smith Jr. writes:
> That said, the time they are identical will only be a few days at most.
> There are currently packages that are only being kept out of testing due
> to the freeze.

But they have all already met the migration criteria.
-- 
John Hasler


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



Re: Difference between Lenny/testing?

2008-12-15 Thread David Jardine
On Mon, Dec 15, 2008 at 05:30:09PM -0500, H.S. wrote:
> Sven Joachim wrote:
> 
> > Only a few hours, actually.  The next britney run after the release will
> > flood testing with hundreds, if not thousands of new and updated packages
> > that had been kept back during the freeze.
> > 
> > Sven
> > 
> > 
> 
> To avoid the chaos that would ensue (for how long? some days, weeks?),
> would it be wise to replace 'testing' with 'lenny' in sources.list file,
> at least till the noise after the release has settled down in Testing?

You could stick with 'testing' and delay upgrading for a while, 
although you'd miss any security fixes in lenny for that period.  
You also need to consider whether you prefer daily medium-sized 
upgrades or one massive one, where a problem might be more 
difficult to isolate.

> 
> -- 
> 
> Please reply to this list only. I read this list on its corresponding
> newsgroup on gmane.org. Replies sent to my email address are just
> filtered to a folder in my mailbox and get periodically deleted without
> ever having been read.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> 


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



Re: Difference between Lenny/testing?

2008-12-15 Thread H.S.
David Jardine wrote:

>> To avoid the chaos that would ensue (for how long? some days, weeks?),
>> would it be wise to replace 'testing' with 'lenny' in sources.list file,
>> at least till the noise after the release has settled down in Testing?
> 
> You could stick with 'testing' and delay upgrading for a while, 

Yup, that is what I had originally in mind.

> although you'd miss any security fixes in lenny for that period.  
> You also need to consider whether you prefer daily medium-sized 
> upgrades or one massive one, where a problem might be more 
> difficult to isolate.

Well, I was hoping that the new problems would be fixed in a few weeks
time after they arise. So I was imagining I could skip them if I stay
with Lenny during that while or not upgrade at all.

Though upgrading daily has its own advantages, as you alluded.

->HS


-- 

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


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



SOLVED: Audio: How to Cut out Seconds of Silence

2008-12-15 Thread wauh...@yahoo.com

Brian McKee wrote:

On Mon, Dec 15, 2008 at 3:07 AM, Bob Cox  wrote:
  

On Sun, Dec 14, 2008 at 19:26:34 -0700, wauh...@yahoo.com (wauh...@yahoo.com) 
wrote:



I have an audio file (wav or mp3 format), which consists of sequences of
useful audio-data - after a few seconds interrupted by about two seconds
of absolute silence.
I could edit the file with AUDACITY manually for to CUT OUT all these
silent seconds.
  


There's a tool built into Audacity which will do that automatically.
See the effects menu, named something like 'Gap removal'

I note that it's a recent feature - I have it on my Lenny machine at
home, but not here at work where I'm running an older version of
Audacity.

Brian

  

Thanks to all, which have replied,
I found that it is called "TRUNCATE SILENCE" in Audacity's Effect Menu. 
That did it for me.


Hugo Wau











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




Re: 64-bit Flash Player

2008-12-15 Thread Girish Kulkarni
On Mon, Dec 15, 2008 at 6:39 PM, Sjoerd Hardeman wrote:
> I do think that the experimental repository of debian-multimedia is not
> compiled with the libraries of etch. That explains the problems. You can
>  use the stable repository, but that of course is the 32-bits version and
> nspluginwrapper. So I think you either have to update your system to
> testing/unstable, or use a 32 bit version of flash.

You're probably right.  But I was expecting at least the
lobflashplayer.so (v10) from Adobe's site to work!

Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com


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



Re: 64-bit Flash Player

2008-12-15 Thread Daryl Styrk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Girish Kulkarni wrote:
> On Mon, Dec 15, 2008 at 6:39 PM, Sjoerd Hardeman wrote:
>> I do think that the experimental repository of debian-multimedia is not
>> compiled with the libraries of etch. That explains the problems. You can
>>  use the stable repository, but that of course is the 32-bits version and
>> nspluginwrapper. So I think you either have to update your system to
>> testing/unstable, or use a 32 bit version of flash.
> 
> You're probably right.  But I was expecting at least the
> lobflashplayer.so (v10) from Adobe's site to work!
> 
> Girish.
> 

What did about:plugins say about the attempt at v10?


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklHNNgACgkQejxzjThnMmLzpQCgjuEGxkdiJA9nADG/MkPm9NWW
Ca4An3vvMtKl3IYbxdCZdN5HcGhfa23j
=5OY7
-END PGP SIGNATURE-


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



Re: 64-bit Flash Player

2008-12-15 Thread CaT
On Tue, Dec 16, 2008 at 10:07:06AM +0530, Girish Kulkarni wrote:
> You're probably right.  But I was expecting at least the
> lobflashplayer.so (v10) from Adobe's site to work!

Adobe didn't compile it with the libs that are avail in etch.

-- 
  "A search of his car uncovered pornography, a homemade sex aid, women's 
  stockings and a Jack Russell terrier."
- http://www.news.com.au/story/0%2C27574%2C24675808-421%2C00.html


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



Re: 64-bit Flash Player

2008-12-15 Thread Girish Kulkarni
On Tue, Dec 16, 2008 at 10:25 AM, Daryl Styrk wrote:
> What did about:plugins say about the attempt at v10?

Nothing!

Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com


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



Re: 64-bit Flash Player

2008-12-15 Thread Girish Kulkarni
On Tue, Dec 16, 2008 at 10:14 AM, CaT  wrote:
> Adobe didn't compile it with the libs that are avail in etch.

Really?  That would've explained it, but apparently Daryl on this
thread already has it working on his 64-bit Etch.

Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com


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



Re: OT Internet Radio Reception Program

2008-12-15 Thread Dave Thayer
On Mon, Dec 15, 2008 at 12:38:20PM -0500, Thomas H. George wrote:
> I ordered an Aluratek AIRJ01F as a Christmas present for a grandson who
> sticks with Windows XP.  My understanding is that this device when
> plugged in to a usb port automaticly loads a program which provides
> access to 13,000 internet radio stations with scan options to find
> various types of music.
> 
> Curious, I have tried google and apt-cache searches for something
> similar for linux without locating any matches.  Of course mplayer
> and similar packages allow me to connect to streams from stations I know
> so the difference is only the problem of identifying 13,000 posible
> streams and some information about their characteristics.  Someone must
> have done a lot of work?
> 

You probably want something that uses a service such as shoutcast or
live365. Streamtuner supports several such services, and 
"apt-cache search shoutcast" gives several other candidates.

HTH

dt

-- 
Dave Thayer   | Whenever you read a good book, it's like the 
Denver, Colorado USA  | author is right there, in the room talking to 
d...@thayer-boyle.com | you, which is why I don't like to read 
  | good books. - Jack Handey "Deep Thoughts"


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



Re: 64-bit Flash Player

2008-12-15 Thread Daryl Styrk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Girish Kulkarni wrote:
> On Tue, Dec 16, 2008 at 10:14 AM, CaT  wrote:
>> Adobe didn't compile it with the libs that are avail in etch.
> 
> Really?  That would've explained it, but apparently Daryl on this
> thread already has it working on his 64-bit Etch.
> 
> Girish.
> 


Sorry if I in some way mislead with Etch.. Running Lenny here.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklHStUACgkQejxzjThnMmJnWwCgr2oeo/hvmZIzq3S/aQNXeiUP
2VoAn26YofIVMrdAexwSuccoNGUzKq72
=7vvB
-END PGP SIGNATURE-


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



Re: 64-bit Flash Player

2008-12-15 Thread Girish Kulkarni
On Tue, Dec 16, 2008 at 11:59 AM, Daryl Styrk wrote:
> Sorry if I in some way mislead with Etch.. Running Lenny here.

Oh, OK.  So its a dependency issue then.  Thanks.

Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com


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



Yo! PR: Get Familiar With Supastar LT, Clinton Sparks' New Artist

2008-12-15 Thread Yo! Raps
Please contact me if you place any of the following information on your
site, or to request an interview. Thank you for your time!

SUPASTAR LT GEARING UP FOR "VOICE OF THE CITY", HOSTED BY CLINTON SPARKS

Supastar LT, the new signee to Clinton Sparks' Get Familiar Records, is
currently gearing up for the release of his anticipated mixtape "Voice Of
The City" which will drop on January 1. With "Voice Of The City", hosted by
TV and Radio personality Clinton Sparks himself, LT will start the new year
with a big bang that introduces him to the world of Hip-Hop globally.
 
Below you can download the first single "Risk My Life":

AUDIO: Supastar LT - Risk My Life [Radio]
http://www.sendspace.com/file/x6emcf

AUDIO: Supastar LT - Risk My Life [Street]
http://www.sendspace.com/file/9dd025

Furthermore Supastar LT is working on his first DVD documentary that will be
released on the same date as the "Voice Of The City" mixtape. The
documentary shows the life of a "Supastar" in the making as you can follow
LT on his grind - recording in the studio, on the road, working with some of
today's Hip-Hop heavyweights including Akon, DJ Khaled, Ray J, Kardinal
Offishall, Rick Ross, Red Cafe and many more. Watch the trailer below...

DIRECT LINK
http://vimeo.com/2502132?pg=transcoded_embed&sec=2502132
 
EMBED CODE
http://vimeo.com/moogaloop.swf?clip_id=2502132&server=vimeo.com&show_title=1&show_byline=1&;
show_portrait=0&color=&fullscreen=1" />http://vimeo.com/moogaloop.swf?clip_id=2502132&server=vimeo.com&show_title=1&show_byline=1&;
show_portrait=0&color=&fullscreen=1"
type="application/x-shockwave-flash" allowfullscreen="true"
allowscriptaccess="always" width="400" height="302">http://vimeo.com/2502132";>Supastar LT 2008 Documentary
Preview from http://vimeo.com/user1029836";>cody james on http://vimeo.com";>Vimeo.
 
ABOUT SUPASTAR LT
Supastar LT has been stringing sharp-witted words together for years and
already worked and recorded alongside major Hip-Hop artists like Fat Joe,
Jim Jones, DJ Khaled, Trey Songz, Lil Scrappy, AZ, Akon, Foxy Brown, Rick
Ross, Fabolous, just to name a few. At just 20-years-old the Boston rapper
has already perfected his craft and built up a heavy buzz in the streets.
This very promising and extremely talented young gunner is a "Supastar" in
the making, without a doubt. Get familiar! 

SUPASTAR LT IS AVAILABLE FOR INTERVIEWS

MySpace: www.myspace.com/supastarlt
Manager: Ausadee | ausa...@gmail.com
Promotion: Kai Denninger | i...@yo-pr.com | +49-5507-39

Don't forget to check www.yoraps.com for your daily dose of Hip-Hop!   

Get your song, video, mixtape, press release serviced up to 1,200,000
industry contacts including Label Execs, A&R's, Radio Stations, Record
Breakers, Record Pools, Magazines, Major Websites, Promoters, Artists,
Consumers, Managers, Publicists! Email i...@yo-pr.com

---
This e-mail was sent to debian-user@lists.debian.org because you are
subscribed to at least one of our mailing lists. If at any time you would
like to remove yourself from our mailing list, please feel free to do so by
visiting:
http://www.yoraps.com/mailinglist/public/unsubscribe.php?g=6&addr=debian-u...@lists.debian.org