是否可以从 .tar 备份中恢复单个文件?我不想恢复总备份。我只想从备份中恢复一个文件。
今天看到一篇关于 GNOME Shell 扩展的文章,让我想到了几个可能适用于 Unity 中的许多用户的问题:
GNOME Shell 扩展是否与 Unity 兼容?
我可以从https://extensions.gnome.org/网站将它们直接安装到 Unity吗?
如果 2 为否,是否有类似的 Unity 想法正在开发中?
我正在尝试在 Ubuntu 12.04 上编译Linux From Scratch 内核 7.1版,在虚拟机内部运行。
我已经成功完成了本教程的一部分,但是当我到达步骤 5.7:构建 Glibc-2.14.1 时,我在 make 时遇到错误。
In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:0
../misc/syslog.c: In function '__vsyslog_chk':
../misc/syslog.c:144:9: warning: variable 'prioff' set but not used [-Wunused-but-
set-variable
../misc/syslog.c:123:1: sorry, unimplemented: inlining failed in call to 'syslog':
function body not available.
../misc/syslog.c:155:9: sorry, unimplemented: called from here
make[2]: *** [/mnt/lfs/sources/glibc-build/misc/syslog.o] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.14.1/misc'
make[1]: *** [misc/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.14.1'
make: ***[all] Error 2
Run Code Online (Sandbox Code Playgroud)
经过一番谷歌搜索,我看到了一个提交的错误报告:http : //sourceware.org/bugzilla/show_bug.cgi? …
我们一直在尝试在 12.04 64 位上构建 LFS 系统。在 的配置阶段glibc,我收到错误
配置:错误:需要带有 -z relro 支持的链接器
如何启用 RELRO 支持?
/media/lfs/sources/glibc-build$ ../glibc-2.15/configure \
> --prefix=/tools \
> --host=$LFS_TGT \
> --build=$(../glibc-2.15/scripts/config.guess) \
> --disable-profile \
> --enable-add-ons \
> --enable-kernel=2.6.25 \
> --with-headers=/tools/include \
> libc_cv_forced_unwind=yes \
> libc_cv_ctors_header=yes \
> libc_cv_c_cleanup=yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-lfs-linux-gnu
checking for x86_64-lfs-linux-gnu-gcc... x86_64-lfs-linux-gnu-gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking …Run Code Online (Sandbox Code Playgroud)