On Thu, 05 Aug 2010 20:11:55 -0400, Ralph Katz wrote:
> On 08/05/2010 12:18 PM, Camaleón wrote:
>> I would like to compare the numbers for some packages within the
>> Popcon¹ online tool to get a quick feedback, but it seems to be limited
>> to just one query at a time (I mean, I would like to ge
On Thu, 05 Aug 2010 23:18:54 -0700, Phillipus Gunawan wrote:
(...)
> So, if anyone expert can give me a light, would be much appreciated. For
> a started, I will only go with 3x2TB HDD for either option, to be
> RAID-ed as RAID5
Although I would prefer a DIYS dedicated computer to this task (fa
With
nfs:/home /home nfs defaults0 0
in /etc/fstab I get
mount.nfs: Failed to resolve server nfs: Temporary failure in name resolution
on boot. This is because I use local bind9 and /etc/resolv.conf has
nameserver 127.0.0.1
I tried adding " bind9" to the $rem
On Fri, 06 Aug 2010 11:01:01 +0300, Timo Juhani Lindfors wrote:
(...)
> I tried adding " bind9" to the $remote_fs line of /etc/insserv.conf but
> got
>
> $ sudo insserv --dryrun
> insserv: There is a loop between service bind9 and rsyslog if started
> insserv: loop involving service rsyslog at
Camaleón writes:
> $namedbind9
Thanks for the effort but this does not seem to be enough:
$ grep -Ev "(^#|^$)" /etc/insserv.conf
$local_fs +mountall +mountoverflowtmp +umountfs
$network+networking +ifupdown
$named +named +dnsmasq +lwresd bind9 $network
$remote_fs
On 05 Aug 2010, Javier Vasquez wrote:
> On 8/5/10, Jordon Bedwell wrote:
> > On 8/5/2010 12:54 PM, Sven Joachim wrote:
> >> The solution is to use a bigger font, as I had tried to explain.
> >
> > Yes, that was your solution, until he explained (which you merrily
> > missed apparently) that even t
On Fri, 06 Aug 2010 12:52:11 +0300, Timo Juhani Lindfors wrote:
> Camaleón writes:
>> $named bind9
>
> Thanks for the effort but this does not seem to be enough:
>
> $ grep -Ev "(^#|^$)" /etc/insserv.conf
(...)
> $named +named +dnsmasq +lwresd bind9 $network
> $remote_fs
Hi!
First of all - you better ask different questions in different treads. But as
far as you asked already...
On Fri, Aug 06, 2010 at 09:36:11AM +0530, vishnu vardhan wrote:
> no desktop directory for newly created user and some other issues.
[skipped]
>
adduser don't add Desktop directory. Desk
Salam SIP (Spirit is Prioritas),
Kurang efektif memotivasi anak buah mencapai target, berikut kami informasikan
pelatihan khusus yang memiliki
anak buah dan akan segera memiliki anak buah yaitu Effective Supervisory
Management yang akan di laksanakan
tanggal 23 - 25 Agusus 2010 di Viatama Train
On Thu, Aug 5, 2010 at 11:27 PM, Jochen Schulz wrote:
> What you might want to find out is whether you have a G1 or G2 device.
> G2 supports the TRIM command which helps the SSD to keep up performance.
> Otherwise, performance degrades over time, especially when you keep the
> SSD nearly full. I h
On 06/08/10 09:31, Camaleón wrote:
On Thu, 05 Aug 2010 23:18:54 -0700, Phillipus Gunawan wrote:
(...)
So, if anyone expert can give me a light, would be much appreciated. For
a started, I will only go with 3x2TB HDD for either option, to be
RAID-ed as RAID5
Although I would prefer a
Camaleón writes:
> Did you read the manual or the docs for insserv? Maybe we are missing some
> step to fully populate the new boot sequence :-?
I did try but the man page does not really mention when symlinks are
created. For example
$ echo /etc/rc*/*bind9
/etc/rc0.d/K02bind9 /etc/rc1.d/K02bin
Camaleón writes:
> So we are doing something wrong here.
It seems that /etc/init.d/mountnfs.sh does not actually call mount, it
is done by
/etc/network/if-up.d/mountnfs
when a network interface is brought up.
Should I try starting bind9 before network is brought up? That sounds
very counter-in
On 8/5/10, Jochen Schulz wrote:
> George-Cristian Bîrzan:
>> On Thu, 2010-08-05 at 21:56 +1000, pierre poulos wrote:
>>> Cannot initiate the connection to security.debian.org:21
>>> (2001:388:1034:2900::26). - connect (101 Network is unreachable) [IP:
>>> 2001:388:1034:2900::26 21]
>>
>> Try, as r
Desktop and Laptop both have Debian Testing installed and up to date; both
with self-compiled kernel 2.6.32.
I have a CurrentCost electricity usage monitor which is normally connected
to my desktop via USB and is working properly. When the unit is plugged in
I get a number of lines in syslog li
On Fri, 2010-08-06 at 22:58 +1000, pierre poulos wrote:
> Ok, as root..
>
> /home/pierre# sysctl -w net.ipv6.conf.all.disable_ipv6=1
> error: "net.ipv6.conf.all.disable_ipv6" is an unknown key
>
> [snip]
>
> Now, reboot the machine
> Now I try www.debian.org with no proxy and... still no connect
Timo Juhani Lindfors writes:
> Should I try starting bind9 before network is brought up? That sounds
> very counter-intuitive.
Replying to myself here: this fails since bind9 says "no networks
configured". A hack that works for now seems to be to add
if [ "$(pidof named)" = "" ]; then
/etc/i
On Fri, 2010-08-06 at 16:09 +0300, George-Cristian Bîrzan wrote:
> ively, I guess you could add to /etc/modprobe.d/blacklist.conf a
> line that says:
>
> blacklist ipv6
>
> then reboot. That should prevent the module from being loaded in the
> first place. If you compiled your own kernel and buil
On Fri, 2010-08-06 at 16:22 +0300, George-Cristian Bîrzan wrote:
> On Fri, 2010-08-06 at 16:09 +0300, George-Cristian Bîrzan wrote:
> > ively, I guess you could add to /etc/modprobe.d/blacklist.conf a
> > line that says:
> >
> > blacklist ipv6
> >
> > then reboot. That should prevent the module f
On Fri, 06 Aug 2010 15:22:19 +0300, Timo Juhani Lindfors wrote:
> Camaleón writes:
>> So we are doing something wrong here.
>
> It seems that /etc/init.d/mountnfs.sh does not actually call mount, it
> is done by
>
> /etc/network/if-up.d/mountnfs
>
> when a network interface is brought up.
>
>
El 2010-08-06 a las 22:18 +1000, pierre poulos escribió:
(resending to the list)
> On Thu, Aug 5, 2010 at 7:00 AM, Camaleón wrote:
>
> > On Wed, 04 Aug 2010 19:34:06 +1000, pierre poulos wrote:
> >
> > > Using Iceweasel, Google Chrome and Lynx I cannot access http;//
> > > www.debian.org or any
Hi,
I thank your efforts but I have to remind you that you need to find right
way to make change in Debian. None of us are paid to be full time.
There are many loose ends. Reporting to wrong ML is not the best action.
What you are telling us is:
1. packages maintained by neno...@sacredspiral.co
On 2010-08-06 10:01 +0200, Timo Juhani Lindfors wrote:
> With
>
> nfs:/home /home nfs defaults0 0
>
> in /etc/fstab I get
>
> mount.nfs: Failed to resolve server nfs: Temporary failure in name resolution
>
> on boot. This is because I use local bind9 and /etc/reso
I think you may be missing the poing a bit. A 'TODO' list is nice,
but what is stopping YOU from forwarding the information to upstream
or checking the upstream project to see if they know about the issue?
What SPECIFIC package(s) in the list do YOU use, and what SPECIFIC
issues are YOU having?
On 06 Aug 2010, Anthony Campbell wrote:
> >
>
> Doesn't seem to work here. The small font I can live with, but if I
> enable KMS another problem appears. Initially the console type face is
> large. If I start X and go back to the console with ctrl-alt-F1 the type
> face is small. If I do this a s
On Thu, Aug 05, 2010 at 04:07:26PM -0400, Thomas H. George wrote:
> On Thu, Aug 05, 2010 at 02:49:48PM -0400, Tom H wrote:
> > On Thu, Aug 5, 2010 at 1:49 PM, Thomas H. George
> > wrote:
> > >
> > > I don't understand grub's menu.lst. It begins with several entries
> > > and the beginning of the
Phillipus Gunawan put forth on 8/6/2010 1:18 AM:
> Hi There,
>
> Sorry if this is a bit 'Off The Topic' discussion. I am planning to get
> fileserver dedicated for iSCSI.
>
> My option is to grab Thecus N4200 or to build OpenFiler with any Duo-Core
> CPU,
> 1G RAM, RocketRAID 644 controller, a
http://lists.debian.org/debian-annou.../msg9.html
Flippen AWESOME.
Thanks to everyone. Now the real work begins.
Brent
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.deb
Bob McGowan wrote:
On 08/05/2010 07:07 AM, hugo vanwoerkom wrote:
Hi,
I just noticed that the partition sizes on my usb disk are wrong.
debian:/# fsck -f /dev/sdb2
fsck 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
The filesystem size (according to the superblock) is 1953905 blocks
The phy
Jordan Metzmeier wrote:
On 08/04/2010 08:31 PM, Kamaraju S Kusumanchi wrote:
What do you do if you had access to just one machine (say your personal
laptop) and don't have the luxury of running multiple machines (one for
testing and one for production etc.,)? Sometimes, it is better/practical t
On 6.8.2010 18:35, PaulNM wrote:
> If you'll be running the VM only when logged in, virtualbox is
> definitely preferred. If you need to run headless servers that start
> automatically on bootup, qemu is the way to go.
>
I use VirtualBox just like you described, but I use VMWare Server 2.0
fo
Jari Fredriksson wrote:
On 6.8.2010 18:35, PaulNM wrote:
If you'll be running the VM only when logged in, virtualbox is
definitely preferred. If you need to run headless servers that start
automatically on bootup, qemu is the way to go.
I use VirtualBox just like you described, but I use
Bonjour à tous,
Dans une précédente enfilade, je vous ai fait part de mes problèmes pour
faire reconnaître et connecter une clef Huawei 3G (19d2:2000 =>
19d2:0052) avec un pack SFR). Avec votre aide, et celle de l'utilitaire
"Sakis 3G", j'ai réussi. Durant une quinzaine loin de chez moi, j'ai pu
m
On 8/6/2010 12:21 PM, Bernard wrote:
> Merci d'avance pour vos commentaires et suggestions.
Liste en anglais, s'il vous plaît parler anglais.
http://lists.debian.org/debian-user-french/
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? C
On Fri, Aug 06, 2010 at 04:27:31PM +0200, Brent Clark wrote:
> http://lists.debian.org/debian-annou.../msg9.html
>
> Flippen AWESOME.
Now to get kfreebsd into shape with gnu. To me, that's what is making
this release stellar.
--
. O . O . O . . O O . . . O .
. . O . O O O . O
On Aug 6, 2010, at 9:44 AM, Neil McGovern wrote:
RC bugs
===
For the release, we need to get rid of all release critical bugs.
Please
don't hesitate, pick any bug from
http://bts.turmzimmer.net/details.php?bydist=squeeze and fix it. Or
send in a
patch in case there is none yet. And o
Quoting Jochen Schulz on 2010-08-05 04:27:26:
> BTW, you can monitor lifetime writes with recent kernels for each
> filesystem separately:
>
> $ sudo tune2fs -l /dev/mapper/manowar-home-crypt | grep ^Lifet
> Lifetime writes: 785 GB
>
> This filesystem is almost exactly 13 months old and
Hi to Everyone !
Would anyone here have any experience about Huawei E1752 under Debian or
Ubuntu ?
I have previously succeeded in connecting a 'Huawei ABCD', using 'sakis
3G'. But I have now subscribed to another package, which uses E1752, and
'Sakis 3G' does not achieve any useful connexion
Pasi Oja-Nisula:
> On Thu, Aug 5, 2010 at 11:27 PM, Jochen Schulz wrote:
>
>> You might want to read Ted T'so's blog entries regarding SSDs:
>> http://thunk.org/tytso/blog/category/computers/ssd/
>
> This is where the pain starts. I started looking at this and suddenly I
> was up to my neck in p
Jordon Bedwell wrote:
On 8/6/2010 12:21 PM, Bernard wrote:
Merci d'avance pour vos commentaires et suggestions.
Liste en anglais, s'il vous plaît parler anglais.
http://lists.debian.org/debian-user-french/
Yes, I am sorry. My message was intended to the 'debian-user-french'
list,
Just got my new AMD 64 bit system to working well. Still have an issue
with NO CONSOLES using F1 F2 etc. I really miss this ability using
testing dist. I am VERY used to using a console screen to manage my
system. Something has disabled thosr consoles. Any tips to correct are
appreciated.
Thanks!
J
FYI, from debian-announce.
--
Peace,
Greg
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008061130.26914.gomadtr...@gci.net
On 8/6/2010 2:30 PM, Greg Madden wrote:
> FYI, from debian-announce.
A little behind times eh? Already a thread about it :P
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debi
Patrick,
On Fri, Aug 6, 2010 at 6:29 AM, Patrick Ouellette wrote:
> I think you may be missing the poing a bit. A 'TODO' list is nice,
> but what is stopping YOU from forwarding the information to upstream
> or checking the upstream project to see if they know about the issue?
>
What was stoppi
On 06/08/10 15:27, Brent Clark wrote:
http://lists.debian.org/debian-annou.../msg9.html
Flippen AWESOME.
Thanks to everyone. Now the real work begins.
Brent
I was really hoping php 5.3.3 would make it into squeeze. It will be
the first version of php that properly supports sqlite3. It
On Fri, Aug 06, 2010 at 01:09:17PM -0400, PaulNM wrote:
> Jari Fredriksson wrote:
> >On 6.8.2010 18:35, PaulNM wrote:
> >>If you'll be running the VM only when logged in, virtualbox is
> >>definitely preferred. If you need to run headless servers that start
> >>automatically on bootup, qemu is
On 8/6/2010 3:27 PM, Alan Chandler wrote:
> On 06/08/10 15:27, Brent Clark wrote:
>> http://lists.debian.org/debian-annou.../msg9.html
>>
>> Flippen AWESOME.
>>
>> Thanks to everyone. Now the real work begins.
>>
>> Brent
>>
>>
> I was really hoping php 5.3.3 would make it into squeeze. It wil
Brian Ryans:
> Quoting Jochen Schulz on 2010-08-05 04:27:26:
>
>> BTW, you can monitor lifetime writes with recent kernels for each
>> filesystem separately:
>>
>> $ sudo tune2fs -l /dev/mapper/manowar-home-crypt | grep ^Lifet
>> Lifetime writes: 785 GB
>>
>> This filesystem is almost e
On 8/5/10 11:18 PM, Phillipus Gunawan wrote:
> Hi There,
>
> Sorry if this is a bit 'Off The Topic' discussion. I am planning to get
> fileserver dedicated for iSCSI.
>
> My option is to grab Thecus N4200 or to build OpenFiler with any Duo-Core
> CPU,
>> 1G RAM, RocketRAID 644 controller, and
Hi
I think my car is died :(
I have a Dell Latitude D630 and here is the commands outputs:
marc...@laia:~$ /usr/bin/lspci | grep Ethernet
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755M
Gigabit Ethernet PCI Express (rev 02)
marc...@laia:~$ /sbin/ifconfig
eth0 Link enca
On 08/05/2010 06:49 PM, Zhang Weiwu wrote:
> On 2010年08月04日 04:55, Bob McGowan wrote:
>> In fact, the LC_ names all seem to be specific to things
>> that would not necessarily impact the regex operation.
>>
> It is not totally true. The encoding part might. If it is UTF-8, in
> theory, [:digit:]
Bernard wrote:
Hi to Everyone !
Would anyone here have any experience about Huawei E1752 under Debian
or Ubuntu ?
I have previously succeeded in connecting a 'Huawei ABCD', using
'sakis 3G'. But I have now subscribed to another package, which uses
E1752, and 'Sakis 3G' does not achieve any
On Friday 06 August 2010 11:31:53 Jordon Bedwell wrote:
> On 8/6/2010 2:30 PM, Greg Madden wrote:
> > FYI, from debian-announce.
>
> A little behind times eh? Already a thread about it :P
Ack!
--
Greg Madden
Precision Air Balance, Inc.
Phone: (907)276-0461
--
To UNSUBSCRIBE, email to debian-
On Fri, 2010-08-06 at 14:33 -0700, Justin The Cynical wrote:
> On 8/5/10 11:18 PM, Phillipus Gunawan wrote:
> > Hi There,
> >
> > Sorry if this is a bit 'Off The Topic' discussion. I am planning to get
> > fileserver dedicated for iSCSI.
> >
> > My option is to grab Thecus N4200 or to build Open
Hi,
I believed that rsync wouldn't delete existing destination files unless
instructed so (by --delete-excluded). However, while debugging a
(mysterious) bug,
http://thread.gmane.org/gmane.linux.file-systems.aufs.user/2821/focus=2827
I now suspect that the rsync command used in the script was t
On Fri, 06 Aug 2010 14:07:43 -0500, John W Foster wrote:
> Still have an issue
> with NO CONSOLES using F1 F2 etc.
How did you access consoles? F1 F2 directly?
--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
--
To UNSUBSCRIB
On 08/06/2010 10:41 PM, T o n g wrote:
> Hi,
>
> I believed that rsync wouldn't delete existing destination files unless
> instructed so (by --delete-excluded). However, while debugging a
> (mysterious) bug,
>
http://thread.gmane.org/gmane.linux.file-systems.aufs.user/2821/focus=2827
> I now sus
Thanks for your replay Sam.
On Fri, 06 Aug 2010 22:47:57 -0500, Sam Leon wrote:
> --delete-before will delete everything in the destination directory that
> is not in the source directory.
As you sure about this?
>From man page:
--delete-beforereceiver deletes before transfer (defa
58 matches
Mail list logo