[Bug 1749961] Re: xhci_hcd: TRB DMA errors reported with ASMedia ASM1142 USB 3.1 Controller

2018-10-05 Thread Roy Thompson
Hi Guilherme,

Thanks for the response. I have several (3) quad port ASMedia 2142
PCIe/USB 3.1 cards installed in a Dell R740 rack server.  I am using the
standard Ubuntu 18.04 kernel (Linux dell-PowerEdge-R740
4.15.0-36-generic #39-Ubuntu SMP Mon Sep 24 16:19:09 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux).

For one of my applications, it runs a loop that opens and closes a high
speed connection to a USB device connected through the ASMedia board.
After this goes on for several minutes without any issues, I see this in
dmesg:

[Oct 5 10:12] xhci_hcd :be:00.0: WARN Set TR Deq Ptr cmd failed due to 
incorrect slot or ep state.
[  +3.418076] xhci_hcd :be:00.0: WARN Successful completion on short TX
[  +0.35] xhci_hcd :be:00.0: ERROR Transfer event TRB DMA ptr not part 
of current TD ep_index 12 comp_code 1
[  +0.03] xhci_hcd :be:00.0: Looking for event-dma 001fe9759610 
trb-start 001fe9759620 trb-end 001fe9759620 seg-start 001fe9759000 
seg-end 001fe9759ff0

This is then followed shortly after by several kernel dump messages, and
then the whole system starts behaving erratically, requiring a hard
reboot to recover.

The condition is easy for me to reproduce and I will happily provide any
logs that may be of use to help debug this.  Please just let me know
what you would like and how to get them (as I am not a kernel expert).

Thanks,
Roy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1749961

Title:
  xhci_hcd: TRB DMA errors reported with ASMedia ASM1142 USB 3.1
  Controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1749961/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1749961] Re: xhci_hcd: TRB DMA errors reported with ASMedia ASM1142 USB 3.1 Controller

2018-10-04 Thread Roy Thompson
I am running into this same issue with an ASMedia 2142 USB board.  Was a
fix ever identified?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1749961

Title:
  xhci_hcd: TRB DMA errors reported with ASMedia ASM1142 USB 3.1
  Controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1749961/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-09-04 Thread Roy Thompson
Mine has now been running fine for 3 days with no errors (it would
previously fail within 12 hours of startup).  I am NOT using the
--nohousekeeper flag.

I can only conclude at the moment that whatever wonky EIT data was being
received, which triggered the issue, is now no longer being broadcast?

Roy

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-08-31 Thread Roy Thompson
This is a log file with -v important,eit,siparser
snippet just before sql error appears again:

QSqlQuery::exec: empty query
2009-08-31 17:11:02.522 PESPacket: Failed CRC check 0x22161100 != 0xc3bfa4b5 
for StreamID = 0x70
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
2009-08-31 17:11:03.181 EITScanner (1): Added 28 EIT Events
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
222-22MM-22dd 22hh:22mm:22ss.22zzz DB Error (Update next_record):
Query was:
UPDATE record SET next_record = '-00-00T00:00:00' WHERE recordid = 
:RECORDID;
Bindings were:
:RECORDID=143
Driver error was [2/1064]:
QMYSQL3: Unable to execute query
Database error was:
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near ':RECORDID' at line 1

full log file attached.
observations: can't see anything particularly different just before that error 
happens.  There are lots of PESPacket: Failed CRC check messages, but those 
happened from soon after backend is started up not just when it fails.
After it starts to happen, all messages are prefixed with 222-22MM-22dd 
22hh:22mm:22ss.22zzz rather than the correct date+timestamp.


** Attachment added: mythbackend.log.gz
   http://launchpadlibrarian.net/31081707/mythbackend.log.gz

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-08-30 Thread Roy Thompson
@Kelvinelk

I use EIT only, no mythfilldatabase.

I have a log from it falling over last night, with bind values
displayed, here is the first error message:

