VirtualBox

Opened 5 years ago

Last modified 5 years ago

#19416 new defect

random file system corrruption on Windows 10

Reported by: vagiz Owned by:
Component: virtual disk Version: VirtualBox 6.1.4
Keywords: corrupted, file Cc:
Guest type: Linux Host type: Windows

Description

My system info:

Host Name:                 PENTIUM
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.18362 N/A Build 18362
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Workstation
OS Build Type:             Multiprocessor Free
Registered Owner:          vagiz
Registered Organization:
Product ID:                00330-80000-00000-AA650
Original Install Date:     2/29/2020, 8:24:00 AM
System Boot Time:          3/19/2020, 1:14:52 AM
System Manufacturer:       Micro-Star International Co., Ltd.
System Model:              MS-7B98
System Type:               x64-based PC
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 158 Stepping 10 GenuineIntel ~3696 Mhz
BIOS Version:              American Megatrends Inc. 1.80, 12/25/2019
Windows Directory:         C:\Windows
System Directory:          C:\Windows\system32
Boot Device:               \Device\HarddiskVolume5
System Locale:             en-us;English (United States)
Input Locale:              en-us;English (United States)
Time Zone:                 (UTC) Coordinated Universal Time
Total Physical Memory:     16,248 MB
Available Physical Memory: 5,630 MB
Virtual Memory: Max Size:  16,248 MB
Virtual Memory: Available: 1,731 MB
Virtual Memory: In Use:    14,517 MB
Page File Location(s):     N/A
Domain:                    WORKGROUP
Logon Server:              \\PENTIUM
Hotfix(s):                 8 Hotfix(s) Installed.
                           [01]: KB4534132
                           [02]: KB4497727
                           [03]: KB4500109
                           [04]: KB4503308
                           [05]: KB4537759
                           [06]: KB4538674
                           [07]: KB4541338
                           [08]: KB4551762
Network Card(s):           3 NIC(s) Installed.
                           [01]: Intel(R) Ethernet Connection (7) I219-V
                                 Connection Name: Ethernet
                                 DHCP Enabled:    Yes
                                 DHCP Server:     192.168.1.1
                                 IP address(es)
                                 [01]: 192.168.1.30
                                 [02]: fe80::2525:f387:2d51:482c
                                 [03]: fdaa:bbcc:ddee:0:d549:d972:f087:7aea
                                 [04]: fdaa:bbcc:ddee:0:98a1:602:e24a:c661
                                 [05]: fdaa:bbcc:ddee:0:2525:f387:2d51:482c
                           [02]: VirtualBox Host-Only Ethernet Adapter
                                 Connection Name: VirtualBox Host-Only Network
                                 DHCP Enabled:    No
                                 IP address(es)
                                 [01]: 192.168.56.1
                                 [02]: fe80::c0ff:26ea:bebe:8ea6
                           [03]: Hyper-V Virtual Ethernet Adapter
                                 Connection Name: vEthernet (Default Switch)
                                 DHCP Enabled:    No
                                 IP address(es)
                                 [01]: 172.18.26.193
                                 [02]: fe80::1819:a7d9:5836:496b

Vagrant file:

Vagrant.configure("2") do |config|
  # The most common configuration options
  # https://docs.vagrantup.com.

  # boxes at https://vagrantcloud.com/search.
  # https://app.vagrantup.com/bento
  config.vm.box = "bento/centos-7"

  # Disable automatic box update checking. If you disable this, then
  # boxes will only be checked for updates when the user runs
  # `vagrant box outdated`. This is not recommended.
  config.vm.box_check_update = false

  # Create a forwarded port mapping which allows access to a specific port
  # within the machine from a port on the host machine. In the example below,
  # accessing "localhost:8080" will access port 80 on the guest machine.
  # NOTE: This will enable public access to the opened port
  config.vm.network :forwarded_port, guest: 22, host: 12022
  config.vm.network :forwarded_port, guest: 12080, host: 12080
  config.vm.network :forwarded_port, guest: 12443, host: 12443
  #config.vm.synced_folder ".", "/vagrant", :mount_options => ["dmode=777","fmode=666"]
  config.ssh.username = 'vagrant'
  config.ssh.password = 'vagrant'
  config.ssh.insert_key = false
  config.vm.provider "virtualbox" do |vb|
        vb.memory = "1600"
        vb.cpus = "2"
        end
end

Random file corruption, e.g. wget https://files.phpmyadmin.net/phpMyAdmin/4.9.4/phpMyAdmin-4.9.4-english.tar.gz

I have tried Hyper-V on/off multiple times with different disks: SSD, NVMe, SATA and disable/enable windows/Vagrant caching. sometimes cannot even boot from the beginning (system displays emergency mode). tried to reinstall VirtualBox multiple times, use different install image version. nothing changed, random corruption especially with heavy write.

as an example, internal MariaDB output when importing:

