search for: unix98

Displaying 20 results from an estimated 49 matches for "unix98".

2006 Oct 31
0
6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation
Author: muffin Repository: /hg/zfs-crypto/gate Revision: fecd74c42540dbb707f29987c4b4e10ecff69818 Log message: 6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation Files: update: usr/src/head/iso/stdio_iso.h
2006 Oct 31
0
6395215 UNIX03/UNIX98: *vsx* addition of mkstemps breaks namespace
Author: casper Repository: /hg/zfs-crypto/gate Revision: 24515d11f294677252853b5e1eb496c66b1e06e8 Log message: 6395215 UNIX03/UNIX98: *vsx* addition of mkstemps breaks namespace Files: update: usr/src/head/stdlib.h
2006 Oct 31
0
6406622 UNIX98/UNIX03: *vsx* Trusted Extensions changes to tar.h pollute standards namespace
Author: aj Repository: /hg/zfs-crypto/gate Revision: 7567fbd5fb7e1615c352bd1e1f9cdeba24d5e961 Log message: 6406622 UNIX98/UNIX03: *vsx* Trusted Extensions changes to tar.h pollute standards namespace Files: update: usr/src/head/tar.h
1999 Oct 21
1
[RHSA-1999:042-01] screen defaults to not using Unix98 ptys
--------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: screen defaults to not using Unix98 ptys Advisory ID: RHSA-1999:042-01 Issue date: 1999-10-20 Updated on: Keywords: Cross references: screen unix98 pty permissions --------------------------------------------------------------------- 1. Topic: Screen uses ptys with world read/write permissions. 2. Problem description: The v...
2014 Dec 01
2
System Hangs At Anaconda Detecting Hardware
...ed the 6.6 x86_64 install DVD Both fail at the same place: Anaconda installer init version 13.21.229 starting mounting /proc filesystem... done creating /dev filesystem... done starting udev...udev[175]: error setting /sys/class/firmware/timeout: No such file or directory done mounting /dev/pts (unix98 pty) filesystem... done mouning /sys filesystem... done trying to remount root fiesystem read write... done mounting /tmp as tmpfs... done running install... running /sbin/loader detecting hardware... That's all she wrote! The BIOS detects the 500 GB hard drive, the CD/DVD drive, 16 GB of RAM...
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
Hi, I suggest to add the following definition to configure and its template configure.in to allow samba-2.2.x to be compiled on HP/UX 11.00 with some lesser warnings. Without this definition you'll get warnings on all socket operation because the socket operations are UNIX98 specific and HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined. -- Ren? Nieuwenhuizen Afdeling Informatietechnologie Centraal Planbureau Bezoekadres: Van Stolkweg 14, 2585 JR Den Haag Postadres: Postbus 80510, 2508 GM Den Haag T (070) 3383 342 F (070) 3383 350 I http://www.c...
2001 Nov 27
2
3.0.1p1 losing tty modes?
Hello, openssh-3.0.1p1 appears to transmit and parse tty modes correctly, but later in the code it uses vhangup() to close all tty references and reset the tty to default modes. I don't think that vhangup() should be needed on Unix98 ptys, possibly not even on BSD ptys, and I am probably wrong, so please tell me where. Of course vhangup() clears all tty modes, so you need to save them before and restore them to the newly opened tty afterwards. This is on Linux 2.4.14, but the problem looks quite portable to me for all systems...
2016 Jan 06
0
[klibc:master] Remove obsolete getpt() function
...\ qsort.o bsearch.o \ lrand48.o jrand48.o mrand48.o nrand48.o srand48.o seed48.o \ diff --git a/usr/klibc/getpt.c b/usr/klibc/getpt.c deleted file mode 100644 index 8d2a536..0000000 --- a/usr/klibc/getpt.c +++ /dev/null @@ -1,16 +0,0 @@ -/* - * getpt.c - * - * GNU extension to the standard Unix98 pty suite - */ - -#include <stdio.h> -#include <stdlib.h> -#include <unistd.h> -#include <termios.h> -#include <fcntl.h> - -int getpt(void) -{ - return open("/dev/ptmx", O_RDWR | O_NOCTTY); -}
2014 Dec 01
0
System Hangs At Anaconda Detecting Hardware
...the same place: > > Anaconda installer init version 13.21.229 starting > mounting /proc filesystem... done > creating /dev filesystem... done > starting udev...udev[175]: error setting /sys/class/firmware/timeout: No > such file or directory > done > > mounting /dev/pts (unix98 pty) filesystem... done > mouning /sys filesystem... done > trying to remount root fiesystem read write... done > mounting /tmp as tmpfs... done > running install... > running /sbin/loader > detecting hardware... > > That's all she wrote! > > The BIOS detects the 5...
2006 Jan 06
0
linux-2.6-xen.hg and missing devpts
I can''t seem to configure /dev/pts under a linux-2.6-xen.hg kernel (even in the recent update to 2.6.15). The usual DEVPTS config options (support for UNIX98 ptys, if embedded config is selected, and DEVPTS Xattrs and security labels) don''t appear as kernel config options, and CONFIG_UNIX98_PTYS doesn''t seem to be a valid option in my .config. Naturally, things like ssh in any booted domains (I''m using Debian/sarge) aren...
2002 Dec 01
0
Re: compiling
...restrict-process-size.c:41: `RLIMIT_AS' undeclared (first use in this function) > restrict-process-size.c:41: (Each undeclared identifier is reported only once > restrict-process-size.c:41: for each function it appears in.) Thanks. I thought that would have been portable since it was in UNIX98. You could change that to RLIMIT_DATA and it should be somewhat equilevant. I'll change it in CVS so that it does both DATA and AS if it exists.
2005 Sep 26
1
1.0alpha3: fcntl() complaints?
Hi, Since installing 1.0alpha3 this morning, I've seen this syslog complaint a few times. Anything to worry about? A "server too busy" issue? imap(user): fcntl() failed with mbox file /var/mail/user: Resource temporarily unavailable Jeff Earickson Colby College
2001 Jan 07
0
Linux glibc 2.1 openpty() and /dev/ptmx
...Now, OpenSSH uses a 64-byte buffer for the tty name. I don't know if this is really exploitable, but the warning sounds serious. Perhaps openpty() in OpenBSD is guaranteed to never overflow such a buffer, but that assumption might not hold for glibc? But, glibc 2.1 also supports the standard Unix98 pty interface (/dev/ptmx), which avoids the issue completely, and the modified OpenSSH (using exactly the same pty code as for Solaris) appears to work fine in my tests, done on a Debian "potato" system. Are there any known problems with using /dev/ptmx instead of openpty() if both inter...
2002 Jul 01
0
Error winearts NO SOUND !
...as xmms-arts but with xmms-arts i heard the sound ... the log of wine : ---------------- I just see about the sound : mcop warning: user defined signal handler found for SIG_PIPE, overriding the log of arts : --------------- TCPServer: listening on 'tcp:zelda.alinea.fr:33099' gsl: using Unix98 pthreads directly for mutexes and conditions addDirectory(/opt/kde/lib/mcop,) addDirectory(/opt/kde/lib/mcop/Arts,Arts) addDirectory(/opt/kde/lib/mcop/Arts/Environment,Arts::Environment) addDirectory(/opt/kde/lib/mcop/Noatun,Noatun) addDirectory(/root/.mcop/trader-cache,) audio format is 44100 Hz,...
2005 Jan 13
0
Questions to users of AIX, HP-UX or Irix
...TF-8 locales (e.g. en_GB.utf8). Solaris has a limited range of such locales, and glibc-based systems have many (150 on FC3). Conventionally, locale -a will tell you: could users of AIX, HP-UX or Irix please check? We would also like to know if those systems have support for the C99 (but also UNIX98) functions mbrtowc and wcwidth. The answers will affect the decisions on to what extent we continue to support some features of R on systems without internationalization support. If no one reports a system without these features we are likely to assume them for 2.1.0 (except wcwidth which is p...
2008 Jan 23
1
Rename file opened for read-write -- cannot edit subscriptions
Howdy, Here is a problem with fix affecting dovecot-1.0.10 (and 1.1rc13). On a linux system's CIFS mounted filesystem, it is not possible to rename a file opened read-write: $ sleep 5 >> .subscriptions.lock & mv .subscriptions.lock .subscriptions mv: cannot move `.subscriptions.lock' to `.subscriptions': Text file busy This causes problems in editing subscriptions, as
2000 Mar 07
0
ANNOUNCE: openssh-1.2.2p1
...tion code. Now uses AC_TRY_RUN with a test program to detect library and header location _and_ ensure library has proper RSA support built in (this is a problem with OpenSSL 0.9.5). - Applied pty cleanup patch from markus.friedl at informatik.uni-erlangen.de - Avoid warning message with Unix98 ptys - Warning was valid - possible race condition on PTYs. Avoided using platform-specific code. - Document some common problems - Allow root access to any key. Patch from markus.friedl at informatik.uni-erlangen.de 20000207 - Removed SOCKS code. Will support through a ProxyCommand....
1999 Oct 13
2
Samba 2.0.6pre1 released
I've just released a snapshot of 2.0.6 in the alpha directory on samba.org. This is intended for testing to make sure some of the recent changes work well on a wider range of sites. I have also built a RedHat Linux 6.X RPM and put it in the same dircetory. If you are not running a mission critical site then we would appreciate feedback on this snapshot. If you have reported a bug in Samba
2000 Jun 15
0
[RHSA-2000:036-01] New emacs packages available
...rc Red Hat Linux 6.2 - i386 alpha sparc 3. Problem description: With emacs < 20.7, unprivileged local users can eavesdrop the communication between Emacs and its subprocesses. This release also fix many minor problems. The problem also exists for Red Hat 5.x. Unfortunately, the fixes require UNIX98 PTYs. This is only available on Red Hat 6.x and higher. If this problem concerns you, an upgrade is recommended. 4. Solution: For each RPM for your particular architecture, run: rpm -Fvh [filename] where filename is the name of the RPM. 5. Bug IDs fixed (http://bugzilla.redhat.com/bugzilla for...
2000 Apr 25
3
passwords for NT and AIX
I've finally gotten Samba (version 1.9.18p4) working on a RS/6000 server running AIX version 4.3.2, for a group of Windows NT 4.0 workstations on build 5 to access some shared directories. Everything works fine when I set them up - I have encrypt passwords = yes smb passwd file = /usr/local/samba/private/smbpasswd in my smb.conf, added the passwords to the smbpasswd file, and it