Bug#175817: libc6-dev: typo in /usr/include/stdio.h comment for FOPEN_MAX

2003-01-08 Thread Ludovic Rousseau
Package: libc6-dev
Version: 2.3.1-9
Severity: minor

Change Minimum to Maximun.

--- stdio.h 2003-01-08 11:22:04.0 +0100
+++ stdio.h.new 2003-01-08 11:22:37.0 +0100
@@ -128,12 +128,12 @@
 
 /* Get the values:
L_tmpnamHow long an array of chars must be to be passed to `tmpnam'.
-   TMP_MAX The minimum number of unique filenames generated by tmpnam
+   TMP_MAX The maximum(?) number of unique filenames generated by tmpnam
(and tempnam when it uses tmpnam's name space),
or tempnam (the two are separate).
L_ctermid   How long an array to pass to `ctermid'.
L_cuserid   How long an array to pass to `cuserid'.
-   FOPEN_MAX   Minimum number of files that can be open at once.
+   FOPEN_MAX   Maximun number of files that can be open at once.
FILENAME_MAXMaximum length of a filename.  */
 #include bits/stdio_lim.h
 

Thanks,

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux trinity 2.4.18 #1 mar jui 30 10:35:56 CEST 2002 i686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR

Versions of packages libc6-dev depends on:
ii  libc6 2.3.1-9GNU C Library: Shared libraries an

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Processed: Re: libc6: famd stopped working / SIGRTMIN problem

2003-01-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 170861 + moreinfo
Bug#170861: libc6: famd stopped working / SIGRTMIN problem
There were no tags set.
Tags added: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Processed: awaiting more info

2003-01-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 168562 + moreinfo
Bug#168562: libc6 upgrage makes mouse choppy
There were no tags set.
Tags added: moreinfo

 tags 174781 + moreinfo
Bug#174781: libc6: symbol __libc_res_nsearch missing
There were no tags set.
Tags added: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#175755: fopen does not positions the stream at the end of the file in mode a+

2003-01-08 Thread Ander
El mié, 08-01-2003 a las 05:10, GOTO Masanori escribió:
 At 07 Jan 2003 23:02:03 +0100,
 Ander wrote:
  Package: libc6
  Version: 2.3.1-8
  Severity: critical
  
  Opening a file with fopen in mode a+ will position the stream at the
  begining of the file and not at the end.
  
  I am using Debian GNU/Linux testing/unstable, kernel 2.4.19 and libc6
  2.3.1-8
  
 
 Send us minimal test program.
 You have to check below test.  You find it works fine.
 
I have check your test and it works, but check this one:

#include stdio.h

int main(void)
{
FILE *archivo;
int pos;

archivo=fopen(main.c,a+);
pos=ftell(archivo);
printf(file pos after opening: %i\n,pos);
fseek(archivo,0,SEEK_SET);
pos=ftell(archivo);
printf(file pos after SEEK_SET: %i\n,pos);
fseek(archivo,0,SEEK_END);
pos=ftell(archivo);
printf(file pos after SEEK_END: %i\n,pos);
fclose(archivo);

return 0;
}

-- 

Ander Lozano Pérez
[EMAIL PROTECTED]
http://perso.wanadoo.es/ander1 - http://diasce.es.gnome.org



signature.asc
Description: Esta parte del mensaje esta firmada digitalmente


cvs commit to glibc-package/debian/patches by dan

2003-01-08 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches
who:dan
time:   Wed Jan  8 08:30:22 MST 2003
Log Message:
  - debian/patches/alpha-pic.dpatch: Fix errno reporting from syscalls
on Alpha (Closes: #175511).
  

Files:
changed:0list


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to glibc-package/debian by dan

2003-01-08 Thread Debian GLibc CVS Master
Repository: glibc-package/debian
who:dan
time:   Wed Jan  8 08:30:22 MST 2003
Log Message:
  - debian/patches/alpha-pic.dpatch: Fix errno reporting from syscalls
on Alpha (Closes: #175511).
  

Files:
changed:changelog


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#175928: libc6: dns broken w/ socksify ssh

2003-01-08 Thread dann frazier
Package: libc6
Version: 2.3.1-9
Severity: normal

## ssh via socks is unable to resolve my hostname
dannf@hazel:~$ socksify ssh home.dannf.org
ssh: home.dannf.org: Name or service not known
## but the system can
dannf@hazel:~$ host home.dannf.org
home.dannf.org  A   12.252.80.98
## and telnet can, under socks
dannf@hazel:~$ socksify telnet home.dannf.org 22
Trying 12.252.80.98...
Connected to 12-252-80-98.client.attbi.com.
Escape character is '^]'.
## and i can socksify ssh if i specify the IP
dannf@hazel:~$ socksify ssh 12.252.80.98
Linux home 2.4.18sparc #1 Sun Sep 15 22:31:51 MDT 2002 sparc unknown

Most of the programs included with the Debian GNU/Linux system are
...
dannf@home:~$

I'm using ssh 3.5p1-3.  I tried reverting to 3.4p1, but still had the same
issue.  I'm using dante-client 1.1.13-1.  This also exists on ia64, fwiw.

So, as I see it, this could just as likely be a bug in either ssh, 
libc6  libc6.1, or dante-client, so please reassign as necessary.

I've verified that this problem exists on 4 different i386 boxes running sid.
However, there is a fifth i386 box running the same versions of these packages
that works just fine.  woody machines pointing at the same dns/socks servers
work fine.

On one of the 4 that show this problem, adding an entry for the target host to
/etc/hosts fixed the problem. (I couldn't check the other 3).
Removing the entry broke it again.  This, and the fact that I first noticed 
the problem after a recent libc6 upgrade, is why I chose to file the bug
against libc6. 

## my nsswitch.conf is pristine
dannf@hazel:~$ grep ^hosts  /etc/nsswitch.conf
hosts:  files dns

I tried rebuilding both dante-client and ssh against the headers on the
system, but didn't see a change.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux hazel 2.4.19-686-smp #1 SMP Tue Nov 19 00:58:50 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat 2.1.3-7The Berkeley database routines [gl

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Problem with 2.3.1-8 for hppa

2003-01-08 Thread Martin Schulze
Carlos O'Donell wrote:
  If that is the so called solution, could somebody please do something
  I requested a while ago:
  
  http://lists.debian.org/debian-hppa/2002/debian-hppa-200212/msg00065.html
  
  tausq: *hint* *hint*
  
  Regards,
  
  Joey
 
 Joey,
 
 I spoke with you about this, glibc requires that a min_kernel version be
 defined for each architecture. As per the problems that two users had we
 added a preinst check so you could not install glibc on a system that
 had an older kernel than the min_kernel version (e.g. You would never
 see FATAL: kernel too old).

As you may know already, this does not help if a) the glibc is already
installed, b) downgrading doesn't show proper success and c) packages
are depending on a newer glibc.  Hence, a new kernel is still the way
to go.  Unfortunately I'm too much of a coward for doing it myself.

Regards,

Joey

-- 
We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds

Please always Cc to me when replying to me on the lists.