[Bug 192505] New: /etc/services updates for RFC 7194

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192505

Bug ID: 192505
   Summary: /etc/services updates for RFC 7194
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Many People
  Priority: ---
 Component: conf
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: loic.b...@unix-experience.fr

Hi,
RFC 7194 standardize IRC over TLS/SSL on port 6697.
Here is the diff:

--- services.new2014-08-08 09:44:19.144475673 +0200
+++ services2014-08-08 09:47:08.687808728 +0200
@@ -2397,6 +2397,7 @@
 sane-port6566/tcp   #Scanner Access Now Easy (SANE) Control Port
 sane-port6566/udp   #Scanner Access Now Easy (SANE) Control Port
 ircd6667/tcp   #Internet Relay Chat (unofficial)
+ircs-u6697/tcp   #Internet Relay Chat over TLS/SSL (RFC 7194)
 frc-hp6704/sctp  #ForCES HP (High Priority) channel
 frc-mp6705/sctp  #ForCES MP (Medium Priority) channel
 frc-lp6706/sctp  #ForCES LP (Low priority) channel


Have a nice day

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Want to buy 1pcs x P740 &2pcs x 2076-124

2014-08-08 Thread info
Hi,

How are you.

We can take the following goods, and PO in hand:

p740 8205-E6B. 16C x 1   used/refurbish/retail all ok

2076-124 x 2used/refurbish/retail all ok

Please let me know your price, delivery time.

Looking forward your reply soon

Amanda | Sales and service

Email: ama...@it-traders.com
Aol/AIM: amanda.le...@aim.com
Skype: Amanda81099
Phone: +852 5341 8269
Website: www.it-traders.com
IT TRADERS LIMITED
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 192285] sa(4) fails to correctly report current tape position after "mt fsf 32767"

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192285

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: joerg
Date: Fri Aug  8 14:42:04 UTC 2014
New revision: 269717
URL: http://svnweb.freebsd.org/changeset/base/269717

Log:
  Merge r269353:

  Fix breakage introduced by r256843: removing the SA_CCB_WAITING bit
  left some of the decisions based on its counterpart, SA_CCB_BUFFER_IO
  being random.  As a result, propagation of the residual information
  for the SPACE command was broken, so the number of filemarks
  encountered during a SPACE operation was miscalculated.  Consequently,
  systems relying on properly tracked filemark counters (like Bacula)
  fell apart.

  The change also removes a switch/case in sadone() which r256843
  degraded to a single remaining case label.

  PR:192285

Changes:
_U  stable/10/
  stable/10/sys/cam/scsi/scsi_sa.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 192285] sa(4) fails to correctly report current tape position after "mt fsf 32767"

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192285

Joerg Wunsch  changed:

   What|Removed |Added

 Status|Patch Ready |Issue Resolved
 Resolution|--- |FIXED

--- Comment #3 from Joerg Wunsch  ---
Fixed in both, head and stable/10.  Not affecting older stable branches.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 156767] Installation Media do not include current list of mirrors from Freebsd Handbook

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=156767

Joerg Wunsch  changed:

   What|Removed |Added

   Assignee|jo...@freebsd.org   |freebsd-bugs@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 160745] sed(1) appends '\n' at the end of binary data (unlike gsed(1))

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=160745

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dumbbell
Date: Fri Aug  8 17:29:02 UTC 2014
New revision: 269729
URL: http://svnweb.freebsd.org/changeset/base/269729

Log:
  sed(1): Don't force a newline on last line, if input stream doesn't have one

  While here, change how we check if the current line is the last one.
  Before, we just checked if there were more files after the current one.
  Now, we check the actual content of those files: they files may not have
  a line at all. This matches the definition of the "last line" by the
  Open Group.

  The new behavior is closer to GNU sed.

  PR:160745
  Phabric:https://phabric.freebsd.org/D431
  Reviewed by:jilles
  Approved by:jilles
  Exp-run by:antoine

Changes:
  head/usr.bin/sed/defs.h
  head/usr.bin/sed/main.c
  head/usr.bin/sed/process.c
  head/usr.bin/sed/tests/regress.y.out

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 160745] sed(1) appends '\n' at the end of binary data (unlike gsed(1))

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=160745

Jean-Sebastien Pedron  changed:

   What|Removed |Added

 Status|In Discussion   |Issue Resolved
 CC||dumbb...@freebsd.org
 Resolution|--- |FIXED

--- Comment #2 from Jean-Sebastien Pedron  ---
Committed in 11-CURRENT.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191348] [mps] LSI2308 with WD3000FYYZ drives disappears after hotswapping

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191348

--- Comment #6 from Stephen McConnell  ---
Created attachment 145541
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145541&action=edit
msleep patch to mps_sas_lsi.c (FreeBSD 10.0)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191348] [mps] LSI2308 with WD3000FYYZ drives disappears after hotswapping

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191348

--- Comment #7 from Stephen McConnell  ---
Can you apply the attached msleep patch (in a tar file)?  This will cause the
driver to sleep for 3 seconds if there is an IOC Status in the
get_sata_identify function.  You will probably need to rebuild the kernel so
that the patched driver will be loaded when you boot.  You should see a message
that the driver is sleeping for 3 seconds and then finished sleeping.  This
only will happen if the IOC Status is non-zero, as happens in your system.  If
you need help with this, let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191506] [dtrace] [dtruss] dtruss doesn't seem to work on -HEAD

2014-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191506

Rui Paulo  changed:

   What|Removed |Added

 Status|Needs Triage|Issue Resolved
 CC||rpa...@freebsd.org
 Resolution|--- |Works As Intended

--- Comment #9 from Rui Paulo  ---
Adrian, isn't this a problem with your environment?  Shall we close?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"