The conf file is basically equiv to the one that came with a typical install of 11.2 with the exception I added
[erin]
inherit acls = Yes
write list = erin
path = /home/erin
read only = No
force user = erin
guest ok = No
create mask = 0644
directory mask = 0775
This appears to coincide with the automated Win7 backup erin setup on his share. From what I can tell Win7 creates a zip file in increments of 2GB … thus quite a few thousand. I intend to configure samba properly for a production environment, and to use Bacula for backups, but I’ve been obsessing over getting a USR5610C to work with Hylafax 6.x in class 2.0 mode (with CID enabled).
That being said, how likely is it that I can shut this box down remotely? Last time I tried nothing happened, kill -9, shutdown -r now, init 6, init S, **** did I really just do that? Yes, sigh, drive to the office, where I found the box still responsive, but ultimately had to hard reset. The only thing I didn’t try was shutdown -n (although I don’t think it would have made a difference).
If anyone has any advice as to why this is occurring and how to shut down at this point I’d appreciate it. Below are details that may be pertinent in discerning why this is happening:
I’ve setup /home as ext4 data=writeback,noacl,user_xattr,commit=60,nobarrier,nobh,stripe=384 1 2
There are two kernel paging request bugs in dmesg, only posting the first one:
[198640.313857] BUG: unable to handle kernel paging request at ffffffff0000000a
[198640.313872] IP: <ffffffff8110bd85>] put_compound_page+0x25/0x60
[198640.313884] PGD 1003067 PUD 0
[198640.313890] Oops: 0002 #1] PREEMPT SMP
[198640.313896] last sysfs file: /sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map
[198640.313904] CPU 0
[198640.313908] Modules linked in: ip6t_LOG xt_tcpudp xt_pkttype ipt_LOG xt_limit snd_pcm_oss snd_mixer_oss snd_seq snd_seq_device edd af_packet ip6t_REJECT nf_conntrack_ipv6 ip6table_raw xt_NOTRACK ipt_REJECT xt_state iptable_raw iptable_filter ip6table_mangle nf_conntrack_netbios_ns nf_conntrack_ipv4 cpufreq_conservative cpufreq_userspace cpufreq_powersave nf_conntrack nf_defrag_ipv4 ip_tables ip6table_filter ip6_tables x_tables acpi_cpufreq fuse loop dm_mod snd_hda_codec_realtek ppdev sr_mod ohci1394 cdrom joydev snd_hda_intel snd_hda_codec snd_hwdep snd_pcm ieee1394 iTCO_wdt serio_raw iTCO_vendor_support parport i2c_i801 r8169 sg snd_timer pcspkr snd snd_page_alloc button intel_agp ext4 jbd2 crc16 fan processor ide_pci_generic ide_core ata_generic aacraid pata_jmicron thermal thermal_sys [last unloaded: preloadtrace]
[198640.314005] Pid: 46, comm: pdflush Not tainted 2.6.31.12-0.1-desktop #1 P35-DS3P
[198640.314012] RIP: 0010:<ffffffff8110bd85>] <ffffffff8110bd85>] put_compound_page+0x25/0x60
[198640.314021] RSP: 0018:ffff88021d3418b0 EFLAGS: 00010206
[198640.314026] RAX: ffffffff00000002 RBX: 000000000000000e RCX: 0000000000000000
[198640.314032] RDX: ffffea0006fedc20 RSI: 000000000000000e RDI: ffffea0007180380
[198640.314038] RBP: ffff88021d3418c0 R08: ffffea00009ad618 R09: 0000000000000002
[198640.314044] R10: ffffea000746bde8 R11: 000000000000000e R12: ffffea0007180380
[198640.314050] R13: 0000000000000000 R14: ffff88021d341a40 R15: ffff88021d341a30
[198640.314057] FS: 0000000000000000(0000) GS:ffff88000904a000(0000) knlGS:0000000000000000
[198640.314063] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
[198640.314069] CR2: ffffffff0000000a CR3: 0000000213912000 CR4: 00000000000006f0
[198640.314075] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[198640.314081] DR3: 0000000000000000 DR6: 00000000ffff4ff0 DR7: 0000000000000400
[198640.314087] Process pdflush (pid: 46, threadinfo ffff88021d340000, task ffff88021d33e340)
[198640.314093] Stack:
[198640.314096] ffff88021d3419a0 00000000f7c3286e ffff88021d3419b0 ffffffff8110c51e
[198640.314103] <0> ffff880000012600 0000000000000005 0000000000000000 0000000000000030
[198640.314111] <0> 0000000000000000 0000000000000000 00000000000060ae ffffea0000ac4278
[198640.314122] Call Trace:
[198640.314134] <ffffffff8110c51e>] release_pages+0x26e/0x280
[198640.314143] <ffffffff8110cd10>] __pagevec_release+0x30/0x60
[198640.314164] <ffffffffa00a280c>] ext4_num_dirty_pages+0x23c/0x2c0 [ext4]
[198640.314186] <ffffffffa00a72da>] ext4_da_writepages+0x57a/0x660 [ext4]
[198640.314201] <ffffffff81109cf5>] do_writepages+0x35/0x70
[198640.314211] <ffffffff81172d29>] writeback_single_inode+0x1a9/0x450
[198640.314221] <ffffffff81173430>] generic_sync_sb_inodes+0x1a0/0x560
[198640.314229] <ffffffff81173835>] sync_sb_inodes+0x45/0x60
[198640.314238] <ffffffff81173975>] writeback_inodes+0x65/0x120
[198640.314246] <ffffffff8110917e>] background_writeout+0xbe/0x110
[198640.314255] <ffffffff8110ada9>] __pdflush+0x139/0x270
[198640.314263] <ffffffff8110af68>] pdflush+0x88/0xb0
[198640.314273] <ffffffff8108c1d6>] kthread+0xb6/0xc0
[198640.314281] <ffffffff8100d7ba>] child_rip+0xa/0x20
[198640.314289] Code: e8 d1 f3 f5 ff 90 55 48 89 f8 48 89 e5 48 83 ec 10 65 48 8b 14 25 28 00 00 00 48 89 55 f8 31 d2 48 8b 17 f7 c2 00 00 02 00 75 22 <f0> ff 48 08 0f 94 c2 84 d2 74 06 48 89 c7 ff 50 60 48 8b 45 f8
[198640.314335] RIP <ffffffff8110bd85>] put_compound_page+0x25/0x60
[198640.314343] RSP <ffff88021d3418b0>
[198640.314347] CR2: ffffffff0000000a
[198640.314352] — end trace 554a801ea9e04041 ]—