Re: FreeBSD 7.0-RELEASE-p12 bind9 log files not found

2009-05-30 Thread Mel Flynn
On Saturday 30 May 2009 17:01:17 Prokofyev Vladislav wrote:
> > The named running chrooted has no clue about /var/named. You can either
> > use ducttape:
> > cd /var/named/var && sudo ln -s .. named
> >
> > or just strip /var/named from your config file, hence use
> > /var/log/xfer.log.
> >
> > --
> > Mel
>
> This helped, thank you a lot.
> So, if I think in a right way, /usr/sbin/named with -t start option don't
> effect on any symlinks etc.

Erm, yes or ... no. I suggest you read up on chroot.
The short answer is that relative symlinks within the chroot environment work 
while absolute ones should take into the account the new filesystem root.


> I didn't pay attention to this cause named(8)
> says:
>
> -t directory
>   Chroot to directory after processing the command line arguments,
>   but before reading the configuration file.

and have a look at what /etc/namedb really is:
# ls -l /etc/namedb
lrwxr-xr-x  1 root  wheel  21 May 21 06:24 /etc/namedb -> 
/var/named/etc/namedb

And this demonstrates chroot a bit:
# cp /rescue/ls /var/named/

# chroot /var/named /ls -l /etc/namedb
total 1
drwxr-xr-x  2 53  0512 Feb 28 05:57 dynamic
drwxr-xr-x  2 0   0512 May 15 13:42 master
-rw-r--r--  1 0   0  11714 May 15 14:40 named.conf
-rw-r--r--  1 0   0   2956 May 15 13:42 named.root
-rw---  1 53  0 97 Apr 18 10:29 rndc.key
drwxr-xr-x  2 53  0512 May 30 11:21 slave

>   Warning: This option should be used in conjunction with the
>   -u option, as chrooting a process running as root doesn't
>   enhance security on most systems; the way chroot(2) is
>   defined allows a process with root privileges to escape a
>   chroot jail.
>
> And I thought that all actions for proper work are made by named :)

They are, you just need reference the right path, the one without /var/named, 
or use relative paths where the working directory is /etc/namedb. So one would 
get to /var/log using:
file "../../var/log/xfer";

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-p12 bind9 log files not found

2009-05-30 Thread Prokofyev Vladislav
>
> named_enable="YES"
> named_program="/usr/sbin/named"
> named_chrootdir="/var/named"
>
> -Mike
>
>
After adding these options on my system, named didn't start at boot.
Manully attempt to start it via '/etc/rc.d/named start' brought to the
following error:

 /etc/rc.d/named: WARNING: run_rc_command: cannot run /usr/sbin/named

Anyway, thank you for time you've spent to write an answer. Hope this thread
will help somebody who is stuck with the same problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-p12 bind9 log files not found

2009-05-30 Thread Michael Powell
Prokofyev Vladislav wrote:

> Hello,
> 
> I have setup FreeBSD recently, can somebody help me with one interesting
> thing - Bind9 slave DNS server, everything is works great, but I got a
> problem with extended logging of xfer, etc.
> Bind9 started in chroot:
> 
> root  7880.0  0.1  3156  1004  ??  Ss   Fri01AM   0:02.10
> /usr/sbin/syslogd -l /var/run/log -l /var/named/var/run/log -s
> bind30792  0.0  1.2 16212 12864  ??  Is4:10PM   0:00.23
> /usr/sbin/named -t /var/named -u bind
> 
> 
[snip]
> 
> 
> Changing permissions and putting log-files in different places (with
> changing paths in named.conf of course) has no effect. I see that problem
> is pretty silly but searching info about this doesn't say something
> special - I still got "file not found" in /var/messages.
> Maybe Iam don't understand where files must be placed, so, thanks in
> advance for everybody who can explain how it works :)
> 

Don't know if this will help, but took a quick look at my box here at home 
and have the following in my rc.conf - but I don't have logging turned on 
with this machine. Note the last line. So the logs should be in 
/var/named/var/log

named_enable="YES"
named_program="/usr/sbin/named"
named_chrootdir="/var/named"

-Mike




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-p12 bind9 log files not found

2009-05-30 Thread Mel Flynn
On Saturday 30 May 2009 14:50:31 Prokofyev Vladislav wrote:

> Bind9 started in chroot:
>
> root  7880.0  0.1  3156  1004  ??  Ss   Fri01AM   0:02.10
> /usr/sbin/syslogd -l /var/run/log -l /var/named/var/run/log -s
> bind30792  0.0  1.2 16212 12864  ??  Is4:10PM   0:00.23
> /usr/sbin/named -t /var/named -u bind
>
>
> Configuration of logging channels from named.conf:
>
> logging
> {
>
> channel "xfer"
> {
>
> file "/var/named/var/log/xfer.log" versions 3 size
> 10m;

The named running chrooted has no clue about /var/named. You can either use 
ducttape:
cd /var/named/var && sudo ln -s .. named

or just strip /var/named from your config file, hence use /var/log/xfer.log.

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything?

2009-01-10 Thread Lowell Gilbert
"David Christensen"  writes:

> freebsd-questions:
>
> I'm building a fresh Amanda server using FreeBSD 7.0-RELEASE-i386:
>
>  
> http://portsmon.freebsd.org/portoverview.py?category=misc&portname=amand
> a-server
>
>
> Most of my software background is GNU/Linux.  I would prefer using the
> Bash shell, but the default FreeBSD shell for root appears to be the C
> shell:
>
> p3450# echo $SHELL
> /bin/csh
>
>
> I have changed the root shell to Bash on another machine I use as a CVS
> server and haven't noticed any issues yet, but I've been wondering if
> I'm setting myself up for problems by doing so.
>
>
> Does anybody know if it's okay to change the root shell on FreeBSD
> 7.0-RELEASE-i386?

Assuming you build the shell statically linked, and put it in the root
partition, you're unlikely to have any trouble.  

However:
 - that is what the "toor" user is for
 - in my own opinion, anyone who cares what shell root runs is probably
   spending too much time running as root

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything?

2009-01-10 Thread Jerry McAllister
On Fri, Jan 09, 2009 at 08:46:54PM -0500, Garance A Drosihn wrote:

> At 2:09 PM -0800 1/4/09, David Christensen wrote:
> >
> >I have changed the root shell to Bash on another machine I use as a CVS
> >server and haven't noticed any issues yet, but I've been wondering if
> >I'm setting myself up for problems by doing so.
> >
> >
> >Does anybody know if it's okay to change the root shell on FreeBSD
> >7.0-RELEASE-i386?

Why do that?
Just create your own root account, put what you want for a shell
on that account and use it.

Use vipw.   Copy the root line and then change the _second_ one
to be your own root id- say,  Rgad  - and make a loging in directory 
for it.  Change the directory part of the pw entry to be that and
the the shell to be what you want.   

Then change the password to be what you want or use some pwvault utility
or whatever.   Just make sure you specify the second root account  (Rgad)
when doing so or it will change the real root's password.

jerry


> 
> What I do is add the following lines to /root/.login :
> 
> if ($?prompt) then
>if ( -x /usr/local/bin/bash ) then
>   # echo "Switching to bash"
>   setenv SHELL /usr/local/bin/bash
>   exec /usr/local/bin/bash -login
>endif
> endif
> 
> I've been doing this for at least 10 years.  I haven't had any
> problems with it, but Your Mileage Might Vary.
> 
> -- 
> Garance Alistair Drosehn=   g...@gilead.netel.rpi.edu
> Senior Systems Programmer   or  g...@freebsd.org
> Rensselaer Polytechnic Instituteor  dro...@rpi.edu
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything?

2009-01-09 Thread Garance A Drosihn

At 2:09 PM -0800 1/4/09, David Christensen wrote:


I have changed the root shell to Bash on another machine I use as a CVS
server and haven't noticed any issues yet, but I've been wondering if
I'm setting myself up for problems by doing so.


Does anybody know if it's okay to change the root shell on FreeBSD
7.0-RELEASE-i386?


What I do is add the following lines to /root/.login :

if ($?prompt) then
   if ( -x /usr/local/bin/bash ) then
  # echo "Switching to bash"
  setenv SHELL /usr/local/bin/bash
  exec /usr/local/bin/bash -login
   endif
endif

I've been doing this for at least 10 years.  I haven't had any
problems with it, but Your Mileage Might Vary.

--
Garance Alistair Drosehn=   g...@gilead.netel.rpi.edu
Senior Systems Programmer   or  g...@freebsd.org
Rensselaer Polytechnic Instituteor  dro...@rpi.edu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything?

2009-01-06 Thread Frank Shute
On Sun, Jan 04, 2009 at 02:09:03PM -0800, David Christensen wrote:
>
> freebsd-questions:
> 
> I'm building a fresh Amanda server using FreeBSD 7.0-RELEASE-i386:
> 
>  
> http://portsmon.freebsd.org/portoverview.py?category=misc&portname=amand
> a-server
> 
> 
> Most of my software background is GNU/Linux.  I would prefer using the
> Bash shell, but the default FreeBSD shell for root appears to be the C
> shell:
> 
> p3450# echo $SHELL
> /bin/csh
> 
> 
> I have changed the root shell to Bash on another machine I use as a CVS
> server and haven't noticed any issues yet, but I've been wondering if
> I'm setting myself up for problems by doing so.
> 
> 
> Does anybody know if it's okay to change the root shell on FreeBSD
> 7.0-RELEASE-i386?

I change my root shell to pdksh. It's statically linked and I copy it
from /usr/local/bin to /bin.

In single user mode you're prompted for a shell (/bin/sh is the
default) so I usually use that.

I've never had any problems (famous last words ;) Just have to
remember to copy the executable to the root filesystem if your shell
gets upgraded.

What you don't want to do is overwrite /bin/sh with /bin/bash or
anything like that. The boot up scripts depend on /bin/sh and although
bash is meant to be Bourne compatible, I wouldn't trust it myself to
bring up the system without problems.

> 
> 
> TIA,
> 
> David

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything?

2009-01-04 Thread matt donovan
On Sun, Jan 4, 2009 at 5:09 PM, David Christensen  wrote:

> freebsd-questions:
>
> I'm building a fresh Amanda server using FreeBSD 7.0-RELEASE-i386:
>
>
> http://portsmon.freebsd.org/portoverview.py?category=misc&portname=amand
> a-server
>
>
> Most of my software background is GNU/Linux.  I would prefer using the
> Bash shell, but the default FreeBSD shell for root appears to be the C
> shell:
>
>p3450# echo $SHELL
>/bin/csh
>
>
> I have changed the root shell to Bash on another machine I use as a CVS
> server and haven't noticed any issues yet, but I've been wondering if
> I'm setting myself up for problems by doing so.
>
>
> Does anybody know if it's okay to change the root shell on FreeBSD
> 7.0-RELEASE-i386?
>
>
> TIA,
>
> David
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"


well you will lock yourself out of the system if you uninstall bash or bash
breaks. I would enable toor just in case
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything?

2009-01-04 Thread Modulok
> Does anybody know if it's okay to change the root shell?

A topic of debate, but yes it is okay to change the root shell, but
there are some things to know...

Some people fret about the idea that shells like bash are not on the
root partition and are usually dynamically linked to libraries which
reside on /usr and are therefore not available in single-user mode.
(One could install a static version of bash to avoid this.)
Additionally, FreeBSD prompts the user for the path to the desired
shell when going into single-user mode. Shells like sh and tcsh, while
dynamically linked, their libs reside on the root partition. If that
isn't enough, statically linked shells exist in /rescue and therefore
should always be available. Furthermore, the installation CD can be
booted from and can provide an emergency repair shell.

So yes, there is no technical reason you cannot change the root shell.
Just be aware that a default bash install will not be available in
single-user mode.

But... best security practices dictate that you should not be using
the root shell. If you're using the root shell often enough to find
the default shell inconvenient, you should consider using something
like sudo and a regular user account instead. You can use the builtin
'su' command with the '-m' flag to preserve the environment of the
current user, while elevating your privileges. The shell used will be
the login shell of the user issuing the 'su' command. Only members of
the group 'wheel' may issue the 'su' command.

-Modulok-

On 1/4/09, David Christensen  wrote:
> freebsd-questions:
>
> I'm building a fresh Amanda server using FreeBSD 7.0-RELEASE-i386:
>
>
> http://portsmon.freebsd.org/portoverview.py?category=misc&portname=amand
> a-server
>
>
> Most of my software background is GNU/Linux.  I would prefer using the
> Bash shell, but the default FreeBSD shell for root appears to be the C
> shell:
>
> p3450# echo $SHELL
> /bin/csh
>
>
> I have changed the root shell to Bash on another machine I use as a CVS
> server and haven't noticed any issues yet, but I've been wondering if
> I'm setting myself up for problems by doing so.
>
>
> Does anybody know if it's okay to change the root shell on FreeBSD
> 7.0-RELEASE-i386?
>
>
> TIA,
>
> David
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread Michael Powell
David Christensen wrote:

[snip]
> 
> 
> devel/glib20 and gio-fam-backend seemed to go okay.  I think I got
> further into firefox3, but it failed:

checking for cairo >= 1.6.0 freetype2 fontconfig... Requested 'cairo >=
1.6.0' but version of cairo is 1.4.10

This is telling you the cairo you have installed is old and needs to be
updated, probably freetype2 and fontconfig as well. Essentially you have
out of date dependencies, with the most common reason for this is having
installed packages straight from the release ISOs and subsequently not
upgrading them.

Many old time FreeBSD'ers only install the system from the ISO, update their
ports tree, and then install software. This ensures everything is current
and all dependencies are tracked. What you have is a jumble of outdated
dependencies which require updating.

> 
>  configure: error: Library requirements (cairo >= 1.6.0 freetype2
> fontconfig) not met
> 
> 
> What's next?
> 
[snip]

You can update things manually one or two at a time[1], as you did for the
glib20 port. Or you can automate the process. I use portupgrade for this.
Now portupgrade has it's own learning curve, but it can make it easier to
keep large numbers of ports all up to date.

You probably need to learn a little more about how the ports system works.
Once you have a more in depth understanding of how to install and maintain
software on a FreeBSD system you won't see this kind of situation again. So
rather than fixate on just bouncing from dependency to dependency, ad
infinitum ad nauseum, try going back and reading up on this subject some
more until you understand the process.

-Mike

[1] Like you did with glib20: make && make deinstall && make reinstall


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread matt donovan
On Sun, Oct 26, 2008 at 11:01 PM, David Christensen <
[EMAIL PROTECTED]> wrote:

> Sahil Tandon wrote:
> > Do these ellipses include a 'make install'?  Otherwise, that is likely
> > your problem; devel/glib20 is not actually installed.
>
> Michael Powell wrote:
>
>> If you previously had glib20-2.14.6 installed, you will need to do a 'make
>> deinstall' prior to 'make reinstall'.
>>
> ...
>
>> then follow up by doing the gio-fam-backend port.
>>
>
> Thank you both for your help.  :-)
>
>
> I didn't understand the need to do a make deinstall/ reinstall on glib20.
>  So I tried again:
>
>http://holgerdanske.com/node/392
>
>
> devel/glib20 and gio-fam-backend seemed to go okay.  I think I got further
> into firefox3, but it failed:
>
>configure: error: Library requirements (cairo >= 1.6.0 freetype2
> fontconfig) not met
>
>
> What's next?
>
>
> TIA,
>
> David
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>

install these three cairo >= 1.6.0 freetype2 fontconfig make sure your ports
tree is up to date as well with portsnap
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread David Christensen

Sahil Tandon wrote:
> Do these ellipses include a 'make install'?  Otherwise, that is likely
> your problem; devel/glib20 is not actually installed.

Michael Powell wrote:

If you previously had glib20-2.14.6 installed, you will need to do a 'make
deinstall' prior to 'make reinstall'. 

...

then follow up by doing the gio-fam-backend port.


Thank you both for your help.  :-)


I didn't understand the need to do a make deinstall/ reinstall on 
glib20.  So I tried again:


http://holgerdanske.com/node/392


devel/glib20 and gio-fam-backend seemed to go okay.  I think I got 
further into firefox3, but it failed:


configure: error: Library requirements (cairo >= 1.6.0 freetype2 
fontconfig) not met



What's next?


TIA,

David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread Michael Powell
David Christensen wrote:

> mdh wrote:
>> The answer is to upgrade your devel/glib20 port to the latest version,
>> then try to install or upgrade libgiofam, then install the other
>> software.
> 
> Thank you for your response.  :-)
> 
> 
> Here's my attempt to carry out your suggestions:
> 
> 20081026-122203 [EMAIL PROTECTED] ~
> # portsnap fetch update
> Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found.

Since I use csup and have no experience with portsnap I can't speak to it's
efficacy.

> Building new INDEX files... done.
> 
> 20081026-122344 [EMAIL PROTECTED] ~
> # cd /usr/ports/devel/glib20
> 
> 20081026-122615 [EMAIL PROTECTED] /usr/ports/devel/glib20
> # make

If you previously had glib20-2.14.6 installed, you will need to do a 'make
deinstall' prior to 'make reinstall'. 

> gmake[1]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.16.5'
> 
> 20081026-125854 [EMAIL PROTECTED] /usr/ports/devel/glib20
> # cd ../gio-fam-backend

This is wrong somehow. You should be able to make && make deinstall && make
reinstall the glib20 port without it going anywhere else.

> 20081026-125954 [EMAIL PROTECTED] /usr/ports/devel/gio-fam-backend
> # make

Also please note that both the glib20 port *and* the gio-fam-backend both
utilize the same glib20 tarball. It's just you need to build/install the
glib20 (current version == 2.16.5) port first, then follow up by doing the
gio-fam-backend port.

Something is wrong with your setup as I just successfully built the
gio-fam-backend port on my test machine with no difficulties encountered.

-Mike 
[snip]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread Sahil Tandon
David Christensen <[EMAIL PROTECTED]> wrote:

> mdh wrote:
>> The answer is to upgrade your devel/glib20 port to the latest version, 
>> then try to install or upgrade libgiofam, then install the other software. 
>>  
>
> Thank you for your response.  :-)
>
> Here's my attempt to carry out your suggestions:
>
> 20081026-122203 [EMAIL PROTECTED] ~
> # portsnap fetch update
> Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found.
> ...
> Building new INDEX files... done.
>
> 20081026-122344 [EMAIL PROTECTED] ~
> # cd /usr/ports/devel/glib20
>
> 20081026-122615 [EMAIL PROTECTED] /usr/ports/devel/glib20
> # make
> ...

Do these ellipses include a 'make install'?  Otherwise, that is likely
your problem; devel/glib20 is not actually installed.

-- 
Sahil Tandon <[EMAIL PROTECTED]>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread David Christensen

mdh wrote:
The answer is to upgrade your devel/glib20 port to the latest version, then try to install or upgrade libgiofam, then install the other software.  


Thank you for your response.  :-)


Here's my attempt to carry out your suggestions:

20081026-122203 [EMAIL PROTECTED] ~
# portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found.
...
Building new INDEX files... done.

20081026-122344 [EMAIL PROTECTED] ~
# cd /usr/ports/devel/glib20

20081026-122615 [EMAIL PROTECTED] /usr/ports/devel/glib20
# make
...
gmake[1]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.16.5'

20081026-125854 [EMAIL PROTECTED] /usr/ports/devel/glib20
# cd ../gio-fam-backend