222-22MM-22dd 22hh:22mm:22ss.22zzz DB Error (Looking up chanID):
Query was:
SELECT chanid, useonairguide FROM channel, dtv_multiplex WHERE serviceid
= :SERVICEID   AND   networkid= :NETWORKID   AND   transportid  
= :TRANSPORTID AND   channel.mplexid  = dtv_multiplex.mplexid AND 
channel.sourceid = :SOURCEID
Bindings were:
:NETWORKID=9018, :SERVICEID=23680, :SOURCEID=2, :TRANSPORTID=20480
Driver error was [2/1064]:
QMYSQL3: Unable to execute query
Database error was:
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near ':SERVICEID   AND   
networkid= :NETWORKID   AND   transportid' at line 1

After this it looks like every SQL statement fails and the backend is
unresponsive from the frontend or mythweb.

Full log attached.  Warning:it is 6 meg when uncompressed.

I can't see anything wrong with this query and it runs fine if I run it
in mysql, although it does not return any rows.

Roy

** Attachment added: mythbackend log
   http://launchpadlibrarian.net/31005328/mythbackend.log-20090830.gz

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-08-29 Thread Roy Thompson
hey all,  fyi I have rebuilt my mythtv from the 2.1 fixes branch with
the new DBError function from trunk to see if printing out the bind
values helps with diagnosing it.

I am still getting the problem every night so hopefully should have a
better error message tomorrow.

Roy

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-08-27 Thread Roy Thompson
Just a note that --nojobqueue did NOT solve it for me.
It happened again last night.

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-08-26 Thread Roy Thompson
I've started to get this issue in the last two weeks as well.
mythbackend failing about every other day. Did you try .22?

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 330272] Re: mythbackend silently fails with QSqlQuery::exec: empty query

2009-08-26 Thread Roy Thompson
I get very similar error message, yes, that is how I found this bug too.


222-22MM-22dd 22hh:22mm:22ss.22zzz DB Error 
(JobQueue::CleanupOldJobsInQueue: Error deleting old finished jobs.):
Query was:
DELETE FROM jobqueue WHERE (status in (:FINISHED, :ABORTED, :CANCELLED) AND 
statustime  :DONEPURGEDATE) OR (status in (:ERRORED) AND statustime  
:ERRORSPURGEDATE)
Driver error was [2/1064]:
QMYSQL3: Unable to execute query
Database error was:
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near ':FINISHED, :ABORTED, 
:CANCELLED) AND statustime  :DONEPURGEDATE) OR (status in ' at line 1

222-22MM-22dd 22hh:22mm:22ss.22zzz DB Error (HouseKeeper Cleaning TVChain 
Table):
Query was:
SELECT DISTINCT chainid FROM tvchain WHERE endtime  :FOURHOURSAGO ;
Driver error was [2/1064]:
QMYSQL3: Unable to execute query
Database error was:
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near ':FOURHOURSAGO' at line 1



I have a confession to make:  my mythbackend is running on gentoo, not
ubuntu!!  I know know, I should log it with gentoo and/or mythtv, but
this is the only reference I found to this on google felt heartened that
I found someone else with the same issue.

My frontend and backend are on the same box, but I do have a real IP
address set rather than 127.0.0.1 because I also use mythbackend as a
upnp server.

I do use EIT with DVB-T, adapter is Hauppauge Nova-T Stick.

I am trying out --nojobqueue to see what happens...
Roy

-- 
mythbackend silently fails with QSqlQuery::exec: empty query
https://bugs.launchpad.net/bugs/330272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 259024] Re: avelsieve forget rules

2008-11-25 Thread Roy Thompson
I have tested this patch under Ubuntu 8.10 with avelsieve 1.9.7-2
installed and can confirm this fixes it for me.

I have also created a ticket in the avelsieve trac for this issue to try and 
join all the dots on this one.
http://email.uoa.gr/avelsieve/ticket/247

-- 
avelsieve forget rules
https://bugs.launchpad.net/bugs/259024
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs