search for: maxrecs

Displaying 8 results from an estimated 8 matches for "maxrecs".

Did you mean: maxrec
2008 Jul 09
2
Parsing
Dear R users, I have a big text file formatted like this: x x_string y y_string id1 id1_string id2 id2_string z z_string w w_string stuff stuff stuff stuff stuff stuff stuff stuff stuff // x x_string1 y y_string1 z z_string1 w w_string1 stuff stuff stuff stuff stuff stuff stuff stuff stuff // x x_string2 y y_string2 id1
2010 Oct 03
2
Read file
Dear R-users, I would like to know how could I read a file with different lines lengths. I need read this file and create an output to feed my database. So after reading I'll need create an output like this "INSERT INTO TEMP (DATA,STATION,VAR1,VAR2) VALUES (20100910,837460, 39,390)" I mean, each line should be read. But I don`t how to do this when these lines have different
2009 Jan 12
2
bwi: no DS tssi no OFDM tssi
Hello, I am attempting to get by broadcom wifi card up and running, am sick of trying to get ndis working, and am attempting to use the bwi driver (originating in dragonflyBSD). I'm hoping others here have tried to do the same and have some pointers. I'm using 7.1-RELEASE (system/source are in-sync) and my card is a BCM94306MP. My dmesg is posted below. Bwi(4) is installed and it
2004 Mar 02
2
[PATCH] Force mountd(8) to a specified port.
Hi all, I have a requirement to run NFS read-only in an Internet-facing colocation environment. I am not happy with packet filters alone around rpcbind, call me paranoid, so I just spent the last few minutes cutting this patch. As you are aware, RPC applications can be forced to listen on a known port through the sin/sa argument to bindresvport[_sa](). Why several Linux distributions have this
2008 Oct 14
0
Orinoco 802.11b PC Card doesn't work on STABLE
Hi, I have Orinoco 802.11b PC Card from Proxim. I plugged it to pcmcia slot, but It doesn't work - no blinking LEDs, no wi0 in ifconfig. I have 7.1-PRERELEASE, laptop Prestigio Nobile 157. On NetBSD seems working, but NetBSD is not friendly with me. if_wi driver included in kernel. ----- dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...MT_BTREE) { + xfs_debug("XFS_DINODE_FMT_BTREE"); + index = XFS_PVT(inode)->i_cur_extent++; + rblock = (xfs_bmdr_block_t *)&core->di_literal_area[0]; + fsize = XFS_DFORK_SIZE(core, fs, XFS_DATA_FORK); + pp = XFS_BMDR_PTR_ADDR(rblock, 1, xfs_bmdr_maxrecs(fsize, 0)); + bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs); + + /* Find the leaf */ + for (;;) { + blk = (xfs_btree_block_t *)get_cache(fs->fs_dev, bno); + if (be16_to_cpu(blk->bb_level) == 0) + break; + +...
2008 Nov 06
1
Panics and freeze using age0
I'm running FreeBSD 7.1-PRERELEASE over Asus P5Q motherboard. Such board comes with an nic requiring age0 driver. When the nic is under load, such trasferring big amount of data over gigabit connection (let's say some gigabyte backups), the computer hangs, sometimes with panic, sometimes freezing. Before that i was using an Intel nic with em0 driver and 7.0-Stable#2.. and that
2009 Apr 26
2
7.2-PRE amd64 panic when starting Xorg
Hi, I've installed 7.2-PRERELEASE, csup on 20090423 at around 19:00 UTC. When I rebooted after installing world, X started (xdm in /etc/ttys) and immediately panicked the system, even before switching to the new VTY. I removed all ports and installed Xorg from today's ports HEAD, same result. This is the case with my old xorg.conf and a new one from 'Xorg -configure'. I