similar to: Remote announcing a Sun

Displaying 20 results from an estimated 400 matches similar to: "Remote announcing a Sun"

2009 Dec 14
2
[LLVMdev] detailed comparison of generated code size for LLVM and other compilers
2009/12/14 Chris Lattner <clattner at apple.com>: > I'd recommend targeting (with both -march and -mtune) a simple and > commonly available CPU type like "core2" or "pentium4".  ICC should > have both of these and gcc/llvm definitely do. While I would say that, to be fair, the comparison should be made with the same options (-O3 only or something of the
2009 Dec 14
0
[LLVMdev] detailed comparison of generated code size for LLVM and other compilers
On Mon, Dec 14, 2009 at 3:29 PM, Renato Golin <rengolin at systemcall.org> wrote: > 2009/12/14 Chris Lattner <clattner at apple.com>: >> I'd recommend targeting (with both -march and -mtune) a simple and >> commonly available CPU type like "core2" or "pentium4".  ICC should >> have both of these and gcc/llvm definitely do. > > While I
2005 Mar 03
4
Steroids for Rsync!
I've been researching the state of 'file alteration monitoring' technology on Linux. Famd uses dnotify to inefficently monitor a handful of directories. The replacement for dnotify is being worked on in the kenel and it's called inotify. If I understand it correctly and they get it finished, it would be an awesome addition to rsync. With it, you could run rsync to update a
2004 Feb 21
0
OFFTOPIC - ACPI ERROR during compiling kernel (ACL support for samba)
Hi Everyone, please apologise to me for this message. Well, I want to compile 2.4.22 kernel because I need ACL for samba. :) I have Suse 8.2 with 2.4.20 kernel. The problem is that I don't know what I must set up in menuconfig, so I copied config.gz from /proc an import this to 2.4.22 menuconfig, that checked ACL, after it, make dep clean bzImage modules modules_install install During
2002 Aug 19
2
Applying ACL patches
Hello everybody I'm hoping someone can help me with this problem. I have redhat 7.3 with the 2.4.18-3 kernel and after applying the acl patches to the kernel, running make menuconfig and make dep I then run make bzImage which produces the following error: ld -m elf_i386 -T /usr/src/linux-2.4.18-3/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
2003 Jan 08
1
Trivial patch: update README about AIX port status
Hi All. As of now, openssh on AIX passes all regressions tests (and, yes, I just checked!), works with privsep, bugzilla has zero open AIX-specific bugs and IBM ship it essentially unmodified as a supported product. I think it's beyond "support underway" :-) -Daz. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
2002 May 08
0
[Bug 236] New: No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236 Summary: No setproctitle() replacement for many unices Product: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
(depends on Advance Storage Configuration patch) This patch adds the option of requesting, at install time, that swap LVs be encrypted. The modifications include: * Introduction of the ovirt_swap_encrypt install parameter * Inclusion of all required packages * Inclusion of required kernel modules * Introduction of /etc/ovirt-crypttab to hold encrypted swap configuration (Couldn't use
2013 Sep 12
3
[LLVMdev] Let's not depend on terminfo / curses?
On Mon, Sep 9, 2013 at 12:24 AM, Renato Golin <renato.golin at linaro.org>wrote: > On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote: > >> I think depending on curses is gross, >> > > I totally agree, but I also don't have a better way of doing this. I agree > with Joerg that hard-coding escape sequences is not the way forward. >
2002 Jul 31
1
pxelinux und tokenring
Hello, is pxelinux intended to work with Token Ring Cards ? cause i have a nice IBM Token Ring PCI Card (olympic) and sadly pxelinux hangs when trying to get the configfiles via tftp... last message: "Trying to load: pxelinux.cfg/<hexip>" but no tftp packet was sent (serverlog empty, ethereal shows no packet either) i tried versions 1.67, 1.75, 2.00-pre4... using ethernet,
2005 Dec 24
0
[LLVMdev] Weird memory bug
This was indeed a memory issue - the hard datasize limit on my freebsd box was 512 mb and this opt went over. Increasing hard limit fixed the problem. However, most unices have a 512mb limit - maybe insanely huge functions as this one should be automagically split somewhere? On Dec 24, Alexander Friedman wrote: > > After running through bugpoint, I get this reduced function > >
2013 Sep 09
0
[LLVMdev] Let's not depend on terminfo / curses?
On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote: > I think depending on curses is gross, > I totally agree, but I also don't have a better way of doing this. I agree with Joerg that hard-coding escape sequences is not the way forward. Even though curses is available on pretty much every OS, there are hacks you have to do to port across OSs, especially old
2002 May 07
1
snapshots not up-to-date
Hey All, Is there a reason that the snapshots in OpenSSH/portable/snapshot stopped on May 1? I am working on building portable to support quite a few Unices and have relyed on the snapshots for my source. Do I need to switch my efforts to building off of the source from CVS?? DW -- David M. Williams Phone: 505-665-5021 Systems Engineer, CCN-2 Fax: 505-667-7428 Los Alamos National
2015 Sep 03
1
groupadd failure
On 09/03/15 04:33, isdtor wrote: > On 02/09/2015, Greg Lindahl <lindahl at pbm.com> wrote: >> Sorry, I didn't read what you said carefully enough -- it's trying to >> create a system group. Still, looking inside of /etc/group to see what >> system groups already exist is probably a good idea. > > This is not exactly trivial to figure when there's no
2001 Nov 06
1
Unix to SMB password synchronisation
I have set up a web page describing my Unix to SMB password synchronisiation which also has the source code to the C front end and expect script used. http://www.btinternet.com/~p.polkinghorne/samba/u2s/ Note this is a Solaris specific solution - but should be adaptable to other Unices. Hope this helps someone ... -- Peter Polkinghorne, IT Manager Kingsford Stacey Blackwell
2006 Feb 13
1
Streaming vorbis support
Hi! I'm setting up a streaming audio server for the student radio here in Stockholm. I'm of course going to primarily use Ogg/Vorbis, but I'd like to know how well Ogg/Vorbis streaming is supported on different platforms. I know it works well Windows (for example w/ recent Winamps) and Unices (XMMS, ogg123 etc.) but I'm not so sure about other platforms, most importantly Mac-OS
2000 Feb 14
3
Binding ssh to priviledged port breaks rule (port < 1024 => system service)
I'm sure there is a rationale for binding the ssh client to a priviledged port. (Which?) However there are several drawbacks to this: o It breaks firewall rules that assume that user connections start at port > 1024 or > 32768. o It breaks monitoring software using the same assumptions. o Every suid program is a separate evil (caused by the flawed security model in most unices). I
2013 Jun 10
4
FLAC 1.3.0 released
There are several links to Windows compiles in the Hydrogenaudio thread for FLAC 1.3.0 at http://www.hydrogenaudio.org/forums/index.php?showtopic=101082 . On Unices or Linuxes building from git should be straightforward enough, or you wait until the distributions/package maintainers catch up. Also, congratulations to the whole development team for reinvigorating FLAC! Christoph On
2009 Oct 09
0
unicorn 0.93.3 - OpenBSD compatibility
Unicorn is a HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between Unicorn and slow clients. * http://unicorn.bogomips.org/ * mongrel-unicorn at
2001 Jun 26
0
launching cygwin using wine.
St?phane Del Pino wrote: > > Hi there ! > > Since I am developing a software which should run on both unices systems and > MS-Windows, I use cygwin. This is quite classical and works fine. > > The problem is just that I would like to be able to run cygwin inside my linux > box avoiding to reboot and why ot allowing me to remove my windows > partition. :-) You could