root@helloworld-139867:~# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
zfspool 49.5G 110K 49.5G - - 0% 0% 1.00x ONLINE -
생성된 pool 에 기본적으로 압축 설정
root@helloworld-139867:~# zfs get compression
zfspool compression off local
root@helloworld-139867:~# zfs set compression=lz4 zfspool
root@helloworld-139867:~# zfs get compression
NAME PROPERTY VALUE SOURCE
zfspool compression lz4 local
모 커뮤니티 사이트에서 원드라이브를 네트워크드라이브 연결하는 방법을 확인하여 시도하였으나 아래와 같은 오류가 발생
인터넷 속성 : https://*.sharepoint.com 추가
네트워크 드라이브 연결
https://아이디아이디.sharepoint.com/personal/서브아이디/_layouts/15/onedrive.aspx 를 https://아이디아이디.sharepoint.com/personal/서브디아이디/Documents 로 변경하여 아래 네트워크 드라이브 연결
Chrome과 Edge에서 수행시 아래 오류 발생
다음 오류가 발생하여 네트워크 드라이브를 연결할 수 없습니다.
액세스가 거부되었습니다. 이 위치에서 파일을 열기 전에 먼저 웹 사이트를 신뢰할 수 있는 사이트 목록에 추가하고 해당 웹 사이트를 찾은 후 자동으로 로그인하도록 옵션을 선택해야 합니다.
위 에러 발생시 Chrome / Edge 등에서 로그인을 시도해도 접속이 안되며 해결 방법은 Internet Explorer 11을 이용하여 로그인을 해야 접속됨
Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'blablabla' for bean class [com.helloworld] conflicts with existing, non-compatible bean definition of same name and class [com.helloworld]
Connecting to download.redis.io (download.redis.io)|109.74.203.151|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1254857 (1.2M) [application/x-gzip]
Saving to: `redis-2.8.19.tar.gz'
100%[====================================================================================================================================>] 1,254,857 588K/s in 2.1s
pi@raspberrypi ~/redis-2.8.19 $ [8838] 26 Mar 22:42:08.906 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
[8838] 26 Mar 22:42:08.917 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
[8838] 26 Mar 22:42:08.917 # Redis can't set maximum open files to 10032 because of OS error: Operation not permitted.
[8838] 26 Mar 22:42:08.917 # Current maximum open files is 1024. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
[8838] 26 Mar 22:42:08.927 # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB maxmemory limit with 'noeviction' policy now.
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 2.8.19 (00000000/0) 32 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in stand alone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 8838
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
[8838] 26 Mar 22:42:08.930 # Server started, Redis version 2.8.19
[8838] 26 Mar 22:42:08.930 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
[8838] 26 Mar 22:42:08.931 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
[8838] 26 Mar 22:42:08.931 * DB loaded from disk: 0.000 seconds
[8838] 26 Mar 22:42:08.931 * The server is now ready to accept connections on port 6379
비밀댓글입니다
비밀댓글입니다
혹시 derby 쪽 create=ture 어디서 하는지 알수있을까요?