All of lore.kernel.org
 help / color / mirror / Atom feed
* What am I doing wrong?
@ 2008-05-16 11:25 Paul Gardiner
  2008-05-16 11:43 ` Michael J Gruber
  2008-05-16 12:23 ` Johannes Schindelin
  0 siblings, 2 replies; 17+ messages in thread
From: Paul Gardiner @ 2008-05-16 11:25 UTC (permalink / raw)
  To: git; +Cc: lists

I create the initial repository with

     git-clone /<full-path>/<name>.git/ <folder>

That works fine, but then I can't fetch. git-fetch gives the error
"fatal: 'origin': unable to chdir or not a git archive"
"fatal: The remote end hung up unexpectedly"

P.

^ permalink raw reply	[flat|nested] 17+ messages in thread
* What am i doing wrong?
@ 2009-10-28 17:33 Neil Jones
  2009-10-29 11:48 ` Mark Brown
  2009-10-29 12:45 ` jassi brar
  0 siblings, 2 replies; 17+ messages in thread
From: Neil Jones @ 2009-10-28 17:33 UTC (permalink / raw)
  To: alsa-devel

Im developing ASoC Driver for an SoC (I2S based).

When testing playback with aplay, I get 1 buffers worth of data played
back (10 periods) then playback stops due to a XRUN when my dma list
wraps back to the start because the available data >= stop_threshold ??

Here are my logs, interrupts are occurring at the correct time and my
buffer pointer increments by period size each time.

Any help would be appreciated

Aplay log:

# /usr/bin/aplay -vvv /var/sample96KHz_edit.wav
Playing WAVE '/var/sample96KHz_edit.wav' : Signed 16 bit Little Endian,
Rate 96000 Hz, Stereo
Plug PCM: Route conversion PCM (sformat=S16_LE)
  Transformation table:
    0 <- 0*0.5 + 1*0.5
Its setup is:
  stream       : PLAYBACK
  access       : RW_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 2
  rate         : 96000
  exact rate   : 96000 (96000/1)
  msbits       : 16
  buffer_size  : 48000
  period_size  : 4096
  period_time  : 42666
  tstamp_mode  : NONE
  period_step  : 1
  avail_min    : 4096
  period_event : 0
  start_threshold  : 48000
  stop_threshold   : 48000
  silence_threshold: 0
  silence_size : 0
  boundary     : 1572864000
Slave: Hardware PCM card 0 'Metamorph-Base' device 0 subdevice 0
Its setup is:
  stream       : PLAYBACK
  access       : MMAP_INTERLEAVED
  format       : S16_LE
  subformat    : STD
  channels     : 1
  rate         : 96000
  exact rate   : 96000 (96000/1)
  msbits       : 16
  buffer_size  : 48000
  period_size  : 4096
  period_time  : 42666
  tstamp_mode  : NONE
  period_step  : 1
  avail_min    : 4096
  period_event : 0
  start_threshold  : 48000
  stop_threshold   : 48000
  silence_threshold: 0
  silence_size : 0
  boundary     : 1572864000
Max peak (8192 samples): 0x00002594 ######               29%
Max peak (8192 samples): 0x00000df8 ###                  10%
Max peak (8192 samples): 0x00007fff #################### 99%
Max peak (8192 samples): 0x00006074 ################     75%
Max peak (8192 samples): 0x00003bff ##########           46%
Max peak (8192 samples): 0x00003e7b ##########           48%
Max peak (8192 samples): 0x00001abf #####                20%
Max peak (8192 samples): 0x000009e0 ##                   7%
Max peak (8192 samples): 0x000067df #################    81%
Max peak (8192 samples): 0x00001b45 #####                21%
Max peak (8192 samples): 0x00000b91 ##                   9%
Max peak (5888 samples): 0x000044a5 ###########          53%
underrun!!! (at least 83.448 ms long)
Status:
  state       : XRUN
  trigger_time: 4784.5629989
  tstamp      : 4784.88220967
  delay       : 0
  avail       : 48000
  avail_max   : 48000


Kernel Log:

PCM DMA IRQ: status 100000, timestamp 4483380 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x1000/0x1000/0xbb80, hwptr=0x0, hw_base=0x0, hw_intr=0x0
PCM DMA IRQ: status 120000, timestamp 4483430 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x2000/0x1000/0xbb80, hwptr=0x1000, hw_base=0x0, hw_intr=0x1000
PCM DMA IRQ: status 120000, timestamp 4483480 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x3000/0x1000/0xbb80, hwptr=0x2000, hw_base=0x0, hw_intr=0x2000
PCM DMA IRQ: status 120000, timestamp 4483530 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x4000/0x1000/0xbb80, hwptr=0x3000, hw_base=0x0, hw_intr=0x3000
PCM DMA IRQ: status 120000, timestamp 4483580 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x5000/0x1000/0xbb80, hwptr=0x4000, hw_base=0x0, hw_intr=0x4000
PCM DMA IRQ: status 120000, timestamp 4483630 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x6000/0x1000/0xbb80, hwptr=0x5000, hw_base=0x0, hw_intr=0x5000
PCM DMA IRQ: status 120000, timestamp 4483680 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x7000/0x1000/0xbb80, hwptr=0x6000, hw_base=0x0, hw_intr=0x6000
PCM DMA IRQ: status 120000, timestamp 4483730 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x8000/0x1000/0xbb80, hwptr=0x7000, hw_base=0x0, hw_intr=0x7000
PCM DMA IRQ: status 120000, timestamp 4483790 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x9000/0x1000/0xbb80, hwptr=0x8000, hw_base=0x0, hw_intr=0x8000
PCM DMA IRQ: status 120000, timestamp 4483840 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0xa000/0x1000/0xbb80, hwptr=0x9000, hw_base=0x0, hw_intr=0x9000
PCM DMA IRQ: status 120000, timestamp 4483890 ms, 
ALSA sound/core/pcm_lib.c:250: period_update: pcmC0D0p:0:
pos=0x0/0x1000/0xbb80, hwptr=0xa000, hw_base=0x0, hw_intr=0xa000
ALSA sound/core/pcm_lib.c:160: XRUN: pcmC0D0p:0
-
This message is subject to Imagination Technologies' e-mail terms: http://www.imgtec.com/e-mail.htm

Imagination Technologies Ltd is a limited company registered in England No:  1306335 
Registered Office: Imagination House, Home Park Estate, Kings Langley, Hertfordshire, WD4 8LZ.  

Email to and from the company may be monitored for compliance and other administrative purposes.  
-

^ permalink raw reply	[flat|nested] 17+ messages in thread
* What am I doing wrong?
@ 2015-07-11 17:52 Ed Tomlinson
  0 siblings, 0 replies; 17+ messages in thread
From: Ed Tomlinson @ 2015-07-11 17:52 UTC (permalink / raw)
  To: linux-btrfs

Hi

This process used to work.  I am not sure what is going wrong now and/or 
what requirements have changed.  I'd really appriecate another set of eyes 
looking at this.

The sending volume has:
# btrfs subvol list -pqu /snap 
ID 258 gen 416417 parent 5 top level 5 parent_uuid - uuid 
6447cef2-9b1a-c146-8dc3-b759ed2dd694 path homevol
ID 749 gen 399865 parent 258 top level 258 parent_uuid 
6447cef2-9b1a-c146-8dc3-b759ed2dd694 uuid 
c309c50a-8558-a242-86bd-d64b7f6ca0cd path homevol/backup
ID 750 gen 401012 parent 258 top level 258 parent_uuid 
6447cef2-9b1a-c146-8dc3-b759ed2dd694 uuid 
d29ffd19-8ca1-e248-ace0-fc174902f1f3 path 
homevol/backup.2015-27-6_07-04_22:00

The recieving volume has:
# btrfs subvol list -pquR /backup | grep 
c309c50a-8558-a242-86bd-d64b7f6ca0cd
ID 3698 gen 3116 parent 5 top level 5 parent_uuid - received_uuid 
c309c50a-8558-a242-86bd-d64b7f6ca0cd uuid 
18a46efa-3cc3-4742-925e-ea0681709592 path home/backup

But send/recieve is not working:
#  btrfs send -ve -p homevol/backup homevol/backup.2015-27-6_07-04_22:00 | 
btrfs receive -v /backup/home
At subvol homevol/backup.2015-27-6_07-04_22:00
At snapshot backup.2015-27-6_07-04_22:00
receiving snapshot backup.2015-27-6_07-04_22:00 
uuid=d29ffd19-8ca1-e248-ace0-fc174902f1f3, ctransid=401012 
parent_uuid=cb3ad856-ca0f-f744-b7c3-b33f2d5bc8d3, parent_ctransid=399865
ERROR: could not find parent subvolume

Yet the subvol homevol/backup has been sent (full) to and exists on /backup 
filesystem as can be seen in the two subvol lists, yet send/recieve cannot 
seem to find it for an incremental backup.  

Why?

TIA
Ed Tomlinson

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-07-11 17:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 11:25 What am I doing wrong? Paul Gardiner
2008-05-16 11:43 ` Michael J Gruber
2008-05-16 12:32   ` Paul Gardiner
2008-05-16 12:43     ` Michael J Gruber
2008-05-16 13:28       ` Paul Gardiner
2008-05-16 13:40         ` Johannes Schindelin
2008-05-16 14:44           ` Michael J Gruber
2008-05-16 21:16             ` Paul Gardiner
2008-05-16 14:56           ` Paul Gardiner
2008-05-16 17:17             ` Kevin Ballard
2008-05-16 21:11               ` Paul Gardiner
2008-05-16 12:23 ` Johannes Schindelin
2008-05-16 12:34   ` Paul Gardiner
  -- strict thread matches above, loose matches on Subject: below --
2009-10-28 17:33 What am i " Neil Jones
2009-10-29 11:48 ` Mark Brown
2009-10-29 12:45 ` jassi brar
2015-07-11 17:52 What am I " Ed Tomlinson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.