Re: how to query running process for its ulimit values

2014-03-31 Thread Philip Guenther
to do it from a privileged process. A privileged process could do it by using kvm_getprocs() to get the kinfo_proc for the target process, then kvm_read() the struct plimit for the process from the address found in kinfo-p_limit. Philip Guenther

Re: termios VMIN VTIME

2014-03-31 Thread Philip Guenther
convinced me the design needs fixing, nor have you proved that the goal that you (sorta) describe can't already be solved with the existing APIs. What problem are you trying to solve? Philip Guenther

Re: termios VMIN VTIME

2014-03-31 Thread Philip Guenther
On Mon, Mar 31, 2014 at 5:01 PM, trifle menot trifleme...@gmail.com wrote: On Mon, Mar 31, 2014 at 11:17 PM, Philip Guenther guent...@gmail.com wrote: You haven't convinced me the design needs fixing, nor have you proved that the goal that you (sorta) describe can't already be solved

Re: termios VMIN VTIME

2014-03-31 Thread Philip Guenther
On Mon, Mar 31, 2014 at 6:13 PM, trifle menot trifleme...@gmail.com wrote: On Tue, Apr 1, 2014 at 12:23 AM, Philip Guenther guent...@gmail.com wrote: I *sounds* like the problem you're trying to solve** is some thing like I want to efficiently read data from a serial line, returning

Re: termios VMIN VTIME

2014-03-31 Thread Philip Guenther
On Mon, Mar 31, 2014 at 7:52 PM, trifle menot trifleme...@gmail.com wrote: On Tue, Apr 1, 2014 at 2:39 AM, Philip Guenther guent...@gmail.com wrote: Your question is why haven't OS developers done what I think is right? The answer to that question is because the POSIX standard says we

Re: termios VMIN VTIME

2014-03-31 Thread Philip Guenther
On Mon, Mar 31, 2014 at 8:14 PM, trifle menot trifleme...@gmail.com wrote: On Tue, Apr 1, 2014 at 3:00 AM, Philip Guenther guent...@gmail.com wrote: Show me where POSIX says VTIME must be an interbyte timer. http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap11.html#tag_11_01_07

Re: dhclient

2014-03-27 Thread Philip Guenther
On Thu, Mar 27, 2014 at 2:28 PM, sven falempin sven.falem...@gmail.com wrote: Sometimes i feel curse (or maybe just tired) : main::(/bin/check_network.pl:164): my $src = system('/usr/bin/pkill -HUP -f dhclient: trunk0'); DB2 n main::(/bin/check_network.pl:165):if ($src) {

Re: dhclient

2014-03-27 Thread Philip Guenther
On Thu, Mar 27, 2014 at 3:00 PM, Philip Guenther guent...@gmail.com wrote: On Thu, Mar 27, 2014 at 2:28 PM, sven falempin sven.falem...@gmail.com wrote: Sometimes i feel curse (or maybe just tired) : main::(/bin/check_network.pl:164): my $src = system('/usr/bin/pkill -HUP -f dhclient

Re: Building libav/ffmpeg x264 on 5.4

2014-03-25 Thread Philip Guenther
set the PKG_PATH environment variable to point to a packages ftp site for version 5.4 and do pkg_add ffmpeg, for example. If you have some reason to redo that work, then you should at least review the patches in the ports tree to see how they did the porting. Philip Guenther

Re: Kernel error with March 20th amd64 snapshot

2014-03-24 Thread Philip Guenther
or cvs update you're sure did *not* have the problem, and what's the first you're sure *did* have the problem? (Regressions should be reported AFSAP) Philip Guenther

Re: ypldap 1024 character limit on groups?

2014-03-06 Thread Philip Guenther
. Not tested: good luck! Philip Guenther

Re: Deleted everything in /

2014-03-05 Thread Philip Guenther
from 5.3 or 5.4 and use the upgrade option to upgrade, OR 3) re-install with the 5.5 snapshot Those are tested. If you don't understand why what you tried didn't work, then you should USE THE TESTED PATHS. Philip Guenther

Re: calendar(1) - last day of a month

2014-03-04 Thread Philip Guenther
is by listing each month separately. Philip Guenther

Re: sysmerge trouble

2014-02-24 Thread Philip Guenther
/ directory was added. My guess is that you missed the bit in the FAQ about using the -d and -P options when doing cvs updates and thus have no /usr/src/etc/signify/ directory. Philip Guenther

Re: sysmerge trouble

2014-02-24 Thread Philip Guenther
On Mon, Feb 24, 2014 at 7:58 PM, Ed Ahlsen-Girard eagir...@cox.net wrote: On Mon, 24 Feb 2014 10:59:57 -0800 Philip Guenther guent...@gmail.com wrote: ... Six weeks ago was approximately when the /etc/signify/ directory was added. My guess is that you missed the bit in the FAQ about using

Re: ksh: expr 2147483648 / 2 = -1073741824 expected behavior or bug?

2014-02-24 Thread Philip Guenther
and 64bit longs and pointers.) Philip Guenther

