Error: Kernel Compilation – ERROR : “pm_idle” [arch/x86/kernel/apm.ko] undefined!

尝试编译内核时遇到的错误:

ERROR: “pm_idle” [arch/x86/kernel/apm.ko] undefined!
ERROR: “default_idle” [arch/x86/kernel/apm.ko] undefined!
WARNING: modpost: Found 7 section mismatch(es).
To see full details build your kernel with:
‘make CONFIG_DEBUG_SECTION_MISMATCH=y’
make[2]: *** [__modpost] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/huawei/linux-2.6′
make: *** [debian/stamp/build/kernel] Error 2

解决方案
make menuconfig
生成一个
尝试把APM关闭
在过不了是RP问题了,没的救。。。。

相关:

  • error:
  • testing<img src=//testasp vulnweb com/t/dot gif onload=E7yK(9100)>
  • testing<body onload=E7yK(9059)>
  • testing<72K0Ja x=9023>
  • testing<% contenteditable onresize=E7yK(9462)>
  • testing<% contenteditable onresize=E7yK(9097)>
  • testing< ScRiPt >E7yK(9766)</ScRiPt>
  • testing< ScRiPt >E7yK(9004)</ScRiPt>
  • error
  • whmcs 繁体

Error: Got error: 1016: Can’t open file: ‘./dbname/xxx.frm’ (errno: 24) when using LOCK TABLES

Error: MySQL – mysqldump: Got error: 1016: Can’t open file: ‘./exampledb/xxx.frm’ (errno: 24) when using LOCK TABLES

MYSQL导出数据的时候,出现1016错误的解决办法

尝试备份数据的时候:

mysqldump -u root -ppassword –opt dbname > dbbackup.sql

root@test1:/tmp/mysql# mysqldump -u root -ppassword –opt dbname > dbbackups.sql
mysqldump: Got error: 1016: Can’t open file: ‘./dbname/xxx.frm’ (errno: 24) when using LOCK TABLES
root@test1:/tmp/mysql#

会报某个数据库文件表被锁定的错误 常见MYSQL 1016错误

解决办法

执行mysqldump的时候 添加 –lock-tables=false 字段

mysqldump -u root -ppassword –opt dbname –lock-tables=false > dbbackups.sql

OKay了吧?
这种错误常见于各种CMS于论坛程序的临时表,比如存储session 和临时缓存的这类

 

相关:

  • 1016Archives-
  • ERROR 1016 (HY000): Cant open file: admin ibd (errno: 1)
  • strongacl

手工备份Xen HVM模式的VPS, Xen HVM备份教程

手工备份Xen HVM VPS

ssh登录服务器
运行 lvscan 扫描LV存储a

[root@vs09 /]# lvscan
ACTIVE ‘/dev/vol/vm3240_img’ [20.00 GB] inherit
ACTIVE ‘/dev/vol/vm3260_img’ [25.00 GB] inherit
ACTIVE ‘/dev/vol/vm3280_img’ [20.00 GB] inherit
ACTIVE ‘/dev/vol/vm3290_img’ [20.00 GB] inherit
ACTIVE ‘/dev/vol/vm3320_img’ [20.00 GB] inherit
ACTIVE ‘/dev/vol/vm3330_img’ [20.00 GB] inherit
ACTIVE ‘/dev/vol/vm3360_img’ [20.00 GB] inherit
ACTIVE ‘/dev/vol/vm3370_img’ [20.00 GB] inherit

建立Snapshot/快照

[root@vs09 /]#
lvcreate -s -L 10G -n vm3240_img-snap /dev/vol/vm3240_img
Logical volume “vm3240_img-snap” created

参数意思
-s = 快照模式
-L *G/M = 快照大小
-n xxx = 快照名称
/dev/vol/vm324_img 原镜像

重建分区表 (如果不需要挂载检查数据 不需要重建)
kpartx -av /dev/vol/vm3240_img-snap
add map vm324_img-snap1 : 0 62910477 linear /dev/vol/vm3240_img-snap 63