20081026-125954 [EMAIL PROTECTED] /usr/ports/devel/gio-fam-backend
# make
===>  Building for gio-fam-backend-2.16.5
/bin/sh ../../libtool --tag=CC   --mode=link cc 
-DG_LOG_DOMAIN=\"GLib-GIO\" -I..
/.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS 
-DGIO_MODUL
E_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION 
-DG_DISABLE_DEPRECATED -O
2 -fno-strict-aliasing -pipe -Wall -export_dynamic -avoid-version 
-module -no-un
defined -export-symbols-regex '^g_io_module_(load|unload)' 
-L/usr/local/lib -lin
tl -o libgiofam.la -rpath /usr/local/lib/gio/modules 
libgiofam_la-fam-helper.lo
libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo 
libgiofam_la-gfa

mfilemonitor.lo  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lfam
rm -fr  .libs/libgiofam.exp
generating symbol list for `libgiofam.la'
/usr/bin/nm -B  .libs/libgiofam_la-fam-helper.o 
.libs/libgiofam_la-fam-module.o
.libs/libgiofam_la-gfamdirectorymonitor.o 
.libs/libgiofam_la-gfamfilemonitor.o
| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ 
]*\([_A-
Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq 
> .libs

/libgiofam.exp
/usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > 
".libs/

libgiofam.expT"
mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp"
cc -shared  .libs/libgiofam_la-fam-helper.o 
.libs/libgiofam_la-fam-module.o .lib
s/libgiofam_la-gfamdirectorymonitor.o 
.libs/libgiofam_la-gfamfilemonitor.o  -Wl,
--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib 
-L/usr/local/lib /usr/
local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so 
/usr/local/lib/l
ibglib-2.0.so /usr/local/lib/libfam.so  -Wl,-soname -Wl,libgiofam.so 
-Wl,-retain

-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so
/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2

Stop in /usr/ports/devel/gio-fam-backend.


So, I'm back where I started -- /usr/bin/ld: cannot find -lgio-2.0


Any suggestions?


David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread mdh
--- On Sun, 10/26/08, David Christensen <[EMAIL PROTECTED]> wrote:
> From: David Christensen <[EMAIL PROTECTED]>
> Subject: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find 
> -lgio-2.0
> To: "Freebsd-Questions" 
> Date: Sunday, October 26, 2008, 2:10 PM
> freebsd-questions:
> 
> If I understand the above, the linker is unable to find the
> file 
> gio-2.0.  STFW I found something similar:
> 

The answer is to upgrade your devel/glib20 port to the latest version, then try 
to install or upgrade libgiofam, then install the other software.  
- mdh



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE (GENERIC) firefox3 /usr/bin/ld: cannot find -lgio-2.0

2008-10-26 Thread Jeremy Chadwick
On Sun, Oct 26, 2008 at 11:10:48AM -0700, David Christensen wrote:
> freebsd-questions:

Try freebsd-ports for this question, as your issue is with a port.  :-)

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: FreeBSD 7.0-RELEASE getting terrible throughput using sk0 adapter

2008-08-31 Thread David Polak
> > Try disabling usb and firewire in BIOS. You may need to have
> > a tech there do it for you. Your box has the sk NIC and usb
> > sharing an irq. The NIC driver is MPSAFE but the usb stack is
> > still under the GIANT lock. Disable usb and the NIC driver
> > should perform better.
> 
> Alternatively, to avoid involving the provider's tech support,
> could the OP get the same effect by building a kernel without USB?

>From server support live chat:

>Steven H. - Server Support: Submit a trouble ticket and we will 
>look into it further. I'm pretty sure they will not disable usb 
>since the DC technicians need to boot from USB in some cases.

So is there any other way to verify that this is indeed the problem? Perhaps
as Perry suggested, building a kernel without usb/firewire, or possibly
setting the irq manually so it's not shared?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE getting terrible throughput using sk0 adapter

2008-08-31 Thread perryh
> Try disabling usb and firewire in BIOS. You may need to have
> a tech there do it for you. Your box has the sk NIC and usb
> sharing an irq. The NIC driver is MPSAFE but the usb stack is
> still under the GIANT lock. Disable usb and the NIC driver
> should perform better.

Alternatively, to avoid involving the provider's tech support,
could the OP get the same effect by building a kernel without USB?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: FreeBSD 7.0-RELEASE getting terrible throughput using sk0 adapter

2008-08-31 Thread Michael Powell
David Polak wrote:

[snip]
>> 
>> try setting up speed and duplex options manually
> 
> I have set the duplex to full-duplex and it has increased the speed to
> about 200kb/s on the same file.
> 
> As far as phy support, I guess I really don't know, but the drivers for
> the chipset have been around for a while.
> 

Try disabling usb and firewire in BIOS. You may need to have a tech there do
it for you. Your box has the sk NIC and usb sharing an irq. The NIC driver
is MPSAFE but the usb stack is still under the GIANT lock. Disable usb and
the NIC driver should perform better.


-Mike


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: FreeBSD 7.0-RELEASE getting terrible throughput using sk0 adapter

2008-08-31 Thread David Polak


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Wojciech Puchar
> Sent: Sunday, August 31, 2008 11:21 AM
> To: David Polak
> Cc: freebsd-questions@freebsd.org
> Subject: Re: FreeBSD 7.0-RELEASE getting terrible throughput using sk0
> adapter
> 
> > still seeing really slow download speeds. I then decided to see if
> something
> > was wrong with the system by downloading the same image from the same
> source
> > that I downloaded on linux in order to bootstrap freebsd and the
> speed
> > difference was appaling. It had downloaded at 10.29 MB/s. Once
> freebsd was
> > installed, It will only go at 60KB/s..
> >
> >
> 
> looks like problems with speed/duplex autoconfiguration with the
> switch,
> or bad support for PHY in FreeBSD.
> 
> what you describe is quite common case when one side gets configured
> for
> full duplex, other for half duplex.
> 
> as it works for linux, maybe PHY support in FreeBSD is buggy.
> 
> try setting up speed and duplex options manually

I have set the duplex to full-duplex and it has increased the speed to about
200kb/s on the same file.

As far as phy support, I guess I really don't know, but the drivers for the
chipset have been around for a while. 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-RELEASE getting terrible throughput using sk0 adapter

2008-08-31 Thread Wojciech Puchar

still seeing really slow download speeds. I then decided to see if something
was wrong with the system by downloading the same image from the same source
that I downloaded on linux in order to bootstrap freebsd and the speed
difference was appaling. It had downloaded at 10.29 MB/s. Once freebsd was
installed, It will only go at 60KB/s..




looks like problems with speed/duplex autoconfiguration with the switch, 
or bad support for PHY in FreeBSD.


what you describe is quite common case when one side gets configured for 
full duplex, other for half duplex.


as it works for linux, maybe PHY support in FreeBSD is buggy.

try setting up speed and duplex options manually
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera? Almost got it figured out

2008-06-27 Thread chip

Ryan Coleman wrote:

chip wrote:

Ryan Coleman wrote:

chip wrote:
Heheh, got that working, had to add sudo to the beginning of the 
command. Now the problem has to do with permissions. The pics are 
downloaded with the owner being root, so I have to view the pics as 
root. Whats the workaround?

Thanks.

chip wrote:

A little more info -
I now have gphoto2 recognizing and downloading my images, but only 
in a terminal window. I am using XFCE and want to create a 
shortcut on the toolbar or the desktop that will open a terminal 
window and run the command. I have a shortcut set up but it just 
opens a terminal window and quickly closes, I don't know what's 
wrong, but it's not downloading the images.
Any suggestions on how to get a shortcut to a terminal window app 
to work on XFCE?


Thanks.

chip wrote:
Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and 
download pics from it?

First off, please bottom respond. Easier to follow the thread.

Secondly, chown would do the job. sudo chown youruser:yourgroup * 
(or file*)


--
Ryan


So that is after loading the pics. Is there anything I can do 
beforehand so the whole process can be done under my normal user login?
RTFM: 
http://gphoto.sourceforge.net/doc/manual/permissions-serial.html#ex-serial-anybody-access 



Really, man... RTFM :)

Thanks for the link. It refers to ttys0, that doesn't exist on my 
machine. I did use those instructions on acd0 which now allows me to 
play cd's without being on the root account.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera? Almost got it figured out

2008-06-27 Thread Ryan Coleman

chip wrote:

Ryan Coleman wrote:

chip wrote:
Heheh, got that working, had to add sudo to the beginning of the 
command. Now the problem has to do with permissions. The pics are 
downloaded with the owner being root, so I have to view the pics as 
root. Whats the workaround?

Thanks.

chip wrote:

A little more info -
I now have gphoto2 recognizing and downloading my images, but only 
in a terminal window. I am using XFCE and want to create a shortcut 
on the toolbar or the desktop that will open a terminal window and 
run the command. I have a shortcut set up but it just opens a 
terminal window and quickly closes, I don't know what's wrong, but 
it's not downloading the images.
Any suggestions on how to get a shortcut to a terminal window app 
to work on XFCE?


Thanks.

chip wrote:
Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and 
download pics from it?

First off, please bottom respond. Easier to follow the thread.

Secondly, chown would do the job. sudo chown youruser:yourgroup * (or 
file*)


--
Ryan


So that is after loading the pics. Is there anything I can do 
beforehand so the whole process can be done under my normal user login?
RTFM: 
http://gphoto.sourceforge.net/doc/manual/permissions-serial.html#ex-serial-anybody-access


Really, man... RTFM :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera? Almost got it figured out

2008-06-27 Thread chip

Ryan Coleman wrote:

chip wrote:
Heheh, got that working, had to add sudo to the beginning of the 
command. Now the problem has to do with permissions. The pics are 
downloaded with the owner being root, so I have to view the pics as 
root. Whats the workaround?

Thanks.

chip wrote:

A little more info -
I now have gphoto2 recognizing and downloading my images, but only 
in a terminal window. I am using XFCE and want to create a shortcut 
on the toolbar or the desktop that will open a terminal window and 
run the command. I have a shortcut set up but it just opens a 
terminal window and quickly closes, I don't know what's wrong, but 
it's not downloading the images.
Any suggestions on how to get a shortcut to a terminal window app to 
work on XFCE?


Thanks.

chip wrote:
Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and 
download pics from it?

First off, please bottom respond. Easier to follow the thread.

Secondly, chown would do the job. sudo chown youruser:yourgroup * (or 
file*)


--
Ryan


So that is after loading the pics. Is there anything I can do beforehand 
so the whole process can be done under my normal user login?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera? Almost got it figured out

2008-06-27 Thread Ryan Coleman

chip wrote:
Heheh, got that working, had to add sudo to the beginning of the 
command. Now the problem has to do with permissions. The pics are 
downloaded with the owner being root, so I have to view the pics as 
root. Whats the workaround?

Thanks.

chip wrote:

A little more info -
I now have gphoto2 recognizing and downloading my images, but only in 
a terminal window. I am using XFCE and want to create a shortcut on 
the toolbar or the desktop that will open a terminal window and run 
the command. I have a shortcut set up but it just opens a terminal 
window and quickly closes, I don't know what's wrong, but it's not 
downloading the images.
Any suggestions on how to get a shortcut to a terminal window app to 
work on XFCE?


Thanks.

chip wrote:
Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and 
download pics from it?

First off, please bottom respond. Easier to follow the thread.

Secondly, chown would do the job. sudo chown youruser:yourgroup * (or file*)

--
Ryan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera? Almost got it figured out

2008-06-27 Thread chip
Heheh, got that working, had to add sudo to the beginning of the 
command. Now the problem has to do with permissions. The pics are 
downloaded with the owner being root, so I have to view the pics as 
root. Whats the workaround?

Thanks.

chip wrote:

A little more info -
I now have gphoto2 recognizing and downloading my images, but only in 
a terminal window. I am using XFCE and want to create a shortcut on 
the toolbar or the desktop that will open a terminal window and run 
the command. I have a shortcut set up but it just opens a terminal 
window and quickly closes, I don't know what's wrong, but it's not 
downloading the images.
Any suggestions on how to get a shortcut to a terminal window app to 
work on XFCE?


Thanks.

chip wrote:
Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and 
download pics from it?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera?

2008-06-27 Thread chip

A little more info -
I now have gphoto2 recognizing and downloading my images, but only in a 
terminal window. I am using XFCE and want to create a shortcut on the 
toolbar or the desktop that will open a terminal window and run the 
command. I have a shortcut set up but it just opens a terminal window 
and quickly closes, I don't know what's wrong, but it's not downloading 
the images.
Any suggestions on how to get a shortcut to a terminal window app to 
work on XFCE?


Thanks.

chip wrote:
Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and 
download pics from it?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera?

2008-06-27 Thread Thomas
* chip <[EMAIL PROTECTED]> [2008-06-27 13:40:59+]:
> Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and
> download pics from it?

Nowadays mostly everyone gets a cheap (less than $10US) USB card reader
and reads it that way.

Thomas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD-7.0 Release and Camera?

2008-06-27 Thread Andrew Gould
I'm not sure about getting FreeBSD to recognize the camera; but if it has a
removable memory card, you should be able to access it through a memory card
reader.

Best regards,

Andrew

On Fri, Jun 27, 2008 at 3:40 PM, chip <[EMAIL PROTECTED]> wrote:

> Anyone know how to get FBSD 7-R to recognize my Canon S3 IS and download
> pics from it?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [gutenprint - Help] RE: FreeBSD 7.0-RELEASE+CUPS+gutenprint+Epson

2008-04-16 Thread Steven Friedrich
On Tuesday 15 April 2008 07:33:03 pm SourceForge.net wrote:
> Read and respond to this message at:
> https://sourceforge.net/forum/message.php?msg_id=4907395
> By: lexort
>
> Your results are consistent with the problem reading from ulpt(4).  I
> expect that if you turn off your spooling systems and print to a file
> (perhaps with the gutenprint gimp plugin), and use cat, that you will get
> reasonable output. If so, I think as a next step there are two reasonable
> choices.  One is to merge my driver changes from NetBSD.  The other is to
> modify the cups source for the usb backend to make it never try to read
> form the printer.
>
> __
> You are receiving this email because you elected to monitor this forum.
> To stop monitoring this forum, login to SourceForge.net and visit:
> https://sourceforge.net/forum/unmonitor.php?forum_id=409461

I appreciate your effort, but I must say that modern printers MUST be read 
from to get status info, ink levels, etc.

Disabling all reads would be a bad thing.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-Release

2007-07-03 Thread Giorgos Keramidas
On 2007-07-02 16:21, Joe Vender <[EMAIL PROTECTED]> wrote:
> Has a release date been set for FreeBSD 7.0-Release? If not, how about
> an (educated guess) approximate date, month?

The release schedules are posted online at:

http://www.FreeBSD.org/releng/

If a date is not posted there, it's probably not official yet.  Even if
a date *IS* posted there, it is subject to change according to the plans
of the Release Engineering team.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-Release

2007-07-03 Thread Joao Barros

On 7/3/07, Joe Vender <[EMAIL PROTECTED]> wrote:

On Monday 02 July 2007 18:16, matt donovan wrote:
> it's on the freebsd site but the code freeze has begun so some are guessing
> around October or so
>
> On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:
> > Has a release date been set for FreeBSD 7.0-Release? If not, how about an
> > (educated guess) approximate date, month?
> >
> > Joe


Thanks. About 4 months from initial code freeze. That's about what I expected.

Joe



Keep an eye here: http://www.freebsd.org/releases/7.0R/schedule.html

--
Joao Barros
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-Release

2007-07-03 Thread Joe Vender
On Monday 02 July 2007 18:16, matt donovan wrote:
> it's on the freebsd site but the code freeze has begun so some are guessing
> around October or so
>
> On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:
> > Has a release date been set for FreeBSD 7.0-Release? If not, how about an
> > (educated guess) approximate date, month?
> >
> > Joe


Thanks. About 4 months from initial code freeze. That's about what I expected.

Joe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-Release

2007-07-03 Thread Pietro Cerutti
Gelsema, P (Patrick) - FreeBSD wrote:
> On Tue, July 3, 2007 01:33, Pietro Cerutti wrote:
>> matt donovan wrote:
>>> it's on the freebsd site but the code freeze has begun so some are
>>> guessing
>>   /\/\
>>
>> Did you mean "it isn't", right? Because I just can't find any infos
>> about the releng schedule for 7-RELEASE..
> 
> http://www.freebsd.org/releng

Can you see any release date there? It's just me, or there's only stated
that the release process began in june?

> 
> Rgds,
> 
> Patrick
> 
>>> around October or so
>>>
>>> On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:
 Has a release date been set for FreeBSD 7.0-Release? If not, how about
 an
 (educated guess) approximate date, month?

 Joe

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to "
 [EMAIL PROTECTED]"

>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to
>>> "[EMAIL PROTECTED]"
>>
>> --
>> Pietro Cerutti
>>
>> PGP Public Key:
>> http://gahr.ch/pgp
>>
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


-- 
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp



signature.asc
Description: OpenPGP digital signature


Re: FreeBSD 7.0-Release

2007-07-03 Thread Gelsema, P \(Patrick\) - FreeBSD
On Tue, July 3, 2007 01:33, Pietro Cerutti wrote:
>
> matt donovan wrote:
>> it's on the freebsd site but the code freeze has begun so some are
>> guessing
>   /\/\
>
> Did you mean "it isn't", right? Because I just can't find any infos
> about the releng schedule for 7-RELEASE..

http://www.freebsd.org/releng

Rgds,

Patrick

>
>> around October or so
>>
>> On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:
>>>
>>> Has a release date been set for FreeBSD 7.0-Release? If not, how about
>>> an
>>> (educated guess) approximate date, month?
>>>
>>> Joe
>>>
>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to "
>>> [EMAIL PROTECTED]"
>>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "[EMAIL PROTECTED]"
>
>
> --
> Pietro Cerutti
>
> PGP Public Key:
> http://gahr.ch/pgp
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-Release

2007-07-02 Thread youshi10

From http://www.emediawire.com/releases/2007/6/emw531216.htm, quoted in the 
News sections of freebsd.org:


"Developers on the FreeBSD project worked with researchers from NTT to integrate 
their code, under a BSD license, into the CURRENT branch of FreeBSD, which will become 
the 7.0 release in the near future."

Nothing's hinted, but yes 7.0 is in a code freeze for the most part (very minor 
touch-ups are going into CURRENT from what I can see in the Perforce commits), 
so here goes to 7 RELEASE in the next couple months :)..

-Garrett

On Tue, 3 Jul 2007, Pietro Cerutti wrote:



matt donovan wrote:

it's on the freebsd site but the code freeze has begun so some are guessing

 /\/\

Did you mean "it isn't", right? Because I just can't find any infos
about the releng schedule for 7-RELEASE..


around October or so

On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:


Has a release date been set for FreeBSD 7.0-Release? If not, how about an
(educated guess) approximate date, month?

Joe

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"



--
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 7.0-Release

2007-07-02 Thread Pietro Cerutti

matt donovan wrote:
> it's on the freebsd site but the code freeze has begun so some are guessing
  /\/\

Did you mean "it isn't", right? Because I just can't find any infos
about the releng schedule for 7-RELEASE..

> around October or so
> 
> On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:
>>
>> Has a release date been set for FreeBSD 7.0-Release? If not, how about an
>> (educated guess) approximate date, month?
>>
>> Joe
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> [EMAIL PROTECTED]"
>>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


-- 
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp


signature.asc
Description: PGP signature


signature.asc
Description: OpenPGP digital signature


Re: FreeBSD 7.0-Release

2007-07-02 Thread matt donovan

it's on the freebsd site but the code freeze has begun so some are guessing
around October or so

On 7/2/07, Joe Vender <[EMAIL PROTECTED]> wrote:


Has a release date been set for FreeBSD 7.0-Release? If not, how about an
(educated guess) approximate date, month?

Joe

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"