Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@sysresccd /root % uname -a
- Linux sysresccd 4.9.40-std503-amd64 #2 SMP Fri Jul 28 07:04:43 UTC 2017 x86_64 Intel(R) Pentium(R) CPU N3530 @ 2.16GHz GenuineIntel GNU/Linux
- root@sysresccd /root % fdisk /dev/sda
- Welcome to fdisk (util-linux 2.28.2).
- Changes will remain in memory only, until you decide to write them.
- Be careful before using the write command.
- Command (m for help): ^Z
- zsh: suspended fdisk /dev/sda
- root@sysresccd /root % fdisk /dev/sda -l
- Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disklabel type: gpt
- Disk identifier: 1EE2FD4F-3E7D-48EA-AAC2-EA53E4D30DDB
- Device Start End Sectors Size Type
- /dev/sda1 2048 38911 36864 18M BIOS boot
- /dev/sda2 40960 976895 935936 457M Linux filesystem
- /dev/sda3 978944 16603135 15624192 7.5G Linux filesystem
- /dev/sda4 16605468 234439695 217834228 103.9G Linux filesystem
- root@sysresccd /root % sgdisk --zap-all /dev/sda
- GPT data structures destroyed! You may now partition the disk using fdisk or
- other utilities.
- root@sysresccd /root % fdisk /dev/sda
- Welcome to fdisk (util-linux 2.28.2).
- Changes will remain in memory only, until you decide to write them.
- Be careful before using the write command.
- Device does not contain a recognized partition table.
- Created a new DOS disklabel with disk identifier 0x8394789a.
- Command (m for help): o
- Created a new DOS disklabel with disk identifier 0x71479e82.
- Command (m for help): n
- Partition type
- p primary (0 primary, 0 extended, 4 free)
- e extended (container for logical partitions)
- Select (default p):
- Using default response p.
- Partition number (1-4, default 1):
- First sector (2048-234441647, default 2048):
- Last sector, +sectors or +size{K,M,G,T,P} (2048-234441647, default 234441647): +128M
- Created a new partition 1 of type 'Linux' and of size 128 MiB.
- Command (m for help): n
- Partition type
- p primary (1 primary, 0 extended, 3 free)
- e extended (container for logical partitions)
- Select (default p):
- Using default response p.
- Partition number (2-4, default 2):
- Last sector, +sectors or +size{K,M,G,T,P} (264192-234441647, default 234441647): +2G
- Created a new partition 2 of type 'Linux' and of size 2 GiB.
- Command (m for help): n
- Partition type
- p primary (2 primary, 0 extended, 2 free)
- e extended (container for logical partitions)
- Select (default p):
- Using default response p.
- Partition number (3,4, default 3):
- First sector (4458496-234441647, default 4458496):
- Last sector, +sectors or +size{K,M,G,T,P} (4458496-234441647, default 234441647):
- Created a new partition 3 of type 'Linux' and of size 109.7 GiB.
- Command (m for help): p
- Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disklabel type: dos
- Disk identifier: 0x71479e82
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 2048 264191 262144 128M 83 Linux
- /dev/sda2 264192 4458495 4194304 2G 83 Linux
- /dev/sda3 4458496 234441647 229983152 109.7G 83 Linux
- Command (m for help): o
- Created a new DOS disklabel with disk identifier 0x462af8c6.
- Command (m for help): n
- Partition type
- p primary (0 primary, 0 extended, 4 free)
- e extended (container for logical partitions)
- Select (default p):
- Using default response p.
- Partition number (1-4, default 1):
- First sector (2048-234441647, default 2048):
- Last sector, +sectors or +size{K,M,G,T,P} (2048-234441647, default 234441647): +128M
- Created a new partition 1 of type 'Linux' and of size 128 MiB.
- Command (m for help): n
- Partition type
- p primary (1 primary, 0 extended, 3 free)
- e extended (container for logical partitions)
- Select (default p):
- Using default response p.
- Partition number (2-4, default 2):
- First sector (264192-234441647, default 264192):
- Last sector, +sectors or +size{K,M,G,T,P} (264192-234441647, default 234441647): +2G
- Created a new partition 2 of type 'Linux' and of size 2 GiB.
- Command (m for help): m
- Help:
- DOS (MBR)
- a toggle a bootable flag
- b edit nested BSD disklabel
- c toggle the dos compatibility flag
- Generic
- d delete a partition
- F list free unpartitioned space
- l list known partition types
- n add a new partition
- p print the partition table
- t change a partition type
- v verify the partition table
- i print information about a partition
- Misc
- m print this menu
- u change display/entry units
- x extra functionality (experts only)
- Script
- I load disk layout from sfdisk script file
- O dump disk layout to sfdisk script file
- Save & Exit
- w write table to disk and exit
- q quit without saving changes
- Create a new label
- g create a new empty GPT partition table
- G create a new empty SGI (IRIX) partition table
- o create a new empty DOS partition table
- s create a new empty Sun partition table
- Command (m for help): t
- Partition number (1,2, default 2): 2
- Partition type (type L to list all types): L
- 0 Empty 24 NEC DOS 81 Minix / old Lin bf Solaris
- 1 FAT12 27 Hidden NTFS Win 82 Linux swap / So c1 DRDOS/sec (FAT-
- 2 XENIX root 39 Plan 9 83 Linux c4 DRDOS/sec (FAT-
- 3 XENIX usr 3c PartitionMagic 84 OS/2 hidden or c6 DRDOS/sec (FAT-
- 4 FAT16 <32M 40 Venix 80286 85 Linux extended c7 Syrinx
- 5 Extended 41 PPC PReP Boot 86 NTFS volume set da Non-FS data
- 6 FAT16 42 SFS 87 NTFS volume set db CP/M / CTOS / .
- 7 HPFS/NTFS/exFAT 4d QNX4.x 88 Linux plaintext de Dell Utility
- 8 AIX 4e QNX4.x 2nd part 8e Linux LVM df BootIt
- 9 AIX bootable 4f QNX4.x 3rd part 93 Amoeba e1 DOS access
- a OS/2 Boot Manag 50 OnTrack DM 94 Amoeba BBT e3 DOS R/O
- b W95 FAT32 51 OnTrack DM6 Aux 9f BSD/OS e4 SpeedStor
- c W95 FAT32 (LBA) 52 CP/M a0 IBM Thinkpad hi ea Rufus alignment
- e W95 FAT16 (LBA) 53 OnTrack DM6 Aux a5 FreeBSD eb BeOS fs
- f W95 Ext'd (LBA) 54 OnTrackDM6 a6 OpenBSD ee GPT
- 10 OPUS 55 EZ-Drive a7 NeXTSTEP ef EFI (FAT-12/16/
- 11 Hidden FAT12 56 Golden Bow a8 Darwin UFS f0 Linux/PA-RISC b
- 12 Compaq diagnost 5c Priam Edisk a9 NetBSD f1 SpeedStor
- 14 Hidden FAT16 <3 61 SpeedStor ab Darwin boot f4 SpeedStor
- 16 Hidden FAT16 63 GNU HURD or Sys af HFS / HFS+ f2 DOS secondary
- 17 Hidden HPFS/NTF 64 Novell Netware b7 BSDI fs fb VMware VMFS
- 18 AST SmartSleep 65 Novell Netware b8 BSDI swap fc VMware VMKCORE
- 1b Hidden W95 FAT3 70 DiskSecure Mult bb Boot Wizard hid fd Linux raid auto
- 1c Hidden W95 FAT3 75 PC/IX bc Acronis FAT32 L fe LANstep
- 1e Hidden W95 FAT1 80 Old Minix be Solaris boot ff BBT
- Partition type (type L to list all types): 82
- Changed type of partition 'Linux' to 'Linux swap / Solaris'.
- Command (m for help): n
- Partition type
- p primary (2 primary, 0 extended, 2 free)
- e extended (container for logical partitions)
- Select (default p):
- Using default response p.
- Partition number (3,4, default 3):
- First sector (4458496-234441647, default 4458496):
- Last sector, +sectors or +size{K,M,G,T,P} (4458496-234441647, default 234441647):
- Created a new partition 3 of type 'Linux' and of size 109.7 GiB.
- Command (m for help): p
- Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disklabel type: dos
- Disk identifier: 0x462af8c6
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 2048 264191 262144 128M 83 Linux
- /dev/sda2 264192 4458495 4194304 2G 82 Linux swap / Solaris
- /dev/sda3 4458496 234441647 229983152 109.7G 83 Linux
- Command (m for help): w
- The partition table has been altered.
- Calling ioctl() to re-read partition table.
- Syncing disks.
- root@sysresccd /root % mkfs.ext2 /dev/sda1
- mke2fs 1.43.3 (04-Sep-2016)
- Discarding device blocks: done
- Creating filesystem with 131072 1k blocks and 32768 inodes
- Filesystem UUID: d3706b79-cb91-4ee6-83cc-e9f75c4295a9
- Superblock backups stored on blocks:
- 8193, 24577, 40961, 57345, 73729
- Allocating group tables: done
- Writing inode tables: done
- Writing superblocks and filesystem accounting information: done
- root@sysresccd /root % mkswap /dev/sda2
- Setting up swapspace version 1, size = 2 GiB (2147479552 bytes)
- no label, UUID=4a6ae6d0-10c4-411a-8d5e-bf7e85fa31ce
- root@sysresccd /root % swapon /dev/sda2
- root@sysresccd /root % mkfs.ext4 /dev/sda3
- mke2fs 1.43.3 (04-Sep-2016)
- Discarding device blocks: done
- Creating filesystem with 28747894 4k blocks and 7192576 inodes
- Filesystem UUID: 7971865c-8e65-43fc-bebf-321f884a9bab
- Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
- 4096000, 7962624, 11239424, 20480000, 23887872
- Allocating group tables: done
- Writing inode tables: done
- Creating journal (131072 blocks): done
- Writing superblocks and filesystem accounting information: done
- root@sysresccd /root % mkdir /mnt/funtoo
- root@sysresccd /root % mount /dev/sda3 /mnt/funtoo
- root@sysresccd /root % mkdir /mnt/funtoo/boot
- root@sysresccd /root % mount /dev/sda1 /mnt/funtoo/boot
- root@sysresccd /root % mkdir /mnt/funtoo/home
- root@sysresccd /root % rm -r /mnt/funtoo/home
- rm: remove directory '/mnt/funtoo/home'?
- root@sysresccd /root % rm -r /mnt/funtoo/home
- rm: remove directory '/mnt/funtoo/home'? y
- root@sysresccd /root % ls /mnt
- backup custom floppy funtoo gentoo windows
- root@sysresccd /root % date
- Sun Jul 30 16:19:48 UTC 2017
- root@sysresccd /root % date 073016222017
- Sun Jul 30 16:22:00 UTC 2017
- root@sysresccd /root % date
- Sun Jul 30 16:22:08 UTC 2017
- root@sysresccd /root % date 073013232017
- Sun Jul 30 13:23:00 UTC 2017
- root@sysresccd /root % date
- Sun Jul 30 13:23:02 UTC 2017
- root@sysresccd /root % dpkg-reconfigure tzdata
- zsh: command not found: dpkg-reconfigure
- root@sysresccd /root % ls /usr/share/zoneinfo/
- ls: cannot access '/usr/share/zoneinfo/': No such file or directory
- root@sysresccd /root % ls
- AUTHOR Desktop kernel-4.9.40-std503-amd64.conf version
- ChangeLog-x86 icons sysresccd-eix.txt winmgr.sh
- COPYING jwm sysresccd-pkg.txt
- root@sysresccd /root % lscpu
- Architecture: x86_64
- CPU op-mode(s): 32-bit, 64-bit
- Byte Order: Little Endian
- CPU(s): 4
- On-line CPU(s) list: 0-3
- Thread(s) per core: 1
- Core(s) per socket: 4
- Socket(s): 1
- NUMA node(s): 1
- Vendor ID: GenuineIntel
- CPU family: 6
- Model: 55
- Model name: Intel(R) Pentium(R) CPU N3530 @ 2.16GHz
- Stepping: 8
- CPU MHz: 1357.855
- CPU max MHz: 2582.3000
- CPU min MHz: 499.8000
- BogoMIPS: 4331.60
- Virtualization: VT-x
- L1d cache: 24K
- L1i cache: 32K
- L2 cache: 1024K
- NUMA node0 CPU(s): 0-3
- Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowprefetch epb tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
- root@sysresccd /root % cat /proc/cpuinfo | grep "^model name" | uniq
- model name : Intel(R) Pentium(R) CPU N3530 @ 2.16GHz
- root@sysresccd /root % cd /mnt/funtoo
- root@sysresccd /mnt/funtoo % cp /root/Downloads/silver* .
- zsh: no matches found: /root/Downloads/silver*
- root@sysresccd /mnt/funtoo % cp /root/Downloads/sta* .
- root@sysresccd /mnt/funtoo % ls
- boot lost+found stage3-intel64-silvermont-pure64-funtoo-current-2017-07-24.tar.xz
- root@sysresccd /mnt/funtoo % tar xpf sta*
- root@sysresccd /mnt/funtoo % ls
- bin lost+found srv
- boot mnt stage3-intel64-silvermont-pure64-funtoo-current-2017-07-24.tar.xz
- dev opt sys
- etc proc tmp
- home root usr
- lib run var
- lib64 sbin
- root@sysresccd /mnt/funtoo % mount -t proc none proc
- root@sysresccd /mnt/funtoo % mount --rbind /sys sys
- root@sysresccd /mnt/funtoo % mount --rbind /dev dev
- root@sysresccd /mnt/funtoo % cp /etc/resolv.conf /mnt/funtoo/etc
- root@sysresccd /mnt/funtoo % env -i HOME=/root TERM=$TERM chroot . bash -l
- sysresccd / # export PS1="(chroot) $PS1"
- (chroot) sysresccd / # ping -c 5 funtoo.org
- PING funtoo.org (172.97.103.122) 56(84) bytes of data.
- 64 bytes from www.funtoo.org (172.97.103.122): icmp_seq=1 ttl=52 time=229 ms
- 64 bytes from www.funtoo.org (172.97.103.122): icmp_seq=2 ttl=52 time=228 ms
- 64 bytes from www.funtoo.org (172.97.103.122): icmp_seq=3 ttl=52 time=229 ms
- 64 bytes from www.funtoo.org (172.97.103.122): icmp_seq=4 ttl=52 time=230 ms
- 64 bytes from www.funtoo.org (172.97.103.122): icmp_seq=5 ttl=52 time=229 ms
- --- funtoo.org ping statistics ---
- 5 packets transmitted, 5 received, 0% packet loss, time 4005ms
- rtt min/avg/max/mdev = 228.685/229.299/230.110/0.629 ms
- (chroot) sysresccd / # emerge --sync
- (chroot) sysresccd / # geany /etc/fstab
- bash: geany: command not found
- (chroot) sysresccd / # nano /etc/fstab
- (chroot) sysresccd / # fdisk /dev/sda
- Welcome to fdisk (util-linux 2.29.2).
- Changes will remain in memory only, until you decide to write them.
- Be careful before using the write command.
- Command (m for help): p
- Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
- Units: sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Disklabel type: dos
- Disk identifier: 0x462af8c6
- Device Boot Start End Sectors Size Id Type
- /dev/sda1 2048 264191 262144 128M 83 Linux
- /dev/sda2 264192 4458495 4194304 2G 82 Linux swap / Solaris
- /dev/sda3 4458496 234441647 229983152 109.7G 83 Linux
- Command (m for help): ^Z
- [1]+ Stopped fdisk /dev/sda
- (chroot) sysresccd / # ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime
- (chroot) sysresccd / # nano /etc/portage/make.conf
- (chroot) sysresccd / # ls
- bin lost+found srv
- boot mnt stage3-intel64-silvermont-pure64-funtoo-current-2017-07-24.tar.xz
- dev opt sys
- etc proc tmp
- home root usr
- lib run var
- lib64 sbin
- (chroot) sysresccd / # nano /etc/portage/make.conf
- (chroot) sysresccd / # nproc 16
- nproc: extra operand '16'
- Try 'nproc --help' for more information.
- (chroot) sysresccd / # nproc
- 4
- (chroot) sysresccd / # nano /etc/portage/make.conf
- (chroot) sysresccd / # nano /etc/locale.gen
- (chroot) sysre
- (chroot) sysresccd / # emerge --sync
- (chroot) sysresccd / # emerge -auDN @world
- !!! Unable to parse profile: '/etc/portage/make.profile'
- !!! ParseError: Parent 'core-kit:funtoo/1.0/linux-gnu/arch/pure64' not found: '/etc/portage/make.profile/parent'
- !!! Your current profile is invalid. If you have just changed your profile
- !!! configuration, you should revert back to the previous configuration.
- !!! Allowed actions are limited to --help, --info, --search, --sync, and
- !!! --version.
- (chroot) sysresccd / # eselect profile list
- !!! Error: get_repo_path failed
- !!! Error: Failed to get a list of valid profiles
- exiting
- (chroot) sysresccd / # nano /etc/portage/make.conf
- (chroot) sysresccd / # source /etc/profile
- sysresccd / # export PS1="(chroot) $PS1"
- (chroot) sysresccd / # eselect profile list
- !!! Error: get_repo_path failed
- !!! Error: Failed to get a list of valid profiles
- exiting
- (chroot) sysresccd / # emerge --sync
- (chroot) sysresccd / # emerge -auDN @world
- !!! Unable to parse profile: '/etc/portage/make.profile'
- !!! ParseError: Parent 'core-kit:funtoo/1.0/linux-gnu/arch/pure64' not found: '/etc/portage/make.profile/parent'
- !!! Your current profile is invalid. If you have just changed your profile
- !!! configuration, you should revert back to the previous configuration.
- !!! Allowed actions are limited to --help, --info, --search, --sync, and
- !!! --version.
- (chroot) sysresccd / # ls -lah /etc/make.profile
- ls: cannot access /etc/make.profile: No such file or directory
- (chroot) sysresccd / # ls ls -lah /etc/make.profile
- ls: cannot access ls: No such file or directory
- ls: cannot access /etc/make.profile: No such file or directory
- (chroot) sysresccd / # ls /usr/portage/profiles/default/linux
- ls: cannot access /usr/portage/profiles/default/linux: No such file or directory
- (chroot) sysresccd / # ls
- bin lost+found srv
- boot mnt stage3-intel64-silvermont-pure64-funtoo-current-2017-07-24.tar.xz
- dev opt sys
- etc proc tmp
- home root usr
- lib run var
- lib64 sbin
- (chroot) sysresccd / # cd /usr
- (chroot) sysresccd usr # ls
- bin include lib lib64 libexec local sbin share src x86_64-pc-linux-gnu
- (chroot) sysresccd usr # ls -lah /etc/make.profile
- ls: cannot access /etc/make.profile: No such file or directory
- (chroot) sysresccd usr #
- (chroot) sysresccd usr #
- (chroot) sysresccd usr # emerge --sync
- (chroot) sysresccd usr # ls /usr/portage/
- ls: cannot access /usr/portage/: No such file or directory
- (chroot) sysresccd usr #
- (chroot) sysresccd usr #
- (chroot) sysresccd usr # cat /etc/localtime
- TZif2N&��_ǝ>�y�*����9i��W���l��9��<�@�m��=2��h��=��EP��`'���@�P�����C@̓�����������s�|d� lU�!\F�"L7�#<(�$,�%
- �&
- ��''p'�p(��)x��)��p*��p+��p,��p-��p.��p/t�p0d�p1]��2r��3=��4Ry�5��62[�6�b�8xp8�D�9�Zp:�&�;�<p<�Cp=�p>�%p?�p@fpA��BE�pCc��D%�pEC��F�pG#��G���I��IΫ�J���K���ḶpM�o�TL`
- #9#91�#w?�
- 8@*08@FP *08@*0! 8@8@*0LMTMMTMSTMDSTMSDMSK+05EETEESTTZif2O&�����V��������_������>�y�����*��������9i������W�������l������9������<�@�����m������=2������h������=������EP������`'���@�P�����C@̓�����������s�|d� lU�!\F�"L7�#<(�$,�%
- �&
- ��''p'�p(��)x��)��p*��p+��p,��p-��p.��p/t�p0d�p1]��2r��3=��4Ry�5��62[�6�b�8xp8�D�9�Zp:�&�;�<p<�Cp=�p>�%p?�p@fpA��BE�pCc��D%�pEC��F�pG#��G���I��IΫ�J���K���ḶpM�o�TL`
- #9#91�#w?�
- 8@*08@FP *08@*0! 8@8@*0LMTMMTMSTMDSTMSDMSK+05EETEEST
- MSK-3
- (chroot) sysresccd usr # cat /usr/share/zoneinfo/Europe/Moscow
- TZif2N&��_ǝ>�y�*����9i��W���l��9��<�@�m��=2��h��=��EP��`'���@�P�����C@̓�����������s�|d� lU�!\F�"L7�#<(�$,�%
- �&
- ��''p'�p(��)x��)��p*��p+��p,��p-��p.��p/t�p0d�p1]��2r��3=��4Ry�5��62[�6�b�8xp8�D�9�Zp:�&�;�<p<�Cp=�p>�%p?�p@fpA��BE�pCc��D%�pEC��F�pG#��G���I��IΫ�J���K���ḶpM�o�TL`
- #9#91�#w?�
- 8@*08@FP *08@*0! 8@8@*0LMTMMTMSTMDSTMSDMSK+05EETEESTTZif2O&�����V��������_������>�y�����*��������9i������W�������l������9������<�@�����m������=2������h������=������EP������`'���@�P�����C@̓�����������s�|d� lU�!\F�"L7�#<(�$,�%
- �&
- ��''p'�p(��)x��)��p*��p+��p,��p-��p.��p/t�p0d�p1]��2r��3=��4Ry�5��62[�6�b�8xp8�D�9�Zp:�&�;�<p<�Cp=�p>�%p?�p@fpA��BE�pCc��D%�pEC��F�pG#��G���I��IΫ�J���K���ḶpM�o�TL`
- #9#91�#w?�
- 8@*08@FP *08@*0! 8@8@*0LMTMMTMSTMDSTMSDMSK+05EETEEST
- MSK-3
- (chroot) sysresccd usr #
- (chroot) sysresccd usr #
- (chroot) sysresccd usr #
- (chroot) sysresccd usr #
- (chroot) sysresccd usr # ls /usr/share/zoneinfo
- Africa Canada Factory Iceland MST7MDT ROC Zulu
- America Chile GB Indian Mexico ROK iso3166.tab
- Antarctica Cuba GB-Eire Iran NZ Singapore localtime
- Arctic EET GMT Israel NZ-CHAT Turkey posixrules
- Asia EST GMT+0 Jamaica Navajo UCT zone.tab
- Atlantic EST5EDT GMT-0 Japan PRC US zone1970.tab
- Australia Egypt GMT0 Kwajalein PST8PDT UTC
- Brazil Eire Greenwich Libya Pacific Universal
- CET Etc HST MET Poland W-SU
- CST6CDT Europe Hongkong MST Portugal WET
- (chroot) sysresccd usr # ls /usr/share/zoneinfo/Europe
- Amsterdam Bucharest Isle_of_Man Luxembourg Paris Simferopol Vaduz
- Andorra Budapest Istanbul Madrid Podgorica Skopje Vatican
- Astrakhan Busingen Jersey Malta Prague Sofia Vienna
- Athens Chisinau Kaliningrad Mariehamn Riga Stockholm Vilnius
- Belfast Copenhagen Kiev Minsk Rome Tallinn Volgograd
- Belgrade Dublin Kirov Monaco Samara Tirane Warsaw
- Berlin Gibraltar Lisbon Moscow San_Marino Tiraspol Zagreb
- Bratislava Guernsey Ljubljana Nicosia Sarajevo Ulyanovsk Zaporozhye
- Brussels Helsinki London Oslo Saratov Uzhgorod Zurich
- (chroot) sysresccd usr # ln -sf /usr/share/zoneinfo/UTC /etc/localtime
- (chroot) sysresccd usr # cat /etc/localtime
- TZif2UTCTZif2�UTC
- UTC0
- (chroot) sysresccd usr # emerge -auDN @world
- !!! Unable to parse profile: '/etc/portage/make.profile'
- !!! ParseError: Parent 'core-kit:funtoo/1.0/linux-gnu/arch/pure64' not found: '/etc/portage/make.profile/parent'
- !!! Your current profile is invalid. If you have just changed your profile
- !!! configuration, you should revert back to the previous configuration.
- !!! Allowed actions are limited to --help, --info, --search, --sync, and
- !!! --version.
- (chroot) sysresccd usr # emerge -s debian-sources
- !!! Unable to parse profile: '/etc/portage/make.profile'
- !!! ParseError: Parent 'core-kit:funtoo/1.0/linux-gnu/arch/pure64' not found: '/etc/portage/make.profile/parent'
- [ Results for search key : debian-sources ]
- Searching...
- * sys-kernel/debian-sources
- Latest version installed: 4.8.15
- Homepage: http://www.debian.org
- Description: Debian Sources (and optional binary kernel)
- License: GPL-2
- [ Applications found : 1 ]
- (chroot) sysresccd usr # emerge boot-update
- !!! Unable to parse profile: '/etc/portage/make.profile'
- !!! ParseError: Parent 'core-kit:funtoo/1.0/linux-gnu/arch/pure64' not found: '/etc/portage/make.profile/parent'
- !!! Your current profile is invalid. If you have just changed your profile
- !!! configuration, you should revert back to the previous configuration.
- !!! Allowed actions are limited to --help, --info, --search, --sync, and
- !!! --version.
- (chroot) sysresccd usr # ls /etc/portage/make.profile/* - там
- ls: cannot access -: No such file or directory
- ls: cannot access там: No such file or directory
- /etc/portage/make.profile/parent
- (chroot) sysresccd usr # ls /etc/portage/make.profile/*
- ls: cannot access -: No such file or directory
- /etc/portage/make.profile/parent
- (chroot) sysresccd usr # ls /etc/portage/make.profile/
- parent
- (chroot) sysresccd usr # cd /etc/portage/make.profile/parent
- bash: cd: too many arguments
- (chroot) sysresccd usr # ls
- bin include lib lib64 libexec local sbin share src x86_64-pc-linux-gnu
- (chroot) sysresccd usr # cd /etc/portage/make.profile/
- (chroot) sysresccd make.profile # ls
- parent
- (chroot) sysresccd make.profile # cd parent
- bash: cd: parent: Not a directory
- (chroot) sysresccd make.profile # nano parent
- (chroot) sysresccd make.profile # ls -l /etc/portage/make.profile
- total 4
- -rw-r--r-- 1 root root 204 Jul 24 14:39 parent
- (chroot) sysresccd make.profile # cat /etc/make.profile
- cat: /etc/make.profile: No such file or directory
- (chroot) sysresccd make.profile # cd /usr/portage
- bash: cd: /usr/portage: No such file or directory
- (chroot) sysresccd make.profile # cd /usr
- (chroot) sysresccd usr # ls
- bin include lib lib64 libexec local sbin share src x86_64-pc-linux-gnu
- (chroot) sysresccd usr # ^C
- (chroot) sysresccd usr #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement