Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
lease.openlogging.org is unreachable
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 45 of 45 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Martin Dalecki  
View profile  
 More options Dec 26 2004, 5:20 pm
Newsgroups: linux.kernel
From: Martin Dalecki <mar...@dalecki.de>
Date: Sun, 26 Dec 2004 23:20:09 +0100
Local: Sun, Dec 26 2004 5:20 pm
Subject: Re: lease.openlogging.org is unreachable

On 2004-12-26, at 21:37, Alan Cox wrote:

> On Sul, 2004-12-26 at 18:18, Larry McVoy wrote:
>> The other answer, which I'm happy to consider, is to come up with a
>> unique
>> id on a per host basis and use that for the leases.  That's not a fun
>> task,
>> does anyone have code (BSD license please) which does that?

> libuuid does that on straight statistical probability - what properties
> do you want your id to have ?

Simply storing the first hostname used in a dot file for subsequent
reuse on client side,
would be even easier I guess. That would be basically the same strategy
as used by
ssh with regard to host keys. It wouldn't even perhaps make protocol
changes necessary.
But still not a perfect solution... (Remember the times you have delete
something from
.ssh/known_hosts).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Florian Weimer  
View profile  
 More options Dec 26 2004, 6:10 pm
Newsgroups: linux.kernel
From: Florian Weimer <f...@deneb.enyo.de>
Date: Mon, 27 Dec 2004 00:10:08 +0100
Local: Sun, Dec 26 2004 6:10 pm
Subject: Re: lease.openlogging.org is unreachable
* Martin Dalecki:

> Simply storing the first hostname used in a dot file for subsequent
> reuse on client side, would be even easier I guess.

You mean localhost.localdomain? 8-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dalecki  
View profile  
 More options Dec 26 2004, 6:20 pm
Newsgroups: linux.kernel
From: Martin Dalecki <mar...@dalecki.de>
Date: Mon, 27 Dec 2004 00:20:09 +0100
Local: Sun, Dec 26 2004 6:20 pm
Subject: Re: lease.openlogging.org is unreachable

On 2004-12-27, at 00:01, Florian Weimer wrote:

> * Martin Dalecki:

>> Simply storing the first hostname used in a dot file for subsequent
>> reuse on client side, would be even easier I guess.

> You mean localhost.localdomain? 8-)

No the first value that worked in the whole setup of course. And I said
it clearly that would
be just a workaround because uniqueness can be established in the
easiest way on the side of
the part which is interested in the persistency - the server peer not
the client.
"Simple" http servers do it by sending cookies around. Other call it
"tokens".

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Wedgwood  
View profile  
 More options Dec 26 2004, 7:10 pm
Newsgroups: linux.kernel
From: Chris Wedgwood <c...@f00f.org>
Date: Mon, 27 Dec 2004 01:10:09 +0100
Local: Sun, Dec 26 2004 7:10 pm
Subject: Re: lease.openlogging.org is unreachable

On Mon, Dec 27, 2004 at 12:13:55AM +0100, Martin Dalecki wrote:
> No the first value that worked in the whole setup of course. And I
> said it clearly that would be just a workaround because uniqueness
> can be established in the easiest way on the side of the part which
> is interested in the persistency - the server peer not the client.

actually, the bk lease server could give out id's and those could be
caches in ~/.bk<whatever> --- server side it could be a counter that
you just xor with some s3kr1t value and then blind using a hash or
cryto-function, something good-enough (statistically unlikely to
break) is all that is required, it doesn't have to be perfect surely?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dalecki  
View profile  
 More options Dec 26 2004, 7:20 pm
Newsgroups: linux.kernel
From: Martin Dalecki <mar...@dalecki.de>
Date: Mon, 27 Dec 2004 01:20:07 +0100
Local: Sun, Dec 26 2004 7:20 pm
Subject: Re: lease.openlogging.org is unreachable

On 2004-12-27, at 01:03, Chris Wedgwood wrote:

> On Mon, Dec 27, 2004 at 12:13:55AM +0100, Martin Dalecki wrote:

>> No the first value that worked in the whole setup of course. And I
>> said it clearly that would be just a workaround because uniqueness
>> can be established in the easiest way on the side of the part which
>> is interested in the persistency - the server peer not the client.

> actually, the bk lease server could give out id's and those could be
> caches in ~/.bk<whatever> --- server side it could be a counter that
> you just xor with some s3kr1t value and then blind using a hash or
> cryto-function, something good-enough (statistically unlikely to
> break) is all that is required, it doesn't have to be perfect surely?

