In your example you are saying that $a is the function 'do_chrono', so
when you run $a, it runs the function and prints out the result. As
another poster indicated, you need to do it slightly differently:
# execute and store result in $a
a=$( do_chrono )
# print
echo $a
Atle
-
Flying Crocodile
Hey,
In my office, we have a Windows XP machine serves as file server and
there's a SHARP AR158S printer connect to it. All of my co-workers use
printer through the net work. I'm the only person usign Debian. I set
up the samba and did the configuration and be able to see the shared
folders using
José Alburquerque wrote:
Currently, I'm running sid and my gxine version is 0.5.7. When I run
it from a terminal, it starts up fine. I have some media marks that
I've added and when I click on any of them, gxine buffers fine, starts
playing and shortly after disappears with a segmentation fa
Brad Sawatzky wrote:
It's been working for me (etch, same kernel version).
I would check the following:
- watch /var/log/messages (I think) to see if udev is actually
recognizing your usb stick when it's plugged in,
- that 'hald' is running,
- that 'gnome-volume-manager' is running, a
On Wed, 27 Sep 2006 21:30:44 -0700 (PDT)
"Fred J." <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have debian/testing, and have been trying to locate the bookmarks
> file for firefox "my browser", any body knows where it is?
> :~$ locate bookmarks.html
> /etc/firefox/profile/bookmarks.html
> /etc/mozilla-
~/.mozilla/firefox/*.default/bookmarks.htmOn 9/27/06, Fred J. <[EMAIL PROTECTED]> wrote:
HiI have debian/testing, and have been trying to locate the bookmarksfile for firefox "my browser", any body knows where it is?:~$ locate bookmarks.html/etc/firefox/profile/bookmarks.html
/etc/mozilla-firefox/p
HiI have debian/testing, and have been trying to locate the bookmarksfile for firefox "my browser", any body knows where it is?:~$ locate bookmarks.html/etc/firefox/profile/bookmarks.html/etc/mozilla-firefox/profile/bookmarks.htmlniether of the files above "when opened in a broswer" show my bookmak
Andrei Popescu <[EMAIL PROTECTED]>:
> "s. keeling" <[EMAIL PROTECTED]> wrote:
>
> > Hans du Plooy <[EMAIL PROTECTED]>:
> > > On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> > > > I've a co-worker I'm trying to convert to Linux. He's a musician, and
>
> If he is going to install sarge,
Hello everybody,
After a recent upgrade of unstable, the video mode switch
ctr+alt+keypad+/- do not work. THis happened on several computers,
so I do not think that it is specific to the video cards, but
rather to the xserver in general.
By the way, xvidtune can switch between the video modes jus
On Tue, Sep 26, 2006 at 11:07:47PM -0700, Kenward Vaughan wrote:
> On 09/26/2006 11:59:03 AM, Kenward Vaughan wrote:
> > Hi Kevin,
> >
> >I'll try this once I have a chance when I get home.
> ...
>
> >-Original Message-
> >From: Kevin Mark [mailto:[EMAIL PROTECTED]
> ...
> >
> >On Mon, Sep
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 18:59, Owen Heisler wrote:
> On Wed, 2006-09-27 at 17:25 -0500, Ron Johnson wrote:
>> On 09/27/06 15:34, Owen Heisler wrote:
>>> On Wed, 2006-09-27 at 15:09 -0500, Ron Johnson wrote:
On 09/27/06 14:05, Owen Heisler wrote:
> I think
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 18:51, Hugo Vanwoerkom wrote:
> Hi,
>
> On my way to elapsed time in a bash script, I created the do_chrono
> command. It pumps the elapsed time to stdout.
>
> So if I do:
>
> a=do_chrono
>
> and then:
>
> $a
>
> I get: 0:3:19.
>
> P
"Roberto C. Sanchez" <[EMAIL PROTECTED]> writes:
> It is not a bug. It simply clears the $LANG environment variable before
> going into the chroot. The chroot has a very bare base system, without
> any locales installed. If your own system's default locale is set to
> anything but C, lots of pro
hey folks,
i'm running ubuntu edgy with a self-compiled 2.6.18 kernel on my dell
latitude d820. I did the kernel compile because the standard kernel
suspend wasn't working for me; suspend2 usually works great on this
machine but is having a little trouble at the moment...
anyway i've run into
Kamaraju Kusumanchi wrote:
> On Saturday 23 September 2006 22:41, James Richardson wrote:
> > Hi,
> > I have been searching for a good personal information manager that
> > will run on GNU/Linux, unsecessfully.
> >
> > What I am looking for is something that works mostly like franklin
> > planner f
On Tuesday 26 September 2006 18:48, Vegard L. Rekaa wrote:
> debian:~# lsmod | grep snd
> snd_ens1371226882
> gameport137041 snd_ens1371
> snd_rawmidi 223041 snd_ens1371
> snd_seq_device8460 1 snd_rawmidi
>
On Wed, 2006-09-27 at 17:25 -0500, Ron Johnson wrote:
> On 09/27/06 15:34, Owen Heisler wrote:
> > On Wed, 2006-09-27 at 15:09 -0500, Ron Johnson wrote:
> >> On 09/27/06 14:05, Owen Heisler wrote:
> >>> I think I've figured out how to get Evolution to work
> >>> without using imap.
> >> Using IMAP
Wackojacko wrote:
> Clive Menzies wrote:
>
>> On (26/09/06 11:46), Wackojacko wrote:
>>
>>> I run nvidia graphics drivers on my AMD64 3200+, in both 64 bit and
>>> 32 bit sid, so they definitely work.
>>>
>>> Here's what I do.
>>>
>>> ~apt-get install module-assistant nvidia-kernel-source
>>> ~m-a
Hi,
On my way to elapsed time in a bash script, I created the do_chrono
command. It pumps the elapsed time to stdout.
So if I do:
a=do_chrono
and then:
$a
I get: 0:3:19.
Problem: I can't use that $a anywhere, e.g. if I say:
echo $a
I would expect to see 0:3:19 again, but I don't, it say
On Wed, Sep 27, 2006 at 04:22:23PM -0700, [EMAIL PROTECTED] wrote:
> Someone please have a look at this
> page and section of the Installation Guide.
>
> "http://www.debian.org/releases/stable/i386/index.html.en#id2534334";
>
> "C.4.4.A Configure The Base System
>
> Now you've got a real Debian
Someone please have a look at this
page and section of the Installation Guide.
"http://www.debian.org/releases/stable/i386/index.html.en#id2534334";
"C.4.4.A Configure The Base System
Now you've got a real Debian system, though rather lean, on disk. Chroot into
it:
# LANG= chroot /mnt/debinst
S. M. Ibrahim (Lavlu) wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 27 September 2006 11:59, Marty wrote:
[snip]
>> > my isp use simple windows Xp internet connection sharing.
>> > Is the windows connection sharing is the problem ???
>>
>> Does that mean you are using a VP
On Wed, 27 Sep 2006, H.S. wrote:
> Brad Sawatzky wrote:
>
> > I would check the following:
[ . . . ]
> > - that 'gnome-volume-manager' is running, and
>
> Aha. Did not install gnome* packages at all. Maybe this is the problem.
> I hope I do not have to install all of gnome for this.
[ . . . ]
>
On Wednesday 27 September 2006 18:32, Johannes Wiedersich wrote:
> Mumia W.. wrote:
> > Is it a good idea to report spam to the mailing list to the respective
> > ISPs? The spam was not sent to me personally; however, it *is* spam; it
> > made it into my mailbox, and the mail-list debian-user didn'
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 15:34, Owen Heisler wrote:
> On Wed, 2006-09-27 at 15:09 -0500, Ron Johnson wrote:
>> On 09/27/06 14:05, Owen Heisler wrote:
>>> I think I've figured out how to get Evolution to work
>>> without using imap.
>> Using IMAP is definitely usefu
On Wed, 2006-09-27 at 15:38 -0500, Owen Heisler wrote:
> On Wed, 2006-09-27 at 14:38 -0500, Ron Johnson wrote:
> > On 09/27/06 13:34, Owen Heisler wrote:
> > > I did some more experimenting with Evolution, and found that if I make a
> > > folder and then put the three folders in it (tmp, cur, new)
Owen Heisler <[EMAIL PROTECTED]> wrote:
> On Wed, 2006-09-27 at 15:09 -0500, Ron Johnson wrote:
> > On 09/27/06 14:05, Owen Heisler wrote:
> > > I think I've figured out how to get Evolution to work
> > > without using imap.
> >
> > Using IMAP is definitely useful, though, since it breaks the lin
Hello,
I'm looking for some experience with 10g ODBC driver.
I downloaded 10g Express Edition which seems to contain ODBC driver but I
cannot figure how to configure, which libraries...etc...
Many thanks for any clue or direction.
Cheer,
Bruno
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
w
On Wed, 2006-09-27 at 14:38 -0500, Ron Johnson wrote:
> On 09/27/06 13:34, Owen Heisler wrote:
> > I did some more experimenting with Evolution, and found that if I make a
> > folder and then put the three folders in it (tmp, cur, new), that
> > Evolution will work with it. I guess Evolution just
On Wed, 2006-09-27 at 15:09 -0500, Ron Johnson wrote:
> On 09/27/06 14:05, Owen Heisler wrote:
> > I think I've figured out how to get Evolution to work
> > without using imap.
>
> Using IMAP is definitely useful, though, since it breaks the link
> between data and presentation.
This is what I'm
On 09/27/2006, Michael M. wrote:
> But when someone sends an email to a list like this one with
> thousands of people on it and requests a return receipt, that means many
> of us get an irritating pop-up asking if we want to sent it. That's how
> it annoys.
Of course if a good percentage of us /
Brad Sawatzky wrote:
> I would check the following:
> - watch /var/log/messages (I think) to see if udev is actually
> recognizing your usb stick when it's plugged in,
Yes, it does.
> - that 'hald' is running,
Didn't verify, but I am pretty sure it is running. Had to install hal
though
Hello All,
My friend Gia Shervashidze provided Georgian range of glyps...
It would be great to include them , first for testing...(so we can correct if there is
som problems) and after definitely.
Here is Georgian glyps range:
10D0:0804021C
10D1:20302828081C2
s. keeling wrote:
Hans du Plooy <[EMAIL PROTECTED]>:
You might also look into Studio64 - it's a Debian based distro that's
got all the sound stuff already setup and integrated.
(from the review at www.freesoftwaremagazine.com, mentioned on
distrowatch):
"So the goal of 64 Studio
[EMAIL PROTECTED] wrote:
On Wed, Sep 27, 2006 at 10:13:39AM -0500, Damon L. Chesser wrote:
Please stop requesting receipts on this mailing list. It is very annoying.
Thank you.
--
Damon L. Chesser
[EMAIL PROTECTED]
[EMAIL PROTECTED]
I've seen this mentioned several times,
On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
On Wednesday 20 September 2006 08:21, John Kelly wrote:
> For the second time in the past few days, spamcop has listed
> murphy.debian.org. That's it. I'm done with spamcop!
If murphy is sending spamtraps, it deserves to be listed. per
"Roberto C. Sanchez" <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 27, 2006 at 10:17:00PM +0300, Andrei Popescu wrote:
> > Jon Dowland <[EMAIL PROTECTED]> wrote:
> >
> > > You need a seperate piece of software to fetch the mail from
> > > gmail via the POP3 protocol. Fetchmail or, ideally,
> > > retch
On Thursday 28 September 2006 01:44, Kamaraju Kusumanchi wrote:
> On Wednesday 20 September 2006 08:21, John Kelly wrote:
> > For the second time in the past few days, spamcop has listed
> > murphy.debian.org. That's it. I'm done with spamcop!
>
> If murphy is sending spamtraps, it deserves to be
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 14:05, Owen Heisler wrote:
> On Wed, 2006-09-27 at 23:00 +0400, Виталий Ищенко wrote:
>> I've set up courier-imap
>> And the only thing I have to edit in /etc/courier/imapd
>>
>> ADDRESS=127.0.0.1 (or whatever you like :)
>> and
>> MAILDIRP
Did you try to just run matlab? With matlab 6.5 I needed to run the license
server but with ,matlab 7 it doesn't seem to be needed at least with my
setup.
-Original Message-
From: KS [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 27, 2006 8:24 PM
To: debian-user
Subject: Re: matlab
Installed Etch about two months ago and intially cpu freq daemon and
monitoring worked fine with the Gnome applet.
However recently I noticed that this had stopped and applet now reporting
that it is unsupported: "You will not be able to modify the frequency of
your machine. Your machine m
On Wed, 2006-09-27 at 23:00 +0400, Виталий Ищенко wrote:
> I've set up courier-imap
> And the only thing I have to edit in /etc/courier/imapd
>
> ADDRESS=127.0.0.1 (or whatever you like :)
> and
> MAILDIRPATH=.Maildir (relative to home folder)
Okay, thanks. I think I've figured out how to get Ev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 13:34, Owen Heisler wrote:
> On Wed, 2006-09-27 at 13:26 -0500, Ron Johnson wrote:
>> On 09/27/06 10:44, Owen Heisler wrote:
>>> On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
On 09/27/06 09:55, Owen Heisler wrote:
> On Tue,
On Wed, Sep 27, 2006 at 10:17:00PM +0300, Andrei Popescu wrote:
> Jon Dowland <[EMAIL PROTECTED]> wrote:
>
> > You need a seperate piece of software to fetch the mail from
> > gmail via the POP3 protocol. Fetchmail or, ideally,
> > retchmail.
>
> getmail is very easy to configure, at leas compare
Jon Dowland <[EMAIL PROTECTED]> wrote:
> You need a seperate piece of software to fetch the mail from
> gmail via the POP3 protocol. Fetchmail or, ideally,
> retchmail.
getmail is very easy to configure, at leas compared to fetchmail
Regards,
Andrei
--
If you can't explain it simply, you don't
On Wed, 2006-09-27 at 13:26 -0500, Ron Johnson wrote:
> On 09/27/06 10:44, Owen Heisler wrote:
> > On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
> >> On 09/27/06 09:55, Owen Heisler wrote:
> >>> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
> On 09/26/06 20:08, Owen Heisler wro
On Wed, 27 Sep 2006, H.S. wrote:
> I was wondering if automounting of USB sticks works in xfce4 in Debian�
> Etch. I tried it yesterday and couldn't figure out how to do this.�
> Automounting of a CD works when inserted in the drive though.
It's been working for me (etch, same kernel version).
I've set up courier-imap
And the only thing I have to edit in /etc/courier/imapd
ADDRESS=127.0.0.1 (or whatever you like :)
and
MAILDIRPATH=.Maildir (relative to home folder)
В Срд, 27/09/2006 в 10:44 -0500, Owen Heisler пишет:
> On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
> > On 09/27/
According to this link
http://www.0d.be/debian/debian-gnome-2.16-status.html
not all packages are there (as for i386)
I've install evolution + gtkhtml from experimental, works without
problems =)
В Втр, 26/09/2006 в 10:38 +0200, Michael Ott пишет:
> Hi!
>
> Does anyone try to install the Gnome de
On 09/27/2006 12:40 PM, Kamaraju Kusumanchi wrote:
> According to http://lists.debian.org/stats/ the subscribe count for d-u is
> around 2900 which is way less compared to the forum subscribers.
Raju,
Many of us read the list as a newsgroup or from a web interface, so
we're not counted at all
Clive Menzies wrote:
On (26/09/06 11:46), Wackojacko wrote:
I run nvidia graphics drivers on my AMD64 3200+, in both 64 bit and 32
bit sid, so they definitely work.
Here's what I do.
~apt-get install module-assistant nvidia-kernel-source
~m-a prepare (sudo or root)
~m-a a-i nvidia (sudo or ro
"s. keeling" <[EMAIL PROTECTED]> wrote:
> Hans du Plooy <[EMAIL PROTECTED]>:
> > On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> > > I've a co-worker I'm trying to convert to Linux. He's a musician, and
> > > his primary app in $REDMOND is something called cakewalk. I've no
> > > idea wh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 10:44, Owen Heisler wrote:
> On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
>> On 09/27/06 09:55, Owen Heisler wrote:
>>> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
On 09/26/06 20:08, Owen Heisler wrote:
> I have
Kamaraju Kusumanchi writes:
> What about the idea of placing a captcha in the subscription page
> (http://www.debian.org/MailingLists/subscribe) ?
Why do you want to prevent blind people from subscribing?
--
John Hasler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscr
roberto wrote:
> My problem with matlab installation is the following:
>
> 1. i try to install matlab7 r14
> 2. i follow all the steps indicated in the instal guide:
> mkdir /usr/local/matlab7 (=$MATLAB)
> cd matlab7
>
> 3. then i run the installer:
> /media/cdrom0/install* &
>
> 4. i choose as
I have viewcvs v 1.11.1p1debian running on a woody
installation and it uses color to differentiate between lines and between
different revisions of a file in the system. However I have installed 0.9.2+cvs.1.0.dev.2004.07.28-1.5
on a new sarge box for testing and it does not have the color
On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
On Wednesday 27 September 2006 11:57, Michael Marsh wrote:
> Um, murphy sends confirmation email to any address registered through
> the web interface.
What about the idea of placing a captcha in the subscription page
(http://www.debian.o
On Wednesday 27 September 2006 09:51, Seth Goodman wrote:
> I agree with Michael: tricking a server that responsibly sends out
> confirmation messages into sending one to a spamtrap is about denial of
> service. I also agree with Kumaraju that sending mail to spamtraps
> should get anyone listed.
Has anyone experienced segmentation faults with gxine? I've been trying
to run it since I installed testing a few months ago (I believe I had
gxine 0.5.6 then). I thought that an upgrade would fix my problem, but
to this date updates have not made a difference.
Currently, I'm running sid and
On (26/09/06 11:46), Wackojacko wrote:
> I run nvidia graphics drivers on my AMD64 3200+, in both 64 bit and 32
> bit sid, so they definitely work.
>
> Here's what I do.
>
> ~apt-get install module-assistant nvidia-kernel-source
> ~m-a prepare (sudo or root)
> ~m-a a-i nvidia (sudo or root)
> ~d
On Wednesday 27 September 2006 11:57, Michael Marsh wrote:
> On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
> > If murphy is sending spamtraps, it deserves to be listed. period.
>
> Um, murphy sends confirmation email to any address registered through
> the web interface.
What about t
Ah,
Well I won't be of much help then :( Just today I was looking for a
Debian package of the 2.6.15 kernel source, and I couldn't find one
(aptitude search, google). So I downloaded it from kernel.org, not very
Debian of me.
ERIC
Hernan Freschi wrote:
None of them work for debian. I need to
"David E. Fox" <[EMAIL PROTECTED]> wrote:
> On Fri, 22 Sep 2006 20:22:21 +0300
> Andrei Popescu <[EMAIL PROTECTED]> wrote:
>
>
> > Maybe you could host a debian-offtopic list. Maybe there is some
> > interest for that :)
>
> hell come on over to [EMAIL PROTECTED] We con't care if yuu don't
> ru
None of them work for debian. I need to do it the debian way (I have
compiled from the original source and it works. But I want to do it
debian).
Cheers,
Hernan2006/9/27, ericp <[EMAIL PROTECTED]>:
A quick google revealed
In this thread it is suggested that you recompile the kernel to
On Saturday 23 September 2006 22:41, James Richardson wrote:
> Hi,
> I have been searching for a good personal information manager that
> will run on GNU/Linux, unsecessfully.
>
> What I am looking for is something that works mostly like franklin
> planner for windows...
>
> I need a good todo list
A quick google revealed
In this thread it is suggested that you recompile the kernel to get the
right kernel headers.
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=277739
Better instructions here, not in english, but you can follow along
http://www.linux.hr/modules/news/
On Wednesday, September 27, 2006 10:58 AM -0500, Michael Marsh wrote:
> On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
> > If murphy is sending spamtraps, it deserves to be listed. period.
>
> Um, murphy sends confirmation email to any address registered
> through the web interface. E
saravanan ganapathy wrote:
--- saravanan ganapathy <[EMAIL PROTECTED]> wrote:
Hi,
I am using apache 1.3.33 on debian3.1 and I want to
hide 'server string' in headers. I already
configured
'ServerTokens Prod'.
Now it shows server string as 'Apache' and I need to
change this. S
On Thursday 21 September 2006 11:25, John Graves wrote:
> I took what appears to be an unwise shortcut and installed Knoppix on
> the harddrive of a spare laptop. It now appears that some portion of
> what is installed is in german. Is there an easy way to either fix my
> installation or reinstal
On Thursday 21 September 2006 15:17, S. M. Ibrahim (Lavlu) wrote:
> today at the time of searching http://debian.org get a link
> http://forums.debian.net
>
> but, there number of registed user is too few "We have *7054* registered
> users"
>
> why debian not making a official forum for debian-user
Hello folks, I'm having a little trouble here.
I'm trying to patch iptables to support layer7
(l7-filter.sourceforge.net). I have the kernel already patched, now I'm
trying to patch IPTABLES
So what I did was:
apt-get source iptables
apt-get build-dep iptables
then I go into /usr/src/iptables-v
--- saravanan ganapathy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using apache 1.3.33 on debian3.1 and I want to
> hide 'server string' in headers. I already
> configured
> 'ServerTokens Prod'.
>
> Now it shows server string as 'Apache' and I need to
> change this. So I configured the following
On Wed, Sep 27, 2006 at 10:13:39AM -0500, Damon L. Chesser wrote:
> >
> >
> Please stop requesting receipts on this mailing list. It is very annoying.
>
> Thank you.
>
> --
> Damon L. Chesser
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
I've seen this mentioned several times, but don't know wh
Hello,
I was wondering if automounting of USB sticks works in xfce4 in Debian
Etch. I tried it yesterday and couldn't figure out how to do this.
Automounting of a CD works when inserted in the drive though.
A little google search hinted that xffm file manager may be needed for
usb automount
On 9/27/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
If murphy is sending spamtraps, it deserves to be listed. period.
Um, murphy sends confirmation email to any address registered through
the web interface. Even if you changed this to email-to-subscribe
without a web option, addresses c
On Wed, 2006-09-27 at 10:27 -0500, Ron Johnson wrote:
> On 09/27/06 09:55, Owen Heisler wrote:
> > On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
> >> On 09/26/06 20:08, Owen Heisler wrote:
> >>> I have set up a mail server using postfix and am using the maildir style
> >>> mailbox at "~/.ma
On Wednesday 20 September 2006 08:21, John Kelly wrote:
> For the second time in the past few days, spamcop has listed
> murphy.debian.org. That's it. I'm done with spamcop!
If murphy is sending spamtraps, it deserves to be listed. period.
If it is not spamcop, there are tons of other DNSBLs wh
On 2006-09-27 16:33:29 +0100, Gerard Robin wrote:
> when I run mutt in gnome-terminal and I open a mail which contains a
> link as http://.., if I open this link, it is opened with lynx. But
> I would like to use dillo instead lynx.
> Which file must I edit to change the browser ?
It depends h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/27/06 09:55, Owen Heisler wrote:
> On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
>> On 09/26/06 20:08, Owen Heisler wrote:
>>> I have set up a mail server using postfix and am using the maildir style
>>> mailbox at "~/.mail". I have set
On Wed, Sep 27, 2006 at 04:42:22PM +0200, Sven Arvidsson wrote:
From: Sven Arvidsson <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Subject: Re: gnome-terminal and mutt
when I run mutt in gnome-terminal and I open a mail which contains a
link as http://.., if I open this link, it is
On Wed, 2006-09-27 at 00:50 -0400, Roberto C. Sanchez wrote:
> On Tue, Sep 26, 2006 at 11:24:58PM -0500, Ron Johnson wrote:
> > On 09/26/06 20:08, Owen Heisler wrote:
> > > I have set up a mail server using postfix and am using the maildir style
> > > mailbox at "~/.mail". I have set up that accou
On Tue, 2006-09-26 at 23:24 -0500, Ron Johnson wrote:
> On 09/26/06 20:08, Owen Heisler wrote:
> > I have set up a mail server using postfix and am using the maildir style
> > mailbox at "~/.mail". I have set up that account in Evolution and can
> > view/delete messages from that mailbox. I would
S. M. Ibrahim (Lavlu) wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 27 September 2006 18:25, Gandalf, the White wrote:
Hi there!
Some friends and I are organizing an Install Fest at the university.
We intend to set up a server to distribute the newest packages to the
bra
I'm working on a project that requires preseeding the Debian installer. In
my build process, I mount the ISO image over loopback, and then copy
everything to scratch space on a hard drive. I then extract the cpio initrd
for the 2.6 kernel to another directory, copy in my initrd from an
overlay dir
On Wed, 2006-09-27 at 16:33 +0100, Gerard Robin wrote:
> hello,
> when I run mutt in gnome-terminal and I open a mail which contains a
> link as http://.., if I open this link, it is opened with lynx. But
> I would like to use dillo instead lynx.
> Which file must I edit to change the browser ?
Tried this. Request kernel profiling be enabled (no /proc/profile found) as in
documentation.
My .config has:
# Instrumentation Support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
# CONFIG_KPROBES is not set
What else do I need to do?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject o
hello,
when I run mutt in gnome-terminal and I open a mail which contains a
link as http://.., if I open this link, it is opened with lynx. But
I would like to use dillo instead lynx.
Which file must I edit to change the browser ?
tia
--
Gérard
Debian rules! Many thanks to everyone behind Debian.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hans du Plooy <[EMAIL PROTECTED]>:
> On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> > I've a co-worker I'm trying to convert to Linux. He's a musician, and
> > his primary app in $REDMOND is something called cakewalk. I've no
> > idea what that is (I'm not a musician). Is there anything
On Thu, Sep 28, 2006 at 12:07:03AM +1000, John O'Hagan wrote:
> Hi list,
>
> I have some GPG-encrypted files (using the Kgpg front-end) on one box, which
> I
> copied to another box, along with the contents of ~/.gnupg and /etc/gnupg. If
> I attempt to decrypt the files on the new box, it fails
Hi list,
I have some GPG-encrypted files (using the Kgpg front-end) on one box, which I
copied to another box, along with the contents of ~/.gnupg and /etc/gnupg. If
I attempt to decrypt the files on the new box, it fails with the
message "Secret key not available".
On the old box it's fine;
On Wednesday 27 September 2006 16:20, Hugo Vanwoerkom wrote:
> David Baron wrote:
> > Manually putting in the symlink worked. 2.6.18 is up and running.
> > Easily build the kqemu and, using m-a all the other added kernel models.
> > And yes, Nvidia's installer CAN be easily used with multiple kerne
Hi Scott
Sorry for the late reply, I don't find time to read -user very often.
On Thursday 21 September 2006 06:07, Redefined Horizons wrote:
> I've recently installed the Java 1.5 packages for Debian. I'm trying
> to create a simple bash script that will launch a java program. (There
> isn't a D
>Which packages might be removed or pinned so that upgrades will not
>necessitate
>reinstallation of Nvidia's (their installer) driver? libGLcore.so (symlink)?
>etc.
This problem persists in Sid. Almost anything Xorg or OpenGL that gets updated
necessitates reinstalling the Nvidia stuff, both
Roberto C. Sanchez wrote:
On Tue, Sep 26, 2006 at 05:19:47PM -0500, Hugo Vanwoerkom wrote:
Ron Johnson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/25/06 13:54, Hugo Vanwoerkom wrote:
Hi,
I am looking for a way to time scripts, how long they take to execute.
That has appeared
David Baron wrote:
Manually putting in the symlink worked. 2.6.18 is up and running.
Easily build the kqemu and, using m-a all the other added kernel models.
And yes, Nvidia's installer CAN be easily used with multiple kernels and even
cross-compile (read their "advanced" options).
I'll keep 2
On Wed, 2006-09-27 at 16:54 +0530, Deepak Kumar Tripathi wrote:
> Hi in my root dir.
> mkisofs_5%3a1.0~pre4-1.1_i386.deb mkzftree-install.diff
>
>
> when i am applying package using
> #patch -p1
> its fail.
> How will i do this.
Hi,
Please respond back to the list and not to me directly :)
On Wed, 2006-09-27 at 03:48 +, s. keeling wrote:
> I've a co-worker I'm trying to convert to Linux. He's a musician, and
> his primary app in $REDMOND is something called cakewalk. I've no
> idea what that is (I'm not a musician). Is there anything in the
> Linux/FOSS world that's equivalent
On Wed, Sep 27, 2006 at 05:25:23AM -0700, Gandalf, the White wrote:
> Hi there!
>
> Some friends and I are organizing an Install Fest at the university.
> We intend to set up a server to distribute the newest packages to the
> brand new installed PCs.
> The idea is to point to this server in each
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 27 September 2006 18:25, Gandalf, the White wrote:
> Hi there!
>
> Some friends and I are organizing an Install Fest at the university.
> We intend to set up a server to distribute the newest packages to the
> brand new installed PCs.
> Th
1 - 100 of 138 matches
Mail list logo