search for: beyond

Displaying 20 results from an estimated 7785 matches for "beyond".

2005 May 27
4
kernel: attempt to access beyond end of device
...==================== ---------- Forwarded message ---------- From: <snip> Date: May 26, 2005 10:14 PM Subject: problems with newlists To: Sam Johnston <samjie@gmail.com> Hi Sam, I''m getting the following errors on newlists: May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=4294875368, limit=5120000 May 26 21:08:41 newlists kernel: attempt to access beyond end of device May 26 21:08:41 newlists kernel: sda1: rw=0, want=1516641296, limit=5120000 May 26 21:08:41 newlists kernel: attempt to access beyond end...
2005 May 08
2
Need a factor level even though there are no observations
I'm in this situation: factorlabels <- c("School", "College", "Beyond") with data for 8 families: education.man <- c(1,2,1,2,1,2,1,2) # Note : no "3" values education.wife <- c(1,2,3,1,2,3,1,2) # 1,2,3 are all present. My goal is to create this table: School College Beyond Husband...
2007 Oct 02
1
denyhosts
Hi, My denyhosts stop working. How do i check why isnt it working anymore for me? Thanks Oct 2 22:59:17 beyond sshd[15690]: Failed password for root from 221.7.37.142 port 49836 ssh2 Oct 2 22:59:17 beyond sshd[15692]: Received disconnect from 221.7.37.142: 11: Bye Bye Oct 2 22:59:18 beyond sshd[15701]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=221.7.37.142...
2003 Sep 18
3
Freeing blocks not in datazone
These came up on dmesg this morning: attempt to access beyond end of device 09:00: rw=0, want=1635237736, limit=976791680 attempt to access beyond end of device 09:00: rw=0, want=1635237736, limit=976791680 EXT3-fs error (device md(9,0)): ext3_free_blocks: Freeing blocks not in datazone - block = 4293394431, count = 1 attempt to access beyond end of device 09...
2012 Mar 25
3
attempt to access beyond end of device and livelock
...x-3.3, we see discard ranges exceeding the end of the block device [1], potentially causing dataloss; when this occurs, filesystem writeback becomes catatonic due to continual resubmission. The reproducer is quite simple [2]. Hope this proves useful... Thanks, Daniel --- [1] attempt to access beyond end of device ram0: rw=129, want=8452072, limit=4096000 ... --- [2] modprobe brd rd_size=2048000 (or boot with ramdisk_size=2048000) mkfs.btrfs -m raid0 /dev/ram0 /dev/ram1 mount /dev/ram0 /mnt -o discard fio testcase umount /mnt --- [3] testcase [global] directory=/mnt rw=randread size=256m io...
2002 Apr 25
1
Re: Problems with ext3 fs
...is problem. Best regards, Dmitry N. Hramtsov p.s. Details: Here is a part of my crash-logs: Apr 21 14:47:39 aurora kernel: VFS: dquota write failed on dev 09:03 Apr 21 14:47:39 aurora last message repeated 4 times Apr 21 14:58:50 aurora -- MARK -- Apr 21 15:02:14 aurora kernel: attempt to access beyond end of device Apr 21 15:02:14 aurora kernel: 09:03: rw=0, want=21033212, limit=10240000 Apr 21 15:02:14 aurora kernel: attempt to access beyond end of device Apr 21 15:02:14 aurora kernel: 09:03: rw=0, want=488976648, limit=10240000 Apr 21 15:02:14 aurora kernel: attempt to access beyond end of dev...
2002 Jun 01
1
R beyond 2 Gb
Hi, I'm working with a fairly massive data set and I need to allocate memory beyond the 2GB limit. I'm using R 1.5.0 on a SunOS 5.8 machine (16 GB RAM). Has anyone been succesful at patching the code to get rid of the 2GB memory limit? (there are quite a few places in which vsize is an int or tested against INT_MAX). I'll appreciate any guidance you can provide. Thanks. R...
2002 May 15
1
tdb_oob len 1111638618 beyond eof at 8192 in secrets.tbd
...orrect channel to ask questions about samba configuration errors so I apologize if it is not. I recently installed samba 2.2.2 on an IRIX 5.3 machine and everytime I run the command smbpasswd -j <DOMAIN> I receive the error: tdb(/usr/local/samba/private/secrets.tdb): tdb_oob len 1111638618 beyond eof at 8192 Unable to write the machine account password for machine <Server NetBIOS name> in domain <DOMAIN>. I've also recieved similar "tdb_oob len....beyond eof at ..." errors in other tdb files when I perform normal configuration commands and these error always show...
2002 Apr 14
1
deleted fat32, added linux, formated ext3 ... mount detects as fat and I get FS-panic
...t" ... but there seem to be some fat32 rubbish left because when I do "mount /dev/sda1 /mnt" it seems to detect the partition as fat32 and gives this error: FAT: Did not find valid FSINFO signature. Found signature1 0x0 signature2 0x0 sector=1. Directory 1: bad FAT attempt to access beyond end of device 08:01: rw=0, want=853962268, limit=4610623 attempt to access beyond end of device 08:01: rw=0, want=853962269, limit=4610623 attempt to access beyond end of device 08:01: rw=0, want=853962269, limit=4610623 attempt to access beyond end of device 08:01: rw=0, want=853962270, limit=4610...
2006 Jul 14
3
Scaling Ferret Beyond One Server
Hi Everyone, I was wondering if folks here have had experience scaling Ferret beyond a single server? Currently, we are running Ferret in the same physical server as its Rails front end (via acts_as_ferret), but it is evident that we need a more scalable solution already. How would you split up the tasks (via dRB perhaps?) between two or three servers? Shared disk, replicated Fe...
2024 Mar 30
1
[PATCH] nouveau/gsp: Avoid addressing beyond end of rpc->entries
Using the end of rpc->entries[] for addressing runs into both compile-time and run-time detection of accessing beyond the end of the array. Use the base pointer instead, since was allocated with the additional bytes for storing the strings. Avoids the following warning in future GCC releases with support for __counted_by: In function 'fortify_memcpy_chk', inlined from 'r535_gsp_rpc_set_registry...
2005 Mar 03
1
image() z-values beyond zlim
Dear useRs, When plotting with image(), I would like the z-values that extend beyond the upper zlim to be indicated with one colour, or preferably with som sort of hatching, as I'm printing in black and white. By default these values just show up as blank areas in the image. I've tried all sorts of things, but nothing seems to work for me. Any solutions would be greatly...
2006 Aug 01
2
Extracting a row number from a matrix
Hi all, I have a matrix with each column containing a large number of integers (0 and above). in each column beyond a certain row (say row 120 in column 1, row 134 in column 2, 142 in column 3...) there are only 0's. I want to find, for each column the row number of the last row which contains a positive integer beyond which there are 10 or more 0's. so in the following example (single column, but my...
2009 Feb 06
1
16 digits and beyond? R64-bit a solution?
...apture the corresponding quantiles. I see the help file it says: 'qnorm' is based on Wichura's algorithm AS 241 which provides precise results up to about 16 digits. What happen after the 16th digits? If I am running R in a server 64-bit, can that improve the chances that beyond 16th digits to still have precision? Thanks, Aldi --
2002 Mar 09
1
"reading beyond end of file"
Dear Peter, i'm a new user of your syslinux program. Functions work fine, but every time when loading the kernel a "reading beyond end of file" dos fat error occures. This error occures with Pauls Boot CD (pbcd) basing on syslinux, too. What shall I do? Using the debuging Version doesn't help an doesn't tell anythig. Because of the following Kernel Panic because of finding no root (Please give an init=, or so) fs...
2005 Sep 19
0
CYGWIN: file transfer beyond EOF
I have an issue with 2.6.2 of rsync under Cygwin. It has happened on both a Win2k host and now on a WinXP Pro host. In this particular case, it is transferring a 688MB outlook.pst file. It will continue transferring data well beyond 688MB. Usually, it will continue until the destination volume runs out of disk space. I have had the same issue on another host transferring a 550MB file. In this case, the user of the host machine performed some maintenance and made the file slightly smaller. Since that time, however, the f...
2002 May 17
0
reposting problem: tdb_oob len 1111638618 beyond eof at 8192 in secrets.tbd
Hello, I'm reposting a previous problem that got off the mailing list. I'm now using samba-2.2.4 but still on an IRIX 5.3 machine. When I preform: smbpasswd -j <DOMAIN> I receive the error: tdb(/usr/local/samba/private/secrets.tdb): tdb_oob len 1111638618 beyond eof at 8192 Unable to write the machine account password for machine <Server NetBIOS name> in domain <DOMAIN>. I've also recieved similar "tdb_oob len....beyond eof at ..." errors in other tdb files when I perform normal configuration commands and these error always show...
2001 Oct 14
1
possible ext3 bug?
hiya! i'm currently running 2.4.12-ac1 w/o any further ext3 patches. i've got a dir with some fairly big files (like 15mb/file) in it and while sfv-checking these i got the following errors: Oct 14 21:47:59 srck@trottelkunde attempt to access beyond end of device Oct 14 21:47:59 srck@trottelkunde 16:42: rw=0, want=600889688, limit=12289725 Oct 14 21:47:59 srck@trottelkunde attempt to access beyond end of device Oct 14 21:47:59 srck@trottelkunde 16:42: rw=0, want=600889688, limit=12289725 Oct 14 21:48:00 srck@trottelkunde attempt to access beyo...
2012 Aug 18
1
[LLVMdev] GlobalVariable initializer using from beyond the grave
...g global [2 x i8*] [i8* getelementptr inbounds ([20 x i8]* inttoptr (i64 4295929920 to [20 x i8]*), i32 0, i32 0), i8* bitcast (i8** @"\01L_OBJC_SELECTOR_REFERENCES_" to i8*)] which I had previously erased, was still claimed as a use. Is there some way I need to purge the GlobalVariable beyond just calling eraseFromParent()? Do I need to rebuild the use graph or something? Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120817/d370a32b/attachment.html>
2003 Oct 28
1
EXT3-fs error on 2.6.0-test7-bk4 (and -test9)
...dy-corrupt filesystem. There's no sign of any hardware problems with the disk or controller in the logs. No extra ext3 parameters were set when mounting this partition originally. Going back through the logs, there are also these worrying messages (from the previous crash): attempt to access beyond end of device hda3: rw=0, want=24855217912, limit=143235540 attempt to access beyond end of device hda3: rw=0, want=7590624504, limit=143235540 attempt to access beyond end of device hda3: rw=0, want=17158939432, limit=143235540 attempt to access beyond end of device hda3: rw=0, want=32230066456, l...