Right that's precisely what's called a cookie or token. But it would
involve
a change in the on-wire protocol.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Horst von Brand  
View profile  
 More options Dec 26 2004, 7:50 pm
Newsgroups: linux.kernel
From: Horst von Brand <vonbr...@inf.utfsm.cl>
Date: Mon, 27 Dec 2004 01:50:07 +0100
Local: Sun, Dec 26 2004 7:50 pm
Subject: Re: lease.openlogging.org is unreachable
Larry McVoy <l...@bitmover.com> said:

[...]

> The other answer, which I'm happy to consider, is to come up with a unique
> id on a per host basis and use that for the leases.  That's not a fun task,
> does anyone have code (BSD license please) which does that?

MAC of eth0?
--
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Wedgwood  
View profile  
 More options Dec 26 2004, 8:00 pm
Newsgroups: linux.kernel
From: Chris Wedgwood <c...@f00f.org>
Date: Mon, 27 Dec 2004 02:00:14 +0100
Local: Sun, Dec 26 2004 8:00 pm
Subject: Re: lease.openlogging.org is unreachable

On Sun, Dec 26, 2004 at 09:31:11PM -0300, Horst von Brand wrote:
> MAC of eth0?

that changes for people (most commonly laptops)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dalecki  
View profile  
 More options Dec 26 2004, 8:40 pm
Newsgroups: linux.kernel
From: Martin Dalecki <mar...@dalecki.de>
Date: Mon, 27 Dec 2004 02:40:07 +0100
Local: Sun, Dec 26 2004 8:40 pm
Subject: Re: lease.openlogging.org is unreachable

On 2004-12-27, at 01:31, Horst von Brand wrote:

> Larry McVoy <l...@bitmover.com> said:

> [...]

>> The other answer, which I'm happy to consider, is to come up with a
>> unique
>> id on a per host basis and use that for the leases.  That's not a fun
>> task,
>> does anyone have code (BSD license please) which does that?

> MAC of eth0?

ippp0?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry McVoy  
View profile  
 More options Dec 26 2004, 8:50 pm
Newsgroups: linux.kernel
From: Larry McVoy <l...@bitmover.com>
Date: Mon, 27 Dec 2004 02:50:07 +0100
Local: Sun, Dec 26 2004 8:50 pm
Subject: Re: lease.openlogging.org is unreachable

On Sun, Dec 26, 2004 at 09:31:11PM -0300, Horst von Brand wrote:
> > The other answer, which I'm happy to consider, is to come up with a unique
> > id on a per host basis and use that for the leases.  That's not a fun task,
> > does anyone have code (BSD license please) which does that?

> MAC of eth0?

As others have pointed out that won't work.

I'm trying to remember why we get leases on a per host basis and I think
it is for a simple reason, NFS.  We update the leases in your home
directory and if your home directory is nfs mounted then we can corrupt
the leases file due to races (yes, we saw this all the time when we had
one leases file).  So we stick the leases for a particular host in that
host's file.
--
---
Larry McVoy                lm at bitmover.com           http://www.bitkeeper.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Larry McVoy  
View profile  
 More options Dec 26 2004, 9:50 pm
Newsgroups: linux.kernel
From: Larry McVoy <l...@bitmover.com>
Date: Mon, 27 Dec 2004 03:50:07 +0100
Local: Sun, Dec 26 2004 9:50 pm
Subject: Re: lease.openlogging.org is unreachable

And that, my friends, is the difference between a project which is a hobby
and a project which is a product.  We don't have the option of saying "this
doesn't work".  
--
---
Larry McVoy                lm at bitmover.com           http://www.bitkeeper.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dalecki  
View profile  
 More options Dec 26 2004, 9:50 pm
Newsgroups: linux.kernel
From: Martin Dalecki <mar...@dalecki.de>
Date: Mon, 27 Dec 2004 03:50:07 +0100
Local: Sun, Dec 26 2004 9:50 pm
Subject: Re: lease.openlogging.org is unreachable

On 2004-12-27, at 02:41, Larry McVoy wrote:

> On Sun, Dec 26, 2004 at 09:31:11PM -0300, Horst von Brand wrote:
>>> The other answer, which I'm happy to consider, is to come up with a
>>> unique
>>> id on a per host basis and use that for the leases.  That's not a
>>> fun task,
>>> does anyone have code (BSD license please) which does that?

>> MAC of eth0?

> As others have pointed out that won't work.

> I'm trying to remember why we get leases on a per host basis and I
> think
> it is for a simple reason, NFS.

Citing from:
http://www.time-travellers.org/shane/papers/NFS_considered_harmful.html

