问题: Error: Driver ‘pcspkr’ is already registered, aborting… 解决: [root@reistlin.com ~]# echo "blacklist snd-pcsp" >> /etc/modprobe.d/alsa-base-blacklist…
[故障|监听]TNS-12518.TNS-00517和 Linux Error:32:Broken pipe 1.1  BLOG文档结构图 1.2  前言部分 1.2.1  导读和注意事项 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你所不知道的知识,~O(∩_∩)O~: ① Linux Error: 32: Broken pipe的可能原因(重点) ② TNS-12518: TNS:listener could not hand off client connectio…
Linux error numbers, straight from the horse's mouth. #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR 4 /* Interrupted system call */ #define EIO 5 /*…
In this post I will describe the process of installing OpenCV(both versions 2.4.2 and 2.4.3) on Debian Linux (especially Debian-6). After installing, we will do some tests to verify the installation and also see some examples. As I was trying to inst…
https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux Your Debian Linux installation may include multiple python versions and thus also include multiple python binary executables. You can run the following l…
Kali 2019(debian linux)安装MySql5.7.x MySQL安装 确认是否安装MySQL 终端输入:mysql 如出现Welcome to the MariaDB monitor.  Commands end with ; or \g.则说明已经安装 如出现如下错误:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2),…
最近一周,有一台ORACLE数据库服务器的监听服务在凌晨2点过几分的时间点突然崩溃,以前从没有出现过此类情况,但是最近一周出现了两次这种情况,检查时发现了如下一些信息: $ lsnrctl services   LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 12-DEC-2014 08:22:34   Copyright (c) 1991, 2007, Oracle.  All rights reserved.   Connectin…
在Linux服务器(虚拟机)上使用fdisk添加分区.格式化分区后,遇到了Linux Error: 22: Invalid argument错误,操作步骤如下所示 [root@oracle-server ~]# echo "- - -" > /sys/class/scsi_host/host0/scan [root@oracle-server ~]# fdisk -l   Disk /dev/sda: 584.6 GB, 584646328320 bytes 255 heads,…
TNS-12547 Linux Error: 104: Connection reset by peer 解决过程参考:http://blog.chinaunix.net/u/7121/showart_403812.html [oracle@MyMachine log]$ lsnrctl startLSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-JUN-2009 09:53:26 Copyright (c) 1991, 2005,…
I Debian Linux 方法有两种,一是图形界面方式设置,一是命令行设置: A. 图形界面方式: GNOME桌面下:打开“系统主菜单“,选择”系统>系统管理>登录窗口”,在弹出的窗口中点“安全”选项页,选择“允许本地管理员登录“,点确定即可.完成. B. 命令行方式:(未测试过,不推荐新手用)# grep 'AllowRoot' /etc/kde3/kdm/kdmrc AllowRootLogin=true # grep 'AllowRoot' /etc/gdm/gdm.conf All…
Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011解决办法: John 25 Apr 2012 9:03 AM      Yes thanks.  We were having this issue when importing a solution out of our development system that co…
还是没有接触到怎么控制硬件,但是在书里看到了一个挺巧妙的环形缓冲区实现. 此环形缓冲区实际为一个大小为bufsize的一维数组,有一个rp的读指针,一个wp的写指针. 在数据满时写进程会等待读进程读取数据,数据为空时读进程会等待写进程写入数据. 在上次代码上改的,所以名字还是ioctldemo ioctldemo.c #include <linux/module.h> #include <linux/init.h> #include <linux/stat.h> #in…
启动监听程序报错: 说明:在rhel5.8上安装完成oracle11g数据库后,使用netca创建完监听,启动监听时报错.还未使用dbca创建实例. [oracle@rusky-oracle11g ~]$ lsnrctl start LSNRCTL :: Copyright (c) , , Oracle. All rights reserved. Starting /u01/app/oracle/product/11.2.0.1/db_1/bin/tnslsnr: please wait...…
Unix/Linux版本众多,我们推荐Unix/Linux初学者选用几款典型的Unix/Linux操作系统进行学习. 1.广义的Debian是指一个致力于创建自由操作系统的合作组织及其作品,由于Debian项目众多内核分支中以Linux宏内核为主,而且 Debian开发者 所创建的操作系统中绝大部分基础工具来自于GNU工程,因此 "Debian" 常指DebianGNU/Linux. 2. 创建一个虚拟机 3.我们定制workstation10.0 4.我们选择稍后安装操作系统 5.我…
今天是2014-06-17.遇到一个很奇怪的问题,可能之前測试改动监听的原因,导致监听启动后自己主动关闭,特此记录一下整个处理过程, 监听配置文件信息例如以下: [oracle@dg1 admin]$ more listener.ora # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora # Generated by Oracle…
安装最新版本Emqtt,参照官方文档安装后,执行报错: Linux error while loading shared libraries libsctp.so.1: cannot open shared object file: No such file or directory 从互联网上找到了一些文章, 解决了我的问题,这里整理贴一下,类似的问题应该都可以参照解决. 1.先在本地查找一下文件 命令:wheris libsctp.so.1 先查找一下本地是否存在文件,如果存在的话,直接跳到…
问题1现象 数据导出脚本执行失败,报错如下 ORA-12537 到服务器上查看,报错: [oracle@test ~]$ lsnrctl status LSNRCTL - Production on -APR- :: Copyright (c) , , Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=)) TNS-: TNS:no listener TNS-: TNS:protocol…
下午有个测试环境测试人员反馈oracle监听起不来,一启动就报错,还生成了core文件.如下: [oracle@localhost ~]$ lsnrctl start LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 03-SEP-2018 17:15:37 Copyright (c) 1991, 2009, Oracle. All rights reserved. Starting /home/oracle/product/11.2.0…
TNS-12518: TNS:listener could not hand off client connection TNS-12536: TNS:operation would block  TNS-12560: TNS:protocol adapter error   TNS-00506: Operation would block    Linux Error: 11: Resource temporarily unavailable It turns out the Linux Er…
/**************************************************************************** * hacking a friend's Linux buzzer driver in OK335xS * 说明: * 解读朋友的Linux buzzer驱动,作为后续相关编码的参考. * * 2015-8-25 晴 深圳 南山平山村 曾剑锋 **************************************************…
raised exception class TDBXError with message 'DBX Error:  Driver could not be properly initialized.  Client library may be missing, not installed properly, of the wrong version, or the driver may be missing from the system path.'. http://docwiki.emb…
一台Oracle数据库服务器在关机重启后,Oracle监听无法启动,提示错误 Linux error:no space left on device 提示可知:问题是出在磁盘空间不足 但是初步查看分区时,发现该分区下仍有足够空间剩余. 进一步分析: Linux系统中对磁盘空间的占用分为三个部分: 1.物理磁盘空间 df 2.inode节点所占用的磁盘空间   df -i ,更详细的可以通过 stat 命令查看. 3.Linux用来存放信号量的空间 经过上述排查下来,发现是inode占满所致,找到…
现在,想不起来为什么ORACLE的监听,怎么就突然无法起来了呢. 好吧,问题反正就是发生了. lsnrctl start 遇到如下错误, LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-JUN-2011 08:16:19 Copyright (c) 1991, 2005, Oracle.  All rights reserved. Starting /home/oracle/oracle/product/10.2.0/db_1//…
[oracle@phydb admin]$ lsnrctl startLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 15-SEP-2014 02:33:08Copyright (c) 1991, 2009, Oracle.  All rights reserved.Starting /home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...TN…
Linux Device Driver 学习(1) 一.搭建虚拟机开发环境 1.选择虚拟机VirtualBox,官网下载.deb包安装: VirtualBox Linux 5.1.6 下载fedora 24 workstation iso镜像 Fedora 24 WorkStation 具体虚拟机的安装和Fedora的安装,这里不再详细描述,可以自己在网上找到. 第一次使用Fedora,估计也有很多坑. 特别的,如果使用Ubuntu在安装的时候如果没选择安装源码,则在/usr/src下虽然可以看…
RISC-V工具链环境(基于Debian/Linux操作系统) 提要 Debian/Linux虚拟机导入 启动虚拟机 SiFive/Nuclei SDK运行指南 Debian/Linux虚拟机存储位置 链接: 百度网盘 提取码: xe1c Debian/Linux虚拟机导入 导入虚拟机 选择虚拟机文件 硬件配置(默认即可) 等待导入完成 启动虚拟机 初次启动前的配置:内存/共享目录 启动虚拟机(注意用户与密码) SiFive/Nuclei SDK运行指南 SiFive SDK编译执行指南 Nuc…
Program for Linux USB-devices driver 開始啃硬骨头~ 这里我打算一步步给出USB device driver 的demo.希望有心能可以共同交流学习. 希望认识很多其它对Linux有兴趣的geek. 眼下因为环境和自身能力方面原因还没能做实物的測试,篇章的最后打算给出一个在x86上模拟USB读写的driver.以后可以做实物測试之后再更新this blog 我的联系方式: jasonleaster@gmail.com(因为偶不能登QQ,所以thunder bi…
how to write your first linux device driver 0. environment-ubuntu 1804 64bit 1. apt-get install linux-headers-$(uname -r) 2. code hello.c #include <linux/init.h> #include <linux/module.h> MODULE_LICENSE("Dual BSD/GPL"); static int he…
报错现象 今天给客户一个单实例环境配置监听,创建正常,查询状态异常报错 tns tns tns linux error :connection refused 匹配MOS Starting TNS Listener or LSNRCTL Start Yields TNS-, Linux Error: : Connection Refused (文档 ID 343295.1) >lsnrctl status Any of the following listener error stacks mi…
linux  Error downloading packages free   0      * needed 71 k 原因:硬盘空间不足 查看磁盘大小 /]# df -hl 从/主目录开始搜索,查看占用磁盘大的 # du -sh * 最后发现jenkins目录下占用过高 cd /var/lib/Jenkins 搜索jenkins的目录,然后准备进行删除 cd / find -name Jenkins rm -rf /etc/sysconfig/Jenkins rm -rf /etc/rc.…