Mar 20 14:22:37 localhost systemd: Starting MariaDB 10.4.12 database server...
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] /usr/sbin/mysqld (mysqld 10.4.12-MariaDB) starting as process 8606 ...
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Using Linux native AIO
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Uses event mutexes
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Number of pools: 1
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Using SSE2 crc32 instructions
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: Completed initialization of buffer pool
Mar 20 14:22:38 localhost mysqld: 2020-03-20 14:22:38 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: Creating shared tablespace for temporary tables
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: Waiting for purge to start
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: 10.4.12 started; log sequence number 60496037333; transaction id 79440
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
Mar 20 14:22:40 localhost mysqld: 2020-03-20 14:22:40 0 [Note] Plugin 'FEEDBACK' is disabled.
Mar 20 14:22:41 localhost mysqld: 2020-03-20 14:22:41 0 [Warning] 'proxies_priv' entry '@% [email protected]' ignored in --skip-name-resolve mode.
Mar 20 14:22:41 localhost mysqld: 2020-03-20 14:22:41 0 [Note] InnoDB: Buffer pool(s) load completed at 200320 14:22:41
Mar 20 14:22:41 localhost mysqld: 2020-03-20 14:22:41 0 [Note] Reading of all Master_info entries succeeded
Mar 20 14:22:41 localhost mysqld: 2020-03-20 14:22:41 0 [Note] Added new Master_info '' to hash table
Mar 20 14:22:41 localhost mysqld: 2020-03-20 14:22:41 0 [Warning] Neither --relay-log nor --relay-log-index were used; so replication may break when this MySQL server acts as a slave and has his hostname changed!! Please use '--log-basename=#' or '--relay-log=localhost-relay-bin' to avoid this problem.
Mar 20 14:22:41 localhost mysqld: 2020-03-20 14:22:41 0 [Note] /usr/sbin/mysqld: ready for connections.
Mar 20 14:22:41 localhost mysqld: Version: '10.4.12-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 0  MariaDB Server
Mar 20 14:22:41 localhost systemd: Started MariaDB 10.4.12 database server.
Mar 20 14:46:44 localhost mysqld: 2020-03-20 14:46:44 81 [ERROR] InnoDB: Space id and page no stored in the page, read in are [page id: space=256128, page number=2147483648], should be [page id: space=1511, page number=3530]
Mar 20 14:46:44 localhost mysqld: 2020-03-20 14:46:44 81 [ERROR] InnoDB: Database page corruption on disk or a failed file read of tablespace hpci/articles page [page id: space=1511, page number=3530]. You may have to recover from a backup.
Mar 20 14:46:44 localhost mysqld: 2020-03-20 14:46:44 81 [Note] InnoDB: Page dump in ascii and hex (16384 bytes):
Mar 20 14:46:44 localhost mysqld: len 16384; hex 00000000800000000000000000003c000000a2998f692000998f692efb00000137000003e8800102000258003780000000003420a6000000000000800000000000000000003c000000a3998f693000998f693efb00000137000003e8800102000260003780000000003420a7000000000000800000000000000000003c000000a4998f694000998f694efb00000137000003e8800102040268003780000000003420a8000000000000800000000000000000003c000000a5998f695000998f695efb00000137000003e8800102000270003780000000003420a9000000000000800000000000000000003c000000a6998f696000998f696efb00000137000003e8800102000278003780000000003420aa000000000000800000000000000000003c000000a7998f697000998f697efb00000137000003e8800102000280003780000000003420ab000000000000800000000000000000003c00000000998f6a0000998f6a0efb00000137000003e8800102040288003780000000003420ac000000000000800000000000000000003c00000001998f6a1000998f6a1efb00000137000003e8800102000290003780000000003420ad000000000000800000000000000000003c00000002998f6a2000998f6a2efb00000137000003e8800102000298003780000000003420ae000000000000800000000000000000003c00000003998f6a3000998f6a3efb00000137000003e88001020002a0003780000000003420af000000000000800000000000000000003c00000004998f6a4000998f6a4efb00000137000003e88001020402a8003780000000003420b0000000000000800000000000000000003c00000005998f6a5000998f6a5efb00000137000003e88001020002b0003780000000003420b1000000000000800000000000000000003c00000006998f6a6000998f6a6efb00000137000003e88001020002b8003780000000003420b2000000000000800000000000000000003c00000007998f6a7000998f6a7efb00000137000003e88001020002c0003780000000003420b3000000000000800000000000000000003c00000008998f6a8000998f6a8efb00000137000003e88001020402c8003780000000003420b4000000000000800000000000000000003c00000009998f6a9000998f6a9efb00000137000003e88001020002d0003780000000003420b5000000000000800000000000000000003c0000000a998f6aa000998f6aaefb00000137000003e88001020002d8003780000000003420b6000000000000800000000000000000003c0000000b998f6ab000998f6abefb00000137000003e88001020002e0003780000000003420b7000000000000800000000000000000003c0000000c998f6ac000998f6acefb00000137000003e88001020402e8003780000000003420b8000000000000800000000000000000003c0000000d998f6ad000998f6adefb00000137000003e88001020002f0003780000000003420b9000000000000800000000000000000003c0000000e998f6ae000998f6aeefb00000137000003e88001020002f8003780000000003420ba000000000000800000000000000000003c0000000f998f6af000998f6afefb00000137000003e8800102000300003780000000003420bb000000000000800000000000000000003c00000010998f6b0000998f6b0efb00000137000003e8800102040308003780000000003420bc000000000000800000000000000000003c00000011998f6b1000998f6b1efb00000137000003e8800102000310003780000000003420bd000000000000800000000000000000003c00000012998f6b2000998f6b2efb00000137000003e8800102000318003780000000003420be000000000000800000000000000000003c00000013998f6b3000998f6b3efb00000137000003e8800102000320003780000000003420bf000000000000800000000000000000003c00000014998f6b4000998f6b4efb00000137000003e8800102040328003780000000003420c0000000000000800000000000000000003c00000015998f6b5000998f6b5efb00000137000003e8800102000330003780000000003420c1000000000000800000000000000000003c00000016998f6b6000998f6b6efb00000137000003e8800102000338003780000000003420c2000000000000800000000000000000003c00000017998f6b7000998f6b7efb00000137000003e8800102000340003780000000003420c3000000000000800000000000000000003c00000018998f6c0000998f6c0efb00000137000003e8800102040348003780000000003420c4000000000000800000000000000000003c00000019998f6c1000998f6c1efb00000137000003e8800102000350003780000000003420c5000000000000800000000000000000003c0000001a998f6c2000998f6c2efb00000137000003e8800102000358003780000000003420c6000000000000800000000000000000003c0000001b998f6c3000998f6c3efb00000137000003e8800102000360003780000000003420c7000000000000800000000000000000003c0000001c998f6c4000998f6c4efb00000137000003e8800102040368003780000000003420c8000000000000800000000000000000003c0000001d998f6c5000998f6c5efb00000137000003e8800102000370003780000000003420c9000000000000800000000000000000003c0000001e998f6c6000998f6c6efb00000137000003e8800102000378003780000000003420ca000000000000800000000000000000003c0000001f998f6c7000998f6c7efb00000137000003e8800102000380003780000000003420cb000000000000800000000000000000003c00000020998f6c8000998f6c8efb00000137000003e8800102040388003780000000003420cc000000000000800000000000000000003c00000021998f6c9000998f6c9efb00000137000003e8800102000390003780000000003420cd000000000000800000000000000000003c00000022998f6ca000998f6caefb00000137000003e8800102000398003780000000003420ce000000000000800000000000000000003c00000081998f669000998f669efb00000138000003e88001020003a0003780000000003420cf000000000000800000000000000000003c00000082998f66a000998f66aefb00000138000003e88001020403a8003780000000003420d0000000000000800000000000000000003c00000083998f66b000998f66befb00000138000003e88001020003b0003780000000003420d1000000000000800000000000000000003c00000084998f66c000998f66cefb00000138000003e88001020003b8003780000000003420d2000000000000800000000000000000003c00000085998f66d000998f66defb00000138000003e88001020003c0003780000000003420d3000000000000800000000000000000003c00000086998f66e000998f66eefb00000138000003e88001020403c8003780000000003420d4000000000000800000000000000000003c00000087998f66f000998f66fefb00000138000003e88001020003d0003780000000003420d5000000000000800000000000000000003c00000088998f670000998f670efb00000138000003e88001020003d8003780000000003420d6000000000000800000000000000000003c00000089998f671000998f671efb00000138000003e88001020003e0003780000000003420d7000000000000800000000000000000003c0000008a998f672000998f672efb00000138000003e88001020403e8003780000000003420d8000000000000800000000000000000003c0000008b998f673000998f673efb00000138000003e88001020003f0003780000000003420d9000000000000800000000000000000003c0000008c998f674000998f674efb00000138000003e88001020003f8003780000000003420da000000000000800000000000000000003c0000008d998f675000998f675efb00000138000003e8800102000400003780000000003420db000000000000800000000000000000003c0000008e998f676000998f676efb00000138000003e8800102040408003780000000003420dc000000000000800000000000000000003c0000008f998f677000998f677efb00000138000003e8800102000410003780000000003420dd000000000000800000000000000000003c00000090998f680000998f680efb00000138000003e8800102000418003780000000003420de000000000000800000000000000000003c00000091998f681000998f681efb00000138000003e8800102000420003780000000003420df000000000000800000000000000000003c00000092998f682000998f682efb00000138000003e8800102040428003780000000003420e0000000000000800000000000000000003c00000093998f683000998f683efb00000138000003e8800102000430003780000000003420e1000000000000800000000000000000003c00000094998f684000998f684efb00000138000003e8800102000438003780000000003420e2000000000000800000000000000000003c00000095998f685000998f685efb00000138000003e8800102000440003780000000003420e3000000000000800000000000000000003c00000096998f686000998f686efb00000138000003e8800102040448003780000000003420e4000000000000800000000000000000003c00000097998f687000998f687efb00000138000003e8800102000450003780000000003420e5000000000000800000000000000000003c00000098998f688000998f688efb00000138000003e8800102000458003780000000003420e6000000000000800000000000000000003c00000099998f689000998f689efb00000138000003e8800102000460003780000000003420e7000000000000800000000000000000003c0000009a998f68a000998f68aefb00000138000003e8800102040468003780000000003420e8000000000000800000000000000000003c0000009b998f68b000998f68befb00000138000003e8800102000470003780000000003420e9000000000000800000000000000000003c0000009c998f68c000998f68cefb00000138000003e8800102000478003780000000003420ea000000000000800000000000000000003c0000009d998f68d000998f68defb00000138000003e8800102000480003780000000003420eb000000000000800000000000000000003c0000009e998f68e000998f68eefb00000138000003e8800102040488003780000000003420ec000000000000800000000000000000003c0000009f998f68f000998f68fefb00000138000003e8800102000490003780000000003420ed000000000000800000000000000000003c000000a0998f690000998f690efb00000138000003e8800102000498003780000000003420ee000000000000800000000000000000003c000000a1998f691000998f691efb00000138000003e88001020004a0003780000000003420ef000000000000800000000000000000003c000000a2998f692000998f6974732061637469766573206120677265656e206c6561662067726164652061732077656c6c20617320696e6469636174696e67207768696368206172652045636f6365727420617070726f7665642c20776869636820617265207072657365727661746976652d6672656520616e64207768696368207061726162656e2d667265652e203c2f703e3c703e43726f64612068617320616c736f20676f6e6520646f776e2074686520677265656e20726f7574652c206c61756e6368696e6720557020436c6f736520616e6420477265656e2c2061206e657720677265656e20677569646520746f20697473207370656369616c69747920726177206d6174657269616c732e2054686520677569646520656e61626c657320666f726d756c61746f727320746f2064657465726d696e6520686f7720677265656e20612070726f647563742069732c2077697468207265666572656e636520746f206f726967696e2028706c616e742c20616e696d616c206f72206d696e6572616c292c20706574726f6368656d6963616c732c2073696c69636f6e65732c207072657365727661746976657320616e642062696f6465677261646162696c69747920616d6f6e677374206f74686572732e2054686520677569646520616c736f206665617475726573206120477265656e2043726974657269612074686174206d61726b7320612064656c69626572617465206d6f766520617761792066726f6d207468652063757272656e742063657274696669636174696f6e207374616e646172647320617661696c61626c652e20556e6465722074686520637269746572696120616c6c2070726f647563747320696e20746865206775696465206172652066726565206f6620657468796c656e65206f7869646520616e642070726f70796c656e65206f786964652d626173656420636f6d706f6e656e74732c20636f6e7461696e206e6f20706574726f6c65756d2064697374696c6c617465732c206e6f2070687468616c617465732c206e6f207061726162656e732c206e6f20666f726d616c6465687964652d72656c656173696e67207072657365727661746976657320616e642068617665206e6f74206265656e20746573746564206f6e20616e696d616c732e3c2f703e3c703ee2809c54686572652061726520736f206d616e792064697363726570616e63696573206265747765656e20656163682063657274696669657220746861742077652068617665206c65667420746865206f7074696f6e206f66207768696368207374616e6461726420746f20666f6c6c6f7720746f206f757220637573746f6d6572732ce2809d206578706c61696e6564205361726168204d696c6c6e732c206d61726b6574696e6720636f6d6d756e69636174696f6e7320636f6f7264696e61746f722c20706572736f6e616c2026206865616c746820636172652c2043726f64612e20e2809c57652061726520616c736f2077616974696e6720666f7220746865204575726f7065616e2063657274696669636174696f6e207374616e6461726420746f206c61756e63682c207768696368206d6179206368616e676520736f6d652063726974657269612ee2809d3c2f703e3c703e466f6c6c6f77696e6720746869732073656e74696d656e742c2074686520636f6d70616e792068617320646576656c6f7065642074776f206e65772073756e20636172652070726f64756374732c20536f6c617665696c2043542d33303020616e6420536f6c617669656c20435a2d3330302c20616e642074776f20687964726174696e672070657074696465732066726f6d206f7267616e696320736f75726365732e20487964726f6176656e612048704f20616e6420487964726f657863656c73612048704f20617265206d6f69737475726973696e67206167656e747320646572697665642062792067656e746c6520656e7a796d6174696320687964726f6c79736973206f6620636572746966696564206f7267616e69632063726f70732e3c2f703e3c703e53796d72697365206861732062726f6164656e656420697473206f7267616e696320706f7274666f6c696f2c20616464696e67206e65772070726f647563747320746f20697473204578747261706f6e65204f7267616e69632072616e67652c207768696368206973206261736564206f6e20636f6e74726f6c6c65642068617276657374696e672e204e65772070726f647563747320696e636c756465204e656f2041637469706f6e6520536f6170204e75747368656c6c2c20612031303025206e61747572616c2073757266616374616e74207375697461626c6520666f722075736520696e20706572736f6e616c2063617265206170706c69636174696f6e732073756368206173207368616d706f6f7320616e6420626f6479207761736865732e3c2f703e3c703ee2809c426f74616e6963616c73206172652070726f76656e20696e2073637265656e696e67206d6574686f647320746f20686176652072656c6576616e742065666665637473207375636820617320616e74692d6972726974616e7420616e6420616e74696f786964616e7420666f7220636f736d65746963206170706c69636174696f6e732ce2809d204d69636861656c205363687572696368742c20726567696f6e616c20627573696e657373206d616e616765722c2053796d726973652c20746f6c64205350432e3c2f703e3c703e54686520636f6d70616e792068617320616c736f2072656e616d65642069747320636f736d657469637320627573696e65737320756e69742c2077686963682077696c6c206e6f77206265206b6e6f776e206173204c69666520457373656e7469616c732c20627574206973207374696c6c20612070617274206f662053796d72697365e2809973205363656e7420262043617265206469766973696f6e2e3c2f703e3c703e53696c61622068617320616c736f20656e746572656420746865206f7267616e6963206172656e612c206c61756e6368696e672061206e65772045636f6365727420636572746966696564206f7267616e69632072616e67652c2077686963682077696c6c20696e697469616c6c7920636f6d7072697365207468726565206163746976652070726f6475637473202d204f73696c6966742042696f2c205374727563747572696e652042696f20616e6420566974616e6f6c2042696f2e20203c2f703e3c703e416e64204c69706f20686173206c61756e636865642061206e6577206c696e65206f66206e61747572616c20656d6f6c6c69656e74732c20646572697665642066726f6d2031303025206e61747572616c20706c616e7420736f75726365732e20546865204c69706f6275747465722072616e676520636f6d707269736573203131207661726965746965732c206569676874206f66207768696368206172652076616c6964617465642062792045636f636572742c207768696c652074686520726566696e6564206f7267616e696320736865612076617269616e7420697320636572746966696564206f7267616e69632062792045636f636572742e2056617269657469657320696e636c7564652061707269636f742c20726566696e656420636f636f612c206f6c6976652c206a6f6a6f62612c20726566696e6564206d616e676f20616e6420706561636820616e64206170706c69636174696f6e2073756767657374696f6e7320696e636c75646520736b696e2c2073756e20616e64206861697220636172652070726f64756374732c2066696e6520736f61707320616e6420626f647920627574746572732e3c2f703e3c2f703e3c703e5a656e6974656368e2809973206e6577204d6561646f77666f616d20616e64204f72616e6765206275747465727320616c736f20676976652061206e6f6420746f206e61747572616c2c20776974682045636f636572742076616c69646174696f6e2e205468652070726f647563747320617265207361696420746f206265207375697461626c6520666f7220612076617269657479206f66206170706c69636174696f6e7320696e636c7564696e6720736b696e20636172652c206861697220636172652c20636f6c6f757220636f736d657469637320616e64206e61696c20636172652e203c2f703e3c703ee2809c54686572652069732061206c6f74206f66206e6f6e73656e736520676f696e67206f6e2077697468206e61747572616c20616e64206f7267616e69637320617420746865206d6f6d656e742ce2809d207361696420436172746572204c61205661792c20707265736964656e742c205a656e69746563682e20e2809c54686520696e647573747279206e6565647320746f206368616e6765202d206974e28099732074696d6520776520776f6b6520757020616e64207265616c697365642074686520776f726c64206973206368616e67696e672e204920616d2070757474696e672045636f63657274206f6e2065766572797468696e6720492063616e206265636175736520492062656c6965766520696e20697420736f207374726f6e676c79202d206974e2809973207468652077617920666f72776172642ee2809d3c2f703e3c703e546865206f6e63652066616d696c696172206e616d65206f662046696e6574657820686173206e6f77206265656e2066756c6c79206162736f7262656420696e746f20496e6e6f737065632e205468652066616d696c6961722046696e736f6c7620656d6f6c6c69656e747320617265207374696c6c20617661696c61626c652c20616c74686f7567682070726f64756374696f6e2077617320726563656e746c7920657870616e6465642066726f6d2074686520555320746f204575726f70652028456c6c65736d65726520506f72742c20554b292c2062757420617420746869732079656172e280997320696e2d636f736d65746963732074686520636f6d70616e79207761732070726f6d6f74696e67204e6174726c71756573742045333020696e20706172746963756c61722c20612072656164696c792062696f64656772616461626c65206368656c6174696e67206167656e74207468617420726573706f6e647320746f2063757272656e7420726571756972656d656e74732e20e2809c50656f706c6520617265207265616c6c79207374617274696e6720746f2070617920617474656e74696f6e20746f20677265656e20616e6420677265656e20696e6772656469656e74732ce2809d2073616964205068696c204d6174656e612c20496e6e6f7370656320767020616e642067656e6572616c206d616e616765722e20e2809c5765e280997265207265696e76656e74696e67206f757273656c7665732061732061207370656369616c697479206368656d6963616c7320636f6d70616e7920616e64207765e28099766520676f742061206772656174206e65772070726f64756374206c696e652e204f75722073747261746567792069732067726f777468202d206f7267616e696320616e64207468726f756768206163717569736974696f6e2c2077686572652069742066697473206f75722073747261746567792ee2809d3c2f703e3c703e50726573657276617469766573207765726520616e6f7468657220617265612077686572652074686520677265656e207468656d652070726f647563656420736f6d6520696e746572657374696e67206e65772070726f64756374732e204472205374726165746d616e7320696e74726f64756365642061206e65772045636f636572742d6c697374656420616e74696d6963726f6269616c20696e6772656469656e74207468617420697320636c61696d656420746f2070726f766964652061206e61747572616c20616c7465726e617469766520746f2074686520636f6e76656e74696f6e616c207072657365727661746976657320746861742068617665206265656e20676976656e206120686172642074696d6520627920736f6d65207061727473206f6620746865206d6564696120726563656e746c792e3c2f703e3c703e4465726d61736f6674203638382045636f206973206120706c616e742d62617365642066756e6769636964616c20696e6772656469656e742c20646572697665642066726f6d20626173696c20616e64206973207361696420746f20706f7373657373207375706572696f7220616e74696d6963726f6269616c20636861726163746572697374696373207468616e206f7468657220706c616e74206465726976656420616c7465726e6174697665732063757272656e746c7920617661696c61626c652ee2809c54686572652068617320646566696e6974656c79206265656e206d6f72652064656d616e6420666f7220677265656e2070726f64756374732074686973207965617220616e64206f7572206e65772070726f6475637420686173206265656e206d65742077697468207665727920676f6f6420726573706f6e73652ce2809d20736169642044722e205374726165746d616e73e2809920537573616e6e65204ac3a46e696368656e2e20e2809c576520686176652045636f63657274206c697374696e6720616e6420617265206177616974696e6720536f696c204173736f63696174696f6e2063657274696669636174696f6e2ee2809d203c2f703e3c703e5769746820657665722067726561746572207365676d656e746174696f6e20696e2074686520736b696e206361726520736563746f722c2074686520636f6d7065746974696f6e20746f20646576656c6f7020696e6772656469656e74732074686174206f6666657220616476616e63656420736b696e20636172652062656e656669747320697320617420616e20616c6c2074696d6520686967682e204265696e67206120e28098677265656ee28099206272616e64206973206f6e65207468696e67206275742074686520696e6772656469656e7473206861766520746f2064656c6976657220736f706869737469636174656420726573756c74732e3c2f703e3c703e4761747465666f7373c3a920756e7665696c656420697473206c6174657374206c61756e63682c204379746f62696f6c204c756d696e2d4579652c20616e2061637469766520696e6772656469656e742077697468207374726f6e672076617363756c6f2d70726f746563746976652070726f70657274696573207468617420697320636c61696d656420746f20726564756365206461726b20636972636c657320616e6420707566667920736b696e2061726f756e64207468652065796520617265612e205468652061637469766520636f6e7461696e7320617368206261726b20657874726163742c206f7267616e69632073696c69636f6e20616e6420766974616d696e2042332c20776869636820616374206f6e2074686520736b696ee280997320637574616e656f7573206d6963726f63697263756c6174696f6e2e2056697369626c6520726573756c74732061726520636c61696d6564206166746572203238206461797320616e6420737567676573746564206170706c69636174696f6e7320696e636c7564652065796520636f6e746f75722074726561746d656e74732c207072652d20616e6420706f73742d737572676572792074726561746d656e74732c20616e74692d616765696e67206361726520616e6420666c6173682072616469616e63652074726561746d656e74732e3c2f703e3c703e4d6962656c6c65206d65616e7768696c65206c61756e636865642074776f206e657720616e74692d616765696e6720736b696e206361726520696e6772656469656e7473206261736564206f6e20706c616e7420736369656e63652e20506879746f43656c6c546563204d616c757320446f6d65737469636120697320616e20616374697665206261736564206f6e206170706c65207374656d2063656c6c732074686174207573657320706174656e742070656e64696e6720706c616e742063656c6c2063756c7475726520746563686e6f6c6f677920616e64206973207361696420746f2070726f7465637420736b696e207374656d2063656c6c7320616761696e737420616765696e672061732077656c6c2061732064656c6179696e67207468652073656e657363656e6365206f66206861697220666f6c6c69636c65732c2068656c70696e6720746f2070726573657276652074686520766974616c69747920616e6420796f75746866756c6e657373206f662074686520736b696e2e3c2f703e3c703e416c736f206d616b696e67206974732064656275742066726f6d204d6962656c6c6520776173204173747261466f7263652c20616e20616e74692d616765696e672070726f6475637420646576656c6f70656420666f7220626c656d697368656420736b696e2e2044656d616e6420666f7220616e74692d626c656d6973682070726f647563747320666f72206d6f7265206d61747572652c206e6f6e2d7465656e61676520736b696e2069732067726f77696e672072617069646c7920627574206163636f7264696e6720746f204d6962656c6c652c207468657265206172652076657279206665772070726f647563747320617661696c61626c6520746f207472656174207468697320636f6e646974696f6e2e2054686520696e6772656469656e7420636f6e7461696e7320417374726167616c7573206d656d6272616e61636575732c206120706c616e74207573656420696e20547261646974696f6e616c204368696e657365204d65646963696e652c20616e6420697320636c61696d656420746f206669726d20616e6420736d6f6f746820736b696e2c2072656475636520696d70657266656374696f6e732c2062616c616e636520736562756d2070726f64756374696f6e2c2070726576656e7420627265616b6f75747320616e64206c656176652074686520736b696ee280997320636f6d706c6578696f6e20636c65617220616e6420726566696e65642e3c2f703e3c703e446f7720416d657263686f6c2070726573656e7465642061206e65772c20706174656e742d70656e64696e6720656e63617073756c6174696f6e20616e642064656c69766572792073797374656d2c20536174696e46582c20776869636820656e61626c657320626f746820687964726f70686f62696320616e6420687964726f7068696c6963206163746976657320746f20626520656e63617073756c6174656420696e20612076617269657479206f6620736b696e20636172652070726f64756374732e204974206973207361696420746f2062652076657279206561737920746f206d69782062792073696d706c6520736865617220746f2063726561746520656e63617073756c6174696f6e20616e6420746f207369676e69666963616e746c7920696d70726f7665207468652073746162696c69736174696f6e206f662073656e73697469766520616374697665732061732077656c6c2061732067726561746572206566666963616379206f7665722074696d652e20566974616d696e73204120616e64204320616e64204448412077657265207374756469656420616e6420696d70726f7665642073746162696c697479207761732061636869657665642e20e2809c4974206365727461696e6c7920656e61626c6573207468652064656c6976657279206f66206e61747572616c206163746976657320736f2063616e206265207573656420696e20737570706f7274206f66206e61747572616c20636c61696d732ce2809d20636f6d6d656e746564204a656e6e696665722053696773776f7274682c20627573696e65737320636f6d6d756e69636174696f6e73207370656369616c697374207769746820446f7720416d657263686f6c2e20e2809c416e64207769746820746865206f6e676f696e672064656d616e6420666f72206d756c746966756e6374696f6e616c6974792c20706f74656e7469616c6c7920696e636f6d70617469626c6520696e6772656469656e7473206c696b652044484120616e6420616d696e6f20616369647320666f722073756e6c6573732074616e6e696e6720616e6420616e74692d616765696e672063616e20626520656e63617073756c6174656420746f6765746865722ee2809d20427920656e63617073756c6174696e6720706f74656e7469616c6c792069727269746174696e6720616374697665732c2074686520706f74656e7469616c20666f722069727269746174696f6e20697320726564756365642e20536174696e465820697320616c736f207361696420746f20696d70726f766520746865206165737468657469632070726f70657274696573206f66206661636520637265616d732c206579652067656c2c20736572756d20616e6420626f6479206c6f74696f6e20666f726d756c6174696f6e732e203c2f703e3c703e4c69676874657220616e642062726967687465723c2f703e3c703e5261686e20666f6375736564206f6e20736b696e206c69676874656e696e67206c61756e6368696e672043656c6c4163746976652057686974652c2061206e657720696e6772656469656e7420646576656c6f70656420666f722067656e746c6520736b696e206c69676874656e696e672c20616e6420636f6e7461696e696e67206120636f6d62696e6174696f6e206f6620766974616d696e2042332c2073756c706875726f75732065787472616374206f6620776174657263726573732c2062696f2d617661696c61626c65207a696e6320616e6420616e20457373656e7469616c2043656c6c20426f6f737420466163746f722e20496e20766974726f207465737473206f6e20334420736b696e206d6f64656c732073686f77656420757020746f2035302520726564756374696f6e20696e206d656c616e696e2070726f64756374696f6e20616e6420616e2031312520736b696e206c69676874656e696e67206f6620417369616e20736b696e2e20e2809c546865207461726765742077617320746f20646576656c6f7020616e2061637469766520666f722077686974656e696e67207468617420776173207361666520746f20736b696e2ce2809d206578706c61696e65642044616e69656c61204775696c646d616e6e2c2068656164206f66206d61726b6574696e672c205261686e2e3c2f703e3c703e4c69706f746563206c61756e63686564204368726f6d616272696768742c2061206e657720627269676874656e696e6720616374697665207468617420697320636c61696d656420746f20696e647563652061207369676e69666963616e74206c69676874656e696e67206566666963616379206f6e2074686520736b696e20616e642068656c707320746f20756e69667920736b696e20746f6e652e204368726f6d6f62726967687420646f6573206e6f742073686f7720616e79206379746f746f78696320656666656374732c206f7220616e792069727269746174696f6e206f722073656e73697469736174696f6e207265616374696f6e206163636f7264696e6720746f2074686520636f6d70616e792e3c2f703e3c703e456c656d656e74616c2070726f74656374696f6e3c2f703e3c703ee28098456c656d656e7473206f6620626561757479e280992077617320746865206e657720736c6f67616e20666f722043696261206174207468652073686f772e20e2809c49742064657363726962657320646966666572656e7420656c656d656e7473206f6620746563686e6f6c6f677920756e646572206f6e6520756d6272656c6c61202d207765e2809972652074616b696e672061206d6f726520686f6c697374696320617070726f61636820616e6420636f6d62696e696e6720636f6e6365707473206f66206265617574792c2077656c6c2d6265696e6720616e64206865616c74682ce2809d2073616964204d69636861656c2057696c6b6f702c20627573696e65737320686561642055562070726f74656374696f6e20262061637469766520627573696e657373206c696e6520686f6d65202620706572736f6e616c20636172652c20436962612e2054686520636f6d70616e79207761732070726f6d6f74696e6720e2809c62657474657220616765696e67e2809d2061732061206d6f726520706f73697469766520776179206f66206c6f6f6b696e6720617420616765696e672c206965206865616c746869657220616765696e67207468726f75676820616e20616e74692d616765696e6720617070726f61636820617320756e666f7274756e6174656c792061676520726576657273616c206973206e6f7420706f737369626c652e205468652069646561206973207468617420746869732063616e206265206163686965766564207468726f75676820757365206f662043696261e28099732054696e6f736f72622055562066696c746572732c2054696e6f6465726d206d6f6973747572697365727320616e642054696e6f6465726d20656e63617073756c6174656420616374697665733b2043696261207361696420697420657870656374732054696e6f736f7262205320616e642054696e6f736f7262204d20746f206761696e20616363657074616e636520696e207468652055532074686973207965617220736f20706c616e7320746f20626520726561647920666f7220746865206d6174657269616c7320746f20626520696e636c7564656420696e2066696e69736865642070726f6475637473206e65787420796561722e20e2809c57652077616e7420746f20657874656e64207468652073636f7065206f66206f75722061637469766974696573202d206974e2809973206e6f74206f6e6c7920612062656175747920746f7069632c206974e28099732061206865616c74682069737375652ee2809d20556c69204f7374657277616c6465722c20676c6f62616c206d61726b6574696e67206d616e616765722055562070726f74656374696f6e20616e642061637469766520656666656374732061646465643a20e2809c436962612077617320616e206561726c7920706c6179657220696e2055564120736f207765e2809972652061206d61726b6574206c65616465722e205765206e6f772077616e7420746f20776f726b207769746820637573746f6d65727320746f20636f6e76657920746865206d65737361676520746f2074686520756c74696d61746520636f6e73756d65722ee2809d2054686520636f6d70616e7920616c736f2077616e747320746f20776f726b2077697468206465726d61746f6c6f676973747320746f20696d70726f76652074686520756e6465727374616e64696e67206f662073756e2070726f74656374696f6e2074686572652e20e2809c5468657920646f6ee280997420616c6c20756e6465727374616e642053504620616e64206974e2809973207665727920696d706f7274616e742074686174207468657920646f2ce2809d2073616964204f7374657277616c6465722e20e2809c4974e280997320696d706f7274616e7420746f20776f726b206f6e2074686520696d616765206f662073756e73637265656e7320627574207765e28099726520636f756e74696e67206f6e20746865206661637420746861742070656f706c652077696c6c20616c776179732077616e7420746f206578706f7365207468656d73656c76657320746f2073756e2e20416e6420766974616d696e204420646566696369656e6379206973206e6f77206265696e67207365656e206173206265696e6720726573706f6e7369626c6520666f722061206c6f74206f662063616e636572732c207768696c6520766974616d696e2044207265717569726573205556422e204275742070726f74656374696f6e20636f6d65732066697273742ee2809d203c2f703e3c703e4e657874206d6f6e7468205350432077696c6c207265706f7274206f6e206d616e79206d6f7265206c61756e6368657320616e64206576656e74732066726f6d207468652073686f772c20696e636c7564696e6720746869732079656172e280997320696e737069726174696f6e616c20696e2d666f63757320666561747572652c2055746f7069612c20616e6420746865206576657220706f70756c6172207472656e64732070726573656e746174696f6e732e203c2f703e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000772915fce46b8b1f; asc               <      i    i.    7         X 7     4                  <      i0   i>    7         ` 7     4                  <      i@   iN    7         h 7     4                  <      iP   i^    7         p 7     4                  <      i`   in    7         x 7     4                  <      ip   i~    7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j.    7           7     4                  <      j0   j>    7           7     4                  <      j@   jN    7           7     4                  <      jP   j^    7           7     4                  <      j`   jn    7           7     4                  <      jp   j~    7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      j    j     7           7     4                  <      k    k     7           7     4                  <      k    k     7           7     4                  <      k    k.    7           7     4                  <      k0   k>    7           7     4                  <      k@   kN    7         ( 7     4                  <      kP   k^    7         0 7     4                  <      k`   kn    7         8 7     4                  <      kp   k~    7         @ 7     4                  <      l    l     7         H 7     4                  <      l    l     7         P 7     4                  <      l    l.    7         X 7     4                  <      l0   l>    7         ` 7     4                  <      l@   lN    7         h 7     4                  <      lP   l^    7         p 7     4                  <      l`   ln    7         x 7     4                  <      lp   l~    7           7     4                  <      l    l     7           7     4                  <   !  l    l     7           7     4                  <   "  l    l     7           7     4                  <      f    f     8           7     4                  <      f    f     8           7     4                  <      f    f     8           7     4                  <      f    f     8           7     4                  <      f    f     8           7     4                  <      f    f     8           7     4                  <      f    f     8           7     4                  <      g    g     8           7     4                  <      g    g     8           7     4                  <      g    g.    8           7     4                  <      g0   g>    8           7     4                  <      g@   gN    8           7     4                  <      gP   g^    8           7     4                  <      g`   gn    8           7     4                  <      gp   g~    8           7     4                  <      h    h     8           7     4                  <      h    h     8           7     4                  <      h    h.    8         ( 7     4                  <      h0   h>    8         0 7     4                  <      h@   hN    8         8 7     4                  <      hP   h^    8         @ 7     4                  <      h`   hn    8         H 7     4                  <      hp   h~    8         P 7     4                  <      h    h     8         X 7     4                  <      h    h     8         ` 7     4                  <      h    h     8         h 7     4                  <      h    h     8         p 7     4                  <      h    h     8         x 7     4                  <      h    h     8           7     4                  <      h    h     8           7     4                  <      h    h     8           7     4                  <      i    i     8           7     4                  <      i    i     8           7     4                  <      i    its actives a green leaf grade as well as indicating which are Ecocert approved, which are preservative-free and which paraben-free. </p><p>Croda has also gone down the green route, launching Up Close and Green, a new green guide to its speciality raw materials. The guide enables formulators to determine how green a product is, with reference to origin (plant, animal or mineral), petrochemicals, silicones, preservatives and biodegradability amongst others. The guide also features a Green Criteria that marks a deliberate move away from the current certification standards available. Under the criteria all products in the guide are free of ethylene oxide and propylene oxide-based components, contain no petroleum distillates, no phthalates, no parabens, no formaldehyde-releasing preservatives and have not been tested on animals.</p><p>   There are so many discrepancies between each certifier that we have left the option of which standard to follow to our customers,    explained Sarah Millns, marketing communications coordinator, personal & health care, Croda.    We are also waiting for the European certification standard to launch, which may change some criteria.   </p><p>Following this sentiment, the company has developed two new sun care products, Solaveil CT-300 and Solaviel CZ-300, and two hydrating peptides from organic sources. Hydroavena HpO and Hydroexcelsa HpO are moisturising agents derived by gentle enzymatic hydrolysis of certified organic crops.</p><p>Symrise has broadened its organic portfolio, adding new products to its Extrapone Organic range, which is based on controlled harvesting. New products include Neo Actipone Soap Nutshell, a 100% natural surfactant suitable for use in personal care applications such as shampoos and body washes.</p><p>   Botanicals are proven in screening methods to have relevant effects such as anti-irritant and antioxidant for cosmetic applications,    Michael Schuricht, regional business manager, Symrise, told SPC.</p><p>The company has also renamed its cosmetics business unit, which will now be known as Life Essentials, but is still a part of Symrise   s Scent & Care division.</p><p>Silab has also entered the organic arena, launching a new Ecocert certified organic range, which will initially comprise three active products - Osilift Bio, Structurine Bio and Vitanol Bio.  </p><p>And Lipo has launched a new line of natural emollients, derived from 100% natural plant sources. The Lipobutter range comprises 11 varieties, eight of which are validated by Ecocert, while the refined organic shea variant is certified organic by Ecocert. Varieties include apricot, refined cocoa, olive, jojoba, refined mango and peach and application suggestions include skin, sun and hair care products, fine soaps and body butters.</p></p><p>Zenitech   s new Meadowfoam and Orange butters also give a nod to natural, with Ecocert validation. The products are said to be suitable for a variety of applications including skin care, hair care, colour cosmetics and nail care. </p><p>   There is a lot of nonsense going on with natural and organics at the moment,    said Carter La Vay, president, Zenitech.    The industry needs to change - it   s time we woke up and realised the world is changing. I am putting Ecocert on everything I can because I believe in it so strongly - it   s the way forward.   </p><p>The once familiar name of Finetex has now been fully absorbed into Innospec. The familiar Finsolv emollients are still available, although production was recently expanded from the US to Europe (Ellesmere Port, UK), but at this year   s in-cosmetics the company was promoting Natrlquest E30 in particular, a readily biodegradable chelating agent that responds to current requirements.    People are really starting to pay attention to green and green ingredients,    said Phil Matena, Innospec vp and general manager.    We   re reinventing ourselves as a speciality chemicals company and we   ve got a great new product line. Our strategy is growth - organic and through acquisition, where it fits our strategy.   </p><p>Preservatives were another area where the green theme produced some interesting new products. Dr Straetmans introduced a new Ecocert-listed antimicrobial ingredient that is claimed to provide a natural alternative to the conventional preservatives that have been given a hard time by some parts of the media recently.</p><p>Dermasoft 688 Eco is a plant-based fungicidal ingredient, derived from basil and is said to possess superior antimicrobial characteristics than other plant derived alternatives currently available.   There has definitely been more demand for green products this year and our new product has been met with very good response,    said Dr. Straetmans    Susanne J  nichen.    We have Ecocert listing and are awaiting Soil Association certification.    </p><p>With ever greater segmentation in the skin care sector, the competition to develop ingredients that offer advanced skin care benefits is at an all time high. Being a    green    brand is one thing but the ingredients have to deliver sophisticated results.</p><p>Gattefoss   unveiled its latest launch, Cytobiol Lumin-Eye, an active ingredient with strong vasculo-protective properties that is claimed to reduce dark circles and puffy skin around the eye area. The active contains ash bark extract, organic silicon and vitamin B3, which act on the skin   s cutaneous microcirculation. Visible results are claimed after 28 days and suggested applications include eye contour treatments, pre- and post-surgery treatments, anti-ageing care and flash radiance treatments.</p><p>Mibelle meanwhile launched two new anti-ageing skin care ingredients based on plant science. PhytoCellTec Malus Domestica is an active based on apple stem cells that uses patent pending plant cell culture technology and is said to protect skin stem cells against ageing as well as delaying the senescence of hair follicles, helping to preserve the vitality and youthfulness of the skin.</p><p>Also making its debut from Mibelle was AstraForce, an anti-ageing product developed for blemished skin. Demand for anti-blemish products for more mature, non-teenage skin is growing rapidly but according to Mibelle, there are very few products available to treat this condition. The ingredient contains Astragalus membranaceus, a plant used in Traditional Chinese Medicine, and is claimed to firm and smooth skin, reduce imperfections, balance sebum production, prevent breakouts and leave the skin   s complexion clear and refined.</p><p>Dow Amerchol presented a new, patent-pending encapsulation and delivery system, SatinFX, which enables both hydrophobic and hydrophilic actives to be encapsulated in a variety of skin care products. It is said to be very easy to mix by simple shear to create encapsulation and to significantly improve the stabilisation of sensitive actives as well as greater efficacy over time. Vitamins A and C and DHA were studied and improved stability was achieved.    It certainly enables the delivery of natural actives so can be used in support of natural claims,    commented Jennifer Sigsworth, business communications specialist with Dow Amerchol.    And with the ongoing demand for multifunctionality, potentially incompatible ingredients like DHA and amino acids for sunless tanning and anti-ageing can be encapsulated together.    By encapsulating potentially irritating actives, the potential for irritation is reduced. SatinFX is also said to improve the aesthetic properties of face creams, eye gel, serum and body lotion formulations. </p><p>Lighter and brighter</p><p>Rahn focused on skin lightening launching CellActive White, a new ingredient developed for gentle skin lightening, and containing a combination of vitamin B3, sulphurous extract of watercress, bio-available zinc and an Essential Cell Boost Factor. In vitro tests on 3D skin models showed up to 50% reduction in melanin production and an 11% skin lightening of Asian skin.    The target was to develop an active for whitening that was safe to skin,    explained Daniela Guildmann, head of marketing, Rahn.</p><p>Lipotec launched Chromabright, a new brightening active that is claimed to induce a significant lightening efficacy on the skin and helps to unify skin tone. Chromobright does not show any cytotoxic effects, or any irritation or sensitisation reaction according to the company.</p><p>Elemental protection</p><p>   Elements of beauty    was the new slogan for Ciba at the show.    It describes different elements of technology under one umbrella - we   re taking a more holistic approach and combining concepts of beauty, well-being and health,    said Michael Wilkop, business head UV protection & active business line home & personal care, Ciba. The company was promoting    better ageing    as a more positive way of looking at ageing, ie healthier ageing through an anti-ageing approach as unfortunately age reversal is not possible. The idea is that this can be achieved through use of Ciba   s Tinosorb UV filters, Tinoderm moisturisers and Tinoderm encapsulated actives; Ciba said it expects Tinosorb S and Tinosorb M to gain acceptance in the US this year so plans to be ready for the materials to be included in finished products next year.    We want to extend the scope of our activities - it   s not only a beauty topic, it   s a health issue.    Uli Osterwalder, global marketing manager UV protection and active effects added:    Ciba was an early player in UVA so we   re a market leader. We now want to work with customers to convey the message to the ultimate consumer.    The company also wants to work with dermatologists to improve the understanding of sun protection there.    They don   t all understand SPF and it   s very important that they do,    said Osterwalder.    It   s important to work on the image of sunscreens but we   re counting on the fact that people will always want to expose themselves to sun. And vitamin D deficiency is now being seen as being responsible for a lot of cancers, while vitamin D requires UVB. But protection comes first.    </p><p>Next month SPC will report on many more launches and events from the show, including this year   s inspirational in-focus feature, Utopia, and the ever popular trends presentations. </p>
Mar 20 14:46:44 localhost mysqld: w)   k  ;
Mar 20 14:46:44 localhost mysqld: InnoDB: End of page dump
Mar 20 14:46:44 localhost mysqld: 2020-03-20 14:46:44 81 [Note] InnoDB: Uncompressed page, stored checksum in field1 0, calculated checksums for field1: crc32 1274019770, innodb 28570114,  page type 39311 == PAGE TYPE CORRUPTED.none 3735928559, stored checksum in field2 1999181308, calculated checksums for field2: crc32 1274019770, innodb 3035797051, none 3735928559,  page LSN 41625 2406031360, low 4 bytes of LSN at page end 3832253215, page number (if stored to page already) 2147483648, space id (if created with >= MySQL-4.1.1 and stored already) 256128
Mar 20 14:46:44 localhost mysqld: 2020-03-20 14:46:44 81 [Note] InnoDB: It is also possible that your operating system has corrupted its own file cache and rebooting your computer removes the error. If the corrupt page is an index page. You can also try to fix the corruption by dumping, dropping, and reimporting the corrupt table. You can use CHECK TABLE to scan your table for corruption. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.

I tried to use Windows 7 with the same version of VirtualBox - no problems at all.

Attachments (1)

internal_mysql_error.PNG (212.0 KB ) - added by vagiz 5 years ago.
MariaDB output with crc error after saving InnoDB page to the disk

Download all attachments as: .zip

Change History (2)

by vagiz, 5 years ago

Attachment: internal_mysql_error.PNG added

MariaDB output with crc error after saving InnoDB page to the disk

comment:1 by vagiz, 5 years ago

Vagrant 2.2.7

Note: See TracTickets for help on using tickets.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette