search for: in_progress

Displaying 12 results from an estimated 12 matches for "in_progress".

2013 Jul 11
1
remote rsync exit code 0: is this a bug?
...volume becomes full and something odd occurs. I'm not sure why this is different from other cases where we've seen it working. In this case, with --link-dest in use, the sending rsync writes many errors such as: rsync: recv_generator: mkdir "/backup/host/vol/snapshot.2013.07.11.0.in_progress/live/lms/trylesson/toefl" failed: No space left on device (28) *** Skipping any contents from this failed directory *** It then prints: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1042) [sender=3.0.7] and exits with an exit code of 23. Ho...
2016 Jun 20
1
rsync script for snapshot backups
The scripts I use analyze the rsync log after it completes and then sftp's a summary to the root of the just completed rsync. If no summary is found or the summary is that it failed, the folder rotation for that set is skipped and that folder is re-used on the subsequent rsync. The key here is that the folder rotation script runs separately from the rsync script(s). For each entity I want
2007 Dec 13
3
rsync 3.00pre6 segfault in add_dirs_to_tree
Hi All I run rsync in an automated environment and it sometime will crash and leave a core dump file. from core dump, gdb shows that gdb) bt #0 add_dirs_to_tree (parent_ndx=-1, from_flist=0x56c590, dir_cnt=1) at flist.c:1422 #1 0x0000000000409eab in send_file_list (f=16, argc=-1, argv=0x56c238) at flist.c:2068 #2 0x0000000000419052 in client_run (f_in=16, f_out=16, pid=-1, argc=1,
2008 Jun 13
3
Alternative to storing ActiveRecord object in session
I''m writing a wizard-like module in my application where, in a series of steps, the user builds upon an ActiveRecord object, and in the end, saves the AR object into the database. The ActiveRecord object is fairly complex, with a has_many association that could potentially get large, so I don''t want to store it directly in the session. In fact, having done so already caused a
2007 Apr 26
0
Slow Samba
...DOMAIN\ DOMAIN\ 112 Oct 2 2005 DesignData drwxrwxrwx 13 DOMAIN\ DOMAIN\ 4096 Feb 12 11:30 Finance drwxrwxrwx 2 admin admingrp 6 Oct 2 2005 Financeapps drwxrwxrwx 29 admin admingrp 4096 Apr 18 09:04 Furniture drwxrwx--- 1629 DOMAIN\ DOMAIN\ 81920 Apr 19 15:53 In_Progress drwxrwx--- 34 DOMAIN\ DOMAIN\ 4096 Apr 10 17:21 Marketing drwxrwx--- 15 admin admingrp 4096 Apr 19 10:43 Meralta drwxrwxrwx 2 DOMAIN\ DOMAIN\ 78 Mar 31 18:27 NAN_bu_Month-End drwxrwxrwx 2 DOMAIN\ DOMAIN\ 43 Jun 3 2006 OllieBU_MonthEnd drwxrwx--- 223 admin admi...
2011 Jun 19
1
[Bug 8246] New: rsync hangs with --hard-links and unreadable files
https://bugzilla.samba.org/show_bug.cgi?id=8246 Summary: rsync hangs with --hard-links and unreadable files Product: rsync Version: 3.0.7 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: cgdennis at
2012 Jun 05
2
[Bug 8979] New: rsync daemon: High load while skipping hardlinks
https://bugzilla.samba.org/show_bug.cgi?id=8979 Summary: rsync daemon: High load while skipping hardlinks Product: rsync Version: 3.0.5 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: simon.klinkert at
2012 Feb 23
2
testing around_save
I''ve just upgraded to Rails 3.2.1 and I can''t get my specs checking whether or not around_save work anymore. I simply did something like: object.should_receive :around_filter_name object.save.should be_true (Actually, it was slightly more complex, it''s part of a state machine)
2016 Aug 26
0
[PATCH v8 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support
...DMA_INT_STA_ERR) { + dev_warn(fdev->dev, "chan:%d, error:%ld\n", ch_id, ch_err); + fchan->status = DMA_ERROR; + return; + } + + switch (ch_sta) { + case FDMA_CH_CMD_STA_PAUSED: + fchan->status = DMA_PAUSED; + break; + + case FDMA_CH_CMD_STA_RUNNING: + fchan->status = DMA_IN_PROGRESS; + break; + } +} + +static irqreturn_t st_fdma_irq_handler(int irq, void *dev_id) +{ + struct st_fdma_dev *fdev = dev_id; + irqreturn_t ret = IRQ_NONE; + struct st_fdma_chan *fchan = &fdev->chans[0]; + unsigned long int_sta, clr; + + int_sta = fdma_read(fdev, FDMA_INT_STA_OFST); + clr = int...
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
...urn(FAILED); @@ -284,7 +284,7 @@ *p++ = IAC; *p++ = SE; printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); - net_write(fbp->fb_feed, p - fbp->fb_feed); + telnet_net_write(fbp->fb_feed, p - fbp->fb_feed); state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS; break; @@ -309,7 +309,7 @@ *p++ = IAC; *p++ = SE; printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); - net_write(fbp->fb_feed, p - fbp->fb_feed); + telnet_net_write(fbp->fb_feed, p - fbp->fb_feed); break; } Index: libtelnet/encrypt.c ==...
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice, This patchset adds support for the Flexible Direct Memory Access (FDMA) core found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU with a dedicated firmware. It is a general purpose DMA controller supporting 16 independent channels and data can be moved from memory to memory or between memory and paced latency critical real time targets. After quite
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice, This patchset adds support for the Flexible Direct Memory Access (FDMA) core found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU with a dedicated firmware. It is a general purpose DMA controller supporting 16 independent channels and data can be moved from memory to memory or between memory and paced latency critical real time targets. After quite