Re: Oddity with httpd/mod_ssl: missing HTTPS environment variable on non _default_ vhosts

2014-02-20 Thread Philip Guenther
from httpd to nginx. nginx was added to base with the goal of deleting httpd from the tree, so moving now, particularly when you're affected by a bug in httpd, should be a Good Idea. Philip Guenther

Re: How to compile stuff?

2014-02-16 Thread Philip Guenther
the comp54 set? Why not? Philip Guenther

Re: Baffling Syntax Errors When Adding altq Rules to pf Firewall

2014-02-12 Thread Philip Guenther
, what? 5) read current.html and search for 'altq' (No, really, those were the steps I performed.) Philip Guenther

Re: Encrypted filesystem fscking -- 'fsck -c 2' using fsck from before release 5.0?

2014-02-11 Thread Philip Guenther
that except newfs and restoring the data. It's a PITA, but something you can actually have confidence in. Philip Guenther

Re: Starting cupsd by rc.d

2014-02-11 Thread Philip Guenther
cupsd ... Well as you might already guess - cupsd won't start. The log-line reads quote cupsd (failed) That's just the console output. Does it write anything to the logs under /var/logs/ ? Philip Guenther

Re: Xorg: Segmentation fault at address 0x28 w/ Intel HD Graphics 4600

2014-02-11 Thread Philip Guenther
you use -configure, so I'll just quote Matthieu Herb from July 2012(!): Also forget about X -configure. It's known to be more or less broken and nowadays you don't need an xorg.conf file to run X in most cases. ) Philip Guenther

Re: Documentation on rc.conf.local lacks important warning

2014-02-09 Thread Philip Guenther
guessing that you're running on sparc64? Philip Guenther

Re: new to OpenBSD and have a few questions

2014-02-09 Thread Philip Guenther
shift the later partitions around to match. 3) how do I eventually contribute software packages or similar? Read the FAQ section on ports and packages. fdisk stuff skipped, as others have explained that you don't need that on sparc64 Philip Guenther

Re: Intermittent stops in network traffic with urtw interface

2014-02-06 Thread Philip Guenther
. Philip Guenther

Re: OpenBSD 5.4 as guest under VMWare Server 2 install fails

2014-02-01 Thread Philip Guenther
. It appears that that ancient version of vmware had that bit set (incorrectly) in its cpuid emulation. Last I checked, vmware 2 had reached its end-of-support period *YEARS* ago. Wasting time on a broken and no longer supported emulator would be just that: a waste of time. Good luck. Philip

Re: dead disk