"NFS fails at the goal of allowing a computer to access files over a
network as if they were on a local disk. In many ways, NFS comes close
to the objective, and in certain circumstances (detailed later), this
is acceptable. However, the subtle differences can cause subtle bugs
and greater system issues. The widespread misconception about the
compatibility and transparency of NFS means that it is often used
inappropriately, and often put into production when better, more
acceptable solutions exist."

I don't know of a proper solution, other then writing in big letters
in the documentation about the circumstances under which you can shoot
yourself in
the feet.

Where is NFSv4?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Dalecki  
View profile  
 More options Dec 26 2004, 10:10 pm
Newsgroups: linux.kernel
From: Martin Dalecki <mar...@dalecki.de>
Date: Mon, 27 Dec 2004 04:10:06 +0100
Local: Sun, Dec 26 2004 10:10 pm
Subject: Re: lease.openlogging.org is unreachable

On 2004-12-27, at 03:43, Larry McVoy wrote:

> On Mon, Dec 27, 2004 at 03:40:38AM +0100, Martin Dalecki wrote:

>> I don't know of a proper solution, other then writing in big letters
>> in the documentation about the circumstances under which you can shoot
>> yourself in
>> the feet.

> And that, my friends, is the difference between a project which is a
> hobby
> and a project which is a product.  We don't have the option of saying
> "this
> doesn't work".

Fully agreed. And those are the reasons why the completely non
professional
solutions, which I never saw in deployment of course...
like ... for example the pure hobby-student-project ClearCase are going
to the
extent of requiring you to run their own networked filesystem if running
on Linux. They do it simply out of fun and for educational purposes and
because they where to dumb to find much easier solution which are out
there ready
and waiting. They simply don't have to deal with something as
exceptional as
customers. They love to spend about 10 man years to develop a reliable
networked
filesystem which is OS minor version specific like burning money for
heat...

OK I was just kidding. ;-)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bernd Eckenfels  
View profile  
 More options Dec 27 2004, 3:50 am
Newsgroups: linux.kernel
From: Bernd Eckenfels <ecki-news2004...@lina.inka.de>
Date: Mon, 27 Dec 2004 09:50:08 +0100
Local: Mon, Dec 27 2004 3:50 am
Subject: Re: lease.openlogging.org is unreachable

In article <20041227024346.GA3...@work.bitmover.com> you wrote:
> And that, my friends, is the difference between a project which is a hobby
> and a project which is a product.  We don't have the option of saying "this
> doesn't work".  

Thats why more and more commercial solutions do not use  licensing services
or dongles anymore. It just introduces to much failure possibilities.

Greetings
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "(none)" by Paul Mackerras
Paul Mackerras  
View profile  
 More options Dec 27 2004, 4:40 am
Newsgroups: linux.kernel
From: Paul Mackerras <pau...@samba.org>
Date: Mon, 27 Dec 2004 10:40:08 +0100
Local: Mon, Dec 27 2004 4:40 am
Subject: (none)

Larry McVoy writes:
> Has anyone else been shut down because of lease.openlogging.org being down
> and if so what version of BK were you running please?

Yes, I had bk pull and bk export fail for me yesterday.  If I did a bk
pull it would sit there for a while and then put up a window saying it
couldn't get to lease.openlogging.org.  If I clicked OK, after a while
another window would come up with a similar message (but I didn't read
it carefully).

> It is true that both servers are at our offices so if the network had been
> down you would have been out of luck.

I did a traceroute and it looked like a network problem.  From memory
it stopped after about 10 hops, and it seems to be 17 hops to
openlogging.org from here now.

My setup is possibly a little unusual, and may be causing problems for
your lease code: I have my BK repos on a firewire-attached disk, which
I move from machine to machine - specifically, it commutes between home
and work with me.

Paul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "disconnected operation" by Ricky Beam
Ricky Beam  
View profile  
 More options Dec 28 2004, 9:40 am
Newsgroups: linux.kernel
From: Ricky Beam <jfb...@bluetronic.net>
Date: Tue, 28 Dec 2004 15:40:12 +0100
Local: Tues, Dec 28 2004 9:40 am
Subject: Re: [BK] disconnected operation

On Sun, 26 Dec 2004, Martin Dalecki wrote:
>A hostname simply isn't a fixed attribute of a host anymore.

It is on properly setup and maintained machines.

The problem are all those people writing programs that think they are doing
the world a favor by screwing with the hostname and various other settings
for us... there's no reason for dhcp to change my hostname.  At least on
linux, no dhcp implementation touches /etc/hosts. (Solaris has screwed up
the hosts file for years.)

