search for: 8096

Displaying 20 results from an estimated 49 matches for "8096".

Did you mean: 4096
2005 Aug 25
2
doesn't recognise ~ (PR#8096)
Full_Name: Leo van Romunde Version: 2, 1, 0 OS: Win XP prof. sp1 Submission from: (NULL) (81.58.34.90) When we type the following R gives an error: > a = c(1, 2) > b = c(1, 2) > boxplot (a ~ b) Error in list(a, b) : invalid 'envir' argument When we do exactly the same on another machine (Win2000) it works correctly. Any suggestions?
2004 Feb 28
1
Line splitting in system() (PR#6624)
According to the manual, system() splits output lines into 8096-char chunks; under UNIX, actually seems to return 8094 chars, and drop the 8095th. Spot missing digits in: x2 <- system("perl -e 'print \"0123456789\"x10000'", intern=T) Looks like a bug in the code to remove newlines at src/unix/sys-unix.c:218 -- fgets(...
2023 Jan 13
2
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...9.iso -rw-r--r--. 1 qemu qemu 990904320 Aug 11 2021 ubuntu-18.04.5-live-server-amd64.iso -rw-r--r--. 1 qemu qemu 1331691520 Feb 23 2022 ubuntu-20.04.4-live-server-amd64.iso -rw-r--r--. 1 qemu qemu 1466714112 Jun 28 2022 ubuntu-22.04-live-server-amd64.iso # virt-install --name demoreactui --ram 8096 --disk path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant ubuntu20.04 --network bridge=br0 --graphics none --console pty,target_type=serial --location /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd --extra-args 'consol...
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...0 Aug 11 2021 > ubuntu-18.04.5-live-server-amd64.iso > -rw-r--r--. 1 qemu qemu 1331691520 Feb 23 2022 > ubuntu-20.04.4-live-server-amd64.iso > -rw-r--r--. 1 qemu qemu 1466714112 Jun 28 2022 > ubuntu-22.04-live-server-amd64.iso > # > > virt-install --name demoreactui --ram 8096 --disk > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > ubuntu20.04 --network bridge=br0 --graphics none --console > pty,target_type=serial --location > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd >...
2019 Oct 05
2
Error validating install location: Distro 'rhel8' does not exist in our dictionary
Hi, I am running the below command to spawn CentOS8 based Virtual Machines using KVM based technology virt-install --name=centos8 > --file=/linuxkvmguestosdisk/var/lib/libvirt/images/centos8 --file-size=100 > --nonsparse --vcpus=2 --ram=8096 --network=bridge:br0 --os-type=linux > --os-variant=rhel8 --graphics none > --location=/linuxkvmguestosdisk/var/lib/libvirt/isos/CentOS-8-x86_64-1905-dvd1.iso > --extra-args="console=ttyS0" > ERROR Error validating install location: Distro 'rhel8' does not exist &gt...
2009 Apr 27
1
"rsync: writefd_unbuffered failed to write 4 bytes" on mounted share
Hello, we are using rsync to backup data to a NAS share. The share is mounted with the following command: mount -t nfs 192.168.1.101:/nas/NASDisk-00003/public /media/nas -o timeo=5,rsize=8096,wsize=8096,soft rsync is called by rsnapshot with the command: rsync -a --stats --delete --numeric-ids --relative --delete-excluded /samba /media/nas The process crashes when it tries to copy *.mdb files (15-600MB): rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)...
2003 Mar 11
2
system(..., intern=TRUE) splits long lines (PR#2623)
system(..., intern=TRUE) splits long lines after 118th character and discards the 119th character > a <- paste(rep("a", 124), collapse="") > system(paste("echo", a), intern=TRUE) system(paste("echo", a), intern=TRUE) [1] "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2023 Jan 13
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
On 13/01/2023 18:50, Kaushal Shriyan wrote: Hi Kaushal, > virt-install --name demoreactui --ram 8096 --disk > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > ubuntu20.04 --network bridge=br0 --graphics none --console > pty,target_type=serial --location > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,initrd=casper/initrd >...
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...live-server-amd64.iso > > -rw-r--r--. 1 qemu qemu 1331691520 Feb 23 2022 > > ubuntu-20.04.4-live-server-amd64.iso > > -rw-r--r--. 1 qemu qemu 1466714112 Jun 28 2022 > > ubuntu-22.04-live-server-amd64.iso > > # > > > > virt-install --name demoreactui --ram 8096 --disk > > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > > ubuntu20.04 --network bridge=br0 --graphics none --console > > pty,target_type=serial --location > > > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,...
2012 Dec 20
25
[PATCH] hvmloader / qemu-xen: Getting rid of resource conflict for OpRegion.
This is hvmloader part of the change that gets rid of the resource conflict warning in the guest kernel. The OpRegion may not always be page aligned. As a result one extra page is required to fully accommodate the OpRegion in that case. Just reserve one more page here. Signed-off-by: Timothy Guo <firemeteor@users.sourceforge.net> diff -r 11b4bc743b1f tools/firmware/hvmloader/e820.c ---
2003 Mar 01
1
RE: [R] File opening error after 1020 files opened
...", file=zz) > > close(zz) > > } > > > > work for me, several times in a session in both Windows and > Linux. I > > do know that sometimes under Windows file closing fails, but not > > often. > > > > The file-handle limit on RH7.2 seems to 8096, and I used at least > > 20000 opens. > > > > However, read.pnm has > > > > con <- file(file, open = "rb") > > open(con, open = "rb") > > ... > > close(con) > > Yes, of course. Revision (pixmap_0.3-2.tar.gz...
2005 Aug 25
3
what is max and min bitrate supported in OggVorbis?
Hi All, I am planning to implement Ogg Vorbis Decoder on a 24 bit DSP. I have following doubts: 1) What is min and max bitrate? 2)What is max Audio Packet size ? 3)What is the max size of setup header? 4)Any idea how to start for making a 24Bit fixed point reference code? Shall I start with floating point or Tremor or Tremor Low Mem Version? 5) What window sizes in Ogg Vorbis are normally
2003 Oct 12
1
Error openning file (PR#4550)
...e is this: ---->file beginning<--------- "Población" "cpa1900" "cpa1910" "cpa1920" "cpa1930" "cpa1940" "cpa1950" "cpa1960" "cpa1970" "cpa1981" "cpa1991" "Abanilla" 6723 7635 8096 8452 8769 8646 8681 8740 7146 6074 "Abarán" 3925 4161 5393 6647 7980 8461 8878 10200 11183 11865 "Águilas" 15753 16037 17315 15903 15466 15427 15535 17187 20809 24894 "Albudeite" 1339 1560 1604 1640 1737 1719 1831 1701 1658 1411 "Alcantarilla" 4986 5752 6399...
2019 Mar 14
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
...# Pigeonhole version 0.5.0.1 (d33dca20) # OS: Linux 4.15.0-46-generic x86_64 Ubuntu 18.04.2 LTS ext4 auth_mechanisms = plain login digest-md5 cram-md5 apop auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890&.-_@' default_vsz_limit = 8096 M disable_plaintext_auth = no first_valid_uid = 30 imap_client_workarounds = delay-newmail imap_logout_format = rcvd=%i, sent=%o mail_home = /var/qmail/mailnames/%Ld/%Ln mail_location = maildir:/var/qmail/mailnames/%Ld/%Ln/Maildir mail_log_prefix = "service=%s, user...
2006 Sep 25
2
Auth problem
..._ dovecot-auth root 10289 0.0 0.3 7904 3420 ? S Sep19 0:00 | \_ dovecot-auth root 11144 0.0 0.3 7968 3452 ? S Sep19 0:00 | \_ dovecot-auth root 12018 0.0 0.3 8176 3636 ? S Sep19 0:00 | \_ dovecot-auth root 12561 0.0 0.3 8096 3540 ? S Sep19 0:00 | \_ dovecot-auth root 14090 0.0 0.3 8176 3724 ? S Sep19 0:00 | \_ dovecot-auth root 14728 0.0 0.3 8096 3592 ? S Sep19 0:00 | \_ dovecot-auth root 15442 0.0 0.3 8176 3736 ? S Sep19 0:00 | \_...
2013 Jan 02
2
Trouble with expire plugin
...expires database? The database is mysql. ---- dovecot -n ---- # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-0.bpo.3-amd64 x86_64 Debian 6.0.6 auth_default_realm = xxxxxxx.com auth_mechanisms = plain login cram-md5 auth_verbose = yes auth_verbose_passwords = plain default_client_limit = 8096 dict { expire = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } disable_plaintext_auth = no mail_gid = vmail mail_plugins = quota expire listescape mail_uid = vmail managesieve_sieve_capability = fileinto envelope encoded-character subaddre...
2019 Mar 20
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
...0-46-generic x86_64 Ubuntu 18.04.2 LTS ext4 > > > auth_mechanisms = plain login digest-md5 cram-md5 apop > > > auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890&.-_@' > > > default_vsz_limit = 8096 M > > > disable_plaintext_auth = no > > > first_valid_uid = 30 > > > imap_client_workarounds = delay-newmail > > > imap_logout_format = rcvd=%i, sent=%o > > > mail_home = /var/qmail/mailnames/%L...
2019 Aug 28
0
CVE-2019-11500:
...R:N/UI:N/S:U/C:H/I:H/A:H) ? Vulnerability Details: IMAP and ManageSieve protocol parsers do not properly handle NUL byte when scanning data in quoted strings, leading to out of bounds heap memory writes. Risk: This vulnerability allows for out-of-bounds writes to objects stored on the heap up to 8096 bytes in pre-login phase, and 65536 bytes post-login phase, allowing sufficiently skilled attacker to perform complicated attacks that can lead to leaking private information or remote code execution. Abuse of this bug is very difficult to observe, as it does not necessarily cause a crash. Attempts...
2019 Oct 05
0
Re: Error validating install location: Distro 'rhel8' does not exist in our dictionary
...hal Shriyan: > Hi, > > I am running the below command to spawn CentOS8 based Virtual Machines > using KVM based technology > > virt-install --name=centos8 > --file=/linuxkvmguestosdisk/var/lib/libvirt/images/centos8 > --file-size=100 --nonsparse --vcpus=2 --ram=8096 > --network=bridge:br0 --os-type=linux --os-variant=rhel8 --graphics > none > --location=/linuxkvmguestosdisk/var/lib/libvirt/isos/CentOS-8-x86_64-1905-dvd1.iso > --extra-args="console=ttyS0" > ERROR ? ?Error validating install location: Distro 'rhel...
2023 Jan 14
1
failed: Could not start storage pool: cannot open directory: ... No such file or directory
...s? I am getting the above error. Please advise. Thanks in advance. Best Regards, Kaushal On Fri, Jan 13, 2023 at 11:47 PM Anand Buddhdev <anandb at ripe.net> wrote: > On 13/01/2023 18:50, Kaushal Shriyan wrote: > > Hi Kaushal, > > > virt-install --name demoreactui --ram 8096 --disk > > path=/linuxkvmguestosdisk/demoreactui.img,size=20 --vcpus 2 --os-variant > > ubuntu20.04 --network bridge=br0 --graphics none --console > > pty,target_type=serial --location > > > /var/lib/libvirt/isos/ubuntu-20.04.4-live-server-amd64.iso,kernel=casper/vmlinuz,...