2014-01-28 Thread Philip Guenther
On Tue, Jan 28, 2014 at 12:27 AM, Andres Perera andre...@zoho.com wrote: On Sun, Jan 26, 2014 at 5:07 PM, Philip Guenther guent...@gmail.com wrote: On Sun, Jan 26, 2014 at 11:40 AM, emigrant emig...@gmail.com wrote: My Master machine is dead, exactly HDD(thank you God for CARP+pfsync

Re: dead disk

2014-01-28 Thread Philip Guenther
On Tue, Jan 28, 2014 at 2:03 AM, Andres Perera andre...@zoho.com wrote: On Tue, Jan 28, 2014 at 4:55 AM, Philip Guenther guent...@gmail.com wrote: ... I'm no expert on softdeps, so maybe you have a better explanation for why Kirk made the choice he did to have it panic in some cases? well

Re: dead disk

2014-01-26 Thread Philip Guenther
which operations can lead to that; if you need to know that you should go read the softdeps papers on Kirk McKusick's site. Philip Guenther

Re: Power consumption of various architectures

2014-01-23 Thread Philip Guenther
On Thu, Jan 23, 2014 at 4:49 PM, Shawn K. Quinn skqu...@rushpost.com wrote: There's also the possibility of using a clamp-style AC ammeter on the power cable and multiplying by the nominal line voltage. Nope. http://en.wikipedia.org/wiki/Power_factor Philip Guenther

Re: NIST-free crypto, autociphering, and libsodium (NaCl)

2014-01-16 Thread Philip Guenther
aggressive and had to be backed out... http://tech.yandex.com/events/ruBSD/2013/talks/103/ Philip Guenther

Re: Make CPU use the C2 state

2014-01-13 Thread Philip Guenther
the decision based off the existing hw.setperf sysctl would be reasonable and sufficient, overloading the range to not just change the speed but also use a deeper C-state hw.setperf is smaller, ala C3 - 0-33 C2 - 34-65 C1 - 66-100 Or maybe that's a bad idea. Philip Guenther

Re: Cannot set stty parameters and read from /dev/ttyU0

2014-01-10 Thread Philip Guenther
now 99% sure you're hitting the one I fixed back in October. Philip Guenther

Re: 1 bit wide unsigned int and regular signed int

2014-01-10 Thread Philip Guenther
symbols and types. Philip Guenther

Re: Cannot set stty parameters and read from /dev/ttyU0

2014-01-09 Thread Philip Guenther
the output of ps -Owchan,procflags,f for the process? Philip Guenther

Re: Cannot set stty parameters and read from /dev/ttyU0

2014-01-07 Thread Philip Guenther
think the desired redirections on the subshell-close would make that last line: ) /dev/ttyU0 0 (open /dev/ttyU0 read-write as stdin, and then dup that to stdout) Philip Guenther

Re: Cannot set stty parameters and read from /dev/ttyU0

2014-01-07 Thread Philip Guenther
some hardware signal (DTR, iirc). If you want to initiate an outgoing connection to a potentially inactive device, use the matching /dev/cuaU* device. Philip Guenther

Re: (5.4-i386) framebuffer console

2013-12-13 Thread Philip Guenther
On Fri, Dec 13, 2013 at 9:09 PM, Adam Jensen han...@riseup.net wrote: I noticed on [The OpenBSD 5.4 Release](http://www.openbsd.org/54.html) wsdisplay(4) now attaches to inteldrm(4) and provides a framebuffer console. drm supports the radeon driver and I have an old Thinkpad T60 with: vga1

Re: uvm_wait_pla() infinite loop

2013-12-05 Thread Philip Guenther
. Philip Guenther

Re: uvm_wait_pla() infinite loop

2013-12-05 Thread Philip Guenther
the uvm memory situation get into that state, but obviously it has gotten there. Philip Guenther

Re: samba and e2fsprogs packages -- 5.4

2013-12-04 Thread Philip Guenther
On Wed, Dec 4, 2013 at 2:29 PM, Brad Smith b...@comstyle.com wrote: On 04/12/13 5:23 PM, Christian Weisgerber wrote: Brad Smith b...@comstyle.com wrote: ... Even if that tool was installed that would not locate anything if the package in question is not already installed, right? Wrong.

Re: Problem enabling quotas

2013-12-04 Thread Philip Guenther
you failed to include a dmesg, I'll say that you're clearly not using a new enough snapshot. (quota(1) was fixed to work with duids last month.) Philip Guenther

Re: segfault in netstat

2013-11-09 Thread Philip Guenther
On Sat, Nov 9, 2013 at 10:24 AM, Scott McEachern sc...@blackstaff.ca wrote: I'd imagine it's being looked into. :) Yep. Just committed the fix. Thanks for the report! Philip Guenther

Re: Question about i386 COPTS during 'make release'.

2013-11-09 Thread Philip Guenther
a positive effect, you need to have your test be as close a simulation of A as you can. This doesn't seem to be that. Philip Guenther

Re: uvm_fault at pmap_enter on OpenBSD 5.3

2013-11-08 Thread Philip Guenther
: page fault trap, code=0 Stopped at pmap_enter+0x145: movq 0(%rdx,%rax,8),%rax That's from this line in pmap_enter(): opte = ptes[pl1_i(va)]; /* old PTE */ ddb{0} Next time it happens please record the output of show registers and trace. Philip Guenther

Re: Question about i386 COPTS during 'make release'.

2013-11-08 Thread Philip Guenther
building the ramdisk kernels, but it's left alone for the normal GENERIC/GENERIC.* kernels. So yes, if your /etc/mk.conf sets COPTS, it'll affect them. Philip Guenther

Re: UEFI

2013-11-06 Thread Philip Guenther
and get a different box. Philip Guenther