These are the same machines that don't have FQDN's as the first name per
entry in /etc/hosts (which pisses off many incarnations of glibc.) *grin*

--Ricky

PS: When you're off-line, /etc/resolv.conf shouldn't have any nameservers
    listed.  They aren't going to be connectable.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "lease.openlogging.org is unreachable" by Ricky Beam
Ricky Beam  
View profile  
 More options Dec 28 2004, 10:10 am
Newsgroups: linux.kernel
From: Ricky Beam <jfb...@bluetronic.net>
Date: Tue, 28 Dec 2004 16:10:06 +0100
Local: Tues, Dec 28 2004 10:10 am
Subject: Re: lease.openlogging.org is unreachable
On Mon, 27 Dec 2004, Martin Dalecki wrote:

...

>I don't know of a proper solution, other then writing in big letters
>in the documentation about the circumstances under which you can shoot
>yourself in
>the feet.

>Where is NFSv4?

The problem is the protocol, it's the fact that the directory is shared among
more than one machine.  It's the false assumption that a given location is
unique to just one machine.  Yes, I've fallen into this mess too. (And I wasn't
using NFS, btw.)

--Ricky

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ricky Beam  
View profile  
 More options Dec 28 2004, 10:10 am
Newsgroups: linux.kernel
From: Ricky Beam <jfb...@bluetronic.net>
Date: Tue, 28 Dec 2004 16:10:11 +0100
Local: Tues, Dec 28 2004 10:10 am
Subject: Re: lease.openlogging.org is unreachable

On Mon, 27 Dec 2004, Martin Dalecki wrote:
>for example the pure hobby-student-project ClearCase are going to the
>extent of requiring you to run their own networked filesystem if running
>on Linux.

WTF are talking about?  MVFS is required *everywhere* you want to use
dynamic views... solaris, aix, hpux, windows, and *yes* LINUX.

And MVFS is not 100% filesystem -- it's part fs, part db, part proxy, ...
(it's just weird, but I like it.)

--Ricky

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "disconnected operation" by Marcelo Tosatti
Marcelo Tosatti  
View profile  
 More options Dec 28 2004, 10:30 am
Newsgroups: linux.kernel
From: Marcelo Tosatti <marcelo.tosa...@cyclades.com>
Date: Tue, 28 Dec 2004 16:30:17 +0100
Local: Tues, Dec 28 2004 10:30 am
Subject: Re: [BK] disconnected operation

Larry,

I have never been able to use BK in disconnected mode, which is very annoying.

It fails to connect to lease.openlogging.org as James describes.

Is disconnected operation supposed to work ? It didnt seem so.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kyle Moffett  
View profile  
 More options Dec 29 2004, 12:20 am
Newsgroups: linux.kernel
From: Kyle Moffett <mrmacman...@mac.com>
Date: Wed, 29 Dec 2004 06:20:09 +0100
Local: Wed, Dec 29 2004 12:20 am
Subject: Re: [BK] disconnected operation
On Dec 28, 2004, at 09:33, Ricky Beam wrote:

So what would happen to somebody who put their BK files on a portable
drive and carried it from home to work.  That's a perfectly reasonable
thing to
do, both for security and for speed reasons, but it would appear to
cause
problems.

Cheers,
Kyle Moffett

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/IT/U d- s++: a18 C++++>$ UB/L/X/*++++(+)>$ P+++(++++)>$
L++++(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+
PGP+++ t+(+++) 5 X R? tv-(--) b++++(++) DI+ D+ G e->++++$ h!*()>++$ r  
!y?(-)
------END GEEK CODE BLOCK------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ricky Beam  
View profile  
 More options Dec 29 2004, 1:10 am
Newsgroups: linux.kernel
From: Ricky Beam <jfb...@bluetronic.net>
Date: Wed, 29 Dec 2004 07:10:08 +0100
Local: Wed, Dec 29 2004 1:10 am
Subject: Re: [BK] disconnected operation

On Wed, 29 Dec 2004, Kyle Moffett wrote:
>So what would happen to somebody who put their BK files on a portable
>drive and carried it from home to work.  That's a perfectly reasonable
>thing to do, both for security and for speed reasons, but it would appear
>to cause problems.

First, the license(s) are stored in the user's home directory (~/.bk/lease)
per hostname.  If you move to a completely different machine, then, yes,
there will need to be a lease for that machine.

What you are describing is no different from the NFS case.  It doesn't
matter that the media has physically moved; it's still visible to multiple,
unique hosts.  Each host(name) will need it's own lease.

--Ricky

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »