search for: braindamag

Displaying 20 results from an estimated 26 matches for "braindamag".

Did you mean: braindamage
2000 Apr 11
2
LDFLAGS of the Makefile
I have compiled and installed OpenSSH 1.2.3 under AIX 4.3.3. The call to configure was: CFLAGS="-I/client/include -L/usr/ruf/lib" \ ./configure --with-egd-pool=/dev/urandom \ --with-afs=/usr/afsws \ --with-kerberos4=/client \ --with-tcp-wrappers \ --with-pid-dir=/etc \ --sysconfdir=/etc \ --with-ipv4-default \
2002 Aug 26
3
Question about memdisk
Peter, I am trying to get memdisk to work with grub and have run into a problem. Grub loads memdisk into the 0x9000 segment and then starts it at location 0x90200. I run into problems in the first printf statement. It turns out that printf uses a switch statement that compiles into a jump table. When I reach this jump table, I believe the code is jumping into hyperspace due to the jump table
2006 Jul 09
4
can I create lib.a from dir/lib.a?
In an attempt to solve some of the dependency issues when building klibc library I started to do a modular build of klibc library. The priciple is simple. build all sub-directories specified with lib-y := dir/ before the final lib.a But reading "man ar" it was not obvious if: ar cp lib.a dir/lib.a dir2/lib.a file1.o file2.o would produce the desired result. The linux kernel uses lr
2002 Jun 01
1
some questions about isolinux
Hello, First of all, thank you for your great work !! There are my (stupid ?) questions : Why loading (kernel and initrd) is so slow ? Is it a limitation beacuse using BIOS's calls ? What can I do to accelerate that ? (if possible of course ...) Once again, thank you very much for your absoluty amazing isolinux ! Best regards, /* ** redseb <redseb at goupilfr.org> **
2012 Jun 01
1
Centos 6 - Networking: Some Queries -- GURUS HELP PL
With NM_Controlled=No in the ifcfg file, NM applet shows "Not Managed", so the ifcfg file is being read. What is the extent of interaction of NetworkManager with ifcfg files is unknown....very little information on the net. Seems Network Manager is still mostly unplublished compared to other utilities. Any pointers to literature on this or macro architecture of NM would be appreciated,
2013 Oct 16
1
Unsupported system calls
Also there are lines as follows: <ppc64> int stat::stat(const char *, struct stat *); Should they be changed likewise too..? I mean to <?> Thanks, Anil On 16 October 2013 13:40, Anil Singhar <anil.singhar at linaro.org> wrote: > OK, I will change all <!aarch64> to <?> then. How about lines declared > like the following: > >
2002 Aug 27
2
memdisk and grub
Hi, I am trying to use MEMDISK from the GRUB boot loader, and gets stuck on the memory detection. MEMDISK reports dos_mem = 0 low_mem = 0 high_mem = 0
2009 Mar 06
3
Explorer - DirectX and ActiveX
Hello! I'll be running a web project in a future that has a "3d city" built in. Unfortunately the makers of this 3dcity were enough braindamaged to make it as activeX component, so it only works for IE users. The first rational step was to install explorer with ies4linux script and it works briliantly (IE6)! The activeX component does install and start, however it is saying there is no directX9 installed and then I'm stuck. This is...
2006 Mar 16
3
sub returns garbage (PR#8687)
Full_Name: Todd Bailey Version: 2.1 OS: Mac OS-X 10.4.3 Submission from: (NULL) (87.112.79.124) sub returns garbage in some strings when replacing something with nothing and fixed=TRUE. For example: > a=c('hello','hello'); sub('lo','',a,fixed=TRUE) [1] "hel" "hel\0\0" > a=c('hello','hello');
2002 Jan 20
1
Failed to boot from one particular system
Hi all, Last month we received the following mail from one of our users; apparently, his system does not set register DL to the boot drive number, so the rest of the process fails. Unfortunatelly, I have not been able to contact the sender of this mail, so I have not been able to gather more info about his system. I will continue trying to contact him. Does anyone know how could this be solved
2000 Apr 09
1
State of Vorbis, 20000409
...r in the 1.5 version just released; expect to see it in the next release. The XMMS plugin is complete pending the fix of one outstanding (and highly annoying bug) tripped by SMP machines. Thanks to Michael Smith for doing the digging that found the encoding bug under Win/MSVC; it was due to simple braindamage on my part. I also killed a few bugs in Vorbisfile. The new psychoacoustics and final merge with the mainline aren't finished, but I'm getting there. That's incomplete due mostly to finite CPU resources to train codebooks and the occasional bug in the [non-production code] trainer/...
2000 Apr 09
1
State of Vorbis, 20000409
...r in the 1.5 version just released; expect to see it in the next release. The XMMS plugin is complete pending the fix of one outstanding (and highly annoying bug) tripped by SMP machines. Thanks to Michael Smith for doing the digging that found the encoding bug under Win/MSVC; it was due to simple braindamage on my part. I also killed a few bugs in Vorbisfile. The new psychoacoustics and final merge with the mainline aren't finished, but I'm getting there. That's incomplete due mostly to finite CPU resources to train codebooks and the occasional bug in the [non-production code] trainer/...
2013 Oct 16
3
Unsupported system calls
On 10/16/2013 12:52 AM, Anil Singhar wrote: > Hi HPA, > > Thanks for your reply. One confusion I have is: > > e.g. 'access' is not supported in aarch64, so should the declaration be: > > <!aarch64> int access(const char *, int); <-- This is how it is currently > indicating that only aarch64 doesn't support it. > > OR > > <?> int
2001 Nov 05
0
Samba+preempt bug in 2.4.13+preempt
...nmbd.log -s/etc/samba/smb.conf (lines with ... have been wrapped by kmail) /etc/samba/smb.conf ------------------- # VDA # This setup allows to connect as guest # (invalid username -> you are guest) # Attempt to connect to \\server\username # will ask for password _for that username_ # even on braindamaged clients which don't # let user specify username. # # Set passwords for users via smbpasswd! # # If passwd is ok, you are granted access to /home/username # Note! To connect under different username, you may need # to log off and on again on the client machine. # Yes, M$ is terminally broken....
1998 Jan 11
0
R-beta: New version 0.61.1
.../R-0.61-0.61.1.diff.gz | patch -E -p1 or on most installations, equivalently zcat ../R-0.61-0.61.1.diff.gz | patch -E -p1 The above requires that you have GNU "patch" installed. At least one system (Solaris) ships with a different "patch", which exhibits some annoying bits of braindamage. If you want to use it, you're on your own... I removed changes to the file src/main/gram.c from the patchfile, because they amounted almost two thirds of the patchfile and the file is automatically generated from src/main/gram.y anyway. A few systems may not have a parser generator install...
1998 Jan 11
0
R-beta: New version 0.61.1
.../R-0.61-0.61.1.diff.gz | patch -E -p1 or on most installations, equivalently zcat ../R-0.61-0.61.1.diff.gz | patch -E -p1 The above requires that you have GNU "patch" installed. At least one system (Solaris) ships with a different "patch", which exhibits some annoying bits of braindamage. If you want to use it, you're on your own... I removed changes to the file src/main/gram.c from the patchfile, because they amounted almost two thirds of the patchfile and the file is automatically generated from src/main/gram.y anyway. A few systems may not have a parser generator install...
2002 Aug 24
1
klibc 0.57 trouble
Hi, I just tried compiling the latest release, but found some new problems: - Some versions of binutils could not link any shared binaries. One example for a broken version is 2.11.92.0.12.3, while 2.13.90.0.4 works. The error message looks like: tests/nfs_no_rpc.o: In function `root_nfs_parse': tests/nfs_no_rpc.o(.text+0x8): undefined reference to `strchr'
2006 May 10
2
Performance issue on AIX when deleting files in a directory with a large number of files
Server: - AIX5.3 with JFS2 file systems - IBM pSeries 520 (1.9GHz p5+ CPU) - Samba 3.0.22 (and the same problem exists in 3.0.21a) - I tested Samba compiled from sources with GCC 4.0.2 and 3.4.3 same result for both. I also downloaded the AIX binary from http://us4.samba.org/samba/ftp/Binary_Packages/AIX/ and it has the same problem as well. Client: MS Windows XP SP2 We have an application that
1999 Oct 18
1
problem with samba on irix 6.5
I have a problem with samba 2.05a on my irix-6.5 box. Now I know this must be a user problem because I have run samba on this machine before. Samba compiles and runs fine and I have tried the precompiled version too. I have /tmp shared out as [tmp] and get the following messages in log.smb when I try to connect to it using smbclient from the localhost smbd version 2.0.5a started. Copyright
2010 Sep 13
5
isohybrid: seek error - 6: Invalid argument
Hello Recently while playing with bigger iso images (>2G) looks like isohybrid from syslinux-4.02 fails. Sometimes tunning heads/sectors (-h/-s) works, because no padding is needed depending of size of the image. Some debug info provided, if more info is needed please just ask. # isohybrid -v pandereta-2010.09.13-i686.iso catalogue offset: 326 ve[0]: 1, cs: 1 ve[1]: 0, cs: 1 ve[2]: 25927,