From larrye03 at gmail.com Thu Jun 5 18:08:53 2008
From: larrye03 at gmail.com (Larry Elliott)
Date: Thu Jun 5 18:08:57 2008
Subject: Have You Considered A Press Release And Radio Interview For Your
Business?
Message-ID: <484827E9.3080606@gmail.com>
Have you considered a professional written press release and radio interview for your business? How about putting your business in the national news wire services such as CNN, The Associated Press, Google News, Yahoo News, Fox News and other syndicated networks alone with a effective radio broadcast.
We are a public relations firm and write press releases and emarketing campagins for on line business to create more exposure for our clients. Visit our site at http://www.findyourtraffic.com and see the services we provide. On the website are a sample copies of press releases that have been picked up by national wire services. l
If you want to learn how to write a professional press release, we can provide you with a "how to manual" that will show you how to write the press release and where to dist
ribute it to get it to the national news outlets.
Call our office at 615-568-3138
Sincerely in the matter,
Larry Elliott
http://www.findyourtraffic.com
From bsam at ipt.ru Mon Jun 16 16:50:18 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Mon Jun 16 16:50:25 2008
Subject: minor wiki fixes
Message-ID: <07612765@bb.ipt.ru>
Hello Arla folks,
while trying to play with afs and afs-server I found that some fixes
to wiki pages may be done:
-----
At http://wiki.freebsd.org/afs :
"Arla installation through ports", the fourth command should be
#> cd ports/net/arla-devel
(change the port's directory from arla to arla-devel)
At http://wiki.freebsd.org/afs-server :
"OpenAFS server", the second command should be
#> fetch http://setfilepointer.com/pub/afs/FreeBSD/openafs-server.tgz
(add the command "fetch" and change the file suffix from .tar.gz to
.tgz)
after previous command another command should be added:
#>tar zxvf openafs-server.tgz
-----
And thanks for all participated. It's seems to be really cool...
WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
From hugo at chem.leidenuniv.nl Mon Jun 16 18:16:30 2008
From: hugo at chem.leidenuniv.nl (Hugo Meiland)
Date: Mon Jun 16 18:16:34 2008
Subject: minor wiki fixes
In-Reply-To: <07612765@bb.ipt.ru>
References: <07612765@bb.ipt.ru>
Message-ID: <4856AAD6.8010100@chem.leidenuniv.nl>
> while trying to play with afs and afs-server I found that some fixes
> to wiki pages may be done:
> -----
> At http://wiki.freebsd.org/afs :
> "Arla installation through ports", the fourth command should be
> #> cd ports/net/arla-devel
> (change the port's directory from arla to arla-devel)
>
> At http://wiki.freebsd.org/afs-server :
> "OpenAFS server", the second command should be
> #> fetch http://setfilepointer.com/pub/afs/FreeBSD/openafs-server.tgz
> (add the command "fetch" and change the file suffix from .tar.gz to
> .tgz)
>
> after previous command another command should be added:
> #>tar zxvf openafs-server.tgz
> -----
>
has been modified... thanks for the input!
Hugo Meiland
From bsam at ipt.ru Mon Jun 16 18:43:16 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Mon Jun 16 18:43:20 2008
Subject: net/openafs-server doesn't compile at CURRENT-amd64
Message-ID: <73699704@bs1.sp34.ru>
Hello,
I've got an info about the port from the wiki and here what I have:
-----
# uname -a
FreeBSD host.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 16 17:18:23 MSD 2008 root@host.ipt.ru:/usr/obj/usr/src/sys/TBA amd64
# pwd
/usr/ports/net/openafs-server
# make
...
cd picobj && cc -I. -I. -I/usr/ports/net/openafs-server/work/openafs-1.5.30/src/config -I/usr/ports/net/openafs-server/work/openafs-1.5.30/include -pipe -c glue.c
+ cc -shared -o libafssetpag.so.1.0 picobj/setpag.o picobj/glue.o syscall.o
/usr/bin/ld: picobj/setpag.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
picobj/setpag.o: could not read symbols: Bad value
*** Error code 1
-----
I've added CFLAGS+=-fPIC to the Makefile but seems that sources
does not honour this value.
Should the port compile at CURRENT-amd64? Thanks!
WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
From bsam at ipt.ru Tue Jun 17 10:57:11 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Tue Jun 17 10:57:15 2008
Subject: [patch] net/openafs-server: let build at 7-STABLE-i386
Message-ID: <71920959@bb.ipt.ru>
Hello Afs gurus,
the port net/openafs-server form wiki doesn't build at 7-STABLE-i386:
-----
# uname -a
FreeBSD hostb.ipt.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon May 26 18:49:03 MSD 2008 root@hostb.ipt.ru:/usr/obj/usr/src/sys/HOSTB i386
# cd /usr/ports/net/openafs-server
# make
...
cc -D_REENTRANT -DAFS_PTHREAD_ENV -DAFS_FBSD40_ENV -o linktest ./linktest.c -I. -I.. -I../nfs -I/space/ports/net/openafs-server/work/openafs-1.5.30/src -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/afs -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/afs/UKERNEL -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/config -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/rx -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/rx/UKERNEL -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/rxkad -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/rxkad/domestic -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/util -I/space/ports/net/openafs-server/work/openafs-1.5.30/src -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/afs/UKERNEL -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/afs -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/util -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/rxkad -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/config -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/fsint -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/vlserver -I/space/ports/net/openafs-server/work/openafs-1.5.30/src/libuafs -I/space/ports/net/openafs-server/work/openafs-1.5.30/include -I/space/ports/net/openafs-server/work/openafs-1.5.30/include/afs -DUKERNEL UAFS/libuafs.a /space/ports/net/openafs-server/work/openafs-1.5.30/lib/libdes.a /space/ports/net/openafs-server/work/openafs-1.5.30/lib/libafsutil.a -lc_r
/usr/bin/ld: cannot find -lc_r
*** Error code 1
Stop in /space/ports/net/openafs-server/work/openafs-1.5.30/src/libuafs.
*** Error code 1
...
-----
The following patch (should be placed to the port's files directory)
lets the port to be compiled:
-----
--- src/libuafs/MakefileProto.FBSD.in.orig 2008-06-17 14:38:19.000000000 +0400
+++ src/libuafs/MakefileProto.FBSD.in 2008-06-17 14:38:39.000000000 +0400
@@ -19,7 +19,7 @@
TEST_CFLAGS=-D_REENTRANT -DAFS_PTHREAD_ENV -DAFS_FBSD40_ENV
TEST_LDFLAGS=
-TEST_LIBS=-lc_r
+TEST_LIBS=-lpthread
LIBUAFS = libuafs.a
LIBJUAFS = libjuafs.a
-----
Any comments? Thanks!
WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
From bsam at ipt.ru Tue Jun 17 19:25:04 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Tue Jun 17 19:25:09 2008
Subject: net/openafs-server and/or kernel module (7.0-STABLE-i386)
Message-ID: <62956155@bs1.sp34.ru>
Hello,
with the help of wiki (http://wiki.freebsd.org/afs-server) I managed
to install and configure net/openafs-server a little. What doesn't
work is "now restart the bosserver and see if authentication works:"
-----
# uname -a
FreeBSD bs1.sp34.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 25 20:15:26 MSD 2008 root@bs1.sp34.ru:/usr/obj/usr/src/sys/BSM i386
# bos status -server bs1.sp34.ru -long -noauth
Instance buserver, (type is simple) currently running normally.
Process last started at Tue Jun 17 22:29:36 2008 (1 proc starts)
Command 1 is '/usr/local/libexec/openafs/buserver'
Instance ptserver, (type is simple) currently running normally.
Process last started at Tue Jun 17 22:30:36 2008 (1 proc starts)
Command 1 is '/usr/local/libexec/openafs/ptserver'
Instance vlserver, (type is simple) currently running normally.
Process last started at Tue Jun 17 22:31:36 2008 (1 proc starts)
Command 1 is '/usr/local/libexec/openafs/vlserver'
# bos shutdown bs1.sp34.ru
Bad system call (core dumped)
-----
Here is the very end of "ktruss bos shutdown bs1.sp34.ru":
-----
open("/usr/local/etc/openafs/CellAlias",O_RDONLY,0666) ERR#2 'No such file or directory'
open("/usr/local/etc/openafs/KeyFile",O_RDONLY,01005262440) = 4 (0x4)
read(4,"\0\0\0\^B\0\0\0\^A\^U/\M-Bg\M-?"...,100) = 28 (0x1c)
close(4) = 0 (0x0)
stat("/usr/local/etc/openafs/CellServDB",{mode=-rw-r--r-- ,inode=247779,size=88,blksize=4096}) = 0 (0x0)
stat("/usr/local/etc/openafs/CellServDB",{mode=-rw-r--r-- ,inode=247779,size=88,blksize=4096}) = 0 (0x0)
open("/root/.AFSSERVER",O_RDONLY,0666) ERR#2 'No such file or directory'
open("/.AFSSERVER",O_RDONLY,0666) ERR#2 'No such file or directory'
#339(0x14,0x0,0x800c5608,0xbfbfb8d0,0x0,0x0) ERR#78 'Function not implemented'
SIGNAL 12 (SIGSYS)
-----
If I use (kldload) the kernel module from net/arla port this command
succeeds. I noticed that building of self module for
net/openafs-server is disabled at the Makefile (and indeed it doesn't
build if enabled).
So the question is: should a kernel module from net/arla (or something
else) be used?
WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
From hugo at chem.leidenuniv.nl Tue Jun 17 19:35:34 2008
From: hugo at chem.leidenuniv.nl (Hugo Meiland)
Date: Tue Jun 17 19:35:38 2008
Subject: net/openafs-server and/or kernel module (7.0-STABLE-i386)
In-Reply-To: <62956155@bs1.sp34.ru>
References: <62956155@bs1.sp34.ru>
Message-ID: <485811F9.5030401@chem.leidenuniv.nl>
Boris Samorodov wrote:
> Hello,
>
>
> with the help of wiki (http://wiki.freebsd.org/afs-server) I managed
> to install and configure net/openafs-server a little. What doesn't
> work is "now restart the bosserver and see if authentication works:"
> -----
> # uname -a
> FreeBSD bs1.sp34.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 25 20:15:26 MSD 2008 root@bs1.sp34.ru:/usr/obj/usr/src/sys/BSM i386
> # bos status -server bs1.sp34.ru -long -noauth
> Instance buserver, (type is simple) currently running normally.
> Process last started at Tue Jun 17 22:29:36 2008 (1 proc starts)
> Command 1 is '/usr/local/libexec/openafs/buserver'
>
> Instance ptserver, (type is simple) currently running normally.
> Process last started at Tue Jun 17 22:30:36 2008 (1 proc starts)
> Command 1 is '/usr/local/libexec/openafs/ptserver'
>
> Instance vlserver, (type is simple) currently running normally.
> Process last started at Tue Jun 17 22:31:36 2008 (1 proc starts)
> Command 1 is '/usr/local/libexec/openafs/vlserver'
>
> # bos shutdown bs1.sp34.ru
> Bad system call (core dumped)
> -----
>
> Here is the very end of "ktruss bos shutdown bs1.sp34.ru":
> -----
> open("/usr/local/etc/openafs/CellAlias",O_RDONLY,0666) ERR#2 'No such file or directory'
> open("/usr/local/etc/openafs/KeyFile",O_RDONLY,01005262440) = 4 (0x4)
> read(4,"\0\0\0\^B\0\0\0\^A\^U/\M-Bg\M-?"...,100) = 28 (0x1c)
> close(4) = 0 (0x0)
> stat("/usr/local/etc/openafs/CellServDB",{mode=-rw-r--r-- ,inode=247779,size=88,blksize=4096}) = 0 (0x0)
> stat("/usr/local/etc/openafs/CellServDB",{mode=-rw-r--r-- ,inode=247779,size=88,blksize=4096}) = 0 (0x0)
> open("/root/.AFSSERVER",O_RDONLY,0666) ERR#2 'No such file or directory'
> open("/.AFSSERVER",O_RDONLY,0666) ERR#2 'No such file or directory'
> #339(0x14,0x0,0x800c5608,0xbfbfb8d0,0x0,0x0) ERR#78 'Function not implemented'
> SIGNAL 12 (SIGSYS)
> -----
>
> If I use (kldload) the kernel module from net/arla port this command
> succeeds. I noticed that building of self module for
> net/openafs-server is disabled at the Makefile (and indeed it doesn't
> build if enabled).
>
> So the question is: should a kernel module from net/arla (or something
> else) be used?
>
>
normally you would like to have a client running on the system from
which you want to control the server; thus have a arla client running on
the server if you are building a single system setup....
another option is to control the server from a different machine with
only the client software (often the arla client and some utils from the
openafs-server package, since they have implemented all options to
actually control the server); this last option is not very easy to set
up if you do not have at least one server up-and-running....
Hope this helpes...
Hugo
> WBR
>
From bsam at ipt.ru Tue Jun 17 20:15:58 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Tue Jun 17 20:16:06 2008
Subject: net/openafs-server and/or kernel module (7.0-STABLE-i386)
In-Reply-To: <485811F9.5030401@chem.leidenuniv.nl> (Hugo Meiland's message of
"Tue\, 17 Jun 2008 21\:35\:21 +0200")
References: <62956155@bs1.sp34.ru> <485811F9.5030401@chem.leidenuniv.nl>
Message-ID: <96873100@bs1.sp34.ru>
On Tue, 17 Jun 2008 21:35:21 +0200 Hugo Meiland wrote:
> > So the question is: should a kernel module from net/arla (or something
> > else) be used?
> normally you would like to have a client running on the system from
> which you want to control the server; thus have a arla client running
> on the server if you are building a single system setup....
It shouldn't be a single system (if it fits our needs). But this
system is just a first one to experiment with.
> another option is to control the server from a different machine with
> only the client software (often the arla client and some utils from
> the openafs-server package, since they have implemented all options to
> actually control the server); this last option is not very easy to set
> up if you do not have at least one server up-and-running....
Seems that I understand the case.
> Hope this helpes...
Sure, thanks!
WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve