know that all's well before actually committing to my tree.
Thanks.
--
Ron McDowell
San Antonio TX
Sorry, my mistake in wording. I am indeed wanting to
follow -stable here. Replace all my uses of 'world'
below with 'build' and the same questions apply.
I was following http://www.openbsd.org/faq/faq5.html#Bld
which appears to be a superset of the link you sent.
--
Ron
h subdirectory as it traverses the source tree?
Or does it traverse the sources twice, first time to compile everything,
second time to install what it compiled?
--
Ron McDowell
San Antonio TX
Tomas Bodzar wrote:
If you will follow exactly this manual
http://www.openbsd.org/stable.html then no p
[Not sure if netiquette on this list says trim off excess stuff or leave
it on...I'm leaving it on here this time. --rcm]
Scott McEachern wrote:
Ron McDowell wrote:
I'm relatively new to OpenBSD but have been working with FreeBSD for 15+
years and AT&T/USL before that.
Wel
ke || exit 1
make install || exit 1
echo ""
echo ""
echo ""
echo "reboot to start new kernel"
exit 0
[...@dev]> cat 020_build_and_install_userland.sh
#!/bin/sh -x
ver="46stable"
VER="OPENBSD_4_6"
root="/Stash/Sources"
DESTDIR=/
cd $root/src/etc || exit 1
make distrib-dirs || exit 1
cd $root/src || exit 1
make build || exit 1
echo ""
echo ""
echo ""
echo "reboot to start using new userland."
--
Ron McDowell
San Antonio TX
I have used UNetbootin http://unetbootin.sourceforge.net/ to build an
OpenBSD USB stick image from the OpenBSD ISO image. I don't remember
the exact details, but it was pretty straightforward. I built it on a
friend's XP machine but looks like there's a Linux version too.
Where does one find details of things like this?
--
Ron McDowell
San Antonio TX
STeve Andre' wrote:
--had I paid more
attention, I would have seen that new stuff was added, which fixed the
particular problem I had.
Giannis, thank you for your helpful answer.
--
Ron McDowell
San Antonio TX
Kapetanakis Giannis wrote:
On 05/03/10 01:33, Ron McDowell wrote:
Where does one find details of things like this?
If you mean about changes in -current,
I monitor these two
http://www.openbsd.org/faq/current.html
(line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1
Stop in /usr/src/distrib (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1
Stop in /usr/src/etc (line 296 of Makefile).
/usr/src/etc
[r...@zombie(OpenBSD)]> exit
Script done on Sun Mar 7 10:51:19 2010
--
Ron McDowell
San Antonio TX
Dangit, I hit reply instead of reply-all. :(
Original Message
J.C. Roberts wrote:
On Sun, 7 Mar 2010 17:54:37 -0800 "J.C. Roberts"
wrote:
On Sun, 07 Mar 2010 17:42:18 -0600 Ron McDowell
wrote:
mtree
-def /usr/src/distrib/i386/ramdisk_cd/../../miniroot/
I'd do a
find -x / -type f -exec ls -l {} \; |more
and look for big files that don't really belong there.
Common errors are something like redirecting to /devnull or /dev/nul
instead of /dev/null or so.
If you can't find them, email me that output and I'll have a look.
Philip Guenther wrote:
On Sun, Mar 7, 2010 at 3:42 PM, Ron McDowell wrote:
...
mtree -def /usr/src/distrib/i386/ramdisk_cd/../../miniroot/mtree.conf -p /mnt/
-u
.: gid (0, 1000, modified)
It appears that you changed root's primary/default gid from 0 to 1000.
Don'
--
Ron McDowell
San Antonio TX
Philip Guenther wrote:
On Mon, Mar 8, 2010 at 10:12 AM, Ron McDowell wrote:
...
su is not setting the group for me. sudo does, so I rebuilt using sudo and
everything worked fine.
~
[...@zombie(OpenBSD)]> id
uid=1000(rcm) gid=1000(rcm) groups=1000(rcm)
o the FAT32 drive or on
the OpenBSD read from the drive... but it's not going to do what I want.
So yes, Ted, I'd like very much to be able to mount an intel Snow
Leopard hfs+ file system on OpenBSD.
--
Ron McDowell
San Antonio TX
patrick keshishian wrote:
On Mon, Mar 22, 2010 at 9:14 PM, Ron McDowell wrote:
A note of caution. I copied a bunch of stuff from an OSX 10.6 partition to
a FAT32 USB drive, and when looking at that FAT32 USB drive mounted on an
OpenBSD 4.7 system, any filenames that fit into the old DOS
8
le/GENERIC.MP
real mem = 2925703168 (2790MB)
avail mem = 2839826432 (2708MB)
RTC BIOS diagnostic error
e7
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe (42 entries)
bios0: vendor Apple Inc. version "MBP55.88Z.00AC.B03.0906151708" date
06/15/09
bios0: Apple Inc. MacBoo
handle mail notification slightly differently. Check the man page
for the shell you are using for details.
--
Ron McDowell
San Antonio TX
Yup, nowhere in that goals page does it say anything about "don't be
rude to the casual users." Maybe that is why OpenBSD is so far down the
list at http://bsdstats.org/ .
--
Ron McDowell
San Antonio TX
Jordi Espasa Clofent wrote:
http://www.openbsd.org/goals.html
de from netgate.com] for projects like this. AMD Geode CPU,
common VGA/USB keyboard input, i386 versions of most OSes work, I have
4.7 i386 running on one with a couple 500gb USB drives as a backup server.
--
Ron McDowell
San Antonio TX
r/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:186: error:
'pitem' has no member named 'priority'
/usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c: In function
'pqueue_next':
/usr/src/lib/libssl/crypto/../src/crypto/pqueue/pqueue.c:233: error:
'pitem' has no member named 'next'
*** Error code 1
Stop in /usr/src/lib/libssl/crypto (line 92 of /usr/share/mk/sys.mk).
*** Error code 1
Stop in /usr/src/lib/libssl (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1
Stop in /usr/src/lib (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1
Stop in /usr/src (line 74 of Makefile).
--
Ron McDowell
San Antonio TX
Nick Holland wrote:
> On 02/24/11 20:15, Ron McDowell wrote:
>
>> System installed from a 4.8-amd64 CD today, then cvs-update to HEAD less
>> than an hour ago...
>>
>
> No, your process is broke.
> Please read FAQ5.
> The part you definitely violated is
Otto Moerbeek wrote:
> On Fri, Feb 25, 2011 at 08:28:42AM +0100, Otto Moerbeek wrote:
>
>
>> On Fri, Feb 25, 2011 at 12:55:34AM -0600, Ron McDowell wrote:
>>
>>
>>> Nick Holland wrote:
>>>
>>>> On 02/24/11 20:15, Ron McDowell
Otto Moerbeek wrote:
> On Fri, Feb 25, 2011 at 01:54:49AM -0600, Ron McDowell wrote:
>
>
>> Otto Moerbeek wrote:
>>
>>> On Fri, Feb 25, 2011 at 08:28:42AM +0100, Otto Moerbeek wrote:
>>>
>>>
>>>>
Philip Guenther wrote:
I'm sorry to say, but as soon as I read "update to HEAD" I recognized
the problem. Namely, you have been mislead by "cvs":
You're right. I now have a clean build.
cvs -d anon...@anoncvs3.usa.openbsd.org:/cvs checkout -rHEAD -P src
definitely !=
cvs -d anon..
I'm using one of these
http://store.netgate.com/5004-MP-ATHEROS-4G-CM9-80211abg-miniPCI-Card-P125C26.aspx
in an Alix 3d3 with 4.7 on it. Not the fastest thing around, but it was
when I bought it. :)
--
Ron McDowell
San Antonio TX
Jan Stary wrote:
I have been using www.pcengines.ch/al
Marcus M|lb|sch wrote:
# sudo pkg_add -v lion
results in
"Can't find lion"
What am i doing wrong?
It's because you're using sudo and you're already at the root prompt. :)
--
Ron McDowell
San Antonio TX
Love the ASCII art on the top level of that site.
--
Ron McDowell
San Antonio TX
Miod Vallat wrote:
Landry's donations can be seen there:
http://www.oxide.org/cvs/landry.html
The majority of 4.9 binaries *will not* run on a 4.8 (or earlier) kernel.
>
I have used the instructions on the above link 3 days ago and it does
indeed work as advertised, wheen followed to the letter. :) I've been
upgrading headless systems a hundred miles from me this way since v4.4
days with no problems.
--
Ron McDowell
San Antonio TX
has worked fine in the past.
--
Ron McDowell
San Antonio TX
29 matches
Mail list logo