Re: make release problem with -current

2013-11-05 Thread Philip Guenther
On Tue, Nov 5, 2013 at 7:33 PM, Scott McEachern sc...@blackstaff.ca wrote: On 11/05/13 22:29, Ted Unangst wrote: On Tue, Nov 05, 2013 at 22:18, Scott McEachern wrote: Anyone else running into this when running make release with -current? vnconfig -v -c vnd0 /var/tmp/image.11200 vnconfig:

Re: fresh checkout of tagged 5.4 FTBFS

2013-10-22 Thread Philip Guenther
On Tue, Oct 22, 2013 at 9:23 PM, Shawn K. Quinn skqu...@rushpost.com wrote: Is it not supposed to be possible to build a checkout of tagged 5.4 source from 5.3-stable? No, it's not required. If you want to build from source, read the FAQ.

Re: How to find a file's list of package

2013-10-20 Thread Philip Guenther
On Sun, Oct 20, 2013 at 11:49 AM, Alex Naumov posix...@gmail.com wrote: does anybody know how to find a list of files for some package? For example, I would like to know which files contains athn-firmware-1.1p0 package. man pkg_info

Re: why icmp timestamping is enabled by default ?

2013-10-10 Thread Philip Guenther
people are afraid of that setting), Cargo cult security. just curious what was the purpose of it. Oddly enough, the RFC that defines it (RFC792) has a reference about that. Philip Guenther

Re: Way too many crashes with recent snapshots (non-HTML-version)

2013-09-19 Thread Philip Guenther
needs further fixes to get it working again after the time_t bump. If linux compat is a must have then you'll need to run 5.4-release for now. Philip Guenther

Re: OpenZFS announcement

2013-09-18 Thread Philip Guenther
to do do a FUSE integration... Philip Guenther

Re: current vs. older binaries

2013-09-18 Thread Philip Guenther
should have followed the directions in faq/current.html which specified removing all old packages and installing new ones. I guess you'll have to do that now...though you'll now need to tell pkg_delete to not run any uninstall programs, as they'll presumably fail. Philip Guenther

Re: Kernel panics on amd64 recently - do I have bad hardware?

2013-09-15 Thread Philip Guenther
there, I would expected fsck to catch it, or for it to crash earlier, but maybe a forced fsck is in order. Otherwise, something's writing through a bogus pointer in the kernel... Philip Guenther

Re: How does one use adduser in OpenBSD (stuck inEnter username[] loop)?

2013-09-14 Thread Philip Guenther
error message? If cut-n-paste won't work, might I suggest just (carefully) typing it? Side note: it's lost on me why you're unable to run the compiler because of tangles with adduser/sudo/whatever. Philip Guenther

Re: Two questions.

2013-08-09 Thread Philip Guenther
On Friday, August 9, 2013, Theo de Raadt wrote: The process is so transparent, that you won't even know if it has happened before... Well, *some* of us have noticed when your scars reset...

Re: panic softdep_deallocate_dependencies

2013-07-20 Thread Philip Guenther
error and any other info that might be pulled the from the xs, like the associated buf's blkno and/or lblkno.) Philip Guenther

Re: error checking out svn stuff over https

2013-07-17 Thread Philip Guenther
working in the package in 5.3, but I don't recall and won't guarantee it. So: try upgrading? Philip Guenther

Re: 5.4-beta#20 xterm(1)/luit(1) in cwm, CM-Return random defunc

2013-07-10 Thread Philip Guenther
can convince xterm to do that. Philip Guenther

Re: 5.4-beta#20 xterm(1)/luit(1) in cwm, CM-Return random defunc

2013-07-10 Thread Philip Guenther
On Wed, Jul 10, 2013 at 1:19 AM, Philip Guenther guent...@gmail.com wrote: Looks like a race in luit's startup, due to how it handles the ttys/ptys. To work around the problem, invoke it with the -p option...but I don't know how you can convince xterm to do that. Ha! I believe this bug

Re: 5.4-beta#20 xterm(1)/luit(1) in cwm, CM-Return random defunc

2013-07-10 Thread Philip Guenther
On Wed, Jul 10, 2013 at 1:37 AM, Jan Stary h...@stare.cz wrote: On Jul 10 01:30:23, guent...@gmail.com wrote: On Wed, Jul 10, 2013 at 1:19 AM, Philip Guenther guent...@gmail.com wrote: Looks like a race in luit's startup, due to how it handles the ttys/ptys. To work around the problem

