FreeBSD Quarterly Status Report 4th Quarter 2021
This report covers FreeBSD related projects for the period between October and
December. It is the fourth of four planned reports for 2021, and contains 19
entries. Highlights include faster boot times, more LLDB work, a base OpenSSH
update, and mor
you please let
>> me know what you did to fix it? I'm assuming the image.sh you're
>> referring to is /usr/local/share/poudriere/image.sh, but I'm not sure
>> where the change would need to be made.
>>
>> Thanks in advance,
>> Joseph
>>
>>
providing feedback and you don't agree with Lenovo's practice
of preventing you from installing your own wireless card, please mention
that as well. There is also a petition:
https://www.change.org/p/lenovo-release-an-unencumbered-version-of-the-bios.
Joseph
signature.asc
Description: PGP signature
On 12/30/2011 08:13, Tijl Coosemans wrote:
> On Thursday 29 December 2011 12:52:39 Claude Buisson wrote:
>> On 12/29/2011 07:41, Garrett Cooper wrote:
>>> On Wed, Dec 28, 2011 at 9:56 PM, Joseph S. Atkinson
>>> wrote:
>>>> I am the maintainer of VLC, I h
On 12/29/2011 01:41, Garrett Cooper wrote:
On Wed, Dec 28, 2011 at 9:56 PM, Joseph S. Atkinson wrote:
I am the maintainer of VLC, I have an outstanding PR (ports/162190) on the
issue of cdda:// access.
I can confirm this issues, but don't know enough about driver access to fix
this m
rried that with the actual 9.0-RELEASE on the horizon, users will find
show stopping problems using their disc drives.
--
Joseph S. Atkinson
Paellax Technology Group
http://www.paellax.com/
--
Sent from my FreeBSD/GNOME laptop 'pazuzu'.
___
t;minimum of %d maxusers assumed\n", U_MIN);
+ maxusers = U_MIN;
+ }
/* Fake MAXUSERS as an option. */
op = (struct opt *)malloc(sizeof(*op));
--
Joseph Koshy <[EMAIL PROTECTED]>
Developer, The FreeBSD Project http
to be added to section 5 (file formats) of the
FreeBSD manual.
Could you please review and send in your comments?
Joseph Koshy <[EMAIL PROTECTED]>
Developer, The FreeBSD Project http://people.freebsd.org/~jkoshy/
.\" Copyright (c) 2003 J
Trying turning polling on in the kernel on the ethernet NIC
you are using. SOunds like an interrupt issue. Set to 1000 to 3000
depending on how responsive you need it to be
joseph
On Wed, 2003-02-05 at 13:22, Muhannad Asfour wrote:
> On Wed, 2003-02-05 at 08:20, Robert Covell wr
Try a make build world and see if that version of libc_r works.
It should fix the problem. joseph
On Mon, 2003-01-27 at 13:07, Alexander Pohoyda wrote:
> Charlie ROOT <[EMAIL PROTECTED]> writes:
>
> > root, nor a regular user. Is this a font path problem?
>
> No, i
Hi Bob,
Go into your kernel of choice and
build it with the following:
options COMPAT_AOUT
now to enable AOUT binaries from the kernel loader.
Make and Install and reboot the about new kerenl
and aout will now work for you.
:) joseph
AOUT binaries... elf is the all around executable format
Hi Marc,
It Should be dhclient-script.sh (a bug in the release builder?)
then it works... :) Joseph
On Wed, 2003-01-22 at 19:06, Marc G. Fournier wrote:
> Evening ...
>
> I found the release man page this evening, after more searching, and
> understand from it that a simple:
>
with your custom kernel...
Then burn this iso image file to a CD and it will boot your kernel...
everytime...
joseph
On Wed, 2003-01-22 at 12:36, Marc G. Fournier wrote:
> G'day ...
>
> I'm having a bugger of a time getting my laptop with a third-party
> ethernet adap
Recompile and install the with X*4-Server from /usr/ports/x11-servers.
Your X server was built on a RC kernel base not the RELEASE the /dev/io
mappings are slightly different.
The following is the offending line in your snippet
Build Operating System: FreeBSD 5.0-RC i386 [ELF]
It should say
I2 (on my Intel based
debug machines)
Joseph Altea, CEO
ImerXion,LLC
[EMAIL PROTECTED]
On Wed, 2002-12-25 at 15:57, David Holm wrote:
> On Thursday 26 December 2002 00:51, Cliff L. Biffle wrote:
> >
> > I've managed to reproduce a very similar situation using RC1.
> >
&g
/24953, misc/40802)
bin/7324
bin/16480
bin/22860
bin/24742
docs/35732 (issue w/ adduser(8) man page),
i386/38481 (small typo)
-Joseph
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Is their a way to build the port mod_php4 as the module version for
apache and the cgi for command line options.
I currently have mod_php+apache13+mysql+gd working perfect but I now
have the need to run php from the command prompt with mysql & gd. What
is the best way to go about this.
thanks
s probably belongs to -questions more than -current. At any
rate, we do have one in the ports collection: security/pam_smb
-Joseph
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Sat, Sep 22, 2001 at 03:17:52PM +0400, Andrey A. Chernov wrote:
> Only "me" class can be defined in ~/.login_conf, anything else ignored
> there. And "me" class picked up only when permissions are set to user
> mode, at the end of setusercontext(). And "copyright" and "welcome" are
> not ove
On Tue, Aug 28, 2001 at 09:55:13AM -0700, Julian Elischer wrote:
> Joseph Mallett wrote:
> >
> > On Mon, Aug 27, 2001 at 09:34:06AM -0700, John Baldwin wrote:
> > > Just to get this out in the public: I for one think 5.x has enough changes in
> > > it and woul
re I'll get smacked for it.
/joseph
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Mon, Aug 13, 2001 at 07:23:26PM -0500, Jim Bryant wrote:
> DOD/DFAS, as well as DOD/DISA.
>
> I find it amazing that the CIA has a more lax policy than DFAS and DISA.
>
The only person I've ever talked to from the CIA was in charge of network
security to some degree, and according to him th
>>> "tl" == "Terry Lambert" wrote:
tl> FWIW: tail-call optimization is when I have a function
tl> that, as it's last thing (perhaps after reordering by
tl> the compiler, as well) calls another function, such
tl> that the return value of the other function is its
tl> return value.
See also:
D
L. Giving
concise reasons as to why it doesn't need replaced would be nice, rather
than "why not bring in more vendor code".
--
[ Joseph Mallett<[EMAIL PROTECTED]> ] [ http://srcsys.org ]
[ xMach Core Team xMach: Proactively Unbloated Microkernel BSD ]
I'm in the processing of bring a 5-current system of Oct 2000 vintage
more upto-date.
The kernel built around May 23rd 2001, has been quite unstable, with
numerous warning on lock order reversals, and alas, frequent panics, mostly
on account of processes sleeping while holding mutexes.
Its be
\ [EMAIL PROTECTED]
> ( OZ) World tour 2000-2001
> ---> X_.---._/
> v
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>
--
[ Joseph Mallett]
[ xMach Core Team xMach: Proa
suscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Does anyone know the default password for majorcool if you install the FreeBSD port?
thanks
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
After installing the majordomo port I get the following message:
May 31 04:04:26 n669 sendmail[66642]: EAA66641: SYSERR(root): hash
"Alias1": missing map file /usr/local/majordomo/aliases.majordomo.db: No such file or
directory a newaliases begets this:
freebsd:/etc# newaliases
/etc/aliases:
While doing a make world, I noticed that perl is built early on. When I
came back later, I saw perl being built again along with all the other
gnu.usr.bin stuff. Was I tripping or did perl really get built twice?
Joseph
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe fr
ttach: xl1 attach returned 6
I only have one ethernet card, so I'm confused why it's trying to set up
two.
Joseph
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
This is a problem I've had starting with the last couple of builds. If I
switch from X to a virtual console, then back again, *sometimes* the mouse
cursor will be stuck on the right hand side of the screen. I can move it up
and down, but not side to side. The way to cure the problem is to go ba
And Bill Fumerola spoke:
> On Mon, Jul 31, 2000 at 10:37:48PM -0700, R Joseph Wright wrote:
> > I just built a new world/kernel yesterday, and now I get a panic when I shut
> > down. I ran gdb on the dump:
> >
> > ..
> > There is absolutely no warranty f
I just built a new world/kernel yesterday, and now I get a panic when I shut
down. I ran gdb on the dump:
..
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
IdlePTD 2998272
initial pcb at 25b1c0
panicstr: lockm
On Thu, Jun 29, 2000 at 12:39:46PM -0700, Doug Barton wrote:
> On Thu, 29 Jun 2000, gnu not unix wrote:
>
> >
> > Hi.
> >
> > My vote is for root's shell to be /bin/sh if anyone's counting.
>
> This will never happen. This position was made clear in th erecent
> tcsh debate.
Speaking o
>Chris Costello wrote:
>> On Friday, June 16, 2000, Peter Wemm wrote:
>> > Err.. how did you run it? 'perl < MYKERNEL'? If you run 'perl MYKERNEL'
>> > it will generate nothing because I was kinda lame and didn't know how to do
>> > argument parsing. :-]
>>
>>Couldn't have hurt to ask.
>>
I have this problem while building a kernel from sources cvsup'ed
today:
cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -g -nostdinc -I- -I. -I../..
While attempting to upgrade from 4.0 -> 5.0, I get this problem during the
kernel compile:
===> ipfilter
rm -f .depend
mkdep -f .depend -a -nostdinc -DIPFILTER_LKM -DIPFILTER_LOG -D_KERNEL -DKLD_MODULE
-I- -I. -I@ -I@/../include /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c
/usr/sr
On Tue, 16 May 2000, Sheldon Hearn wrote:
>
>
> On Mon, 15 May 2000 23:08:23 -0400, Donn Miller wrote:
>
> > > Check it out at:
> > > http://www.opengroup.org/openmotif/
> >
> > Yes, that is great news! I tried compiling it, but I had trouble with
> > lib/Xm/Scale.c. It wanted to include ,
> manpage.
> 3. Syslogd runs as root, and while it is a mature piece of code, I think
> it preferable to minimize the number of root applications listening
> on sockets.
>
>Nick
--
Joseph Scott
[EMAIL PROTECTED]
Office Of Water Programs - CSU Sacramento
>
> In contrast, I've been using -Os -march=pentium during the last three
> months for buildworld and the kernel. Never had problems whatsoever.
Perhaps this is a bit off topic, but can the pentium optimisations be used
for AMD K6 processors?
To Unsubscribe: send mail to [EMAIL PROTECTED]
wi
On Fri, 10 Mar 2000, Walter Brameld wrote:
> On Fri, 10 Mar 2000, in a never-ending search for enlightenment, R Joseph Wright
>wrote:
> > >
> > > Regardless, this is typically syptomatic of either a very old
> > > /boot/loader, non-use of the loader eg
>
> Regardless, this is typically syptomatic of either a very old
> /boot/loader, non-use of the loader eg. through a /boot.config file, or
> an error in the entry for / in /etc/fstab.
>
Isn't /boot/loader updated upon making a new world? If so, it ought to be
current. I don't know any way o
ted.
> > This is not really such a problem until I try to exit from single user
> > mode. Then, it tries to remount / on ad0s4a and can't find it.
>
>
> Dear Joseph,
>
> as I have recently written, I met an analogous problem while upgrading
> to CURRENT:
This has been going on for awhile, and I've looked everywhere for a
solution. When I boot single user, the / filesystem gets mounted on
wd0s4a even though /dev does not even have such an entry nor does
/etc/fstab, since these have all been updated.
This is not really such a problem until I try to
> On Tue, Mar 07, 2000 at 12:02:38PM +, FreeBSD mailing list wrote:
> > You know people, it's quite sad that those with knowledge simply refuse
> > to answer simple questions without "RTFM" attitudes and indirect (and
> > more frequently direct) insults to intelligence and sensibilities.
>
>
On Mon, 6 Mar 2000, R Joseph Wright wrote:
> On Mon, 6 Mar 2000, Kris Kennaway wrote:
>
> > On Mon, 6 Mar 2000, R Joseph Wright wrote:
> >
> > > I just built a new world today and openssh does not appear to be
> > > installed. I have the directorie
On Tue, 7 Mar 2000, William Woods wrote:
> Good god, I am saying that the files to merger dont existthere is nothing
> to merge...
>
> This is the eror I get when trying to run ssdd
>
> /etc/ssh/sshd_config: No such file or directory
>
> the file sshd_config does not exist on my syst
On Mon, 6 Mar 2000, Kris Kennaway wrote:
> On Mon, 6 Mar 2000, R Joseph Wright wrote:
>
> > I just built a new world today and openssh does not appear to be
> > installed. I have the directories /etc/ssh and /etc/ssl but they are
> > empty. There is no /usr/bin/ssh.
I just built a new world today and openssh does not appear to be
installed. I have the directories /etc/ssh and /etc/ssl but they are
empty. There is no /usr/bin/ssh.
I've been trying to follow the discussions on this issue and I understood
that this is now part of the default base system.
A strange thing has happened while booting into single user mode. My /
filesystem was mounted on wd0s4a even though I have updated /dev and
/etc/fstab to use ad0s4a.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
plus rsaref license jumping.
So, to double-check here.. it would be illegal to build an openssl based
mod_ssl-in-Apache or ApacheSSL Apache to use as the ssl-enabled webserver
for an E-commerce company?
--
Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\
#Ani
PAM support, it tries to access crypt in PAM. Then, it blows
up.
Build without PAM, or cvsup latest sources for the patch. It was
mentioned in the mailing lists I think back in December?
--
Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\
#Anime
Sorry for the late reply on this.
Ok, cvsup'ed and loaded the most up-to-date bios for my motherboard.
(That was tale of woe, but I'll hold off on that telling).
> Joseph Jacobson wrote:
> >
> > Kernel option VESA fails (see dmesg below). Is this a problem with my
&g
On Wed, 1 Mar 2000, Hostas Red wrote:
> Hi!
>
> I have a Ensoniq AudioPCI 64 card, and can't get a bit of sound from it
> since i've installed it on my FreeBSD box.
>
> dmesg:
> ...
> pcm0: port 0xd000-0xd03f irq 12 at device 12.0 on pci0
> ...
>
>
> cat /dev/sndstat
>
> FreeBSD Audio D
Just wanted to share some things/small problems I've noticed on my box
w/ 4.0-CURRENT and find out if these were bugs or problems w/ my stuff.
4.0 has been working great for me otherwise.
I'm having sound problems w/ my AudioPCI card && pcm. The first sound
played thru the card generally sounds
> Also, note that 4.0 has not yet been released and is still under
> development, meaning be prepared to have flames in your mailbox should you
> ask any questions that are "stupid".
> You should also subscribe to freebsd-current.
Whoa there, I thought I was replying to -questions. I didn't make
On Sun, 27 Feb 2000, Steve Kaczkowski wrote:
> I'm trying to upgrade a 3.4 Release box to the latest Release tree, but
> running into a few problems, I'm betting someone here can help me! :)
> I cvsup'd the the latest Release and all went well (no complaints),
> here's
> my supfile:
>
> *defaul
On Wed, 23 Feb 2000, Brooks Davis wrote:
> On Wed, Feb 23, 2000 at 12:27:49PM -0800, R Joseph Wright wrote:
> > Beautiful. Thank you :)
> > What about for isa cards? Which one is used for them now?
>
> I gave my only ISA sound card to Camran so I can't say for sure,
On Wed, 23 Feb 2000, Brooks Davis wrote:
> On Wed, Feb 23, 2000 at 12:15:39PM -0800, R Joseph Wright wrote:
> > In 4.0, the pcm sound driver works with my es1371 chipset soundcard for
> > playing cds. But I cannot play mp3s. When I use mpg123, I get the error
> > message
In 4.0, the pcm sound driver works with my es1371 chipset soundcard for
playing cds. But I cannot play mp3s. When I use mpg123, I get the error
message "can't open /dev/dsp!"
This is an improvement over 3.4, however, where I could not get pcm to
work at all.
To Unsubscribe: send mail to [EMAI
On Tue, 22 Feb 2000, William Woods wrote:
>
> On 23-Feb-00 R Joseph Wright wrote:
> >
> > make buildworld
> > make buildkernel &&make installkernel
> > Then reboot in single user mode
> > make -DNOINFO installworld
> > make buildkernel
On Tue, 22 Feb 2000, Alfred Perlstein wrote:
> * William Woods <[EMAIL PROTECTED]> [000222 21:27] wrote:
> > I did read that document, and honestly, it dident make a lot of sence and it
> > seemed to have some conflicting instructions.which is why I am asking here.
>
> It looks pretty concis
raw throughput
> of ~100MB/s sustained, that is about the limit of what can be done
> over the PCI bus...
>
> -Søren
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>
--
Joseph Thom
I recently upgraded from 3.2 to 4.0. I use an ide hard disk, and would
like to know how to change over the devices. I created the new devices
by copying over /usr/src/etc/MAKEDEV to a new /dev directory and running
it, but it didn't create any ata* devices such as is shown in the kernel
config f
done the same.
"Daniel C. Sobral" wrote:
>
> "Joseph T. Klein" wrote:
> >
> > Has anyone gotten real producer to run under FreeBSD, or am
> > I to resort to Linux?
>
> Whatever is you are calling a "producer" (in my vocabulary, it is
Has anyone gotten real producer to run under FreeBSD, or am
I to resort to Linux?
--
j...@titania.net [arin-jk70]
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message
blem you're seeing, tcp keepalives won't
help. I haven't looked at the FreeBSD ftpd code to see if the accept
is timed out somehow to prevent this (possibly inadvertent) DOS attack.
--
Sudish Joseph MindSpring Enterprises
To Uns
On Mon, Mar 29, 1999 at 06:34:27AM -0500, Brian Feldman wrote:
> Doc is a nice format, but it's not hypertext. Check out
> ports/palm/pilot_makedoc
TealDoc's version supports graphics and links.
--
Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\
#
ght with the latest cvsup..
NFS server was running 3.1-beta (2/10), and NFS client (firewall)
was running 3.0-current (1/10).
No problems at all..
I will try the termcap database test tonight..
--
Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\
#Anime E
does anybody know of a decent GUI for cdrecord that works on -current?
XCDRoast is pretty hardcoded for linux.
--
Jim Joseph
Email: j...@phoenix.net
The rule is, jam to-morrow and jam yesterday, but never jam today.
-- Lewis Carroll
To
ust tightened up my procmail filters instead..
--
Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\
#Anime Expo 1998>> www.anime-expo.org/ >
# Redline Games >> www.redlinegames.com/
"unsubscribe freebsd-current" in the body of the message
>
--
Jim Joseph
Email: j...@phoenix.net
Be free and open and breezy! Enjoy! Things won't get any better so
get used to it.
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message
t on -STABLE...no -current box here. I've sent the patches
> to my committer guy, but he doesn't seem to be in right now. (Maybe I'll
> submit a PR here in a minute so someone else can grab it and have a go at
> it.)
>
> Regards,
>
> Brian
>
74 matches
Mail list logo