search for: sunrpc

Displaying 20 results from an estimated 423 matches for "sunrpc".

2015 Apr 30
2
nfs (or tcp or scheduler) changes between centos 5 and 6?
...s behavior change between > the two OS versions. > > Just hoping that maybe someone else out there has seen something like > this, or can point me to some detailed documentation that might clue > me in on what to look for next. > > Thanks! > You may want to try reducing sunrpc.tcp_max_slot_table_entries . In CentOS 5 the number of slots is fixed: sunrpc.tcp_slot_table_entries = 16 In CentOS 6, this number is dynamic with a maximum of sunrpc.tcp_max_slot_table_entries which by default has a value of 65536. We put that in /etc/sysconfig/modprobe.d/sunrpc.conf: options sun...
2006 Feb 28
2
Busy day today...
...eb 28 14:40:53 tempmailstore1a kernel: kernel BUG at include/asm/spinlock.h:133! Feb 28 14:40:53 tempmailstore1a kernel: invalid operand: 0000 [#1] Feb 28 14:40:53 tempmailstore1a kernel: SMP Feb 28 14:40:53 tempmailstore1a kernel: Modules linked in: nfs iptable_filter ip_tables nfsd exportfs lockd sunrpc ip_vs drbd(U) md5 ipv6 autofs4 button batte ry ac ohci_hcd tg3 floppy sg dm_snapshot dm_zero dm_mirror ext3 jbd dm_mod megaraid_mbox megaraid_mm sd_mod scsi_mod Feb 28 14:40:53 tempmailstore1a kernel: CPU: 0 Feb 28 14:40:53 tempmailstore1a kernel: EIP: 0060:[<c02cfb49>] Not tainted V...
2015 Apr 30
0
nfs (or tcp or scheduler) changes between centos 5 and 6?
.... > > > > Just hoping that maybe someone else out there has seen something like > > this, or can point me to some detailed documentation that might clue > > me in on what to look for next. > > > > Thanks! > > > > > You may want to try reducing sunrpc.tcp_max_slot_table_entries . > In CentOS 5 the number of slots is fixed: sunrpc.tcp_slot_table_entries = 16 > In CentOS 6, this number is dynamic with a maximum of > sunrpc.tcp_max_slot_table_entries which by default has a value of 65536. > > We put that in /etc/sysconfig/modprobe.d...
2010 Feb 23
0
[PATCH 2/3] nfsmount: s/PF_INET/AF_INET/
use AF_INET directly. Signed-off-by: maximilian attems <max at stro.at> --- usr/kinit/nfsmount/dummypmap.c | 2 +- usr/kinit/nfsmount/mount.c | 4 ++-- usr/kinit/nfsmount/sunrpc.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/kinit/nfsmount/dummypmap.c b/usr/kinit/nfsmount/dummypmap.c index 43abe37..481e23b 100644 --- a/usr/kinit/nfsmount/dummypmap.c +++ b/usr/kinit/nfsmount/dummypmap.c @@ -39,7 +39,7 @@ struct portmap_reply { static...
2013 Dec 03
0
[PATCH] nfsmount: memset uses sizeof pointer as length
gcc picked up a couple of suspicious memset lengths which turned out to be real bugs. Signed-off-by: Anton Blanchard <anton at samba.org> --- usr/kinit/nfsmount/sunrpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/kinit/nfsmount/sunrpc.c b/usr/kinit/nfsmount/sunrpc.c index 0628cef..0a7fcf5 100644 --- a/usr/kinit/nfsmount/sunrpc.c +++ b/usr/kinit/nfsmount/sunrpc.c @@ -149,7 +149,7 @@ struct client *tcp_client(uint32_t server, uint16...
2013 Dec 03
0
[klibc:master] nfsmount: memset uses sizeof pointer as length
...13 10:53:38 -0800 [klibc] nfsmount: memset uses sizeof pointer as length gcc picked up a couple of suspicious memset lengths which turned out to be real bugs. Signed-off-by: Anton Blanchard <anton at samba.org> Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- usr/kinit/nfsmount/sunrpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/kinit/nfsmount/sunrpc.c b/usr/kinit/nfsmount/sunrpc.c index 0628cef..0a7fcf5 100644 --- a/usr/kinit/nfsmount/sunrpc.c +++ b/usr/kinit/nfsmount/sunrpc.c @@ -149,7 +149,7 @@ struct client *tcp_client(uint32_t server, uint16...
2004 Nov 09
2
How do I control shorewall when src and dst ports are different? [Or, sunrpc problems]
Hello. Trying to get shorewall to do what I want it to do and also not to do what I don''t, I have the following example which I''d like to ask about. I get this log message: Nov 9 11:06:36 fw kernel: Shorewall:all2all:REJECT:IN=eth1 OUT= MAC=00:c0:4f:60:b3:e5:08:00:20:b0:92:c1:08:00 SRC=192.168.1.59 DST=192.168.1.1 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=942
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running: Fedora Core release 4 (Stentz) kernel version: 2.6.15-1.1833_FC4smp ( I have also tried kernel version: 2.6.16-1.2108_FC4smp) I compiled the ocfs2 and ocfs2-tools using the following steps: # MODULES: tar zxvpf ocfs2-1.2.1.tar.gz cd ocfs2-1.2.1 ./configure make make install # TOOLS: tar zxf ocfs2-tools-1.2.1.tar.gz cd ocfs2-tools-1.2.1 ./configure
2005 May 22
1
[patch 05/12] make __constant_htons visible
...0000000 +0200 +++ exec/ipconfig/packet.c 2005-05-21 13:33:21.000000000 +0200 @@ -4,6 +4,7 @@ * Packet socket handling glue. */ #include <sys/types.h> +#include <asm/byteorder.h> #include <sys/socket.h> #include <stdio.h> #include <stdlib.h> Index: exec/nfsmount/sunrpc.c =================================================================== --- exec.orig/nfsmount/sunrpc.c 2005-05-21 13:17:24.000000000 +0200 +++ exec/nfsmount/sunrpc.c 2005-05-21 13:34:29.000000000 +0200 @@ -1,5 +1,6 @@ #define _XOPEN_SOURCE /* for POLLRDNORM */ #include <sys/types.h> +#includ...
2005 May 22
0
[patch 04/12] make POLLRDNORM visible
...pconfig/main.c 2005-05-21 13:09:54.000000000 +0200 +++ exec/ipconfig/main.c 2005-05-21 13:18:45.000000000 +0200 @@ -1,6 +1,7 @@ /* * ipconfig/main.c */ +#define _XOPEN_SOURCE /* for POLLRDNORM */ #include <errno.h> #include <poll.h> #include <limits.h> Index: exec/nfsmount/sunrpc.c =================================================================== --- exec.orig/nfsmount/sunrpc.c 2005-01-08 04:14:32.000000000 +0100 +++ exec/nfsmount/sunrpc.c 2005-05-21 13:17:24.000000000 +0200 @@ -1,3 +1,4 @@ +#define _XOPEN_SOURCE /* for POLLRDNORM */ #include <sys/types.h> #includ...
2013 Sep 10
1
Errors on NFS server
...803e9401888. (next=ffff8803e9401888). Modules linked in: bridge mptctl mptbase nfsd lockd nfs_acl auth_rpcgss exportfs dlm configfs sunrpc ipmi_devintf cpufreq_ondemand freq_table pcc_cpufreq bondin g 8021q garp stp llc ipv6 power_meter sg microcode serio_raw iTCO_wdt iTCO_vendo...
2010 Nov 19
1
Btrfs_truncate ?
...9003.803272] ------------[ cut here ]------------ [69003.807987] kernel BUG at fs/btrfs/inode.c:6230! [69003.807987] invalid opcode: 0000 [#1] SMP [69003.807987] last sysfs file: /sys/module/btrfs/initstate [69003.807987] CPU 0 [69003.807987] Modules linked in: nfs lockd fscache nfs_acl auth_rpcgss sunrpc bonding loop evdev radeon ttm snd_pcm snd_timer drm_kms_helper snd drm i2c_algo_bit i2c_i801 soundcore snd_page_alloc i2c_core i3200_edac e1000e shpchp pci_hotplug edac_core it8213 pcspkr ide_core serio_raw ext4 mbcache jbd2 crc16 btrfs zlib_deflate sd_mod crc_t10dif ata_generic ata_piix libata scs...
2010 Nov 20
3
[PATCH 1/4] utils: cleanup unused includes
several errno.h for no good reasons. cleanup losesetup which is not using getopt_long, thus doesn't need getopt.h included. Move stdarg.h include up in losesetup to more proper place. Signed-off-by: maximilian attems <max at stro.at> --- usr/utils/dmesg.c | 1 - usr/utils/losetup.c | 4 +--- usr/utils/mkfifo.c | 1 - usr/utils/nuke.c | 1 - usr/utils/umount.c | 1
2007 Nov 27
5
SIP port 5060 closed - how do I open it?
Hi all, I have *NOW beta 6 (asterisk 1.4.5) and I've configured it with a SIP trunk line. I can make outgoing calls, but I cannot receive any incoming calls. A port scan of my * server shows that port 5060 is closed. How do I open this port? In my users.conf, I have set [trunk_1] to hassip=yes and port=5060. Also, in the global SIP.conf file bindport=5060 bindaddr=0.0.0.0
2013 Apr 13
0
btrfs crash (and softlockup btrfs-endio-wri)
...total=2.00GB, used=586.00MB Metadata: total=8.00MB, used=0.00 Apr 13 04:05:54 datastore01 kernel: [1210991.339071] BUG: soft lockup - CPU#3 stuck for 22s! [btrfs-endio-wri:30524] Apr 13 04:05:54 datastore01 kernel: [1210991.342079] Modules linked in: nfsd nfsv3 nfs_acl nfsv4 auth_rpcgss nfs lockd sunrpc dns_resolver fscache btrfs zlib_deflate libcrc32c lpfc coretemp kvm_intel kvm iTCO_wdt enic i7core_edac i2c_i801 iTCO_vendor_support edac_core bnx2 lpc_ich mfd_core ioatdma joydev pcspkr acpi_power_meter dca crc32c_intel microcode wmi i2c_algo_bit drm_kms_helper ttm drm fnic usb_storage libfcoe lib...
2006 Feb 13
2
Help with disk server stability issues
...05:52:03 tier2-home kernel: 00000000 Feb 12 05:52:03 tier2-home kernel: *pde = f561f067 Feb 12 05:52:03 tier2-home kernel: Oops: 0000 [#1] Feb 12 05:52:03 tier2-home kernel: PREEMPT SMP Feb 12 05:52:03 tier2-home kernel: Modules linked in: nfs nfsd exportfs lockd md5 ipv6 autofs4 i2c_dev i2c_core sunrpc xfs dm_mirror dm_mod button battery ac uhci_hcd shpchp e100 0 floppy ext3 jbd 3w_9xxx 3w_xxxx sd_mod scsi_mod Feb 12 05:52:03 tier2-home kernel: CPU: 0 Feb 12 05:52:03 tier2-home kernel: EIP: 0060:[<00000000>] Not tainted VLI Feb 12 05:52:03 tier2-home kernel: EFLAGS: 00010286 (2....
2005 May 30
5
ipchains to shorewall
I have tried to replace these lines from ipchains to work with shorewall. # /NFS requires 111/tcp (sunrpc/portmapper) and *all* UDP ports./ # ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 111 -j ACCEPT ipchains -A input -p udp -s $SUBNET -i eth0 -d 0/0 -j ACCEPT # /These ports are required by bootp, tftpd, and PXE./ # /There are also a handful of udp ports that need to/ # /be open, but we...
2012 Jan 13
1
what to do about [abrt] full crash report kernel taint?
...---[ cut here ]------------ Jan 9 15:44:11 name kernel: WARNING: at kernel/sched.c:5914 thread_return+0x232/0x79d() (Not tainted) Jan 9 15:44:11 name kernel: Hardware name: Precision WorkStation 490 Jan 9 15:44:11 name kernel: Modules linked in: fuse nfs lockd fscache nfs_acl auth_rpcgss autofs4 sunrpc p4_clockmod freq_table speedstep_lib ipv6 ppdev parport_pc parport sg microcode dcdbas serio_raw i2c_i801 iTCO_wdt iTCO_vendor_support tg3 snd_hda_codec_idt snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm snd_timer snd soundcore snd_page_alloc i5000_edac edac_core i5k_amb shpch...
2009 Jun 03
1
all connections closed if user gives wrong pwd (#long posting inside)
...7.6G 2.4G 4.8G 34% / proc 0 0 0 - /proc sysfs 0 0 0 - /sys devpts 0 0 0 - /dev/pts tmpfs 125M 0 125M 0% /dev/shm none 0 0 0 - /proc/sys/fs/binfmt_misc sunrpc 0 0 0 - /var/lib/nfs/rpc_pipefs [root@clientA ~]# mount -t cifs -o user=tom //serverA/home1 /mnt/1/ Password: #correct password given [root@clientA ~]# df -ha Filesystem Size Used Avail Use% Mounted on /dev/sda1 7.6G 2.4G 4.8G 34% / p...
2006 Jul 31
1
x86_64 reproducible server PANIC with latest kernel
...esg output which I could capture from a "netconsole": NMI Watchdog detected LOCKUP, CPU=6, registers: CPU 6 Modules linked in: vmnet(U) vmmon(U) netconsole netdump ppdev nfs nfsd exportfs lockd nfs_acl md5 ipv6 parport_pc lp parport autofs4 w83627hf i2c_sensor i2c_isa i2c_dev i2c_core sunrpc ipt_REJECT ipt_state ip_conntrack iptable_filter ip_tables dm_mirror dm_mod button battery ac ohci_hcd ehci_hcd tg3 floppy ext3 jbd raid1 raid0 sata_nv libata sd_mod scsi_mod Pid: 16269, comm: java Tainted: PF 2.6.9-42.ELlargesmp RIP: 0010:[<ffffffff8030a9aa>] <ffffffff8030a9aa>{...