Re: Still unable to compile binaries :(

2013-07-02 Thread Philip Guenther
time to check right now. I suggest you stop using parallel make unless you know the build works with it. Philip Guenther

Re: softdep issue in 5.3-current ?

2013-06-29 Thread Philip Guenther
show-stoppers and other times we're simply wrong. Delays in reporting just make it harder. Philip Guenther

Re: tftpd loop

2013-06-28 Thread Philip Guenther
No dmesg. For all we know, the original poster is running 5.2 and the pre-dlg tftpd. Philip Guenther

Re: Question about caching system

2013-06-25 Thread Philip Guenther
? Set up slave servers, possibly making every host a slave, though that would probably require custom map distribution scripts to handle inaccessible hosts. YP server is ypldap, getting data from LDAP? Run that on every host and replicate the LDAP data. Philip Guenther

Re: X or cwm got slower

2013-06-25 Thread Philip Guenther
. It was an evolutionary dead-end, apparently, so don't expect X-server-side acceleration to be coming back like that; client side, direct rendering is the path forward. The reasons for *not* buying NVIDIA have gotten even stronger. Philip Guenther

Re: X or cwm got slower

2013-06-25 Thread Philip Guenther
AccelMethod EXA might improve performance. Or it might crash and burn, given that it hasn't been the default and is therefore probably undertested. Philip Guenther

Re: Snapshot shasum mismatch

2013-06-25 Thread Philip Guenther
put them before then? It's probably doable, but working out the details would be a chunk of work for someone. Worth it? Not to me... Philip Guenther

Re: X or cwm got slower

2013-06-24 Thread Philip Guenther
against, your real question can't be answered. Meanwhile, a comparison of dmesg and Xorg.0.log before and after may give hints. (What, not everyone keeps a history of those across upgrades?) Philip Guenther

Re: floods in Calgary, is the project affected?

2013-06-22 Thread Philip Guenther
secure from the floods. The power has even been okay...so far... Philip Guenther

Re: Detailed statistics on em(4) driver

2013-06-20 Thread Philip Guenther
with that! Philip Guenther

Re: Severe problem with amd64 -current as of June 13

2013-06-15 Thread Philip Guenther
ddb.console=1 to your /etc/sysctl.conf and reboot for that to work), and then do show uvm and report the results? Philip Guenther

Re: bug in ksh tab complete

2013-06-03 Thread Philip Guenther
PATH=/usr/local/bin:/usr/btab and scp target:/etc/passtab will autocomplete the paths to the right of the colon. Philip Guenther

Re: Hackathon

2013-05-29 Thread Philip Guenther
On Wed, May 29, 2013 at 5:22 PM, Kenneth R Westerback kwesterb...@rogers.com wrote: 13 == 13 To clarify: 13 == rot13(rot13(13)) Philip

Re: Hackathon

2013-05-29 Thread Philip Guenther
for background. Philip Guenther

Re: a sftp user can enter into a directory which he does not have rights

2013-05-21 Thread Philip Guenther
(guenther) gid=1000(guenther) groups=1000(guenther), 0(wheel) $ cd foo $ ls -l ls: .: Permission denied $ drwx-x 12 1000 1000 512 May 21 18:32 jirib Executable by processes that have neither uid 1000 or gid 1000. What's the problem? Philip Guenther

Re: Porting RTL8723AU

2013-05-20 Thread Philip Guenther
of the system that are optional as long as such use does not result in OpenBSD as a whole becoming subject to the GPL terms. it will not become an official part of OpenBSD as long as it has that license. Philip Guenther

Re: Problems building with libtool

2013-05-15 Thread Philip Guenther
is vanishing. So, why does your link break? Because you're passing it the -Wl,-z,defs option (using its GNU spelling, -Wl,--no-undefined). I understand why you are doing that, but given the constraints of the above, it ain't gonna work. Philip Guenther

Re: Claws-mail frequently dumps core on 5.3R

2013-05-10 Thread Philip Guenther
; it should be reporting what file is involved and the most precise error message it has for the problem and existing with a non-zero status. Philip Guenther

Re: Claws-mail frequently dumps core on 5.3R

2013-05-09 Thread Philip Guenther
info or testing just drop me a line. Has anyone used to gdb here, either examine the core files or to run it where the signal can be caught and you can see what call is doing something wrong? Philip Guenther

Re: strange errors on OpenBSD

2013-05-07 Thread Philip Guenther
system's dmesg. Philip Guenther

