Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(13) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(3) |
Oct
(2) |
Nov
(21) |
Dec
(24) |
2004 |
Jan
(23) |
Feb
(45) |
Mar
(29) |
Apr
(16) |
May
(34) |
Jun
(93) |
Jul
(52) |
Aug
(38) |
Sep
(161) |
Oct
(124) |
Nov
(134) |
Dec
(80) |
2005 |
Jan
(182) |
Feb
(72) |
Mar
(149) |
Apr
(136) |
May
(154) |
Jun
(64) |
Jul
(122) |
Aug
(134) |
Sep
(171) |
Oct
(116) |
Nov
(184) |
Dec
(130) |
2006 |
Jan
(141) |
Feb
(146) |
Mar
(208) |
Apr
(96) |
May
(105) |
Jun
(103) |
Jul
(90) |
Aug
(85) |
Sep
(136) |
Oct
(142) |
Nov
(157) |
Dec
(90) |
2007 |
Jan
(56) |
Feb
(99) |
Mar
(154) |
Apr
(124) |
May
(153) |
Jun
(120) |
Jul
(205) |
Aug
(155) |
Sep
(104) |
Oct
(155) |
Nov
(162) |
Dec
(130) |
2008 |
Jan
(111) |
Feb
(99) |
Mar
(155) |
Apr
(159) |
May
(56) |
Jun
(147) |
Jul
(293) |
Aug
(260) |
Sep
(98) |
Oct
(103) |
Nov
(169) |
Dec
(117) |
2009 |
Jan
(97) |
Feb
(50) |
Mar
(132) |
Apr
(129) |
May
(117) |
Jun
(63) |
Jul
(59) |
Aug
(99) |
Sep
(96) |
Oct
(87) |
Nov
(188) |
Dec
(129) |
2010 |
Jan
(107) |
Feb
(160) |
Mar
(55) |
Apr
(99) |
May
(47) |
Jun
(142) |
Jul
(146) |
Aug
(84) |
Sep
(108) |
Oct
(122) |
Nov
(114) |
Dec
(44) |
2011 |
Jan
(67) |
Feb
(69) |
Mar
(96) |
Apr
(77) |
May
(182) |
Jun
(129) |
Jul
(115) |
Aug
(98) |
Sep
(80) |
Oct
(86) |
Nov
(99) |
Dec
(187) |
2012 |
Jan
(57) |
Feb
(65) |
Mar
(103) |
Apr
(106) |
May
(123) |
Jun
(107) |
Jul
(157) |
Aug
(81) |
Sep
(159) |
Oct
(117) |
Nov
(70) |
Dec
(78) |
2013 |
Jan
(167) |
Feb
(187) |
Mar
(71) |
Apr
(130) |
May
(85) |
Jun
(112) |
Jul
(95) |
Aug
(149) |
Sep
(43) |
Oct
(64) |
Nov
(45) |
Dec
(27) |
2014 |
Jan
(55) |
Feb
(68) |
Mar
(64) |
Apr
(61) |
May
(51) |
Jun
(80) |
Jul
(90) |
Aug
(63) |
Sep
(142) |
Oct
(113) |
Nov
(145) |
Dec
(24) |
2015 |
Jan
(20) |
Feb
(20) |
Mar
(61) |
Apr
(43) |
May
(44) |
Jun
(37) |
Jul
(43) |
Aug
(59) |
Sep
(85) |
Oct
(58) |
Nov
(47) |
Dec
(131) |
2016 |
Jan
(130) |
Feb
(47) |
Mar
(121) |
Apr
(131) |
May
(75) |
Jun
(55) |
Jul
(25) |
Aug
(56) |
Sep
(42) |
Oct
(92) |
Nov
(96) |
Dec
(74) |
2017 |
Jan
(124) |
Feb
(67) |
Mar
(41) |
Apr
(42) |
May
(48) |
Jun
(47) |
Jul
(51) |
Aug
(43) |
Sep
(63) |
Oct
(33) |
Nov
(35) |
Dec
(2) |
2018 |
Jan
(47) |
Feb
(24) |
Mar
(67) |
Apr
(28) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(2) |
3
(2) |
4
|
5
|
6
|
7
(5) |
8
(6) |
9
(9) |
10
(2) |
11
(10) |
12
(19) |
13
(12) |
14
(3) |
15
(12) |
16
(10) |
17
(12) |
18
(9) |
19
(9) |
20
(22) |
21
|
22
(1) |
23
|
24
(9) |
25
(37) |
26
(3) |
27
|
28
(2) |
29
(1) |
30
(6) |
31
(2) |
|
|
|
|
From: John Berthels <jjberthels@gm...> - 2007-07-26 08:49:18
|
Hi there. Thanks for fuse, it's a great piece of code. I'm using the perl bindings to provide a fs wrapper around an HTTP/WebDAV server and got to what I think it a workable system. I currently do no buffering and translate each call to WRITE to an HTTP PUT (with an appropriate content-range: header), which is simple and works well. Unfortunately, I seem to only be getting WRITEs in chunks of 4k - which really hurts performance. (I think) I'm returning a larger value in STATFS (and the same value in GETATTR), but if even I have a process doing large writes, they are still chunked down to 4k by the time my fuse code sees them: strace dd if=large_file of=/mnt/tmp delete-me bs=1024000 ... read(0, "`0\30\f\6\203\301`0\30\f\6\203\301`0\30\f\6\203\301`0\30"..., 1024000) = 1024000 write(1, "`0\30\f\6\203\301`0\30\f\6\203\301`0\30\f\6\203\301`0\30"..., 1024000) = 1024000 read(0, "\313\355N\334\276\227\333\303\271=\231\333Oq{.\267\347"..., 1024000) = 1024000 write(1, "\313\355N\334\276\227\333\303\271=\231\333Oq{.\267\347"..., 1024000) = 1024000 ... but in my fuse code I see: 2007/07/26 09:34:02 WRITE: /delete-me [10117120, 4096] 2007/07/26 09:34:02 WRITE: /delete-me [10121216, 4096] 2007/07/26 09:34:02 WRITE: /delete-me [10125312, 4096] 2007/07/26 09:34:02 WRITE: /delete-me [10129408, 4096] Can I ask if there is any other way to influence the blocksize which I see on WRITE? Or will I have to go the route of buffering to accomplish this? jb |
From: BrokenClock <brokenclock@fr...> - 2007-07-26 07:01:15
|
From: Leif Johnson <leif.t.johnson@gm...> - 2007-07-26 03:56:53
|
On 7/24/07, Leif Johnson <leif.t.johnson@...> wrote: > > > > Okay. I've been doing further testing, and hotplug can definitely run > commands from that directory. I haven't been able to make it return 127 > again, which means I probably had something out of place on that run. > However it still isn't working. The best I've been able to do is to get it > to return 0 (indicating a successful mount), but the directory does not get > mounted and it leaves a zombie process behind. > > leif > > > Hi again, The platform I'm working on uses BusyBox v1.1.3. It does not have a /etc/mtab. Note that /etc/mtab is NOT symlinked to /proc/mounts, /etc/mtab does not exist. fuse-2.6.5: First, I tested using the '-d' option with fuse-2.6.5. It worked! Of course, this isn't desirable as it hotplug waits for the fuse program to finish before continuing. fuse-2.7.0 Noting the lack of /etc/mtab, and the information from the thread about fuse-2.7.0 on busybox, I made a crude hack to get 2.7.0 working by replacing calls to /bin/mount with exit(0); Note: I doubt my hack is the correct way to do it, as I don't seem to be able to unmount fuse filesystems using it. It also worked using the -d option from hotplug. Run normally from hotplug, it returns successfully, and mount claims that the target directory is mounted as a fuse filesystem. However, if I do an ls of the directory, I get the following error: ============================================= mnt/tmpfs/media # mount <snip> fuse on /mnt/tmpfs/media/ipod type fuse (rw,nosuid,nodev,user_id=0,group_id=0) </snip> /mnt/tmpfs/media # ls ls: ./ipod: Transport endpoint is not connected SD-card USB network upnpBrowser /mnt/tmpfs/media # ps | grep hello 1505 root Z < [hello] =============================================== You can see that the hello program has become a zombie process. Browsing the fuse-devel archives led me to believe that this means that the fuse program has lost communication with the fuse kernel module. Is this correct? Where should I start looking. thanks, leif |