search for: nobug

Displaying 11 results from an estimated 11 matches for "nobug".

2004 Jun 01
1
Bug reporting
On 1 Jun 2004, John Summerfield <john@Corridors.wa.edu.au> wrote: > The jitterbug link on http://rsync.samba.org/nobugs.html no longer works. I > suggest it either be fixed or removed. Thanks, fixed. > You make bug-reporting needlessly difficult, I think. I dislike the need to > subscribe to a mailing-list and potentially receive lots of email that > doesn't interest me. I have plenty of other...
2003 Jul 11
1
Title obscured when using par(mfrow) (PR#3463)
...ing an otherwise superfluous call to "text") fixes the problem. This seems to be true regardless of whether my device is x11, postscript, or pdf. The diff of the Postscript files (without and with the "text" command) may be illuminating to some experts: mica> diff bug.ps nobug.ps 1083a1084,1085 > 623.97 66.47 754.04 158.36 cl > 18.00 18.00 774.00 579.60 cl 1084a1087 > 0 0 0 rgb Finally, here's an interesting variation, in which only the left side of the title is obscured: R> par(mfrow=c(1,2)) R> for (i in 1:2) plot(1) R> ## text(10,1...
2011 Mar 15
2
Support for FSP EP1000
Am Trying to use nut (2.2.0 - on an SMEServer V8 aka Centos 5.5) on the above UPS, I've tried the megatec driver in serial and USB mode (the device has both types of connection), but no success. An Example: [root at mailserver ~]# megatec_usb -a UPS -DDDDDDDD Network UPS Tools 2.2.0- - Megatec protocol driver 1.5.4 [megatec_usb] Carlos Rodrigues (c) 2003-2007 Serial-over-USB transport
2018 Jun 04
5
6.0.1-rc2 has been tagged
Hi, The 6.0.1-rc2 release has been tagged. Testers may begin testing and reporting results. -Tom
2017 Jan 04
0
Guardian LCD 1500 AP ( IGA1500LCD )
...0] 12.311264 Battery runtime will not be calculated (runtimecal not set) ? I guess I should run with simulated loads, see how long the battery lasts and use runtimecal, right ? wolfy -- Manuel Wolfshant linux registered user #131416 IT manager NoBug Consulting SRL A: Yes. >Q: Are you sure? >>A: Because it reverses the logical flow of conversation. >>>Q: Why is top posting frowned upon? -------------- next part -------------- # lsusb -s 2:7 -v...
2018 Apr 26
7
6.0.1-rc1 has been tagged
Hi, I've just tagged the 6.0.1-rc1 release. Testers may begin testing and uploading binaries. Also, any tester who has not tested 5.0.2-rc1 and would like to do so please try to do this before Friday, because I would like to tag 5.0.2-final then. As a reminder to users and developers, May 18 is the deadline for submitting merge requests for 6.0.1, so there is still time to get bug fixes
2009 Feb 02
2
Using the parallel port from domU
Hello I use xen and I am trying to use the parallel port of Centos 5.2 host from a Windows XP (HVM) guest. I have tried to transfer control of the port by blacklisting lp, parport and parport_pc + adding: ioports = [ "0378-037a" ] to the xen configuration file. However, in the presence of this line, xm create replies with: Error: function takes exactly 4 arguments (3
2011 Feb 17
1
Network frozen in Centos 5 with Xen
Hello, I have this problem - I have installation of Xen and Centos 5 (all RPMs are from Centos repositories). I have several DomU virtual machines running on this machine. When I try to copy some bigger amount of data from another physical computer to Dom0/DomU on this machine, the network freezes. The link is still up, I can see that the connection really links on the switch, but nothing is
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...nitizer-i386-freebsd-dynamic :: TestCases/initialization-blacklist.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/initialization-bug.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/initialization-constexpr.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/initialization-nobug.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/inline.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/interface_test.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/invalid-free.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/invalid-pointer-pairs-compare-er...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>
2004 Jan 28
1
Problems with multipath routing.
Hi all, I have setup two multipath route tables on my system for doing failover routing, What I want it''s that if GW at route1 of the MP is dead, traffic goes by route2, for doing that I have created the multipath routes as follows: ip route add table mail.traffic proto static nexthop via ${GW1} dev eth1 weight 1 nexthop via ${GW2} dev eth1 weight 250 But it does not run as I