|
From: c p <the...@gm...> - 2012-06-15 13:43:08
|
Hello, We use MOXA USB->Serial adapter with home compile driver on dl1.4 I just use insmod during init without any problem I want to upgrade my dl to 1.6.1 and try to compile MOXA driver For that I install dl1.6.1 on Virtualbox and follow documentation (for v 1.4) - Install lfssystem-for-DL-1.6/lfssystem32.1.1.tar.xz - Make the initial check out - Getting updates - ./update_src without problem. - cr - cd build - install MOXA driver source on tmp - cd mxuport - make and I have problem with `uname -r` version on cr env., the command report 3.2.0 and the make cannot find lib/modules/3.2.0/build . the only directory found on /lib/modules is 3.2.18 . I use ln -s to link 3.2.0 to 3.2.18 and make is working and driver is created but unusable on dl1.6.1 . I copy driver on dl1.6.1 installed system with moxa connected - insmod mxuport.ko insmod: error inserting 'driver mxuportko': -1 Invalid module format Found on Google : this problem is when modules version is different to kernel version - modinfo mxuport.ko ... vermagic: 3.2.18 SMP mod_unload modversion 686 ... - uname -r 3.2.16-grsec Dou you have an idea to help me compile this driver for use on dl1.6.1 ? Thanks & Regards |
|
From: Heiko Z. <he...@zu...> - 2012-06-17 14:03:03
|
Hey,
Did you execute the following command in the chroot environment, *before*
you tried compiling the moxa driver?
make unpack
make menuconfig
make prepare
make build
After these commands the build environment should be ready for compiling the
moxa driver.
--
Regards
Heiko Zuerker
<http://www.devil-linux.org> http://www.devil-linux.org
From: c p [mailto:the...@gm...]
Sent: Friday, June 15, 2012 8:43 AM
To: dev...@li...
Subject: [Devil-Linux-discuss] Driver for MOXA Uport 1610-16 on dl 1.6.1
Hello,
We use MOXA USB->Serial adapter with home compile driver on dl1.4
I just use insmod during init without any problem
I want to upgrade my dl to 1.6.1 and try to compile MOXA driver
For that I install dl1.6.1 on Virtualbox and follow documentation (for v
1.4)
- Install lfssystem-for-DL-1.6/lfssystem32.1.1.tar.xz
- Make the initial check out
- Getting updates
- ./update_src
without problem.
- cr
- cd build
- install MOXA driver source on tmp
- cd mxuport
- make
and I have problem with `uname -r` version on cr env., the command report
3.2.0 and the make cannot find lib/modules/3.2.0/build . the only directory
found on /lib/modules is 3.2.18 . I use ln -s to link 3.2.0 to 3.2.18 and
make is working and driver is created but unusable on dl1.6.1 .
I copy driver on dl1.6.1 installed system with moxa connected
- insmod mxuport.ko
insmod: error inserting 'driver mxuportko': -1 Invalid module format
Found on Google : this problem is when modules version is different to
kernel version
- modinfo mxuport.ko
...
vermagic: 3.2.18 SMP mod_unload modversion 686
...
- uname -r
3.2.16-grsec
Dou you have an idea to help me compile this driver for use on dl1.6.1 ?
Thanks & Regards
|
|
From: c p <the...@gm...> - 2012-06-18 15:17:05
|
Hello, I try it before, without success. I try it again and get the following error when build util-linux content of file tmp/LOGS/build/util-linux applying patch: /build/tmp/loop-AES-v3.6e/util-linux-2.20.1.diff patching file mount/Makefile.am patching file mount/Makefile.in patching file mount/aes.c patching file mount/aes.h patching file mount/lomount.c patching file mount/lomount.h patching file mount/loop.c patching file mount/loop.h patching file mount/losetup.8 patching file mount/loumount.c patching file mount/loumount2.c patching file mount/mount.8 patching file mount/mount.c patching file mount/rmd160.c patching file mount/rmd160.h patching file mount/sha512.c patching file mount/sha512.h patching file mount/swapon.8 patching file mount/swapon.c patching file mount/umount.c configure: loading site script /build/scripts/config/config_site.pic checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: Default --exec-prefix detected. configure: --bindir defaults to /bin configure: --sbindir defaults to /sbin configure: --libdir defaults to /lib checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for an ANSI C-conforming const... yes checking for working volatile... yes checking whether byte ordering is bigendian... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc -std=gnu99... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes checking if gcc -std=gnu99 static flag -static works... yes checking if gcc -std=gnu99 supports -c -o file.o... yes checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to build gtk-doc documentation... no checking for gtkdoc-check... no checking for xsltproc... /usr/bin/xsltproc checking for perl... /usr/bin/perl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for linux/compiler.h... no checking for linux/blkpg.h... yes checking for linux/major.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking linux/fd.h usability... yes checking linux/fd.h presence... yes checking for linux/fd.h... yes checking linux/tiocl.h usability... yes checking linux/tiocl.h presence... yes checking for linux/tiocl.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking rpcsvc/nfs_prot.h usability... yes checking rpcsvc/nfs_prot.h presence... yes checking for rpcsvc/nfs_prot.h... yes checking for stdlib.h... (cached) yes checking asm/io.h usability... no checking asm/io.h presence... no checking for asm/io.h... no checking sys/disk.h usability... no checking sys/disk.h presence... no checking for sys/disk.h... no checking sys/disklabel.h usability... no checking sys/disklabel.h presence... no checking for sys/disklabel.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/ioccom.h usability... no checking sys/ioccom.h presence... no checking for sys/ioccom.h... no checking sys/io.h usability... yes checking sys/io.h presence... yes checking for sys/io.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/queue.h usability... yes checking sys/queue.h presence... yes checking for sys/queue.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/ioctl.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/user.h usability... yes checking sys/user.h presence... yes checking for sys/user.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for unistd.h... (cached) yes checking linux/raw.h usability... yes checking linux/raw.h presence... yes checking for linux/raw.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking whether _NL_TIME_WEEK_1STDAY is declared... yes checking whether llseek is declared... no checking whether lseek64 is declared... yes checking for inet_aton... yes checking for err... yes checking for errx... yes checking for futimens... yes checking for fstat64... yes checking for fsync... yes checking for getdomainname... yes checking for get_current_dir_name... yes checking for usleep... yes checking for nanosleep... yes checking for personality... yes checking for updwtmp... yes checking for jrand48... yes checking for lchown... yes checking for llseek... yes checking for lseek64... yes checking for strtoull... yes checking for sysconf... yes checking for getdtablesize... yes checking for getexecname... no checking for getrlimit... yes checking for sigqueue... yes checking for srandom... yes checking for setresgid... yes checking for setresuid... yes checking for strndup... yes checking for strnlen... yes checking for strnchr... no checking for inotify_init... yes checking for prctl... yes checking for posix_fadvise... yes checking for getmntinfo... no checking for __secure_getenv... yes checking for warn... yes checking for warnx... yes checking for rpmatch... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for openat... yes checking for fstatat... yes checking for unlinkat... yes checking for ioperm... yes checking for iopl... yes checking for struct sockaddr.sa_len... no checking for library containing gethostbyname... none required checking for library containing socket... none required checking for dirfd... yes checking whether program_invocation_short_name is defined... yes checking whether __progname is defined... yes checking whether the target supports thread-local storage... yes checking needed scanf type modifiers... (%ms) yes checking for openpty in -lutil... yes checking for tgetnum in -ltermcap... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for initscr in -lncursesw... yes checking ncursesw/ncurses.h usability... no checking ncursesw/ncurses.h presence... no checking for ncursesw/ncurses.h... no checking ncurses/ncurses.h usability... no checking ncurses/ncurses.h presence... no checking for ncurses/ncurses.h... no checking for tgetent in -ltinfo... no checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for union semun... no checking for loff_t... yes checking for syscall pivot_root... SYS_pivot_root checking for syscall sched_getaffinity... SYS_sched_getaffinity checking for syscall ioprio_set... SYS_ioprio_set checking for syscall ioprio_get... SYS_ioprio_get checking for syscall fallocate... SYS_fallocate checking for valid fallocate() function... yes checking for syscall unshare... SYS_unshare checking for unshare... yes checking for struct termios.c_line... yes checking for struct stat.st_mtim.tv_nsec... yes checking whether UNAME26 is declared... yes checking whether ADDR_NO_RANDOMIZE is declared... yes checking whether FDPIC_FUNCPTRS is declared... yes checking whether MMAP_PAGE_ZERO is declared... yes checking whether ADDR_COMPAT_LAYOUT is declared... yes checking whether READ_IMPLIES_EXEC is declared... yes checking whether ADDR_LIMIT_32BIT is declared... yes checking whether WHOLE_SECONDS is declared... yes checking whether STICKY_TIMEOUTS is declared... yes checking whether ADDR_LIMIT_3GB is declared... yes checking sys/swap.h usability... yes checking sys/swap.h presence... yes checking for sys/swap.h... yes checking for cpu_set_t... yes checking whether CPU_ALLOC is declared... yes checking for crc32 in -lz... yes configure: creating ./config.status config.status: creating disk-utils/Makefile config.status: creating fdisk/Makefile config.status: creating fsck/Makefile config.status: creating getopt/Makefile config.status: creating hwclock/Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating login-utils/Makefile config.status: creating Makefile config.status: creating man/ru/Makefile config.status: creating misc-utils/chkdupexe config.status: creating misc-utils/Makefile config.status: creating mount/Makefile config.status: creating partx/Makefile config.status: creating po/Makefile.in config.status: creating schedutils/Makefile config.status: creating libblkid/blkid.pc config.status: creating libblkid/Makefile config.status: creating libblkid/docs/Makefile config.status: creating libblkid/docs/version.xml config.status: creating libblkid/src/Makefile config.status: creating libblkid/src/blkid.h config.status: creating libblkid/src/superblocks/Makefile config.status: creating libblkid/src/topology/Makefile config.status: creating libblkid/src/partitions/Makefile config.status: creating libblkid/samples/Makefile config.status: creating libmount/mount.pc config.status: creating libmount/Makefile config.status: creating libmount/src/Makefile config.status: creating libmount/src/libmount.h config.status: creating libmount/docs/Makefile config.status: creating libmount/docs/version.xml config.status: creating libmount/samples/Makefile config.status: creating libuuid/uuid.pc config.status: creating libuuid/Makefile config.status: creating libuuid/man/Makefile config.status: creating libuuid/src/Makefile config.status: creating sys-utils/Makefile config.status: creating term-utils/Makefile config.status: creating tests/commands.sh config.status: creating tests/helpers/Makefile config.status: creating tests/Makefile config.status: creating text-utils/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile make all-recursive make[1]: Entering directory `/build/tmp/util-linux-2.20.1' Making all in include make[2]: Entering directory `/build/tmp/util-linux-2.20.1/include' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/include' Making all in disk-utils make[2]: Entering directory `/build/tmp/util-linux-2.20.1/disk-utils' CC mkfs.o CCLD mkfs CC mkswap-mkswap.o CC mkswap-blkdev.o CC mkswap-linux_version.o CC mkswap-wholedisk.o CC mkswap-strutils.o make -C ../libuuid/src make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libuuid/src' CC clear.lo CC compare.lo CC copy.lo CC gen_uuid.lo CC isnull.lo CC pack.lo CC parse.lo CC unpack.lo CC unparse.lo CC uuid_time.lo CCLD libuuid.la CC tst_uuid.o CCLD tst_uuid make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libuuid/src' make -C ../libblkid/src make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src' Making all in superblocks make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src/superblocks' CC superblocks.lo CC cramfs.lo CC swap.lo CC adaptec_raid.lo CC ddf_raid.lo CC isw_raid.lo CC jmicron_raid.lo CC lsi_raid.lo CC nvidia_raid.lo CC promise_raid.lo CC silicon_raid.lo CC via_raid.lo CC linux_raid.lo CC jfs.lo CC xfs.lo CC ext.lo CC gfs.lo CC ocfs.lo CC reiserfs.lo CC romfs.lo CC ntfs.lo CC hfs.lo CC iso9660.lo CC udf.lo CC vfat.lo CC luks.lo CC highpoint_raid.lo CC vxfs.lo CC minix.lo CC ufs.lo CC hpfs.lo CC squashfs.lo CC netware.lo CC sysv.lo CC btrfs.lo CC lvm.lo CC zfs.lo CC ubifs.lo CC bfs.lo CC drbd.lo CC vmfs.lo CC befs.lo CC nilfs.lo CC exfat.lo CCLD libblkid_superblocks.la make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src/superblocks' Making all in topology make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src/topology' CC topology.lo CC sysfs.lo CC dm.lo CC lvm.lo CC ioctl.lo CC md.lo CC evms.lo CCLD libblkid_topology.la make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src/topology' Making all in partitions make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src/partitions' CC partitions.lo CC aix.lo CC bsd.lo CC unixware.lo CC solaris_x86.lo CC sun.lo CC sgi.lo CC mac.lo CC dos.lo CC minix.lo CC ultrix.lo CC gpt.lo CCLD libblkid_partitions.la make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src/partitions' Making all in . make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src' CC cache.lo CC dev.lo CC devname.lo CC devno.lo CC getsize.lo CC llseek.lo CC probe.lo CC read.lo CC resolve.lo CC save.lo CC tag.lo CC version.lo CC verify.lo CC encode.lo CC config.lo CC evaluate.lo CC blkdev.lo CC linux_version.lo CC canonicalize.lo CC md5.lo CC crc32.lo CC env.lo CC strutils.lo CC at.lo CC sysfs.lo CCLD libblkid.la copying selected object files to avoid basename conflicts... make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src' make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src' CCLD mkswap CC fsck.minix.o CC ismounted.o CCLD fsck.minix CC mkfs.minix.o CC blkdev.o CC linux_version.o CC strutils.o CCLD mkfs.minix CC mkfs.bfs.o CCLD mkfs.bfs CC blockdev.o CCLD blockdev CC swaplabel-swaplabel.o CC swaplabel-blkdev.o CC swaplabel-linux_version.o CCLD swaplabel CC fsck.cramfs.o CC cramfs_common.o CCLD fsck.cramfs CC mkfs.cramfs.o CC md5.o CCLD mkfs.cramfs CC isosize.o CCLD isosize CC fdformat.o CCLD fdformat make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/disk-utils' Making all in fdisk make[2]: Entering directory `/build/tmp/util-linux-2.20.1/fdisk' CC fdisk-fdisk.o CC fdisk-fdiskbsdlabel.o CC fdisk-fdisksgilabel.o CC fdisk-fdisksunlabel.o CC fdisk-fdiskaixlabel.o CC fdisk-fdiskmaclabel.o CC fdisk-partname.o CC fdisk-i386_sys_types.o CC fdisk-gpt.o CC fdisk-blkdev.o CC fdisk-wholedisk.o CC fdisk-mbsalign.o CC fdisk-linux_version.o CC fdisk-canonicalize.o CCLD fdisk CC sfdisk.o CC partname.o CC i386_sys_types.o CC gpt.o CC blkdev.o CC wholedisk.o CC mbsalign.o CC linux_version.o CC canonicalize.o CCLD sfdisk CC cfdisk-cfdisk.o CC cfdisk-i386_sys_types.o CC cfdisk-gpt.o CC cfdisk-blkdev.o CC cfdisk-wholedisk.o CC cfdisk-mbsalign.o CC cfdisk-linux_version.o CCLD cfdisk make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/fdisk' Making all in getopt make[2]: Entering directory `/build/tmp/util-linux-2.20.1/getopt' CC getopt.o CCLD getopt make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/getopt' Making all in lib make[2]: Entering directory `/build/tmp/util-linux-2.20.1/lib' CC blkdev.o CC linux_version.o CCLD test_blkdev CC ismounted.o CCLD test_ismounted CC wholedisk.o CCLD test_wholedisk CC mangle.o CCLD test_mangle CC tt.o CC mbsalign.o CCLD test_tt CC test_canonicalize-canonicalize.o CCLD test_canonicalize CC strutils.o CCLD test_strutils CC procutils.o CCLD test_procutils CC test_at-at.o CCLD test_at CC cpuset.o CCLD test_cpuset CC test_sysfs-sysfs.o CC test_sysfs-at.o CCLD test_sysfs CC test_loopdev-loopdev.o CC test_loopdev-sysfs.o CC test_loopdev-at.o CC test_loopdev-linux_version.o CC test_loopdev-canonicalize.o CCLD test_loopdev make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/lib' Making all in libuuid make[2]: Entering directory `/build/tmp/util-linux-2.20.1/libuuid' Making all in src make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libuuid/src' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libuuid/src' Making all in man make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libuuid/man' GEN uuid_generate_random.3 GEN uuid_generate_time.3 GEN uuid_generate_time_safe.3 make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libuuid/man' make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libuuid' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libuuid' make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/libuuid' Making all in libblkid make[2]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid' Making all in src make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src' Making all in superblocks make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src/superblocks' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src/superblocks' Making all in topology make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src/topology' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src/topology' Making all in partitions make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src/partitions' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src/partitions' Making all in . make[4]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/src' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src' make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/src' Making all in samples make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid/samples' CC topology.o CCLD topology CC partitions.o CCLD partitions CC mkfs.o CCLD mkfs CC superblocks.o CCLD superblocks make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid/samples' make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libblkid' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid' make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/libblkid' Making all in libmount make[2]: Entering directory `/build/tmp/util-linux-2.20.1/libmount' Making all in src make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libmount/src' CC version.lo CC utils.lo CC test.lo CC init.lo CC cache.lo CC optstr.lo CC optmap.lo CC iter.lo CC lock.lo CC fs.lo CC tab.lo CC tab_parse.lo CC tab_update.lo CC tab_diff.lo CC context.lo CC context_mount.lo CC context_umount.lo CC context_loopdev.lo CC at.lo CC mangle.lo CC canonicalize.lo CC strutils.lo CC env.lo CC loopdev.lo CC sysfs.lo CC linux_version.lo CCLD libmount.la make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libmount/src' Making all in samples make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libmount/samples' CC mount.o CCLD mount make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libmount/samples' make[3]: Entering directory `/build/tmp/util-linux-2.20.1/libmount' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/libmount' make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/libmount' Making all in man/ru make[2]: Entering directory `/build/tmp/util-linux-2.20.1/man/ru' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/man/ru' Making all in login-utils make[2]: Entering directory `/build/tmp/util-linux-2.20.1/login-utils' CC checktty_test-checktty.o CCLD checktty_test CC islocal_test-islocal.o CCLD islocal_test make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/login-utils' Making all in misc-utils make[2]: Entering directory `/build/tmp/util-linux-2.20.1/misc-utils' CC lsblk-lsblk.o CC lsblk-canonicalize.o CC lsblk-ismounted.o CC lsblk-tt.o CC lsblk-mbsalign.o CC lsblk-strutils.o CC lsblk-sysfs.o CC lsblk-at.o CCLD lsblk CC findmnt-findmnt.o CC findmnt-tt.o CC findmnt-mbsalign.o CC findmnt-strutils.o CCLD findmnt CC blkid-blkid.o CC blkid-ismounted.o CC blkid-strutils.o CCLD blkid CC findfs-findfs.o CCLD findfs CC wipefs-wipefs.o CC wipefs-strutils.o CCLD wipefs CC cal.o CC mbsalign.o CC strutils.o CCLD cal CC logger.o CCLD logger CC look.o CCLD look CC mcookie.o CC md5.o CCLD mcookie CC namei.o CCLD namei CC whereis.o CCLD whereis CC uuidgen-uuidgen.o CCLD uuidgen CC rename.o CCLD rename CC uuidd-uuidd.o CCLD uuidd make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/misc-utils' Making all in po make[2]: Entering directory `/build/tmp/util-linux-2.20.1/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/po' Making all in sys-utils make[2]: Entering directory `/build/tmp/util-linux-2.20.1/sys-utils' CC dmesg.o CC strutils.o CCLD dmesg CC mountpoint-mountpoint.o CCLD mountpoint CC arch.o CCLD arch CC ctrlaltdel.o CCLD ctrlaltdel CC fsfreeze.o CCLD fsfreeze CC fstrim.o CCLD fstrim CC pivot_root.o CCLD pivot_root CC switch_root.o CCLD switch_root CC flock.o CCLD flock CC ipcrm.o CCLD ipcrm CC ipcs.o CCLD ipcs CC ipcmk.o CCLD ipcmk CC renice.o CCLD renice CC setsid.o CCLD setsid CC cytune.o CCLD cytune CC setarch.o CCLD setarch CC lscpu.o CC cpuset.o CCLD lscpu CC fallocate.o CCLD fallocate CC unshare.o CCLD unshare CC readprofile.o CCLD readprofile CC ldattach.o CCLD ldattach CC tunelp.o CCLD tunelp CC rtcwake.o CCLD rtcwake GEN linux32.8 GEN linux64.8 GEN i386.8 make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/sys-utils' Making all in term-utils make[2]: Entering directory `/build/tmp/util-linux-2.20.1/term-utils' CC agetty.o CCLD agetty CC script.o CCLD script CC scriptreplay.o CCLD scriptreplay CC setterm.o CCLD setterm CC write-write.o CCLD write make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/term-utils' Making all in text-utils make[2]: Entering directory `/build/tmp/util-linux-2.20.1/text-utils' CC more.o CCLD more CC col.o CC strutils.o CCLD col CC colcrt.o CCLD colcrt CC colrm.o CCLD colrm CC column.o CCLD column CC hexdump.o CC conv.o CC display.o CC hexsyntax.o CC parse.o CCLD hexdump CC rev.o CCLD rev CC tailf.o CCLD tailf CC ul.o CCLD ul CC pg.o CCLD pg make[2]: Leaving directory `/build/tmp/util-linux-2.20.1/text-utils' Making all in tests make[2]: Entering directory `/build/tmp/util-linux-2.20.1/tests' Making all in helpers make[3]: Entering directory `/build/tmp/util-linux-2.20.1/tests/helpers' CC test_sysinfo.o CCLD test_sysinfo CC test_pathnames.o CCLD test_pathnames CC test_byteswap.o CCLD test_byteswap CC test_md5.o CC md5.o CCLD test_md5 make[3]: Leaving directory `/build/tmp/util-linux-2.20.1/tests/helpers' make[3]: Entering directory `/build/tmp/util-linux-2.20.1/tests' make[3]: Nothing to be done for `all-am'. make[3]: Leaving dir... [truncated message content] |
|
From: Serge L. <ser...@gm...> - 2012-06-18 19:54:44
|
On 06/18/2012 08:16 AM, c p wrote: > make[4]: Entering directory `/build/tmp/util-linux-2.20.1/term-utils' > chgrp tty /usr/bin/write > chmod g+s /usr/bin/write > chmod: changing permissions of `/usr/bin/write': Permission denied Can you show permissions for "/usr/bin/write"? I assume that you are working with "root" privileges and all security enhancements (Apparmor, SELinux etc) are disabled on host system. Thanks, Serge |
|
From: c p <the...@gm...> - 2012-06-19 08:18:31
|
root:/# ls -al /usr/bin/write -rwxr-xr-x 1 root tty 17427 Jun 18 07:16 /usr/bin/write root:/# How to check if all security enhancements are disabled ? 2012/6/18 Serge Leschinsky <ser...@gm...> > On 06/18/2012 08:16 AM, c p wrote: > > make[4]: Entering directory `/build/tmp/util-linux-2.20.1/term-utils' > > chgrp tty /usr/bin/write > > chmod g+s /usr/bin/write > > chmod: changing permissions of `/usr/bin/write': Permission denied > > Can you show permissions for "/usr/bin/write"? > > I assume that you are working with "root" privileges and all security > enhancements (Apparmor, SELinux etc) are disabled on host system. > > Thanks, > Serge > > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: c p <the...@gm...> - 2012-06-19 16:39:28
|
Hi, I don't start grsecurity and compile continue ... Thanks 2012/6/19 c p <the...@gm...> > root:/# ls -al /usr/bin/write > -rwxr-xr-x 1 root tty 17427 Jun 18 07:16 /usr/bin/write > root:/# > > How to check if all security enhancements are disabled ? > > 2012/6/18 Serge Leschinsky <ser...@gm...> > >> On 06/18/2012 08:16 AM, c p wrote: >> > make[4]: Entering directory `/build/tmp/util-linux-2.20.1/term-utils' >> > chgrp tty /usr/bin/write >> > chmod g+s /usr/bin/write >> > chmod: changing permissions of `/usr/bin/write': Permission denied >> >> Can you show permissions for "/usr/bin/write"? >> >> I assume that you are working with "root" privileges and all security >> enhancements (Apparmor, SELinux etc) are disabled on host system. >> >> Thanks, >> Serge >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> > > |
|
From: c p <the...@gm...> - 2012-06-20 08:27:58
|
Build finished. Driver compiled and work Thanks for your help . 2012/6/19 c p <the...@gm...> > Hi, I don't start grsecurity and compile continue ... > > Thanks > > > 2012/6/19 c p <the...@gm...> > >> root:/# ls -al /usr/bin/write >> -rwxr-xr-x 1 root tty 17427 Jun 18 07:16 /usr/bin/write >> root:/# >> >> How to check if all security enhancements are disabled ? >> >> 2012/6/18 Serge Leschinsky <ser...@gm...> >> >>> On 06/18/2012 08:16 AM, c p wrote: >>> > make[4]: Entering directory `/build/tmp/util-linux-2.20.1/term-utils' >>> > chgrp tty /usr/bin/write >>> > chmod g+s /usr/bin/write >>> > chmod: changing permissions of `/usr/bin/write': Permission denied >>> >>> Can you show permissions for "/usr/bin/write"? >>> >>> I assume that you are working with "root" privileges and all security >>> enhancements (Apparmor, SELinux etc) are disabled on host system. >>> >>> Thanks, >>> Serge >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> >> >> > |
|
From: Heiko Z. <he...@zu...> - 2012-06-21 00:26:46
|
Glad it's working now!
--
Regards
Heiko Zuerker
<http://www.devil-linux.org> http://www.devil-linux.org
From: c p [mailto:the...@gm...]
Sent: Wednesday, June 20, 2012 3:28 AM
To: dev...@li...
Subject: Re: [Devil-Linux-discuss] Driver for MOXA Uport 1610-16 on dl 1.6.1
Build finished.
Driver compiled and work
Thanks for your help .
2012/6/19 c p <the...@gm...>
Hi, I don't start grsecurity and compile continue ...
Thanks
2012/6/19 c p <the...@gm...>
root:/# ls -al /usr/bin/write
-rwxr-xr-x 1 root tty 17427 Jun 18 07:16 /usr/bin/write
root:/#
How to check if all security enhancements are disabled ?
2012/6/18 Serge Leschinsky <ser...@gm...>
On 06/18/2012 08:16 AM, c p wrote:
> make[4]: Entering directory `/build/tmp/util-linux-2.20.1/term-utils'
> chgrp tty /usr/bin/write
> chmod g+s /usr/bin/write
> chmod: changing permissions of `/usr/bin/write': Permission denied
Can you show permissions for "/usr/bin/write"?
I assume that you are working with "root" privileges and all security
enhancements (Apparmor, SELinux etc) are disabled on host system.
Thanks,
Serge
----------------------------------------------------------------------------
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Devil-linux-discuss mailing list
Dev...@li...
https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
|