Doc
___
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"
On Mon, Jul 22, 2013 at 08:47:47AM -0400, Carmel wrote:
> I am having a problem updating some ports since installing the
> "print/texlive-full" port a few days ago. I have: "TEX_DEFAULT=texlive"
> sans quotes at the top of my "/etc/make.conf" file.
>
[...]
I think you have the reason just above.
I am having a problem updating some ports since installing the
"print/texlive-full" port a few days ago. I have: "TEX_DEFAULT=texlive"
sans quotes at the top of my "/etc/make.conf" file.
For instance, the "en-freebsd-doc-42326,1", and in fact all of the
*-
Hello,
I have bumped into your site while seeking for software and found your
website very interesting :)
Just a quick note, http://www.dvdrw.com/ is no longer active, and you are
linking to it from page -
http://forum.vstyle.co.il/doc/en_US.ISO8859-1/books/handbook/creating-dvds.h
tml
I was
Raspberry pi running headless with practically no services and usb to
serial connection is what I'm likely to use.
--
sip:jungleboo...@sip2sip.info
inum: +883510009902611
On Jun 25, 2013 6:23 PM, "Warren Block" wrote:
> On Tue, 25 Jun 2013, Mark Felder wrote:
>
> On Tue, Jun 25, 20
On Tue, 25 Jun 2013, Mark Felder wrote:
On Tue, Jun 25, 2013, at 11:23, Stephen Burke wrote:
Does anyone know how I could push serial output to an IP port that I
could SSH to?
You want something like a Portmaster or Lantronix device that will
provide serial consoles over SSH
http://www.lant
On Jun 25, 2013 9:25 AM, "Stephen Burke" wrote:
>
> Does anyone know how I could push serial output to an IP port that I
> could SSH to?
>
Sounds like you are looking for something like SOL (serial over LAN) which
can be setup with IPMI. Google should help you find more info on setting
up IPMI.
On Tue, Jun 25, 2013, at 11:23, Stephen Burke wrote:
> Does anyone know how I could push serial output to an IP port that I
> could SSH to?
>
You want something like a Portmaster or Lantronix device that will
provide serial consoles over SSH
http://www.lantronix.com/device-networking/external-dev
Does anyone know how I could push serial output to an IP port that I
could SSH to?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@f
On Fri, 28 Sep 2012, Jamie Paul Griffin wrote:
[ Warren Block wrote on Thu 27.Sep'12 at 14:11:39 -0600 ]
Yes. If a new version of a file conflicts with your local changes, svn
will complain and try to help resolve those conflicts.
When I changed to svn, I completely remove or moved (mv(1))
[ Warren Block wrote on Thu 27.Sep'12 at 14:11:39 -0600 ]
> Yes. If a new version of a file conflicts with your local changes, svn
> will complain and try to help resolve those conflicts.
When I changed to svn, I completely remove or moved (mv(1)) the /usr/ports
tree. Created a new /usr/port
On Thu, 27 Sep 2012, Ed Flecko wrote:
Thank you all!
I'm a little confused by Trond's reply,
"Make sure your /usr/src and /usr/ports directories does not contain
files and directories served by Subversion, they will hinder
extraction/updating when checking out a Subversion working copy on top
On Thu, 27 Sep 2012 08:18-0700, Ed Flecko wrote:
> Thank you all!
>
> I'm a little confused by Trond's reply,
>
> "Make sure your /usr/src and /usr/ports directories does not contain
> files and directories served by Subversion, they will hinder
> extraction/updating when checking out a Subversi
Thank you all!
I'm a little confused by Trond's reply,
"Make sure your /usr/src and /usr/ports directories does not contain
files and directories served by Subversion, they will hinder
extraction/updating when checking out a Subversion working copy on top
of the existing hierarchy.
Simply delete
If only subversion had some scripts similar to the *-supfile s with cvsup,
including some "first time scripts."
--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266
___
freebsd-questions@freebsd.org mailing l
GENERIC
kernel in /boot/GENERIC (if it exists), even if it is not the current
(running) kernel of the system.
[...]
Sources :
http://www.freebsd.org/doc/en/books/handbook/updating-upgrading-freebsdupdate.html
"freebsd-update" tool works only with -RELEASE, you are right.
Best Regards,
On 27/09/2012 07:41, Polytropon wrote:
> Does anyone know if there are already plans to make svn part
> of the base system and integrate it with make, so that one
> can use "make update" (in /usr/src and/or /usr/ports) with
> control files or options (e. g. in /etc/make.conf) to have
> influence on
On Thu, 27 Sep 2012 02:34:47 -0400, Thomas Mueller wrote:
>
> from "David J. Weller-Fahy" :
>
> > svn update /usr/src/
>
> When you use svn the first time, svn doesn't know where the repository is,
> and svn repository is not fully in sync with cvs or csup repository.
>
> So you might need, in
from "David J. Weller-Fahy" :
> svn update /usr/src/
When you use svn the first time, svn doesn't know where the repository is,
and svn repository is not fully in sync with cvs or csup repository.
So you might need, in a fresh directory,
svn co svn://svn.freebsd.org/base/stable/9 /usr/src
Th
On Wed, 26 Sep 2012 14:12-0700, Ed Flecko wrote:
> I see that CVS is being phased out in favor of subversion.
>
> I follow the documentation to keep my system up to date by doing:
>
> # cd /usr/src
> # make buildworld
> # make buildkernel
> # make installkernel
> # shutdown -r now
>
> and then.
While I track CURRENT, not STABLE, the process should not be
significantly different. Here is what I do.
* Ed Flecko [2012-09-26 17:18 -0400]:
> I follow the documentation to keep my system up to date by doing:
Here I update the src tree.
# svn update /usr/src/
> # cd /usr/src
> # make buildw
Thank you.
I am using a custom kernel, but you're right - I should have said so.
:-)
Do you have any feedback using subversion? I know I can still use
csup; I'm basically trying to figure out how to subversion to achieve
the same result.
Ed
___
freebs
On Wed, 26 Sep 2012 14:12:34 -0700, Ed Flecko wrote:
> I see that CVS is being phased out in favor of subversion.
>
> I follow the documentation to keep my system up to date by doing:
>
> # cd /usr/src
> # make buildworld
> # make buildkernel
> # make installkernel
> # shutdown -r now
>
> and th
I see that CVS is being phased out in favor of subversion.
I follow the documentation to keep my system up to date by doing:
# cd /usr/src
# make buildworld
# make buildkernel
# make installkernel
# shutdown -r now
and then...
# mount -u /
# mount -a -t ufs
# adjkerntz -i
# mergemaster -p
# cd
On Sat, 18 Aug 2012 06:16:31 -0400, Jerry wrote:
> On Sat, 18 Aug 2012 03:43:58 +0200
> Polytropon articulated:
>
> > On Fri, 17 Aug 2012 13:17:42 +0400, иван кузнецов wrote:
> > > how to open RU_FREEBSD_DOC_20111014.TBZ under windows?
> >
> > The file is a tar archive compressed with BZip2. It
On 17/08/2012 10:17, иван кузнецов wrote:
how to open RU_FREEBSD_DOC_20111014.TBZ under windows? several program
cant,i was attempt.7zip cant. why i not able read documentation BEFORE
install? where it after install? second,you installer is not well, not
very undersandingable for newbis.i mean
On Sat, 18 Aug 2012 03:43:58 +0200
Polytropon articulated:
> On Fri, 17 Aug 2012 13:17:42 +0400, иван кузнецов wrote:
> > how to open RU_FREEBSD_DOC_20111014.TBZ under windows?
>
> The file is a tar archive compressed with BZip2. It's no real
> surprise that "Windows" cannot natively handle it,
re's WGET.EXE even for "Windows").
The most important pages are:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
http://www.freebsd.org/doc/faq/
Check out FreeBSD's main web page for language selection. Here
you can find a russian translation of all th
how to open RU_FREEBSD_DOC_20111014.TBZ under windows? several program cant,i
was attempt.7zip cant. why i not able read documentation BEFORE install? where
it after install? second,you installer is not well, not very undersandingable
for newbis.i mean user must hit tab in some dialogs,but he
On Saturday 11 February 2012, Mark wrote:
> I had this a few days ago.
>
> A search returned keep restarting "make install" and it will build
> and install.
> You will notice it will stop at different place each time, just
> restart the buld.
Thanks for the tip. It completed on the second pass.
curlew:/home/mike% uname -a
FreeBSD curlew.lan 8.1-RELEASE-p5 FreeBSD 8.1-RELEASE-p5 #0: Tue Sep 27
16:18:26 UTC 2011
r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
curlew:/home/mike% cd /usr/ports/misc/freebsd-doc-en
curlew:/usr/ports/misc/freebsd-doc-en% make
gt;> It looks like I'll need to open a bug report with the Doc project
>> team.
>
> After reading the thread referenced above, and looking at the output
> of my build, I noticed that the build was failing in different areas.
>
> So I decided to run make on the port multipl
Hello, Adam.
That does not help.
#man locate
No manual entry for locate
#
>
2011/5/29 Kon'kov Evgenij <[1]kes-...@yandex.ru>
sorry, but that is not what I am looking for.
How to install 'man' pages? they are not included in .iso and there
are not on link you a
On Sun, 29 May 2011 23:08:03 +0300 Коньков Евгений wrote:
> How to install 'man' pages? they are not included in .iso and there
>are not on link you advice.
If you use current, then you know how to build and install world.
Just do it. ;-)
--
WBR, Boris Samorodov (bsam)
Research Engineer, ht
2011/5/29 Коньков Евгений
> sorry, but that is not what I am looking for.
>
> How to install 'man' pages? they are not included in .iso and there are not
> on link you advice.
>
I don't know how to install the man pages from the snapshot cd, but if you
have the source for your version you can do:
to open a bug report with the Doc project
> team.
After reading the thread referenced above, and looking at the output
of my build, I noticed that the build was failing in different areas.
So I decided to run make on the port multiple times, and eventually
the port installed successfully.
Zdravstvujte, Adam.
Vy pisali 29 maya 2011 g., 1:53:41:
>
2011/5/28 Adam Vande More <[1]amvandem...@gmail.com>
2011/5/28 Kon'kov Evgenij <[2]kes-...@yandex.ru>
I take snapshot from that. It is not include doc.
while installing it says: '
> On Sun, May 29, 2011 at 1:05 AM, Adam Vande More wrote:
> >
> > Seems like there should be more detail. Try
> >
> > make clean && make -j1
Interesting:
===> Building for en-freebsd-doc-20110521
/bin/cat /usr/ports/misc/freebsd-doc-en/pkg-plist.html-sp
On Sun, May 29, 2011 at 1:05 AM, Adam Vande More wrote:
> On Sat, May 28, 2011 at 9:44 PM, Joe Altman > wrote:
>
>> ===> en_US.ISO8859-1/articles/building-products (all) groff -p -S -Wall
>> -mtty-char -man
>>
>> /usr/ports/misc/freebsd-doc-en/work/doc/en_US.
On Sat, May 28, 2011 at 9:44 PM, Joe Altman
wrote:
> ===> en_US.ISO8859-1/articles/building-products (all) groff -p -S -Wall
> -mtty-char -man
>
> /usr/ports/misc/freebsd-doc-en/work/doc/en_US.ISO8859-1/articles/building-products/../../../share/images/articles/building-p
error:
===> en_US.ISO8859-1/articles/building-products (all) groff -p -S -Wall
-mtty-char -man
/usr/ports/misc/freebsd-doc-en/work/doc/en_US.ISO8859-1/articles/building-products/../../../share/images/articles/building-products/freebsd-branches.
2011/5/28 Adam Vande More
> 2011/5/28 Коньков Евгений
>
>> I take snapshot from that. It is not include doc.
>> while installing it says: 'Can not find doc packages'
>>
>
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/docs/
>
2011/5/28 Коньков Евгений
> I take snapshot from that. It is not include doc.
> while installing it says: 'Can not find doc packages'
>
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/docs/
--
Adam Vande More
Здравствуйте, Lokadamus.
Вы писали 28 мая 2011 г., 22:01:40:
L> Am 28.05.2011 20:46, schrieb Коньков Евгений:
>> Hello
>> I am trying to install doc from ftp because it is not included in .iso
>> but also get problem
>>
>> ┌───
Am 28.05.2011 20:46, schrieb Коньков Евгений:
Hello
I am trying to install doc from ftp because it is not included in .iso
but also get problem
┌ User Confirmation Requested ┐
│ Warning: Can't find the `9.0-CURRENT' distributi
Hello
I am trying to install doc from ftp because it is not included in .iso
but also get problem
┌ User Confirmation Requested ┐
│ Warning: Can't find the `9.0-CURRENT' distribution on this │
│ FTP server. You may need
sed, creating the script may be a PITA, but
> you'll only have to do it once, and then you can reuse the script
> whenever needed.
>
> As I recall, the hard part is figuring out how to represent the special
> characters in sed. It's been a few years since I used sed on
, x9d, \x9c... same with catdoc. i'll
try antiword. [forgot about that. ]
This makes me believe that the original DOC file has been created
with a wrong character set or language setting. "Windows" - as far
as I know - does not use standard locales such as all other sys
On Fri, May 28, 2010 at 10:45:38AM -0400, Bob Hall wrote:
> Another possibility, if you haven't considered it, is using sed to
> convert everything. If you know all the characters that need to be
Never mind. I just remembered about the garbage at the beginning of doc
files. I had forgo
ard part is figuring out how to represent the special
characters in sed. It's been a few years since I used sed on doc files,
but I recall that the character codes that displayed on my screen were
not the codes that I needed to use in sed scripts.
___
with catdoc. i'll
> try antiword. [forgot about that. ]
This makes me believe that the original DOC file has been created
with a wrong character set or language setting. "Windows" - as far
as I know - does not use standard locales such as all other systems
do, but uses a
On Thursday 27 May 2010 05:18:07 pm Bob Hall wrote:
> On Thu, May 27, 2010 at 04:36:08PM -0700, Gary Kline wrote:
> > ps: antiword same as catdoc. back to my per substitutions.
> > that works, along with vi's Builtin subs.
>
> Have you considered using whatever replaces the most special c
On Thu, May 27, 2010 at 04:36:08PM -0700, Gary Kline wrote:
> ps: antiword same as catdoc. back to my per substitutions.
> that works, along with vi's Builtin subs.
Have you considered using whatever replaces the most special characters,
and fixing the few characters that remain with
> > and render them back to the ascii or keyboard equivalents?
> > in this case, the \x99 would be an apostrophe.
> > thus:
> >
> >
> > We Don't
> >
> > tia,
> >
> > gsry
> >
> > ps: even lynx -dump messes up, i believe. i
ophe.
> thus:
>
>
> We Don't
>
> tia,
>
> gsry
>
> ps: even lynx -dump messes up, i believe. i'm trying to go from
> DOC back to typewriter
Yes, even a typewriter is better than DOC. :-)
To process DOC files into ASCII, there are several ways,
guys,
is there anything that can take these hex triplets such as
We Don\xe2\x80\x99t
and render them back to the ascii or keyboard equivalents?
in this case, the \x99 would be an apostrophe.
thus:
We Don't
tia,
gsry
ps: even lynx -dump messes up, i believe. i'm trying to g
I installed a new 8.0 from the DVD and the ports collection.
Did a portsnap update, pkg_version -vIL reported 21 ports to upgrade of
which 19
XX-freebsd-doc-20100213 (XX = two letters identifying a native language)
I throught this would just install preformatted files, so started the 21
ports
On 23/12/2009 10:54 μ.μ., ajtiM wrote:
> On Wednesday 23 December 2009 01:42:32 you wrote:
>
>> On 23/12/2009 2:03 π.μ., ajtiM wrote:
>>
>>> My system: FreeBSD 8.0
>>>
>
>> Something to do with the new Ghostscript version, most o
On Wednesday 23 December 2009 01:42:32 you wrote:
> On 23/12/2009 2:03 π.μ., ajtiM wrote:
> > My system: FreeBSD 8.0
>
> Something to do with the new Ghostscript version, most of the doc
> package builds are broken. I was pointed to this patch
> http://paste.lisp.org
On 23/12/2009 2:03 π.μ., ajtiM wrote:
> My system: FreeBSD 8.0
>
> I had a problem with update freebsd-doc-en
>
> **
> Error: /undefinedfilename in --file--
>
My system: FreeBSD 8.0
I had a problem with update freebsd-doc-en
**
Error: /undefinedfilename in --file--
Operand stack
kern.0/
112Mtotal
[ch...@amnesiac]/usr% du -hc bin include lib sbin share games libdata
292Mshare/doc
428Mtotal
[ch...@amnesiac]/usr%
So, excluding /usr/share/doc, and /boot/xboxkern.0 (a leftover from
when amnesiac was an xbox), my install with no ports etc is
~203-112=91MB for /, 428
total
[ch...@amnesiac]/usr% du -hc bin include lib sbin share games libdata
292Mshare/doc
428M total
[ch...@amnesiac]/usr%
So, excluding /usr/share/doc, and /boot/xboxkern.0 (a leftover from
when amnesiac was an xbox), my install with no ports etc is
~203-112=91MB for /, 428-292=13
On Mon, Jul 27, 2009 at 03:19:17PM -0400, Mikel King wrote:
> Anyone know of a good tutorial for making a system on a USB key in
> limited space? I have a project that requires enough of running system
> with lighttpd and php5 to do some network magick. I would like to keep
> the thing below 512MB
On Jul 27, 2009, at 4:00 PM, Sergio de Almeida Lenzi wrote:
excuse-me, but what is the problem
with size???
I have a PQI stick that is 29mm X 11mm X 2.5mm and
have 4gbytes... and works very good... sells for US$12 here...
take a look:
http://www.pqigroup.com/product2.asp?oid=19&cate1=19&proid
excuse-me, but what is the problem
with size???
I have a PQI stick that is 29mm X 11mm X 2.5mm and
have 4gbytes... and works very good... sells for US$12 here...
take a look:
http://www.pqigroup.com/product2.asp?oid=19&cate1=19&proid=333
you have inside 4Bg of storage.. usb2.0
__
Anyone know of a good tutorial for making a system on a USB key in
limited space? I have a project that requires enough of running system
with lighttpd and php5 to do some network magick. I would like to keep
the thing below 512MB but if that is not feasible then I'll shoot for
whatever the
thank's
> - Original Message -
> From: "Johann Kois"
> To: "'Mbung Linux'" , d...@freebsd.org
> Cc: questi...@freebsd.org
> Subject: RE: need Tutorial IN Pdf or Doc.
> Date: Thu, 22 Jan 2009 14:18:06 +0100
>
>
> Hi,
>
&
Hi,
try using one of the http mirrors instead if you are not allowed to access
ftp sites. You can find a list here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html.
Look for one which has the comment "(http)" after its name. For example
http://ftp2.de.freeb
hello i'm from indonesia.i really want to try freebsd,but my office have a
proxy...
it very sucks..i can't download u'r documentation at
ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/
so please send tutorial in pdf or doc that i can learn more about it
Thank's a lot.
Danang
Anton Shterenlikht writes:
> I update my local FBSD documentation with cvsup doc-all.
> I note that the latest FBSD documentation is under /usr/doc.
> However I still have /usr/share/doc which is about 2 years out of date.
>
> On the other hand /usr/doc does not appear in hier(7),
On Wed, Dec 31, 2008 at 01:30:48PM +, Anton Shterenlikht wrote:
> I update my local FBSD documentation with cvsup doc-all.
> I note that the latest FBSD documentation is under /usr/doc.
> However I still have /usr/share/doc which is about 2 years out of date.
>
> On the othe
I update my local FBSD documentation with cvsup doc-all.
I note that the latest FBSD documentation is under /usr/doc.
However I still have /usr/share/doc which is about 2 years out of date.
On the other hand /usr/doc does not appear in hier(7),
whereas /usr/share/doc does.
Can I safely delete
On Tue, 16 Dec 2008 21:39:56 +0100
Bernard Dugas wrote:
> Wojciech Puchar wrote:
> >> 2- As / will be mounted read-only, how can i tell the ramdom
> >> generator to put this /entropy file somewhere in /var, where i
> >> think it should be ? Or is there any tricky hidden problem ?
> >
> > man rc.
Thank you RW, i am new on the list, i didn't answer you because i didn't
received your answer while i received others, don't know why yet.
I would be very interested to find a large but right view in the man
documentation of what is happening exactly to this poor lost file :-)
The etc/default
Wojciech Puchar wrote:
2- As / will be mounted read-only, how can i tell the ramdom generator
to put this /entropy file somewhere in /var, where i think it should
be ? Or is there any tricky hidden problem ?
man rc.conf seek entropy_file and entropy_dir
Thanks, detail is available in /etc/d
On Tue, 16 Dec 2008 16:23:05 +0100
Bernard Dugas wrote:
> 2- As / will be mounted read-only, how can i tell the ramdom
> generator to put this /entropy file somewhere in /var, where i think
> it should be ? Or is there any tricky hidden problem ?
It has to be on the root partition as it's used
shutdown it's saved from random generator.
Only at shutdown, the entropy stored every eleven minutes is
in /var/db/entropy/
thanks for correction.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
boot.
Thanks a lot !
1- How may i suggest/learn to add this info in the random generator man page,
so that a search in doc gives the right result ?
use sent-pr
2- As / will be mounted read-only, how can i tell the ramdom generator to put
this /entropy file somewhere in /var, where i
On Tue, 16 Dec 2008 16:07:48 +0100 (CET)
Wojciech Puchar wrote:
> at startup it seeds random generator, every 11 minutes and at
> shutdown it's saved from random generator.
Only at shutdown, the entropy stored every eleven minutes is
in /var/db/entropy/
_
Wojciech Puchar wrote:
-rw--- 1 root wheel 4096 Dec 11 17:36 entropy
I can't find any reference to that file in FreeBSD doc.
Any reference to it ? What is it used for ? I have look in RANDOM
area, but no reference...
at startup it seeds random generator, every 11 minutes a
-rw--- 1 root wheel 4096 Dec 11 17:36 entropy
I can't find any reference to that file in FreeBSD doc.
Any reference to it ? What is it used for ? I have look in RANDOM area, but
no reference...
at startup it seeds random generator, every 11 minutes and at shutdown
it's
gt; There is only 1 file, named entropy :
>
> -rw--- 1 root wheel 4096 Dec 11 17:36 entropy
>
> I can't find any reference to that file in FreeBSD doc.
>
It contains random numbers that are written-out at shutdown and used to
seed /dev/random on the next boot.
>
>
There is only 1 file, named entropy :
>
> -rw--- 1 root wheel 4096 Dec 11 17:36 entropy
>
> I can't find any reference to that file in FreeBSD doc.
>
> Any reference to it ? What is it used for ? I have look in RANDOM area,
> but no reference...
>
> D
can't find any reference to that file in FreeBSD doc.
Any reference to it ? What is it used for ? I have look in RANDOM area,
but no reference...
Do i have to keep it read/write ? Can i put it in /var instead of / to
be able to keep / read-only ?
Thanks a lot,
Best re
freebsd-questions@freebsd.org
Subject: where are base, info, kernels, dict, doc, games, manpages, ports,
src, etc. for 7.0-REL?
I can't seem to find the "distributions" listed in
the Subject: line on any of the 7.0-RELEASE ISO images.
What am I missing?
I know the 7.0-RELEAS
According to Sean Cavanaugh <[EMAIL PROTECTED]>:
>
> are you using 7.0-RELEASE--bootonly.iso or 7.0-RELEASE--Disc1.iso
>
> the later has the files on it and can be installed without any network
> connection at all.
Thanks.
I have 7.0-RELEASE-i386-disc1.iso and burned it onto a CD-ROM,
b
nesday, March 05, 2008 4:42 PM
To:
Subject: where are base, info, kernels, dict, doc, games, manpages,
ports,src, etc. for 7.0-REL?
I can't seem to find the "distributions" listed in
the Subject: line on any of the 7.0-RELEASE ISO images.
What am I missing?
I know the 7.
I can't seem to find the "distributions" listed in
the Subject: line on any of the 7.0-RELEASE ISO images.
What am I missing?
I know the 7.0-RELEASE announcement says the "bootable"
ISO can be used along with FTP to finish the install, but
I can't get FTP (or passive FTP, for that matter) to work
On Mon, 21 Jan 2008 19:07:19 +0100 Daniel Gerzo <[EMAIL PROTECTED]> wrote:
> Monday, January 21, 2008, 2:42:53 PM, you wrote:
>
> > I was just browsing various versions of ipfw(8) such as:
>
> > http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&sektion=0&manpath=FreeBSD+6.3-stable&form
Hello Ian,
Monday, January 21, 2008, 2:42:53 PM, you wrote:
> I was just browsing various versions of ipfw(8) such as:
> http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&sektion=0&manpath=FreeBSD+6.3-stable&format=html
> and noticed that (and 6.3-RELEASE) manuals sport 'FreeBSD 7.0' foot
I was just browsing various versions of ipfw(8) such as:
http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&sektion=0&manpath=FreeBSD+6.3-stable&format=html
and noticed that (and 6.3-RELEASE) manuals sport 'FreeBSD 7.0' footers,
however the proper FreeBSD 7 manual includes the new 'ipfw nat'
On Sun, 26 Nov 2006 21:06:20 -0800
[EMAIL PROTECTED] wrote:
> > You have just about any right in single user mode. Type
> > chmod 644 /etc/ttys
> > If you edit the file using vi and it isn't writable you can force to
> > write to it by typing :w!
>
> Not if his FS is mounted read-only.
Yes, I fo
> You have just about any right in single user mode. Type
> chmod 644 /etc/ttys
> If you edit the file using vi and it isn't writable you can force to
> write to it by typing :w!
Not if his FS is mounted read-only.
Sure, he can remount it read-write, if he knows how :)
(Someone else already poste
On Sun, Nov 26, 2006 at 10:09:58PM +0100, Ralf Schreijer wrote:
> Hi there!
>
> Today I just installed FreeBSD(6.1) for the first time in my life. After
> several tries on my own I decided to go through the installation by following
> the instructions in the handbook. I successfully installed an
On Sun, 26 Nov 2006 22:09:58 +0100
"Ralf Schreijer" <[EMAIL PROTECTED]> wrote:
> Hi there!
>
> Today I just installed FreeBSD(6.1) for the first time in my life.
> After several tries on my own I decided to go through the
> installation by following the instructions in the handbook. I
> successfu
Ralf Schreijer wrote:
> Hi there!
>
> Today I just installed FreeBSD(6.1) for the first time in my life. After
> several tries on my own I decided to go through the installation by following
> the instructions in the handbook. I successfully installed and configured
> Xorg. Everything went well
On Sun, 26 Nov 2006 22:09:58 +0100 Ralf Schreijer wrote:
> Today I just installed FreeBSD(6.1) for the first time in my
> life. After several tries on my own I decided to go through the
> installation by following the instructions in the handbook. I
> successfully installed and configured Xorg. Ev
Hi there!
Today I just installed FreeBSD(6.1) for the first time in my life. After
several tries on my own I decided to go through the installation by following
the instructions in the handbook. I successfully installed and configured Xorg.
Everything went well, until I reached the section 5.6.
On 2006-01-23 14:52, Joel Hatton <[EMAIL PROTECTED]> wrote:
> Hi,
> I may be confused, but istr that man security[7] used to
> document the results of different kernel securelevels; this no
> longer seems to be the case. Is this still documented in the
> base system without recourse to online help?
1 - 100 of 158 matches
Mail list logo