Displaying 6 results from an estimated 6 matches for "5000m".
Did you mean:
5000
2015 Dec 16
1
Passing a USB hub
...devices>
..
<hub type='usb'>
<address type='usb' bus='1' port='10.2'/>
</hub>
..
</devices>
To get the correct port, I used lsusb:
[root@nobill-main 004]# lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 5: Dev 110, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 52, If 0,...
2011 Jan 17
3
"cannot allocate vector of size ..." in RHLE5 PAE kernel
...d free shared buffers cached
Mem: 12466236 6354116 6112120 0 67596 2107556
-/+ buffers/cache: 4178964 8287272
Swap: 12582904 0 12582904
I tried to increase the memory limit available for R by using:
$ R --min-vsize=10M --max-vsize=5000M --min-nsize=500k --max-nsize=5000M
but it didn't work.
Any hint about how can I get R using all the memory available in the machine ?
Thanks in advance,
Mauricio
--
===============================
Linux user #454569 -- Ubuntu user #17469
2015 Dec 02
4
lvm snapshot
Hello
after a lvm snapshot creation and a reboot are all logical volumes are
missing, only swap is present.
lvcreate -L 5000M -s -n centos_h1-root_snap /dev/mapper/centos_h1-root
lvs
LV VG Attr LSize Pool Origin
Data% Meta% Move Log Cpy%Sync Convert
centos_h1-root_snap centos_h1 swi-a-s--- 4,88g root 0,00
home centos_h1 -wi-ao---- 1...
2014 Jan 13
3
apache - upload files bigger than 2Go
Hi,
I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64)
http server (httpd-2.2.3-43.el5.centos)
On the apache server set in my /etc/php.ini
upload_max_filesize = 4900M
post_max_size = 5000M
In my httpd.conf I set :
LimitRequestBody 0
I'm using firefox and/or chrome client for upload a file with 4.2gb size
on the server.
But it doesn't work.
Everything work fine and I can upload my file if it's not greater than
2gb.
I see that there are a technical ap...
2009 Nov 09
2
Override Quota with post-login scripting problem
...L DB only for per-user Quota, if
its possible to use a simple file with names and quota)
This is the post-login script:
#quotaperuser.sh
#!/bin/sh
case "$USER" in
"ZAGH-V+username") QUOTA_RULE='*:storage=500M';;
"ZAGH-V+test") QUOTA_RULE='*:storage=5000M';;
esac
exec /usr/local/libexec/dovecot/imap $*
My Configuration:
{dovecot -n}
# 1.2.3: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.16.60-0.54.5-smp i686 SUSE Linux Enterprise Server 10
(i586)
base_dir: /var/run/dovecot/
log_path: /var/log/dovecot.err
info_log_path: /var/log/dovecot.info
pro...
2012 Jun 08
1
Corrupted mdbox on LMTP director delivery while user is logged in via IMAP
...r is logged in via IMAP IDLE on mail04:
mail01:~# grep "^Jun 8 03:36:.*someuser at example.de" /var/log/server/dovecot.log
Jun 8 03:36:02 10.129.3.233 dovecot: lmtp(27124): Debug: auth input: someuser at example.de home=/mail/dovecot/example.de/someuser uid=501 gid=123 quota_rule=*:bytes=5000M:messages=0
Jun 8 03:36:02 10.129.3.233 dovecot: lmtp(27124, someuser at example.de): Debug: Effective uid=501, gid=123, home=/mail/dovecot/example.de/someuser
Jun 8 03:36:02 10.129.3.233 dovecot: lmtp(27124, someuser at example.de): Debug: Quota root: name=User quota backend=dict args=:proxy::quota...