search for: sequiturs

Displaying 20 results from an estimated 21 matches for "sequiturs".

Did you mean: sequitur
2005 Apr 02
22
Allowing 4662 port
Dear All I have added the following line to /etc/shorewall/rules: ACCEPT net fw tcp 4662 However, the program aMule continues to give me the following error: NG : Your 4662 port is not reachable. Any further ideas? Thanks in advance, Paul
2008 Dec 01
2
server or client having the problem?
Hello, Running client on redhat4 version 3.0.28-0 and the server on Solaris 10 version 3.0.25c Writing 2-3megabytes/second. Something stopped working. On the client I ran strace against the mount.smbfs process: It showed pause( On the server all I saw was this: [2008/11/30 14:14:43, 1] smbd/service.c:(1230) 192.168.1.200 (192.168.1.200) closed connection to service smbmnt Can't
2014 Jun 18
2
[LLVMdev] [RFC] Add a simple soft-float class
On Jun 18, 2014, at 3:05 PM, Bruce Hoult <bruce at hoult.org> wrote: > On Thu, Jun 19, 2014 at 8:29 AM, Owen Anderson <resistor at mac.com> wrote: > Numerical analysis is hard. Every numerics expert I have ever worked with considers trying to re-invent floating point a cardinal sin of numerical analysis. Just don’t do it. You will miss important considerations, and you will
2023 Jul 25
2
Current RHEL fragmentation landscape
On 2023-07-24 13:47, frank saporito wrote: > Let me know if you disagree with any of these statements: > > 1. Red Hat is no longer posting source code to git.centos.org. Correct.? Red Hat used to publish a de-branded subset of RHEL source code there, and they've discontinued that process.? The current code for RHEL is now published to the CentOS Stream repos. > 2. Red Hat
2014 Dec 31
3
Design changes are done in Fedora
On Wed, Dec 31, 2014 at 11:03 AM, Warren Young <wyml at etr-usa.com> wrote: > On Dec 29, 2014, at 10:07 PM, Les Mikesell <lesmikesell at gmail.com> wrote: > >> it's not necessary for either code interfaces or data structures >> to change in backward-incompatible ways. > > You keep talking about the cost of coping with change, but apparently you believe
2005 May 10
6
static route problem
Hi I''m using shorewall 2.1.10 on redhat 9 .. The machine have 2 network card eth1 inside network and eth0 internet(router) I define a static route on the linux system ( route add..) to another router But when I try to ping to the host/router I get "fw kernel : shorewall: forward: reject: in eth1 out=eth1...." Eth1= 192.168.220.254 Route add -net 192.114.122.111 netmask
2004 Nov 08
13
RedHat forks OpenSSH?
It has just come to my notice that Redhat is planning to ship a forked version of OpenSSH. The change goes beyond the usual patches applied to RPMs in the build process: Redhat have built their own OpenSSH tarball and are using that in their source RPM instead of the official release distribution. If you are interested, have a look at the openssh-3.9p1-7.src.rpm from the Fedora development/
2015 Jan 02
0
Design changes are done in Fedora
...ame numbers that you would have gotten last year. >> >> Mathematics doesn?t change. The business and technology worlds do. Your example is a non sequitur. > > If you are embedding business logic in your library interfaces, > something is wrong. Once again you?re making non sequiturs. Your example was that arithmetic doesn?t change, then you go off and try to use that to explain why EL7 is wrong. So, where is the part of EL7 that doesn?t add columns of numbers correctly? When the rest of the technology world changes, Red Hat has two options: they can react to it, or they can...
2019 Feb 15
3
C7 basic install, HATE
Stephen John Smoogen wrote: > On Thu, 14 Feb 2019 at 15:48, mark <m.roth at 5-cent.us> wrote: >> >> I've got an old server, that I'm *trying* to rebuild from C6. Our >> regular key, with the kickstarts, etc, simply won't boot. Just a blank >> screen, and it never goes anywhere. >> >> So I'm trying to build it from a year-old regular
2017 Apr 22
1
CentOS 7 + HPLIP = blank page
Le 22/04/2017 ? 16:25, Darr247 a ?crit : > Try centos.org/forums instead. > > I tend to avoid wiki sites to which I'm not allowed to contribute; > maybe you'd feel like jumping through their hoops, though. i.e. see > item 3 at wiki.centos.org/Contribute As far as I understand, the CentOS mailing list is this distribution's primary form of communication. Please correct
2008 Jun 09
3
Prototype + Chess !?
Not sure how many of you saw this article => http://www.prototypejs.org/2008/5/28/an-interview-with-piotr-dachtera but Chess.com is looking for 1 more JavaScript guru to help build out Chess.com Live Chess! We need help optimizing the javascript libraries we are using, etc. Please email chessdev=>gmail if you are interested. Thanks! --~--~---------~--~----~------------~-------~--~----~ You
2009 Oct 31
2
Almost desperate on rsync from macbook to NAS
Hello list. I'm almost getting exhausted, thus I have to bother you people to get some help. I simply want to sync my "iTunes Music" folder from my MacBook over to my NAS. The scenario is like this: source path: "/Users/bonny/Music/iTunes/iTunes Music/" (in here there are all the subfolders I want to sync over to the NAS); destination: "rsync://root at
2014 Nov 03
5
[LLVMdev] Using the unused "version" field in the bitcode wrapper (redux)
Hi, The conversation has drifted slightly, so I wanted to bring it back to the version field in the bitcode wrapper. Currently in the toolchain which we ship and support, we use a proprietary linker. That linker is unable to read bitcode files and we do not have any plans to enable it to as far as I’m aware. Because of this, we need a way of identifying the version of a bitcode file without
2019 Feb 14
4
C7 basic install, HATE
I've got an old server, that I'm *trying* to rebuild from C6. Our regular key, with the kickstarts, etc, simply won't boot. Just a blank screen, and it never goes anywhere. So I'm trying to build it from a year-old regular installer. 100% of the time, the graphical screen is screwed. Resolution's so big that I cannot see the right-hand 10% or 15% of the screen. There
2023 Jul 24
1
Current RHEL fragmentation landscape
On 7/24/23 10:12, Gordon Messmer wrote: > On 2023-07-22 09:55, frank saporito wrote: >> On 7/22/23 02:29, Gordon Messmer wrote: >>> From my point of view, Red Hat doesn't really sell software. They >>> give away software.? All of their software is available at no >>> charge, typically in an unbranded release.? What Red Hat sells is >>> support.
2014 Dec 31
0
Design changes are done in Fedora
On Dec 29, 2014, at 10:07 PM, Les Mikesell <lesmikesell at gmail.com> wrote: > it's not necessary for either code interfaces or data structures > to change in backward-incompatible ways. You keep talking about the cost of coping with change, but apparently you believe maintaining legacy interfaces is cost-free. Take it from a software developer: it isn?t. People praise
2015 Jan 03
2
Design changes are done in Fedora
...ng the distribution and its tools. >>> Mathematics doesn?t change. The business and technology worlds do. Your example is a non sequitur. >> >> If you are embedding business logic in your library interfaces, >> something is wrong. > > Once again you?re making non sequiturs. > > Your example was that arithmetic doesn?t change, then you go off and try to use that to explain why EL7 is wrong. So, where is the part of EL7 that doesn?t add columns of numbers correctly? If the program won't start or the distribution libraries are incompatible (which is very, ve...
2023 Jul 25
1
Current RHEL fragmentation landscape
I was trying to stay out of this thread, but the reply was complete and utter nonsense... On 25/07/2023 01:24, Gordon Messmer wrote: > On 2023-07-24 13:47, frank saporito wrote: >> Let me know if you disagree with any of these statements: >> >> 1. Red Hat is no longer posting source code to git.centos.org. > > > Correct.? Red Hat used to publish a de-branded
2014 Dec 30
3
Design changes are done in Fedora
On Mon, Dec 29, 2014 at 8:04 PM, Warren Young <wyml at etr-usa.com> wrote: > >>> >>> the world where you design, build, and deploy The System is disappearing fast. >> >> Sure, if you don't care if you lose data, you can skip those steps. > > How did you jump from incremental feature roll-outs to data loss? There is no necessary connection there.
2014 Sep 29
8
Spacewalk? Local repo? Cache?
I have a mix of CentOS 5, 6, and now 7 servers at work. There are enough of them now that it is starting to make sense for them to get updates from an internal source. I've seen RHN Satellite in years past. It looks like it may be a way to allow Windows admins here (familiar with WSUS) to update Linux boxes. A local repo might be easier to set up, but (as with Spacewalk) it seems like