https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195161
T A Brown changed:
What|Removed |Added
Summary|[autofs] automounted|[autofs] automounted
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195161
Bug ID: 195161
Summary: [autofs] automounted directories not be unmounted
Product: Base System
Version: 10.1-STABLE
Hardware: Any
OS: Any
Status: Needs Triage
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195160
Bug ID: 195160
Summary: ia64 cpu_halt() reboots system instead of halting
Product: Base System
Version: 10.1-RELEASE
Hardware: ia64
OS: Any
Status: Needs Tria
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193762
Midori Kato changed:
What|Removed |Added
CC||aoimidor...@gmail.com
--- Comment #1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195090
mar...@marketbridge.com changed:
What|Removed |Added
Component|misc|Individual Port(s)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195090
--- Comment #3 from mar...@marketbridge.com ---
Here are the two packages in question and the libtool version:
libtool-2.4.2.418 Generic shared library support script
geos-3.4.2.tar.bz2
postgis-1.5.3.tar.gz
Martin
--
You ar
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195090
--- Comment #2 from mar...@marketbridge.com ---
I wanted to add a couple of things that I have tried:
- Checked the Makefiles for lstdc++ to comment it out and try again but the
ports to not have this at all in the Makefile
- Tried doing a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195135
Edward Tomasz Napierala changed:
What|Removed |Added
CC||tr...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194755
Kurt Jaeger changed:
What|Removed |Added
Status|Needs Triage|In Discussion
--- Comment #2 from Ku
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194755
oli...@beefrankly.org changed:
What|Removed |Added
CC||oli...@beefrankly.org
--- C
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195128
--- Comment #5 from dar...@dons.net.au ---
It would appear to lie also, or at least I can't work out how it would free
anything :)
int
cgetclose(void)
{
if (pfp != NULL) {
(void)fclose(pfp);
pfp = NUL
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184530
--- Comment #4 from r...@gid.co.uk ---
Further to above, my support ticket with Parallels has been escalated to
Development so a fix may result. Will update if/when any progress.
--
You are receiving this mail because:
You are the assignee
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195020
oli...@beefrankly.org changed:
What|Removed |Added
CC||oli...@beefrankly.org
--- C
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195128
--- Comment #4 from Dag-Erling Smørgrav ---
Isn't cgetclose(3) supposed to free memory allocated by cgetstr(3)?
--
You are receiving this mail because:
You are the assignee for the bug.
___
fre
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195145
Ed Maste changed:
What|Removed |Added
Component|kern|Individual Port(s)
Version|1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195148
--- Comment #1 from Ed Maste ---
Cut and paste issue, the errno was wrong -- it should be:
> module_register_init: MOD_LOAD (vesa, 0x80dc3400, 0) error 19
vesa failing to attach if sc(4) is not available is not too surprising,
alth
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195148
Bug ID: 195148
Summary: vesa / vt(4) integration issues
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: Needs Triage
Severi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195145
--- Comment #2 from patrick_...@yahoo.com.hk ---
Created attachment 149557
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149557&action=edit
iet port info
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195145
--- Comment #1 from patrick_...@yahoo.com.hk ---
Created attachment 149556
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149556&action=edit
core.txt.0
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195145
Bug ID: 195145
Summary: FreeBSD 10.1 release (x64) crashed when trying to use
iet (iscsi target)
Product: Base System
Version: 10.1-RELEASE
Hardware: amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195135
--- Comment #1 from patrick_...@yahoo.com.hk ---
Created attachment 149554
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149554&action=edit
screen capture in vcenter side
--
You are receiving this mail because:
You are the assi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195135
Bug ID: 195135
Summary: ctl.conf have set eui/naa option but it is not
detected by vmware esxi 5.1/5.5
Product: Base System
Version: 10.1-RELEASE
Hardware: amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195128
--- Comment #3 from dar...@dons.net.au ---
The man page lies :(
login_getcapstr et al call cgetstr but don't track the allocation from it to
free later from login_close.
Some of the things are freed (class, style, cap) but if you call
log
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195128
--- Comment #2 from Dag-Erling Smørgrav ---
Wait. Actually, the login_cap(3) man page says:
Once a program no longer wishes to use a login_cap_t object,
login_close() may be called to free all resources used by the login
cl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195128
Dag-Erling Smørgrav changed:
What|Removed |Added
Status|Needs Triage|In Discussion
--- Comment #
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194527
Sergey Kuzmichov changed:
What|Removed |Added
Version|10.1-RC2|10.1-RELEASE
--
You are receiv
26 matches
Mail list logo