Re: How to find list of backports for Debian squeeze?

2012-06-25 Thread Per Carlson
> 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

Re: getent passwd doesn't show ldap user

2012-04-23 Thread Per Carlson
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

Re: getent passwd doesn't show ldap user

2012-04-23 Thread Per Carlson
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

Re: getent passwd doesn't show ldap user

2012-04-23 Thread Per Carlson
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

Re: repository signing keys update HOW?

2012-03-29 Thread Per Carlson
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

Re: A simple regular expression?

2012-03-26 Thread Per Carlson
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

Re: If you own an ASUS notebook, please test latest v4l-utils

2012-02-08 Thread Per Carlson
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

Re: Where to get a _working_ Wheezy netinstall?

2011-08-30 Thread Per Carlson
> 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.

Re: installing debian from USB... IS IT POSSIBLE?

2011-07-30 Thread Per Carlson
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

Re: installing debian from USB... IS IT POSSIBLE?

2011-07-28 Thread Per Carlson
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

Re: installing debian from USB... IS IT POSSIBLE?

2011-07-28 Thread Per Carlson
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

Re: Set Up a server using Public IP Addresses on debian

2011-06-08 Thread Per Carlson
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

Re: ssh med deres netværk installation

2007-01-29 Thread Per Carlson
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

Re: [OFF-TOPIC] Mailing List Netiquette

2007-01-10 Thread Per Carlson
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,

Re: How to use network-manager in gnome by non root?

2006-12-08 Thread 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]