> How can I find a list of all available backports for Debian squeeze?
For amd64:
wget
http://backports.debian.org/debian-backports/dists/squeeze-backports/{main,contrib,non-free}/binary-amd64/Packages.gz
-q -O - | zcat | awk '/^Package/ { p = $2 }; /^Version/ { printf
"%-40s %s\n", p, $2 }' | s
Hi Stefano
> nslcd: [8b4567] DEBUG: myldap_search(base="dc=amahoro,dc=bi",
> filter="(objectClass=posixAccount)")
> nslcd: [8b4567] DEBUG: ldap_simple_bind_s(NULL,NULL)
> (uri="ldap://localhost:389";)
>
> nslcd: [8b4567] ldap_result() failed: No such object
Looking back at your first post, I now
Hi Stefano.
>> Did you install nslcd by it self or in companion with libnss-ldapd and
>> libpam-ldapd?
>
> nslcd has been installed automatically installing libnss-ldapd.
Ok.
> This is my /etc/nsswitch.conf:
>
> passwd: files ldap
> group: files ldap
> shadow: files ldap
Hi Stefano.
> installed openldap and configured nslcd.conf and nsswitch.conf on debian
> squeeze server.
Did you install nslcd by it self or in companion with libnss-ldapd and
libpam-ldapd?
How does your /etc/nsswitch.conf look like? Here are the relevant
lines from mine:
passwd: files
Hi Paul
> And thanks for mentioning (debian-keyring at a minimum) The
> descriptive phrase confirmed my guess that this was the one I needed
> the contents of. I need an alternative method of getting the contents
> since aptitude is in need of new keys to start working again.
The latest debian-ar
Hi Klaus.
> my $re = qr/(\d+)[x](\d+)[+-](\d+)[+-](\d+)/;
> my @line = split(/$re/, $str);
You are using split the wrong way. The regexp shold only be the *delimiters*.
Here's my two alternative ways to accomplish the task:
# use the match operator with the regexp
my @l2 = $str =~ m/$re/;
say s
Hi Gregor.
> 2. Install prerequisites: libjpeg-dev libqt4-dev
On my laptop running Wheezy, I needed to install another package as
well: pkg-config. Without it, the qv4l2 binary isn't built.
> 5. Report any flipped images to me. Please include the content of
> /sys/class/dmi/id/board_name
BTW, t
> Anyone
> know where I can get a recent working Wheezy (or even Sid) install image
> for amd64?
I've had great success with the weekly-builds at cdimage
(http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/). I
used the image from last week (Aug 22).
At least CD-1 is a hybrid ISO, i.e.
On Fri, Jul 29, 2011 at 01:22, Walter Hurry wrote:
> On Thu, 28 Jul 2011 23:58:54 +0200, Per Carlson wrote:
>
>> And what if the system doesn't have an optical drive? Buying an external
>> drive shouldn't be the easiest option.
>
> So this hypothetical system do
On 28 Jul 2011 23:31, "Walter Hurry" wrote:
>
> On Thu, 28 Jul 2011 23:12:32 +0200, Per Carlson wrote:
>
> > On Thu, Jul 28, 2011 at 09:15, Scott Ferguson
> > wrote:
> >> Yes it's with the official documentation:-
> >> http://www.debian.o
On Thu, Jul 28, 2011 at 09:15, Scott Ferguson
wrote:
> Yes it's with the official documentation:-
> http://www.debian.org/releases/stable/i386/ch04.html.en
Where the first sentence reads: "To prepare the USB stick, you will
need a system where GNU/Linux is already running and where USB is
support
Hi
> after changed gateway to router IP (41.134.19.89), the command
> ifconfig it showing eth1 now but; ping doesn’t work
The use of "eth1" suggests that you have more than one Ethernet-port
in your server (the first one usually is eth0). Are you sure you have
plugged the cable into the correct p
On Mon, Jan 29, 2007 at 03:43:13PM +0100, Dennis Larsen wrote:
> Jeg er ny inden for linux, og jeg tænkte jeg ville prøve debian. så jeg
> hentede netværksinstallation på 190 mb.
That is a minimal installation CD. To get a fully working system, you
need to download the rest from internet.
> Da
information.
Here is my 0.02$:
- Never start a new topic by replying to an existing email and just
change the subject. This will mess things up for people (like me) who
uses threads. Fortunately proper mail clients (read: mutt) has got
the knobs to clean up the mess :)
--
Per Carlson,
up to use the applet. this is
unfortunately not very well documented. at least, it wasn't at the time
of my first tries with n-m.
--
Per Carlson, Sr. Network Developer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
15 matches
Mail list logo