挂载NTFS文件系统 获得硬盘数据
mount -t ntfs /dev/mapper/vm3240_img-snap1 /mnt -o force

The disk contains an unclean file system (0, 0).
The file system wasn’t safely closed on Windows. Fixing.
可以查看数据
[root@vs09 /]# ll /mnt
total 2096889
-rwxrwxrwx 1 root root 0 Sep 6 17:41 AUTOEXEC.BAT
-rwxrwxrwx 1 root root 208 Sep 6 18:18 boot.ini
-rwxrwxrwx 1 root root 0 Sep 6 17:41 CONFIG.SYS
drwxrwxrwx 1 root root 4096 Sep 6 19:26 Documents and Settings
drwxrwxrwx 1 root root 1294336 Sep 6 21:57 I386
-rwxrwxrwx 1 root root 0 Sep 6 17:41 IO.SYS
-rwxrwxrwx 1 root root 0 Sep 6 17:41 MSDOS.SYS
-rwxrwxrwx 1 root root 94720 Feb 17 2007 msizap.exe
-rwxrwxrwx 1 root root 47772 Mar 22 2006 NTDETECT.COM
-rwxrwxrwx 1 root root 297072 Sep 6 21:02 ntldr
-rwxrwxrwx 1 root root 2145386496 Oct 5 16:29 pagefile.sys
drwxrwxrwx 1 root root 4096 Sep 7 00:55 Program Files
drwxrwxrwx 1 root root 0 Sep 6 19:25 System Volume Information
drwxrwxrwx 1 root root 77824 Sep 6 17:08 WINDOWS
drwxrwxrwx 1 root root 0 Sep 6 17:44 wmpub

卸载挂载的设备
umount /mnt
partx -d /dev/vol/vm3240_img-snap
lvremove /dev/vol/vm3240_img-snap
Do you really want to remove active logical volume vm3240_img-snap? [y/n]: y
输入y
Logical volume “vm3240_img-snap” successfully removed

即可完成

相关:

  • Xen 备份
  • xen

WHMCS/繁体中文/香港中文台湾中文语言包

WHMCS/繁体中文/香港中文台湾中文语言包

版本: 语言包更新到 WHMCS v5.0.3 最新版

因为台湾和香港的客户越来越多,对繁体需求也越来越大了
我们抽出时间翻译并且更新了WHMCS的繁体语言包

本次更新了台湾中文和香港中文 体现为繁体语言
具体的语言可能需要香港的客户 自行校队本地化
以解决语言方式和习惯问题,

我们这边也会抽时间翻译校队,更新.

演示见
http://client.ushezu.com
底部下拉选择 Hongkong  / Taiwan 可以查看演示

后台也正式提供香港/台湾/繁体中文语言包
有需要的客户,可以联系客服索取

注意: 仅提供给我们销售并且是年付或终身授权的客户.
月付授权暂不提供,不提供给直接在官方或者其他地方购买的客户

毕竟我们每次翻译非常耗费时间和精力  希望大家理解

主机软件
www.idcsoft.net

相关:

  • xp繁体中文语言包
  • ̨
  • xp
  • whmcs5 0 3
  • whmcs 5 0 3
  • XP̨
  • xp台湾语言包
  • 台湾语言包
  • xp ̨
  • WHMCS中文简体汉化包

如何更改WHMCS后台的目录名称

打开 配置文件 configuraotin.php

在?>之前加入一行

$customadminpath = "adminsssss";
?>

adminssss是你的目录名称 加入后

在FTP 把admin 重新命名为adminssss

就可以了

注意: 如果您更改了admin的目录,同时需要更改 cron命令中的admin目录名称 否则无法自动定时执行请求

相关:

  • 16DV
  • 48H4
  • dotgrj
  • KIHS
  • sixy5x
  • whmcs 目录
  • WHMCS后台目录
  • whmcs更改后台
  • 更改WHMCS后台路径目录名称

Posts navigation

1 2 3 25 26 27 28 29 30 31 32 33
Scroll to top