Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2704

From: <debian-user-digest-request(at)lists.debian.org>
Date: Mon Oct 29 2007 - 20:15:28 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2704

Today's Topics:

  Re: 2.3.0 ooffice                     [ "Douglas A. Tutty"  ]
  Re: texlive: command reference        [ "Douglas A. Tutty"  ]
  Help With Dependencies                [ Jeff Grossman  ]
  Re: Help With Dependencies            [ Nate Duehr  ]
  Re: mutt and IMAP accounts            [ Kevin Mark  ]
  Re: intall nvidia driver on debian l  [ MRH  ]
  Re: Help With Dependencies            [ Jeff Grossman  ]
  Mutt Config Help                      [ Jeff Grossman  ]

Date: Mon, 29 Oct 2007 17:43:59 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: 2.3.0 ooffice

Message-ID: <20071029214359.GH7313@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 29, 2007 at 04:20:44PM +0100, Pavel SRB wrote:
> as i am still fighting with oofice, i was thinking about getting the
> newest version. Now I have 2.4.0 downloaded via apt-get. I was searching
> for a while internet, about new sources to my /etc/apt/sources.list to
> have 2.3.0 available. Here i found that this version is available as
> experimental.
> http://packages.debian.org/experimental/editors/openoffice.org
>
> so i add to my list
>
> deb http://ftp.debian.org/debian/ experimental main contrib non-free
>
> but after
> apt-get update
> i still get answer i already have newest.
>
> did i add this experimental line correctly?
>

Only if you're trying to break your system or you want to run an experimental system (which often means the same thing).

Here be dragons.

Do you need help?X

Doug.

Date: Mon, 29 Oct 2007 17:35:51 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: tetex-base: Conflicts: jadetex (<= 3.13-6) but 3.13-6 is to be installed

Message-ID: <20071029213551.GF7313@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 29, 2007 at 03:24:00PM +0100, Mathieu Malaterre wrote:
> Could someone please let me know what this is supposed to mean:
>
> tetex-base: Conflicts: jadetex (<= 3.13-6) but 3.13-6 is to be installed
>
> Command:
>
> $ sudo apt-get install docbook-utils jadetex tetex-bin \

        tetex-extra tetex-base
>
> on debian oldstable (sarge)

Hopefully, someone who still runs Sarge can do some lookup. I run Etch.

You'd have to ask aptitude (or whatever you do with apt-get, haven't used it since Potato) to see what jadetex depends on.

Jadetex likely depends on tetex anyway, why not let apt sort out the dependancy. I.e. don't tell it to install tetex-base.

Do you need more help?X

However, just to be sure, send your /etc/apt/sources.list.

Doug.

Date: Mon, 29 Oct 2007 16:17:22 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Etch and Audio CDs

Message-ID: <20071029201722.GA7313@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat, Oct 27, 2007 at 11:48:07PM +0200, Michelle Konzack wrote:
> Am 2007-10-26 15:45:56, schrieb steef:
> > Michelle Konzack wrote:
> > > However, I have riped all...
> > >
> > *how* ?
>
> cdda2wav
>
> ...and leave it running up to the time when it exited
> normaly after writing 1000000 errors on my console.

How long does this take?

Patience is a virtue with which you are well endowed.

Doug.

Can we help you?X

Date: Mon, 29 Oct 2007 17:41:21 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: Contacts printing

