[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Yan: debian-user-digest Digest V2012 #620



 
--------------------------------------------------------------------------------------------------------------------------
Serkan YANARATES
Ser BILGISAYAR BILISIM TIC.

Kimden: "debian-user-digest-request@lists.debian.org" <debian-user-digest-request@lists.debian.org>
Kime: debian-user-digest@lists.debian.org
Gönderildiği Tarih: 20 Nis 2012 11:02 Cuma
Konu: debian-user-digest Digest V2012 #620

----- İletilen Mesaj -----

debian-user-digest Digest                Volume 2012 : Issue 620

Today's Topics:
  dpkg fails to install 32-bit adobe a  [ Chris Hiestand <chiestand@salk.edu> ]
  Re: Is there a system sync tool?      [ green <greenfreedom10@gmail.com> ]
  siduction distribution - KDE4 deskto  [ Sian Mountbatten <poenikatu@fastmai ]
  Re: Can't upgrade anyting in Sid      [ "Weaver" <weaver@riseup.net> ]
  Re: Working with ssh's escape charac  [ Jude DaShiell <jdashiel@shellworld. ]
  Re: Re: SB1040 X-Fi Xtreme Audio pro  [ Jasper Noe <rjnoe@xs4all.nl> ]
  what happened to debian-multimedia.o  [ Jude DaShiell <jdashiel@shellworld. ]
  Re: about DSA-2452-1 apache2 -- inse  [ Vincent Lefevre <vincent@vinc17.net ]
  Re: what happened to debian-multimed  [ Victor Padro <vpadro@gmail.com> ]
  Re: how to change bubble size ?      [ "J. Bakshi" <bakshi12@gmail.com> ]
  which is the best webserver          [ Joby Mathew <debianupdate@gmail.com ]
  Re: which is the best webserver      [ Scott Ferguson <scott.ferguson.debi ]
So this works fine on 64-bit squeeze:
> chiestand@squeeze:/tmp$ sudo dpkg -i --force-architecture adobereader-enu_9.5.1_i386.deb

But not on 64-bit wheezy:
> chiestand@wheezy:/tmp$ sudo dpkg -i --force-architecture adobereader-enu_9.5.1_i386.deb
> (Reading database ... 783153 files and directories currently installed.)
> Preparing to replace adobereader-enu 9.5.1 (using areader.old.deb) ...
> Unpacking replacement adobereader-enu ...
> dpkg: dependency problems prevent configuration of adobereader-enu:
>  adobereader-enu depends on libgtk2.0-0 (>= 2.4).
> dpkg: error processing adobereader-enu (--install):
>  dependency problems - leaving unconfigured
> Processing triggers for man-db ...
> Errors were encountered while processing:
>  adobereader-enu

Notice the dependency failure. But the depend is actually satisfied in wheezy:
> chiestand@wheezy:/tmp$ dpkg -l libgtk2.0-0
> 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                        Version                    Description
> +++-===========================-===========================-======================================================================
> ii  libgtk2.0-0:amd64          2.24.10-1                  GTK+ graphical user interface library

Is this a multi-arch issue? I've tried setting up multi-arch:
> sudo dpkg --add-architecture i386
> sudo apt-get update

But I get the same result. Bob Proulx, maybe you were right ;-)

Any ideas, anyone?

Thanks,
ChrisMagicloud Magiclouds wrote at 2012-04-19 09:39 -0500:
>  I have a PC at work, and a PC at home. And I am really tired to
> build the same environment at home every time I changed something at
> work.

unison works great for files in /home, but I do not know how the full system
configuration would be synced.
When I clicked on an http link in an email message in icedove, firefox was started and the link appeared on a tab.

Then I discovered that my firefox stopped working. Click on firefox: no action. So I deleted firefox from the /usr/local tree and deleted ~/.mozilla in case that was the problem (a duff plugin perhaps).

Then, using elinks, I downloaded firefox version 11.0 from www.mozilla.org and installed the contents of the tarball in /usr/local/share/firefox. I then put a link to the firefox binary in my own binary directory which is on my PATH.

