On Thu, Oct 13, 2011 at 6:09 PM, Camaleón wrote:
> On Thu, 13 Oct 2011 12:32:16 +0200, Artifex Maximus wrote:
>
>> I try to install Wheezy with latest install DVD snapshot (20111011) and
>> when installer try to install grub it failed with "grub-pc package
>> failed to install into /target/". I sw
On Sun, Oct 09, 2011 at 09:49:05AM BST, Csanyi Pal wrote:
> I tried to run mc, ekiga, bluefish:
> $ LANG=hu_HU.UTF-8 mc
> $ LANG=hu_HU.UTF-8 ekiga
> $ LANG=hu_HU.UTF-8 bluefish
>
> Neither mc and ekiga nor bluefish gives to me Hungarian menus. :(
In that case are the actual locale generated at
On Thu, Oct 06, 2011 at 11:02:11PM BST, Harry Putnam wrote:
> I went ahead and compiled it myself and installed in /usr/local
>
> Is there anyway to do that and still allow pkgmanager to keep track of
> the install?
Apart from rebuilding the package from source packages,
would 'checkinstall' fulf
Wayne Topa wrote, on 10/14/11 23:13:
> Oh? Let me try to make it a bit easier for you.
>
> 1. Install Apache2 and dwww packages.
> 2. Use dwww to bring up the Debian-Reference HTML Document.
> 3. For Packaging select Chapter 2.
> 4. In iceweasel key in Ctrl f
> 5. In the find box enter, for
I would try the following:
- to find out what is installed
aptitude search '~iapache'
- why it is installed
aptitude why apache2-mpm-worker
maybe this one is only recommended by another package
- and what depends on this package
aptitude search '~i~Dapache2-mpm-worker'
- finally,
Stan Hoeppner schrieb am 14.10.2011 23:53 -0500:
> The problem:
> ~$ aptitude safe-upgrade
> Resolving dependencies...
> The following packages will be upgraded:
> apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common
>
> This has gone on for many years, including when the system
On Fri, 14 Oct 2011 23:53:55 -0500, Stan Hoeppner wrote:
> Symptoms:
> I've never used apache2 on the machine in question. I use lighttpd.
> "aptitude show apache2" tells me apache2 is not installed.
>
> Package: apache2
> State: not installed
(...)
> The problem:
> ~$ aptitude safe-upgrade
>
Hi Curt
On Fri, Oct 14, 2011 at 03:31:52PM +, Curt wrote:
> On 2011-10-14, Kumar Appaiah wrote:
> >
> > How about:
> > pdftotext |wc -w
>
> curty@einstein:~/glimmer$ pdftotext doctorswife.pdf | wc -w
> 0
>
> Oops.
>
> curty@einstein:~/glimmer$ pdftotext doctorswife.pdf - | wc -w
> 1415
>
On Fri, Oct 07, 2011 at 06:24:46PM BST, Glenn English wrote:
> I don't do php on my web server because I was told of huge security problems
> in it -- and until I turned off the php interpreter in Apache, I got many
> break in attempts involving phpAdmin and such.
>
> Do any of you know of a sim
Hi guys,
I'm trying to create a preseed file on Squeeze for a HP Proliant NL36,
which should boot from USB and use all four internal disks with RAID 5:
internal 8GB USB-Stick:
/dev/sda| -- atomic partitioning -- |
internal 1000GB HDDs:
/dev/sdb|
On 10/15/2011 4:40 AM, Camaleón wrote:
> What does "dpkg -l|grep -i apache" say?
ii apache2-mpm-prefork2.2.16-6+squeeze1
ii apache2-utils 2.2.16-6+squeeze1
ii apache2.2-bin 2.2.16-6+squeeze1
ii apache2.2-common 2.2.16
On 14/10/11 22:44, Camaleón wrote:
On Fri, 14 Oct 2011 20:40:35 +0100, andy baxter wrote:
Yes I lose the connection between my laptop and my home router. I meant
rebooting the router, not my computer. What happens is the wireless
drops completely, and won't reconnect until I reboot the router.
On Sat, 15 Oct 2011 12:39:05 +0700, Sthu Deus wrote:
> I have terrible delays/freezes w/ any application whenever HDD (a SATA
> one) does its writing.
That should not happen at all.
Consider running a smartctl test on the disk, it can be dying or having a
severe hardware problem.
> My question
On Sat, 15 Oct 2011 06:06:48 -0500, Stan Hoeppner wrote:
> On 10/15/2011 4:40 AM, Camaleón wrote:
>
>> What does "dpkg -l|grep -i apache" say?
>
(...)
> ii libapache2-mod-php55.3.3-7+squeeze3
(...)
There you have it.
"libapache2-mod-php5" depends (requires) "apache2-mpm-pref
On 10/15/2011 3:56 AM, Jörg-Volker Peetz wrote:
> I would try the following:
>
> - to find out what is installed
> aptitude search '~iapache'
i apache2-mpm-prefork
i apache2-utils
i apache2.2-bin
i apache2.2-common
i libapache2-mod-php5
> - why it is installed
> aptitude why ap
On Sat, 15 Oct 2011 12:07:46 +0100, andy baxter wrote:
> On 14/10/11 22:44, Camaleón wrote:
>> More questions then:
>>
>> 1/ When wifi drops, can you connect to the AP from another device
>> (i.e., a smartphone or another computer), or the AP becomes completely
>> inaccessible for any device?
>>
On 10/15/2011 4:00 AM, Bernd Semler wrote:
> aptitude why $packagename
~$ aptitude why apache2 --show-summary
Packages requiring apache2:
phpsysinfo
> and/or in combination with --show-summary (there is an example in the
> man page).
>
> Another proposal is:
>
> apt-cache rdepends $package
On Fri 14 Oct 2011 at 20:40:35 +0100, andy baxter wrote:
> On 14/10/11 15:40, Camaleón wrote:
>>
>> You said "local router"... does it mean the client side? If yes, you can
>> do some debugging, for example, restarting the networking service
>> (instead rebooting) and retest the connection.
>>
>
>
Stan Hoeppner wrote:
>~$ aptitude why apache2
>i phpsysinfo Depends apache2 | httpd
>
>phpsysinfo seems to have a false dependency--appears the package
>maintainer assumes the only httpd server on earth is apache2...
This shows that the phpsysinfo dependency is also fulfilled by httpd,
which is
On Fri, 14 Oct 2011 19:48:52 +0100, José Silva wrote:
> Ok, I've just upgraded to Gnome 3, very smoothly I must say, and I think
> I like it, after a couple of hours operating on my production machine.
>
> Now, just noticed my first operating problem. I must run a Windows cad
> application in Vir
On Fri, 14 Oct 2011 09:02:25 -0600
Dave Higgins wrote:
> I'm getting really annoyed with Google (or is that Debian for the lack
> of documentation?).
>
> I'm trying to build a repository to build a Debian based image, based
> off a minimal squeeze (or stable) installation, the net install with
On Sat, 15 Oct 2011 06:45:11 -0500, Stan Hoeppner wrote:
(...)
> So, if I'm reading this correctly, and these aren't phantom
> dependencies, if one wishes to run php5 with lighttpd, one has to have
> all of apache2 installed also? Is that correct? That seems strange to
> have one httpd so entir
On Sat 15 Oct 2011 at 11:21:30 +, Camaleón wrote:
> There you have it.
>
> "libapache2-mod-php5" depends (requires) "apache2-mpm-prefork" and also
> "apache2.2-common".
>
> Now you have to find out why "libapache2-mod-php5" got installed in your
> system because it's an Apache 2 module.
T
Raf Czlonka writes:
> On Sun, Oct 09, 2011 at 09:49:05AM BST, Csanyi Pal wrote:
>> I tried to run mc, ekiga, bluefish:
>> $ LANG=hu_HU.UTF-8 mc
>> $ LANG=hu_HU.UTF-8 ekiga
>> $ LANG=hu_HU.UTF-8 bluefish
>>
>> Neither mc and ekiga nor bluefish gives to me Hungarian menus. :(
>
> In that case a
Raf Czlonka writes:
> On Thu, Oct 06, 2011 at 11:02:11PM BST, Harry Putnam wrote:
>> I went ahead and compiled it myself and installed in /usr/local
>>
>> Is there anyway to do that and still allow pkgmanager to keep track of
>> the install?
>
> Apart from rebuilding the package from source pack
On Fri, 14 Oct 2011 15:53:23 + (UTC)
Camaleón wrote:
> On Fri, 14 Oct 2011 16:34:01 +0100, Richard wrote:
>
> > On Fri, 14 Oct 2011 15:20:48 + (UTC) Camaleón
> > wrote:
> >
> >> On Thu, 13 Oct 2011 09:40:29 +0100, Richard wrote:
> >>
> >> > I'm getting some error messages that weren't
On Fri, 14 Oct 2011 20:43:42 -0400, Stefan Monnier wrote:
> I'm trying to watch www.ctv.ca from a macbook pro (2GHz dual core with
> ATI graphics) and am having problems where the video is going slow (I'd
> estimate around 5fps). This is using Debian testing with the nonfree
> Adobe flash player
On Sat, 15 Oct 2011 12:51:15 +0100, Brian wrote:
> On Sat 15 Oct 2011 at 11:21:30 +, Camaleón wrote:
>
>> There you have it.
>>
>> "libapache2-mod-php5" depends (requires) "apache2-mpm-prefork" and also
>> "apache2.2-common".
>>
>> Now you have to find out why "libapache2-mod-php5" got inst
Since installing debian recently I've never seen my old ~/.inputrc
file be honored. Is there some pkg beyond readline that I need for it
to work.
Is see quite a few readline pkgs but it appears I have the basic ones
installed. Maybe something else is necessary?
aptitude search -F '%p %v' '?ins
>
> I don't use apache, so I can't speak to that resource agent's config. I can
> say though that overall it looks okay with two exceptions.
>
> You *must* configure fencing for the cluster to work properly. Even without
> shared storage, a node failure will trigger a fence call which, because it
>
On 2011-10-13, Richard wrote:
> Hi,
> I'm getting some error messages that weren't there in squeeze, they are not
> stopping the application
> from running, but I'd like to get rid of them.
What application would that be? Or am I being stupid or something?
And when you say the messages weren't
On Fri, Oct 14, 2011 at 7:25 PM, Walter Hurry wrote:
> On Fri, 14 Oct 2011 16:58:01 -0400, Joey L wrote:
>
>> I am new to redhat cluster and i am having some issues.
>
> Why do you keep starting new threads for the same basic question? Clearly
> you are some kind of "architect" who is trying to pu
On Sat, 15 Oct 2011 13:30:29 +0100, Richard wrote:
> On Fri, 14 Oct 2011 15:53:23 + (UTC) Camaleón
> wrote:
(...)
>> > Thanks, I'm using the default settings.
>>
>> What a pity... and those messages come from where, exactly?
> Hi
> its when I start an application called WSJT, which uses a
Stan Hoeppner wrote, on 10/15/11 13:16:
> On 10/15/2011 3:56 AM, Jörg-Volker Peetz wrote:
>> I would try the following:
>>
>> - to find out what is installed
>> aptitude search '~iapache'
>
> i apache2-mpm-prefork
> i apache2-utils
> i apache2.2-bin
> i apache2.2-common
> i libapache
Em 14-10-2011 11:13, lina escreveu:
On Fri, Oct 14, 2011 at 9:18 PM, Camaleón wrote:
On Fri, 14 Oct 2011 15:45:55 +0800, lina wrote:
(lina, remember to disable html in your posts)
I did not realize it, until now I found the plain text, (hope this one works)
On Fri, Oct 14
On Sat, 15 Oct 2011, Camaleón wrote:
> On Sat, 15 Oct 2011 12:39:05 +0700, Sthu Deus wrote:
>
> > I have terrible delays/freezes w/ any application whenever HDD (a SATA
> > one) does its writing.
>
> That should not happen at all.
But it does. The kernel default IO scheduler (CFQ) has serious i
Running recently installed wheezy system
I see this version information concerning Xorg server:
aptitude versions xserver-xorg-core
i A 2:1.11.1-1 testing 500
I'd like to experiment with the previous version 1.10. Compare
certain behavior against the current version. But don't
Thank You for Your time and answer, Camaleón:
>> I have terrible delays/freezes w/ any application whenever HDD (a
>> SATA one) does its writing.
>
>That should not happen at all.
Agree, but...
>Consider running a smartctl test on the disk, it can be dying or
>having a severe hardware problem.
Thank You for Your time and answer, Henrique:
>Well, *any* issue with the disk subsystem will cause such problems to
>get several orders of magnitude worse, so yes, one must *first* make
>sure the disks are operating at the expected speed.
How I can be sure the HDD is "operating at the expected s
On Sat, 15 Oct 2011 13:32:16 + (UTC)
Curt wrote:
> On 2011-10-13, Richard wrote:
> > Hi,
> > I'm getting some error messages that weren't there in squeeze, they are not
> > stopping the application
> > from running, but I'd like to get rid of them.
>
> What application would that be? Or a
On Sat, 15 Oct 2011 13:58:12 + (UTC)
Camaleón wrote:
> On Sat, 15 Oct 2011 13:30:29 +0100, Richard wrote:
>
> > On Fri, 14 Oct 2011 15:53:23 + (UTC) Camaleón
> > wrote:
>
> (...)
>
> >> > Thanks, I'm using the default settings.
> >>
> >> What a pity... and those messages come from wh
On Sat, 15 Oct 2011 22:02:45 +0700, Sthu Deus wrote:
>>Consider running a smartctl test on the disk, it can be dying or having
>>a severe hardware problem.
>
> I have run this way:
>
> smartctl --test=short /dev/sda
>
> in 2 minutes it completed and in its log (-l selftest /dev/sda) I saw
> its
Following an upgrade today on Sid, iceweasel segfaults. I therefore
installed vanilla firefox and that works correctly. I tried the previous
version of iceweasel, which I have in the cache, and that segfaulted
too, so I don't think this can be an iceweasel bug. I have no idea where
to report it.
A
On Sat, 15 Oct 2011 16:28:20 +0100, Richard wrote:
> On Sat, 15 Oct 2011 13:58:12 + (UTC) Camaleón
> wrote:
(...)
>> Sorry, I'm afraid I can't be of any help here.
>>
>> If you are not having secondary effects (all works as usual) and it's
>> only an annoying output maybe you can wait unti
On 15/10/11 16:22, Anthony Campbell wrote:
Following an upgrade today on Sid, iceweasel segfaults. I therefore
installed vanilla firefox and that works correctly. I tried the previous
version of iceweasel, which I have in the cache, and that segfaulted
too, so I don't think this can be an iceweas
Anthony Campbell writes:
> Following an upgrade today on Sid, iceweasel segfaults. I therefore
> installed vanilla firefox and that works correctly. I tried the previous
> version of iceweasel, which I have in the cache, and that segfaulted
> too, so I don't think this can be an iceweasel bug. I
On Sat, 15 Oct 2011 15:49:01 + (UTC)
Camaleón wrote:
> On Sat, 15 Oct 2011 16:28:20 +0100, Richard wrote:
>
> > On Sat, 15 Oct 2011 13:58:12 + (UTC) Camaleón
> > wrote:
>
> (...)
>
> >> Sorry, I'm afraid I can't be of any help here.
> >>
> >> If you are not having secondary effects (
On 10/15/2011 09:30 AM, Joey L wrote:
>>
>> I don't use apache, so I can't speak to that resource agent's config. I can
>> say though that overall it looks okay with two exceptions.
>>
>> You *must* configure fencing for the cluster to work properly. Even without
>> shared storage, a node failure w
On 10/15/2011 09:33 AM, Joey L wrote:
> On Fri, Oct 14, 2011 at 7:25 PM, Walter Hurry wrote:
>> On Fri, 14 Oct 2011 16:58:01 -0400, Joey L wrote:
>>
>>> I am new to redhat cluster and i am having some issues.
>>
>> Why do you keep starting new threads for the same basic question? Clearly
>> you ar
On 15/10/11 12:51, Camaleón wrote:
On Fri, 14 Oct 2011 19:48:52 +0100, José Silva wrote:
Ok, I've just upgraded to Gnome 3, very smoothly I must say, and I think
I like it, after a couple of hours operating on my production machine.
Now, just noticed my first operating problem. I must run a Wi
On Oct 15, 2011, at 4:41 AM, Raf Czlonka wrote:
> On Fri, Oct 07, 2011 at 06:24:46PM BST, Glenn English wrote:
>> I don't do php on my web server because I was told of huge security problems
>> in it -- and until I turned off the php interpreter in Apache, I got many
>> break in attempts involv
* 2011-10-15T07:50:42-05:00 * Harry Putnam wrote:
> Since installing debian recently I've never seen my old ~/.inputrc
> file be honored.
Perhaps the content of your .inputrc is not quite valid anymore? I
remember having required to make some changes in the past.
--
To UNSUBSCRIBE, email to de
On 2011-10-15, Richard wrote:
>>
>> And are we also meant to infer that something isn't working (what? no
>> sound?) or is it only a question of getting rid of the messages (which I
>> would describe as informational rather than error messages -- usually
>> error messages say ERROR in the messag
On Sat, 15 Oct 2011 11:22:00 +0800, lina wrote:
>
>>
>> Not in that list, nor in the Debian repositories AFAIK, but I really
>> like the old NoteCase. .deb files are available for download on
>> Sourceforge for i386 and x86_64. There are few dependencies.
>>
>> My favoured version is 1.6.1 - old
* Camaleón [111015 15:49 +]:
> On Sat, 15 Oct 2011 16:28:20 +0100, Richard wrote:
>
> > On Sat, 15 Oct 2011 13:58:12 + (UTC) Camaleón
> > wrote:
>
> (...)
>
> >> Sorry, I'm afraid I can't be of any help here.
> >>
> >> If you are not having secondary effects (all works as usual) and i
On Sat, 15 Oct 2011 17:08:04 +0100, José Silva wrote:
> On 15/10/11 12:51, Camaleón wrote:
(...)
>>> With Gnome 3, to start, I don't know how to switch to another desktop
>>> if I am in VirtualBox fullscreen. Windows absorbs the Windows key, of
>>> course, which is also the Gnome 3 hot key, and
On Sat, 15 Oct 2011 18:32:36 +0200, Elimar Riesebieter wrote:
> * Camaleón [111015 15:49 +]:
>
>> On Sat, 15 Oct 2011 16:28:20 +0100, Richard wrote:
(...)
>> > Yes that's probably the best thing to do, wait for 1.0.24. where's
>> > the best place to watch for package updates on Wheezy ?, al
On Vi, 14 oct 11, 17:22:00, Camaleón wrote:
>
> Okay, here you have my feedback (and thanks for caring about this).
You are, of course, aware this is a wiki and anyone can edit it, right?
;-)
Kind regards,
Andrei
--
Offtopic discussions among Debian users and developers:
http://lists.alioth.de
* Camaleón [111015 17:01 +]:
> On Sat, 15 Oct 2011 18:32:36 +0200, Elimar Riesebieter wrote:
>
[...]
> > alsa-tools:
> > Installed: (none)
> > Candidate: 1.0.24.1-2
> > Version table:
> > 1.0.24.1-2 0
> > 990 ftp://ftp.de.debian.org/debian/ unstable/main powerpc
> >
On Sat, 15 Oct 2011 20:10:17 +0300, Andrei Popescu wrote:
> On Vi, 14 oct 11, 17:22:00, Camaleón wrote:
>>
>> Okay, here you have my feedback (and thanks for caring about this).
>
> You are, of course, aware this is a wiki and anyone can edit it, right?
> ;-)
Yes!
And I have an account for th
Hi,
I installed compiz and am trying to see the famed cube: it's nowhere.
So I googled and found:
http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/
which says:
"The first thing you have to do is enable the Custom effects in the
Appearances window. To open this go to the GNOME System
Am Samstag, 15. Oktober 2011 schrieb Henrique de Moraes Holschuh:
> On Sat, 15 Oct 2011, Camaleón wrote:
> > On Sat, 15 Oct 2011 12:39:05 +0700, Sthu Deus wrote:
> >
> >
> > > I have terrible delays/freezes w/ any application whenever HDD (a
> > > SATA one) does its writing.
> >
> >
> >
> > That
Thanks to both for replies. Yes, following a further upgrade it's now
working again.
--
Anthony Campbell - a...@acampbell.org.uk
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell
--
To UNSUBSCRIBE
On Fri, Oct 14, 2011 at 08:47:40PM +, Camale�n wrote:
> On Fri, 14 Oct 2011 14:54:52 -0500, Harry Putnam wrote:
>
> > Camaleón writes:
> >
> > [...]
> >
> >> It was published in Release Notes:
> >>
> >> http://www.debian.org/releases/stable/i386/release-notes/ch-whats-
> new.en.html#stable-
Dave Higgins wrote:
> apt-mirror will mirror mirror 60GBs for stable. I don't need 60GBs.
> I only need the few packages to get a minimal install.
>
> ftparchive sort of works.
>
> This should be a rather simple task, to build a repository for a
> specific installation requirement.
I believe the
Dear maintainers,
I still have significant slow reactions of X when I am using xserver-xorg-
core-1.11-1-amd64 with nvidia-glx. This is pointing me to #Bug641344, which is
already closed. Sadly I cannot see any improvement on my machine, although, I
have to admit, it is now no more crashing.
Hi Sthu,
Am Samstag, 15. Oktober 2011 schrieb Sthu Deus:
> Thank You for Your time and answer, Henrique:
> >Well, *any* issue with the disk subsystem will cause such problems to
> >get several orders of magnitude worse, so yes, one must *first* make
> >sure the disks are operating at the expected
Am Samstag, 15. Oktober 2011 schrieb Sthu Deus:
> >> My question is, Whether I can make any adjustments as to FS mount
> >> options, kernel parameters, etc?
> >>
> >>
> >>
> >> The idea is, If it works extremely slow - to reduce its (the writing
> >> process or whatever related to it) priority or
On 15/10/11 17:56, Camaleón wrote:
(...)
With Gnome 3, to start, I don't know how to switch to another desktop
if I am in VirtualBox fullscreen. Windows absorbs the Windows key, of
course, which is also the Gnome 3 hot key, and the top left screen
corner is occupied by VB. Does anyone know?
(
Robert Holtzman wrote:
> I must be more of a noob than I thought. "Follow the points"...what
> points? If you mean the debian.org and wiki URLs, they just point to the
> kernel.org site(s), dead end.
>
> "If you are using squeeze, better change that URI".what one?
>
> Running a search on "sq
On Sat 15 Oct 2011 at 20:15:52 +0200, Hans-J. Ullrich wrote:
> Dear maintainers,
If they are all listening you will be very fortunate. :-)
> I still have significant slow reactions of X when I am using xserver-xorg-
> core-1.11-1-amd64 with nvidia-glx. This is pointing me to #Bug641344, which
Am Samstag, 15. Oktober 2011 schrieb Brian:
> On Sat 15 Oct 2011 at 20:15:52 +0200, Hans-J. Ullrich wrote:
> > Dear maintainers,
>
> If they are all listening you will be very fortunate. :-)
I hope, there will be at least one, and I guess, in fact there are a lot of
them reading here, but will no
On Sat, 15 Oct 2011 10:58:28 -0700, Robert Holtzman wrote:
> On Fri, Oct 14, 2011 at 08:47:40PM +, Camale�n wrote:
(...)
>> > E: Release file for
>> > http://mirrors.kernel.org/debian/dists/squeeze-updates/InRelease is
>> > expired (invalid since 34d 23h 23min 35s )
>>
>> That's likel
On 2011-10-15 20:15 +0200, Hans-J. Ullrich wrote:
> Dear maintainers,
This is the user list, read by not too many maintainers.
> I still have significant slow reactions of X when I am using xserver-xorg-
> core-1.11-1-amd64 with nvidia-glx. This is pointing me to #Bug641344, which
> is
> alre
On Sat, 15 Oct 2011 18:54:38 +0300, Teemu Likonen wrote:
> * 2011-10-15T07:50:42-05:00 * Harry Putnam wrote:
>
>> Since installing debian recently I've never seen my old ~/.inputrc file
>> be honored.
>
> Perhaps the content of your .inputrc is not quite valid anymore? I
> remember having requir
> Again, this is not the place to make such requests, but it would be
> wrong. #641344 was about crashes due to a missing extension ABI bump
> and has been fixed in Xserver 1.11.1.
>
Ok, Sven, I just didn't want to make too much noise, as I didn't know, what
was really the reason for this bug.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 15/10/11 19:08, Bob Proulx wrote:
> Dave Higgins wrote:
>> apt-mirror will mirror mirror 60GBs for stable. I don't need 60GBs.
>> I only need the few packages to get a minimal install.
>>
>> ftparchive sort of works.
>>
>> This should be a rather s
Tony van der Hoff wrote:
> What I was really hoping to find was some sort of mapping facility that
> changes UIDs originating from, say, laptop from 1001 to 1003, etc.
Rsync can copy files either by uid or by username (see the --numeric-ids
option).
Personally, I'd recommend you bite the bullet
On Sat 15 Oct 2011 at 20:53:31 +0200, Hans-J. Ullrich wrote:
> Am Samstag, 15. Oktober 2011 schrieb Brian:
> > On Sat 15 Oct 2011 at 20:15:52 +0200, Hans-J. Ullrich wrote:
> > > Dear maintainers,
> >
> > If they are all listening you will be very fortunate. :-)
> I hope, there will be at least on
Hugo Vanwoerkom wrote:
> Hi,
>
> I installed compiz and am trying to see the famed cube: it's nowhere.
> So I googled and found:
> http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/
> which says:
>
> "The first thing you have to do is enable the Custom effects in the
> Appearances wind
On Sat, 15 Oct 2011 12:31:38 -0500, Hugo Vanwoerkom wrote:
> I installed compiz and am trying to see the famed cube: it's nowhere. So
> I googled and found:
> http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/ which
> says:
(...)
There is a good article on Compiz in Debian's wiki:
ht
On Sat, 15 Oct 2011 09:33:21 -0500, Harry Putnam wrote:
> Running recently installed wheezy system
>
> I see this version information concerning Xorg server:
>
> aptitude versions xserver-xorg-core
> i A 2:1.11.1-1 testing 500
>
> I'd like to experiment with the previous versio
Teemu Likonen writes:
> * 2011-10-15T07:50:42-05:00 * Harry Putnam wrote:
>
>> Since installing debian recently I've never seen my old ~/.inputrc
>> file be honored.
>
> Perhaps the content of your .inputrc is not quite valid anymore? I
> remember having required to make some changes in the past.
Harry Putnam writes:
> So you both were apparently right about it being syntax related but
> how can I get to bottom of it?
>
> Buzzing thru man readline, I didn't notice an example that clearly
> says how to designate the ALT key. Anyone using entries in ~/.inputrc
> that rely on the `ALT' key
On Sat, 15 Oct 2011 20:15:52 +0200, Hans-J. Ullrich wrote:
> Dear maintainers,
Maintainers? Here? Where? ;-)
> I still have significant slow reactions of X when I am using
> xserver-xorg- core-1.11-1-amd64 with nvidia-glx. This is pointing me to
> #Bug641344, which is already closed. Sadly I can
On 15/10/11 19:31, José Silva wrote:
(...)
With Gnome 3, to start, I don't know how to switch to another desktop
if I am in VirtualBox fullscreen. Windows absorbs the Windows key, of
course, which is also the Gnome 3 hot key, and the top left screen
corner is occupied by VB. Does anyone know?
Running Mutt 1.5.21-4~bpo60 from the Debian 6 backports repo.
Can't find a way to save a message to a file on my $HOME directory;
*not* a mailbox. Everything I see in the information page talks about
saving to a "mailbox/file". Everything I try wants to save to a mailbox.
Any pointers appreciated
kuLa wrote:
> Bob Proulx wrote:
> > Dave Higgins wrote:
> >> This should be a rather simple task, to build a repository for a
> >> specific installation requirement.
> >
> > I believe the currently in vogue tool is reprepro. Here is a somewhat
> > dated but still reasonable howto for using it.
>
On Thu, Oct 13, 2011 at 04:57:13PM +, Camaleón wrote:
>
> I have already tested and it also fails for me in the same way (running
> wheezy here). I can see the frontend GUI with the grayed buttons and a
> new folder under my user's home ("~/www.channelclassics.com/)" but it is
> empty, no f
On Sat, Oct 15, 2011 at 05:16:59PM -0700, Robert Holtzman wrote:
> Running Mutt 1.5.21-4~bpo60 from the Debian 6 backports repo.
>
> Can't find a way to save a message to a file on my $HOME directory;
> *not* a mailbox. Everything I see in the information page talks about
> saving to a "mailbox/fi
On 10/15/2011 7:42 AM, Camaleón wrote:
> On Sat, 15 Oct 2011 12:51:15 +0100, Brian wrote:
>
>> On Sat 15 Oct 2011 at 11:21:30 +, Camaleón wrote:
>>
>>> There you have it.
>>>
>>> "libapache2-mod-php5" depends (requires) "apache2-mpm-prefork" and also
>>> "apache2.2-common".
>>>
>>> Now you hav
Could someone using GPT on a BIOS system confirm if I got the GPT
partitioning right on a BIOS system
I followed the documentation from http://www.rodsbooks.com/gdisk/
This is the out put after partitioning the HDD using Ubuntu 11.10 live CD
root@ubuntu:/home/ubuntu# gdisk /dev/sda
GPT fdisk (gd
so i deleted a user account using "deluser foo" and then i had to "\rm
-r /home/foo" but my tiger auditing report is telling me:
# Performing check of user accounts...
OLD: --WARN-- [acc021w] Login ID foo appears to be a dormant account.
# Performing check of passwd files...
OLD: --WARN-- [pass014
* 2011-10-15T16:26:59-05:00 * Harry Putnam wrote:
> So I guess its just a matter of figuring out how to designate the Alt
> key in .inputrc. I haven't hit on it yet.
Here's a part of my .inputrc:
set editing-mode emacs
# Non-meta keys
set keymap emacs-standard
Control-u: univers
94 matches
Mail list logo