Message-ID: <20071029214121.GG7313@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 29, 2007 at 03:47:01PM +0100, Rodolfo Medina wrote:
> On Mon, Oct 29, 2007 at 01:12:06PM +0100, Rodolfo Medina wrote:
>
> >> >>> I wish a way to print the
> >> >>> Contacts (about 300) that I have stored in a directory, one per file.
> Douglas A. Tutty" <dtutty@porchlight.ca> writes:
>
> >> >> I think you just need to write a script in your favorite language to
> >> >> parse the files and format it to your liking then just print it out.
>
> Rodolfo:
>
> >> > Every file is like this:
> >> >
> >> > BEGIN:VCARD
> >> > VERSION:2.1
> >> > N:;Oliver Hardy ;;;
> >> > TEL;CELL:3391234567
> >> > TEL;VOICE;HOME:081123567
> >> > FN:Oliver Hardy
> >> > END:VCARD
> >> >
> >> > , so the major problem would be sorting: how to sort whole items like that?
>
> "Douglas A. Tutty" <dtutty@porchlight.ca> writes:
>
> >> > So, assume that anything is possible:
> >> >
> >> > 1. What do you want to do?
>
> Rodolfo:
>
> >> I want to cat all those file into one file and then sort the above entries, I
> >> don't know how. I also want to eliminate redundant symbols and words like
> >> `BEGIN:VCARD', `END:VCARD', `N:;', `VERSION:2.1' etc.
>
> Douglas:
> >> > 2. In what language do you want to do it?
> Rodolfo:
> >> This is the same for me.
> Douglas:
> > What I mean is, in which programming language(s) are you proficient?
> None.

Then, as I see it, you have two choices:

  1. Take the opportunity to learn Python.
  2. Cat the files together from the command line.
	Easiest way is to put them all in one directory (with nothing
	else) and issue:

$ cat * > contacts.txt

        You now have everything in one file.

        Then put it in an editor and start manual sorting.

Doug.

Can't find what you're looking for?X

Date: Mon, 29 Oct 2007 16:03:24 -0700
From: Andrew Sackville-West <andrew@farwestbilliards.com> To: debian-user@lists.debian.org
Subject: Re: When I try to save html pages, nothing happens Message-ID: <20071029230324.GU1761@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1;

        protocol="application/pgp-signature"; boundary="+OC8RVH7U83T7eJX" Content-Disposition: inline

--+OC8RVH7U83T7eJX

Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Argh!!

On Mon, Oct 29, 2007 at 03:35:13PM -0700, tom arnall wrote:
> On Monday 29 October 2007 14:53, Andrew Sackville-West wrote:
> > On Mon, Oct 29, 2007 at 02:19:04PM -0700, tom arnall wrote:
> > >
> > > Reading changelogs... Done
> > > Error: "/var/tmp/kdecache-kloro" is owned by uid 1000 instead of uid=
 0.
> > > Link points to "/var/tmp/kdecache-rootcohchy"
> > > Error: "/tmp/kde-kloro" is owned by uid 1000 instead of uid 0.
> > > Link points to "/tmp/kde-root"
> > > Error: "/tmp/ksocket-kloroyr3bC5" is owned by uid 1000 instead of ui=
d 0.
> > > Link points to "/tmp/ksocket-root"
> > > Error: "/var/tmp/kdecache-kloro" is owned by uid 1000 instead of uid=
 0.
> > > Link points to "/var/tmp/kdecache-rootcohchy"
> > > apt-listchanges: Do you want to continue? [Y/n]?
> >
> > what are the perms of /var itself and its subdirs? mine looks like

                         ^^^^^
Don't know where to look next?X

/var not /tmp

> >
> > anything under /var/tmp should be owned by root (UID 0), and not you

                  ^^^^^^^^^
Confused? Frustrated?X

/var/tmp not /tmp

>=20
> did a chown -R on var/tmp. then started ff and got some error messages.=
=20
> session as follows:

no. you chown'ed /tmp which is not /var/tmp. And, *look* at /var *first* to see if it matches what I posted.

don't panic though, there is (or should not be) anything persistent in /tmp, so it will fix itself up with a reboot.=20

meanwhile look at=20

/var permissions for potential problems. In particular, /var/tmp should have the sticky bit set. Maybe you could post up the output of=20

ls -ld /var

and=20

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

ls -l /var

thanks

A

--+OC8RVH7U83T7eJX

Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHJma8aIeIEqwil4YRAs95AJ9CtQSwS9JyqoZ3VylBDq7hrVXVjQCZAV7G spGBcNTadm/sye79L+K87Uk=
=CQu9
-----END PGP SIGNATURE----- --+OC8RVH7U83T7eJX--

Date: Mon, 29 Oct 2007 15:55:10 -0700
From: tom arnall <kloro2006@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: When I try to save html pages, nothing happens

Message-Id: <200710291555.11050.kloro2006@gmail.com>
Content-Disposition: inline
Content-Type: text/plain;

  charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Do you need help?X

On Monday 29 October 2007 14:53, Andrew Sackville-West wrote:
> On Mon, Oct 29, 2007 at 02:19:04PM -0700, tom arnall wrote:
> > On Monday 29 October 2007 13:11, Andrew Sackville-West wrote:
> > > On Mon, Oct 29, 2007 at 01:05:34PM -0700, tom arnall wrote:
> > > > When I try to save html pages or whatever with firefox, nothing
> > > > happens. (i recently screwed up the permissions on my system.) bu=
t if
> > > > i start it as root ('sudo'), or use iceape, all is ok.
> > >
> > > what specifically happens? do you get a save dialog at all? does it
> > > seem to save but leave no file?
> > >
> > > regardless of the above, based on your whole permissions history, I=
'd
> > > say you should remove and reinstall firefox as a good starting poin=
t.
> > >
> > > A
> >
> > no save dialog, tho' nothing like a complaint that it can't save. it =
acts
> > in other words as if a good save except that nothing gets save,

>

> except that saving the page should pop up a save dialog, so its
> definitely not working properly.
>

> > BUT if i look in
> > the ff error console, i find:
> >
> > Error: null has no properties
> > Source File: chrome://mozapps/content/downloads/downloads.js
> > Line: 545
> >
> > Error: not well-formed
> > Source File:
> > file:///home/kloro/.mozilla/firefox/uvxnoydh.Default%20User/\
> > downloads.rdf
> > Line: 3125, Column: 36
> > Source Code:
> > <RDF:Description RDF:about=3D"/tmp/=C3=89-=C3=85(=C3=9E=C2=B7=C2=B2=
=C3=8E=C3=92=C3=92.mp3"---
> >
> > Error: uncaught exception: [Exception... "ServiceManager::\
> > GetService returned failure code:" nsresult: \
> > "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: \
> > "JS frame :: chrome://mozapps/content/downloads/\
> > downloads.js :: Startup :: line 476" data: no]
> >
> > Error: null has no properties
> > Source File: chrome://mozapps/content/downloads/downloads.js
> > Line: 545
>

> I don't know about this at all, but below...
>

> > also, when i did reinstall, i got the message:
> >
> > Reading changelogs... Done
> > Error: "/var/tmp/kdecache-kloro" is owned by uid 1000 instead of uid=
0.
> > Link points to "/var/tmp/kdecache-rootcohchy"
> > Error: "/tmp/kde-kloro" is owned by uid 1000 instead of uid 0.
> > Link points to "/tmp/kde-root"
> > Error: "/tmp/ksocket-kloroyr3bC5" is owned by uid 1000 instead of ui=
d 0.
> > Link points to "/tmp/ksocket-root"
> > Error: "/var/tmp/kdecache-kloro" is owned by uid 1000 instead of uid=
0.
> > Link points to "/var/tmp/kdecache-rootcohchy"
> > apt-listchanges: Do you want to continue? [Y/n]?
>

> what are the perms of /var itself and its subdirs? mine looks like
> this:
>
>

> andrew@basement:~/.emacs.d$ ls -ld /var
> drwxr-xr-x 15 root root 1.0K 2007-08-04 09:05 /var
> andrew@basement:~/.emacs.d$ ls -l /var
> total 26K
> drwxr-xr-x 2 root root 1.0K 2007-10-29 06:25 backups
> drwxr-xr-x 17 root root 1.0K 2007-10-16 18:08 cache
> drwxr-xr-x 3 root root 1.0K 2006-09-26 16:59 games
> drwxr-xr-x 52 root root 1.0K 2007-10-18 11:23 lib
> drwxrwsr-x 2 root staff 1.0K 2004-12-15 14:55 local
> drwxrwxrwt 2 root root 1.0K 2007-10-19 09:49 lock
> drwxr-xr-x 13 root root 3.0K 2007-10-29 11:52 log
> drwxr-xr-x 2 root root 12K 2006-07-28 18:39 lost+found
> drwxrwxrwt 2 root mail 1.0K 2007-10-29 14:00 mail
> drwxr-xr-x 2 root root 1.0K 2006-07-28 18:40 opt
> drwxr-xr-x 21 root root 1.0K 2007-10-29 11:46 run
> drwxr-xr-x 10 root root 1.0K 2007-09-06 11:48 spool
> drwxrwxrwt 4 root root 1.0K 2007-10-29 11:52 tmp
>

> anything under /var/tmp should be owned by root (UID 0), and not you
> (UID 1000, probably), so start there.
>

> hth.

>
> A

Date: Mon, 29 Oct 2007 18:48:21 -0400
From: "Douglas A. Tutty" <dtutty@porchlight.ca> To: debian-user@lists.debian.org
Subject: Re: texlive: command reference

Message-ID: <20071029224821.GA8245@titan.hooton>
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Oct 29, 2007 at 10:12:05PM +0100, Tim Gruene wrote:
>
> with tetex the documentation contained a command reference, and e.g. a
> list of symbols which was very easy to locate with the main index.html
> file.
>
> I can only find a vast, rather unordered list of documents in many
> different directories with the 'new' texlive distribution in Debian lenny
> (or etch).
>
> Is there at least the command reference in the texlive distribution? If
> so, where is it?

Texdoc and especially texdoctk.

With texdoctk, you get a little GUI of menus of documents that you can peruse and click on and it will pop up the correct viewer.

I started with texlive so I don't know how this compares with tetex.

IIRC, the "command reference" is the not-so-small intro to Latex in pdf, but I could be wrong.

Do you need more help?X

Doug.

Date: Mon, 29 Oct 2007 22:41:37 -0000
From: Ed <doyleed@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: alsaconf and printing

Message-ID: <13icod17p45psc7@corp.supernews.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Mon, 29 Oct 2007 20:10:10 +0100, Florian Kulzer wrote:

> On Mon, Oct 29, 2007 at 17:31:08 -0000, Ed wrote:

>> On Sun, 28 Oct 2007 14:50:10 +0100, Florian Kulzer wrote:
>> > On Sun, Oct 28, 2007 at 00:02:56 -0000, Ed wrote:
>=20

> [...]
>=20
>> >> The 2nd problem is with printing.  I have my printer connected to
>> >> another computer on my home network that is running samba.  On the
>> >> debian computer, I choose Desktop->Administration->Printing and Add
>> >> Printer.  I then follow all the screens (for windows printer (smb))
>> >> and it appears everything is fine. It sees my network and the
>> >> computer the printer is connected to and all seems well until I get
>> >> to the last screen.  When I hit Apply, this windows closes, and onl=
y
>> >> the original Add printer window is open with no new printer icon. = I
>> >> am not sure what is happening here. Other computers on my home
>> >> network print fine through the samba server.
>> >=20
>>=20
>=20

> I think there was a problem with your print manager. This may be
> resolved by adding your user to those two groups, so you can simply try
> again. If that fails you can also try the CUPS HTML frontend
>=20

> http://localhost:631/

>=20
> which can be accessed using any browser. Keep in mind that you will hav=
e
> to provide two different sets of credentials: First you need username
> and password for the print server, so that CUPS can authenticate you
> whenever you print something, and then you need your local username and
> password (or the one of root) because the cups daemon needs to modify
> printers.conf. Cupsd can write to this file and it will accept your
> normal credentials if you are member of the lpadmin group.
>=20
> Post again if you get stuck; in the worst case we will simply give you =
a
> working printers.conf for smb authentication (in which you will only
> have to put your printer server, username and password) and tell you ho=
w
> to install the driver manually.
>=20

> --
> Regards, | http://users.icfo.es/Florian.Kulzer
> Florian |
Hi - Thanks for the help. I'm still not there, but getting closer I=20 think.

I added my user name to groups lp and lpadmin, rebooted, and can see both= =20
in groups username.

However, using the Desktop->Administration->printing Add Printer tool=20 still does not produce a printers.conf file in /etc/cups, BUT using the=20 CUPS HTML frontend, I did create a printers.conf file. In fact, the CUPS=20 HTML frontend 'said' the installation was successful. However, I still=20 can not print. The problem probably is the printer address. I don't=20 know what to enter here. My printer is hooked up to another computer on=20 my local network that runs samba and my windows laptops can see and print= =20
to it. If I look at the printers.conf file on that computer, there is a=20 line that says DeviceURI hal:///org/freedesktop/Hal/devices/usb_device...= .
(more junk here). Anyway, not knowing what to put for printer address, I= =20
put http://'the ip address of the local computer that has the printer=20 connected to it':9100. The CUPS HTML frontend tool seemed happy with=20 that, but obviously, that was not really what it wanted as I can not=20 print even a test page.

Still learning and reading, but not there yet.

Can we help you?X

Thanks

Ed

Date: Mon, 29 Oct 2007 16:30:43 -0700
From: Jeff Grossman <jeff@stikman.com>
To: Debian Users <debian-user@lists.debian.org> Subject: Help With Dependencies

Message-ID: <47266D23.3030808@stikman.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

I want to install Mercurial. If I use aptitude install mercurial I get the following:

The following NEW packages will be installed:   dbus dbus-x11 esound-clients esound-common fam fontconfig   hicolor-icon-theme jackd kdelibs-data kdelibs4c2a kdiff3 libakode2   libart-2.0-2 libarts1-akode libarts1c2a libartsc0 libasound2 libaudio2   libaudiofile0 libavahi-client3 libavahi-common-data libavahi-common3   libavahi-qt3-1 libavc1394-0 libdbus-1-3 libdrm2 libesd0 libfam0 libflac8   libfreebob0 libfs6 libgl1-mesa-glx libglu1-mesa libice6 libiec61883-0   libjack0 libjasper1 liblcms1 liblua50 liblualib50 libmad0 libmng1 libogg0   libopenexr2ldbl libqt3-mt libraw1394-8 libsamplerate0 libsm6 libsndfile1   libspeex1 libtiff4 libvorbis0a libvorbisenc2 libvorbisfile3 libxaw7   libxcursor1 libxdamage1 libxext6 libxfixes3 libxft2 libxi6 libxinerama1   libxkbfile1 libxmu6 libxmuu1 libxrandr2 libxrender1 libxslt1.1 libxss1   libxt6 libxtrap6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 menu menu-xdg   mercurial portmap python python-minimal python-support python2.4   python2.4-minimal python2.5 python2.5-minimal qjackctl xbase-clients

But, if I use apt-get install mercurial I get:

The following NEW packages will be installed:   mercurial python python-minimal python-support python2.4 python2.4-minimal   python2.5 python2.5-minimal

Can't find what you're looking for?X

How come such a difference? I don't want to install all of that other stuff. I just want to install mercurial and what is required to run that program.

Jeff

Date: Mon, 29 Oct 2007 17:39:03 -0600
From: Nate Duehr <nate@natetech.com>
To: Debian Users <debian-user@lists.debian.org> Subject: Re: Help With Dependencies

Message-Id: 
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit

On Oct 29, 2007, at 5:30 PM, Jeff Grossman wrote:

> I want to install Mercurial. If I use aptitude install mercurial I
> get the following:

>

> The following NEW packages will be installed:
> dbus dbus-x11 esound-clients esound-common fam fontconfig
> hicolor-icon-theme jackd kdelibs-data kdelibs4c2a kdiff3 libakode2
> libart-2.0-2 libarts1-akode libarts1c2a libartsc0 libasound2 libaudio2
> libaudiofile0 libavahi-client3 libavahi-common-data libavahi-common3
> libavahi-qt3-1 libavc1394-0 libdbus-1-3 libdrm2 libesd0 libfam0
> libflac8
> libfreebob0 libfs6 libgl1-mesa-glx libglu1-mesa libice6 libiec61883-0
> libjack0 libjasper1 liblcms1 liblua50 liblualib50 libmad0 libmng1
> libogg0
> libopenexr2ldbl libqt3-mt libraw1394-8 libsamplerate0 libsm6
> libsndfile1
> libspeex1 libtiff4 libvorbis0a libvorbisenc2 libvorbisfile3 libxaw7
> libxcursor1 libxdamage1 libxext6 libxfixes3 libxft2 libxi6
> libxinerama1
> libxkbfile1 libxmu6 libxmuu1 libxrandr2 libxrender1 libxslt1.1 libxss1
> libxt6 libxtrap6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 menu menu-
> xdg
> mercurial portmap python python-minimal python-support python2.4
> python2.4-minimal python2.5 python2.5-minimal qjackctl xbase-clients
>

> But, if I use apt-get install mercurial I get:
>
>

> The following NEW packages will be installed:
> mercurial python python-minimal python-support python2.4 python2.4-
> minimal
> python2.5 python2.5-minimal
>
>

> How come such a difference? I don't want to install all of that
> other stuff. I just want to install mercurial and what is required
> to run that program.

I think what you're seeing is that apt-get and aptitude handle the "Suggests: " and "Recommended: " directives differently.

You can change that behavior in the aptitude menus, I believe, if you feel like it.

Don't know where to look next?X

Also, are you sure that aptitude isn't completing some earlier installations done outside of aptitude?

What happens in aptitude's user interface if you just launch it without asking it to install anything? Does it still want to?

Perhaps it is "catching up" on packages that are already installed and their recommended siblings.

--
Nate Duehr
nate@natetech.com
Confused? Frustrated?X

Date: Mon, 29 Oct 2007 19:43:22 -0400 From: Kevin Mark <kevin.mark@verizon.net> To: debian-user@lists.debian.org Subject: Re: mutt and IMAP accounts Message-ID: <20071029234322.GB5489@horacrux> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 29, 2007 at 08:47:34AM +0100, Martin Marcher wrote:
> 2007/10/29, Kevin Mark <kevin.mark@verizon.net>:
> > On Sun, Oct 28, 2007 at 09:34:14PM -0700, Richard Otte wrote:
> > > I am trying to set up mutt to access IMAP accounts. I can access them, but I
> > > want to be able to move to the available mailboxes when I type c (and it says
> > > to type '?' to see the mailboxes and then select a mailbox. I can see the
> > > mailboxes, but if I choose one, I get a line that says:
> > > 1 IMAP
> > > and if I click on that, I simply get the list of mailboxes again; I can never
> > > open a mailbox. If I eventually type 'y', I go back to the main mailbox.
> > > I can move to the mailboxes if I type 'c' and then type "= name of the
> > > mailbox".
>
> see the check_subscribed option in the manual (imap_check_subscribed,
> imap_list_subscribed may also be what you want)
> less /usr/share/doc/mutt/manual.txt.gz
Thanks for the nudge to RTFM ;-) My inital confusion was that non-imap mail used 'c' and 'enter' and imap mail uses 'c' and 'space' to 'enter a folder'. This my first exposure to imap, I thought both had the same interface ala OO. -K -- | .''`. == Debian GNU/Linux == | my web site: | | : :' : The Universal |mysite.verizon.net/kevin.mark/| | `. `' Operating System | go to counter.li.org and | | `- http://www.debian.org/ | be counted! #238656 | | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | |join the new debian-community.org to help Debian! | |_______ Unless I ask to be CCd, assume I am subscribed _______|

Date: Mon, 29 Oct 2007 23:49:06 +0000 From: MRH <misiek_spam@o2.pl> To: debian-user@lists.debian.org Subject: Re: intall nvidia driver on debian lenny Message-ID: <47267172.80302@o2.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Dnia 29/10/07 20:50,Nick Lidakis napisa=C5=82:
> Bogdan Marian wrote:
>=20 >> Hello. >> >> Yes, it was running with the free version of the driver. I can=20 >> successfully start if i change the Driver section to "nv" from=20 >> "nvidia". In fact, that's how i'm able to send you this mail. >> >=20
> I had a similar problem once; realized I forgot to do "apt-get install=20
> nvidia-glx" which creates some necessary TLS links.
This page should be helpful, it describes the whole process quite well=20 (with different ways of installing the driver) and offers some=20 troubleshooting: http://wiki.debian.org/NvidiaGraphicsDrivers Kind regards, Michal R. Hoffmann

Date: Mon, 29 Oct 2007 16:47:30 -0700 From: Jeff Grossman <jeff@stikman.com> To: Debian Users <debian-user@lists.debian.org> Subject: Re: Help With Dependencies Message-ID: <47267112.9050800@stikman.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Nate Duehr wrote: >
> On Oct 29, 2007, at 5:30 PM, Jeff Grossman wrote:
> >> I want to install Mercurial. If I use aptitude install mercurial I >> get the following: >> >> The following NEW packages will be installed: >> dbus dbus-x11 esound-clients esound-common fam fontconfig >> hicolor-icon-theme jackd kdelibs-data kdelibs4c2a kdiff3 libakode2 >> libart-2.0-2 libarts1-akode libarts1c2a libartsc0 libasound2 libaudio2 >> libaudiofile0 libavahi-client3 libavahi-common-data libavahi-common3 >> libavahi-qt3-1 libavc1394-0 libdbus-1-3 libdrm2 libesd0 libfam0 libflac8 >> libfreebob0 libfs6 libgl1-mesa-glx libglu1-mesa libice6 libiec61883-0 >> libjack0 libjasper1 liblcms1 liblua50 liblualib50 libmad0 libmng1 >> libogg0 >> libopenexr2ldbl libqt3-mt libraw1394-8 libsamplerate0 libsm6 libsndfile1 >> libspeex1 libtiff4 libvorbis0a libvorbisenc2 libvorbisfile3 libxaw7 >> libxcursor1 libxdamage1 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 >> libxkbfile1 libxmu6 libxmuu1 libxrandr2 libxrender1 libxslt1.1 libxss1 >> libxt6 libxtrap6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 menu menu-xdg >> mercurial portmap python python-minimal python-support python2.4 >> python2.4-minimal python2.5 python2.5-minimal qjackctl xbase-clients >> >> But, if I use apt-get install mercurial I get: >> >> >> The following NEW packages will be installed: >> mercurial python python-minimal python-support python2.4 >> python2.4-minimal >> python2.5 python2.5-minimal >> >> >> How come such a difference? I don't want to install all of that >> other stuff. I just want to install mercurial and what is required >> to run that program. > >
> I think what you're seeing is that apt-get and aptitude handle the
> "Suggests: " and "Recommended: " directives differently.
>
> You can change that behavior in the aptitude menus, I believe, if you
> feel like it.
>
> Also, are you sure that aptitude isn't completing some earlier
> installations done outside of aptitude?
>
> What happens in aptitude's user interface if you just launch it
> without asking it to install anything? Does it still want to?
>
> Perhaps it is "catching up" on packages that are already installed and
> their recommended siblings.
> I removed the option to automatically install recommended packages and now aptitude behaves like apt-get. Thanks for the suggestion. BTW, there were no pending installs. If I hit 'g' when I got into aptitude it said there was nothing to do. Those were all recommended packages for the Mercurial install I guess. Jeff

Date: Mon, 29 Oct 2007 16:51:01 -0700 From: Jeff Grossman <jeff@stikman.com> To: Debian Users <debian-user@lists.debian.org> Subject: Mutt Config Help Message-ID: <472671E5.4000608@stikman.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am using Mutt with my Maildir mail setup. I want it so that when I delete a message it goes into my Deleted Items folder instead of just getting deleted. I have done some research and found the following macros: macro index d "s=Trash\n" "move message to trash" macro pager d "s=Trash\n" "move message to trash" But, I have not been able to figure out how to put Deleted Items in there instead. If I do this: #macro index d "s='.Deleted Items\n" "move message to trash" #macro pager d "s='.Deleted Items\n" "move message to trash" It was to create a new folder called DeletedItems (no space). Any ideas? Thanks, Jeff End of debian-user-digest Digest V2007 Issue #2704 ************************************************** Received on Mon Oct 29 20:15:36 2007

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 02:55:36 EDT

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library