Re: strange error on openbsd

2013-05-06 Thread Philip Guenther
, %s\n, p-pw_name); return 0; } When i execute it i get this on a openbsd: sioux@lion$ ./pw errno is: 13 sioux@lion$ Any ideia why openbsd implementation of getpwuid returns error ? 13 == EACCES. Are you running this as a user who can't read /etc/pwd.db ? Philip Guenther

Re: Strange error on OPenBSD

2013-05-06 Thread Philip Guenther
-rw-r- 1 root _shadow 1273856 May 1 12:41 /etc/spwd.db sioux@scallop$ I am running as and ordinary user. Upgrade your OpenBSD 5.0 system to something supported. Philip Guenther

Re: setting resource limits error message

2013-04-25 Thread Philip Guenther
' to whatever larger value you desire. Philip Guenther

Re: Ethernet card not working

2013-04-21 Thread Philip Guenther
for that. Philip Guenther

Important: following -current update!

2013-04-15 Thread Philip Guenther
WILL NOT RUN YOUR INSTALLED USERLAND. If that happens, you will have to boot from the old kernel (do you know how?) or boot from an alternate device like a CD. If you are not 100% comfortable with doing that recovery, then you should wait and install the next snapshot instead. Philip Guenther

Re: mixing ports and non-ports programs

2013-04-14 Thread Philip Guenther
and delete them. Philip Guenther

Re: sendmail config

2013-04-12 Thread Philip Guenther
sendmail itself. What problem are you trying solve by making those changes? (Changing References is particularly rude: Hi, I want to make it harder for people to follow email conversations and make my users look like idiots!) Philip Guenther

Re: tty vs. cua for non dial-in/out purposes

2013-03-24 Thread Philip Guenther
* ones (tcsetattr, tcsendbreak, etc)? No question here: use the tc* functions. Type checking is a Good Thing. Philip Guenther

Re: ffs2

2013-03-17 Thread Philip Guenther
or something?). Yes, it's transparent: they're just different versions of the same layout, so the same programs handle both. Philip Guenther

Re: How to set aliases in ksh

2013-03-17 Thread Philip Guenther
you run that from will have sourced your .profile and set ENV and the other environment variables. Philip Guenther

Re: built-in http and BEAST attack(PCI compliance)

2013-03-15 Thread Philip Guenther
included that? If there is not real problem I can accept that but I will need some real statement so I can apply for an exemption. c.f. (1) to (5) above and make your choice. Philip Guenther

Re: preventing amd from fetch files from nis server

2013-02-28 Thread Philip Guenther
/etc/amd/amd.home. Is that possible ? Do you know if it may be done? amd uses the amd.home map because that's what /etc/amd/master indicates. To change what it uses, change that file. Philip Guenther

Re: Changing Architecture from amd64 to i386

2013-02-26 Thread Philip Guenther
On Tuesday, February 26, 2013, Stuart Henderson wrote: On 2013-02-25, James Griffin jmz.grif...@kode5.net javascript:; wrote: I have the latest snapshot amd64 arc. I would like to change to the i386 platform. I think if I delete/remove all packages then boot into the i386 bsd.rd and

Re: Thread-local storage support on OpenBSD?

2013-02-25 Thread Philip Guenther
. Philip Guenther

Re: Precisions on ZFS (was: Millions of files in /var/www inode / out of space issue.)

2013-02-21 Thread Philip Guenther
(10 years ago) by matthieu Branches: MAIN CVS tags: HEAD FILE REMOVED Changes since revision 1.2: +1 -1 lines Bye, unused code. This is too subtle for me. How is that relevant to the question Andres asked? Philip Guenther

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread Philip Guenther
openfiles staff ? Philip Guenther

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread Philip Guenther
On Sun, Feb 17, 2013 at 2:39 PM, Philip Guenther guent...@gmail.com wrote: The effect is that, after doing tc= expansion, it'll take the openfiles or openfiles-cur that occurs _earlier_ in the expanded entry. So, what's the output of getcap -f /etc/login.conf -s openfiles staff ? Oops

Re: setting resource limits - login.conf and ulimit

2013-02-17 Thread Philip Guenther
virtual terminal, I get 1024. So, the next questions are things like do you have ulimit lines in any (whether system or per-user) of your shell startup files? How _exactly_ are you logging in: console virtual terminal, xdm, ssh, other? Philip Guenther

<    1   2   3   4   5   6   7   8   9   10   >