I then clicked on KDE Settings->System Settings->Default Applications
and made sure that firefox was the default browser. Then I logged out in case that was needed.

Now, when I click on a link in an email message in icedove, nothing happens. No web-browser loaded.

I noticed that /etc/alternatives/www-browser pointed to /usr/bin/elinks. So I tried the command
  sudo apt-get purge elinks-lite
but that purged elinks-lite and install konqueror which I definitely do not want to use, 'cos I'm happy with firefox.Does clicking on a link now load a web browser? No.

How can I get the web-browser loaded when I click on an email message link? Anybody any ideas?

Sincerely
-- Sian Mountbatten
ex-Algol 68 specialist
> On Thu 19 Apr 2012 at 05:40:19 -0700, Weaver wrote:
>
>> > Use 'dpkg -i' to install libapt from /var/cache/apt/archives.
>>
>> O.K., I've checked out that directory and libapt is sitting there
>> waiting
>> for install, but I'm not used to running dpkg.
>> What is the full command format please?
>
> For me:
>
>    dpkg -i /var/cache/apt/archives/libapt-pkg4.12_0.9.1_i386.deb
>
>> And why isn't aptitude handling this?
>
> For the same reason apt isn't - a bug in something, somewhere. A search
> with 'APT::pkgPackageManager::MaxLoopCount' brings up references. I lost
> interest once I fixed it.

O.K., thanks very much for this.
Regards,

Weaver.

--


Religion is regarded by the common people as true,
by the wise as false,
and by the rulers as useful.

— Lucius Annæus Seneca.

Terrorism, the new religion.
Try hitting tilde followed by period and see what happens within an ssh
login shell.  The tilde is the key to the left of the 1 key just
shifted.

On Thu, 19 Apr 2012, Regid Ichira wrote:

>  I had difficulties getting ssh(1)'s ESCAPE CHARACTERS to be recognized
> from within a login shell over ssh.  In particular, sometimes the escape
> character was not recognized as such.  I was able to find in gmane a
> similar issue for a Gentoo user from a few years ago.  I don't have
> that gmane URL handy.
>  Do you find the below patch acceptable?
>
> --- a/usr/share/man/man1/ssh.1.gz      2012-04-19 21:47:00.933890166 +0300
> +++ b/usr/share/man/man1/ssh.1  2012-04-19 17:20:24.000000000 +0300
> @@ -866,6 +866,11 @@ A single tilde character can be sent as
>  or by following the tilde by a character other than those described below.
>  The escape character must always follow a newline to be interpreted as
>  special.
> +With a login shell, one might issue a single new line character to prepare
> +the correct conditions for ssh to catch the escape character.
> +If the escape character is cought by the remote application, perhaps
> +it is echoed back by a login shell, then it will not affect the
> +underline ssh channel.
>  The escape character can be changed in configuration files using the
>  .Cm EscapeChar
>  configuration directive or on the command line by the
> @@ -913,6 +918,8 @@ option is enabled in
>  Basic help is available, using the
>  .Fl h
>  option.
> +Pressing the return key twice will close the command line after it
> +was started from a login shell.
>  .It Cm ~R
>  Request rekeying of the connection
>  (only useful for SSH protocol version 2 and if the peer supports it).
>
>
>

----------------------------------------------------------------
Jude <jdashiel-at-shellworld-dot-net>
<http://www.shellworld.net/~jdashiel/nj.html>
>
> In /proc/asound there are a number of files and directories
> that deal with sound, but all of them are 'read only', even
> for root. The modules file contains two entries for sound
> drivers, both of them being for snd-hda-intel. If I try to run
> 'modprobe -r snd-hda-intel' I get that it is in use, so maybe
> my card 0 is satisfied with that driver. Unloading the driver by
> putting an option in alsa-base.conf with an index of -2 and
> rebooting turns off the system beeps ( which have always
> worked). Since the module seems to be determined by the
> entries in /proc/asound/modules, which is apparently
> unmodifiable, even by root, I can't test out the other
> candidate driver, snd-hda-codec-ca0110
>
> Does anyone have an idea how to proceed?

Three modules:

>        snd_hda_codec_ca0110
>        snd_hda_codec_atihdmi
>        snd_hda_intel

snd_hda_intel is needed for -both- cards.

( there are many different cards that all go under this flag, that is
what makes it so confusing. )

So you should put the option for the ati module in alsa-base.conf .

Hope you will get it to work !

--Jasper.
It seems to have been down for a while.

----------------------------------------------------------------
Jude <jdashiel-at-shellworld-dot-net>
<http://www.shellworld.net/~jdashiel/nj.html>
On 2012-04-19 15:08:55 +0000, Camaleón wrote:
> On Wed, 18 Apr 2012 18:24:34 +0200, Vincent Lefevre wrote:
> > On 2012-04-17 15:39:48 +0000, Camaleón wrote:
> >> On Mon, 16 Apr 2012 14:25:17 +0200, Vincent Lefevre wrote:
> >> > IMHO, the real bug is in mod_php or mod_rivet, that shouldn't be
> >> > active (at least concerning the scripting features) by default unless
> >> > this is explicitly told with some "Options" for the concerned
> >> > directory.
> >>
> >> I can be wrong but the bug seems aimed to correct the package which
> >> contains the file that enables the alias by default, hence the apache2
> >> package.
> >
> > But the user isn't necessarily the administrator. If the admin installs
> > mod_php, making the bug appear if the user has added a symlink to
> > /usr/share/doc, that's very bad.
>
> Sure, but in such case the user (who is in charge of the "alias" for
> their domains) will have to manually make the required corrections and
> the same goes for the vhosts.

Except that if the user doesn't do this, the same security problem
will occur.

> There are times when a global solution can't be applied and this
> seems to be one of that situations.

There is a better solution: to fix mod_php and mod_rivet.

--
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
On Thu, Apr 19, 2012 at 6:36 PM, Jude DaShiell <jdashiel@shellworld.net> wrote:
> It seems to have been down for a while.
>
> ----------------------------------------------------------------
> Jude <jdashiel-at-shellworld-dot-net>
> <http://www.shellworld.net/~jdashiel/nj.html>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] alpine.BSF.2.01.1204191935010.48997@freire1.furyyjbeyq.arg" target="_blank">http://lists.debian.org/[🔎] alpine.BSF.2.01.1204191935010.48997@freire1.furyyjbeyq.arg
>

I don't have any issue browsing on it, check your internet connection?

<quote>
If this repository is too slow for you, use a mirror. [http://bit.ly/HUYhRa]

The first package to install is debian-multimedia-keyring.
Since Squeeze you can install this package with apt-get but you need
to presse Y when the package ask what to do and do not press return.
An new “apt-get update” is also necessary.
</quote>

--
"Everything that irritates us about others can lead us to an
understanding of ourselves"
On Thu, 19 Apr 2012 17:03:54 +0000 (UTC)
Camaleón <noelamac@gmail.com> wrote:

> On Thu, 19 Apr 2012 13:59:34 -0300, Iuri Guilherme dos Santos Martins
> wrote:
>
> > Em 19-04-2012 13:07, Camaleón escreveu:
>
> >>>>> Could any one suggest me a way to change the fontsize of the desktop
> >>>>> bubble of notify-deamon ? It is too big ...
> >>>>>         
> >>>> Are you in GNOME2/3?
> >>>>       
> >> (...)
> >>
> >>
> >>> I'm using icewm. and the desktop theme controller is lxappearence
> >>>     
> >> Ouch! You should have started from there>;-)
> >>
> >> Sorry then, I don't know how "lxappearence" manages this.
> >>
> >>   
> > lxappearence does not manage this.
> >
> > You are probably talking about the libnotify used with gtk.
>
> I can't tell. The OP said "notify-deamon" so I thought he was referring
> to the "notification-daemon" package...
>
exactly... it is notification-daemon available in debian....
But the bubble is too big and I want to minimize its size as well as it's font size.

Apache or Nginx

On 20/04/12 14:44, Joby Mathew wrote:
>
>    Apache or Nginx
>
Yes.

Or Apache, Monkey, or Nginx is best.

Depending on your needs.




Kind regards

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



Reply to: