Ubuntu18.04系统执行语句时出现错误Failed to load module "canberra-gtk-module"

Ubuntu18.04系统执行gnuradio-companion时,命令行提示错误Failed to load module "canberra-gtk-module",虽然看起来不影响使用,但是总觉得别扭。

解决办法:命令行输入:

sudo apt install libcanberra-gtk-module

原文地址:https://www.cnblogs.com/jsdy/p/11428925.html

时间: 2024-07-31 12:12:36

Ubuntu18.04系统执行语句时出现错误Failed to load module "canberra-gtk-module"的相关文章

hive执行query语句时提示错误:org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.io.IOException:

hive> select product_id, track_time from trackinfo limit 5; Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks is set to 0 since there's no reduce operator org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.io.IOEx

hive运行query语句时提示错误:org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.io.IOException:

hive> select product_id, track_time from trackinfo limit 5; Total MapReduce jobs = 1 Launching Job 1 out of 1 Number of reduce tasks is set to 0 since there's no reduce operator org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.io.IOEx

hadoop中执行命令时发生错误

通过一下方式找到错误的原因,开启hadoop的调试信息 [[email protected] bin]# export HADOOP_ROOT_LOGGER=DEBUG,console 这样在执行命令时,可以通过error字样定位执行命令时产生错误的原因 [[email protected] bin]# ./hadoop fs -mkdir test14/10/08 11:17:55 DEBUG util.Shell: setsid exited with exit code 014/10/08

sql server在执行批处理时出现错误。错误消息为: 目录名无效

今天在客户服务器上的sql server上执行脚本,报错提示“在执行批处理时出现错误.错误消息为:目录名无效”,第一反应就是客户是不是在服务器装了360,因为之前有类似问题,360把数据库的文件给隔离了导致出错.的确,客户装了360.然后找了下解决方案,找到了解决方案,特别记录下来. C:\Users\Administrator\AppData\Local\Temp\  下新建 文件夹 命名为2 即可..

eclipse启动时弹出Failed to load the JNI shared library jvm.dll的Java错误

原因1:给定目录下jvm.dll不存在. 对策:(1)重新安装jre或者jdk并配置好环境变量.(2)copy一个jvm.dll放在该目录下. 原因2:eclipse的版本与jre或者jdk版本不一致 对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位. 原因2的概率更大一些,原因1不太可能发生 eclipse启动时弹出Failed to load the JNI shared library jvm.dll的Java错误,布布扣,bubuko.com eclipse

WAVSEP在Linux系统中部署时常见错误

使用Tomcat部署时常见错误 环境:Debian7 , tomcat7, WAVSEP v1.5 安装时提示: javax.servlet.ServletException: java.sql.SQLException: Database 'db/WavsepConfigDB'  not found 原因: tomat用户没有写入根目录的权限. 解决办法: 以root身份运行,在根目录建立db目录并将所有权授予tomcat用户. #mkdir /db #chown -R tomcat:tomc

拼接SQL执行语句时,对单引号的处理

例: declare @SQL nvarchar(1000); declare @str nvarchar(100); set @str='Joe''s NB'; // 打印出来的应该是这样:Joe's NB set @SQL='select * from table where t1=''' + @str + ''''; print(@SQL); // 打印SQL语句看看是否正确 exec (@SQL); ============================================

【软件安装故障排除】安装完PyCharm,启动时弹出"Failed to load JVM DLL\bin\server\jvm.dll"解决方案

问题描述:打开PyCharm时,弹出"Failed to load JVM DLL\bin\server\jvm.dll   if you already have a 32-bit JDK install...." 解决方案: 别人的解决方案: (1)安装Microsoft Visual C++ 2010 Redistributable Package : (2)然后再运行pycharm: (3)问题解决. 但经检查我电脑上之前就已经成功安装了Microsoft Visual C++

数据库执行语句时,严重注意类型转换的问题

这次上线遇到一个bug,导致回滚.定位到问题,发现是sql执行时一个语句坑了. 简单说下,就以update语句为例. 创建一个表: CREATE TABLE `test_01` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'auto incr id', `a_id` varchar(50) NOT NULL DEFAULT ' ' COMMENT 'aid', `a_name` varchar(50) NOT NULL DEFAULT '