search for: 10080

Displaying 20 results from an estimated 63 matches for "10080".

Did you mean: 1000
2005 Mar 18
1
Cisco 7940 convert to sip
...SIP Phone? I have continious error in tftp log: connect from 192.168.1.111 Mar 18 12:12:30 AKrasavin utftpd[10081]: peer requests OS79XX.TXT, conversion octet Mar 18 12:12:30 AKrasavin utftpd[10081]: unterminated option value in init packet Mar 18 15:12:30 AKrasavin xinetd[10068]: START: tftp pid=10080 from=192.168.1.111 Mar 18 15:12:30 AKrasavin xinetd[10068]: EXIT: tftp pid=10080 duration=0(sec) Mar 18 15:12:30 AKrasavin xinetd[10068]: START: tftp pid=10082 from=192.168.1.111 Mar 18 12:12:30 AKrasavin utftpd[10083]: connect from 192.168.1.111 Mar 18 12:12:30 AKrasavin utftpd[10083]: peer reques...
2007 Mar 11
0
Where is the returning connection?
...etwork: 192.168.1.2 connected to a switch (default gw) * B network: 192.168.2.2 connected to a router with 2 interfaces (192.168.2.1 and 192.168.1.30) * Clients can only connect to the service through 192.168.1.30:80 (the router), where the dst IP is masked to 192.168.2.2:10080 * If I connect from any host but 192.168.1.2, everything runs ok (tcpdump shows me both ways of tcp packets) Now, if I connect from that machine (that has the web server) through the router (192.168.1.30:80), 1. I see a SYN_SENT to 192.168.1.30 when I execute "netstat". 2. I...
2009 Nov 20
3
help me avoid nested for() loops!
Hi R folks, I have a massive array (object name "points") in the following form [,1] [,2] [1,] 1369 22 [2,] 1370 22 [3,] 1368 23 [4,] 1369 23 [5,] 1370 23 [6,] 1371 23 (10080 rows truncated) These represent pixel coordinates of interest in a jpeg image. I need to find the distance from each point to all other points of interest. The only way I can see to do this is by pythagoras and nested for loops. distance<-function(x1,y1,x2,y2){sqrt((x2-x1)^2 + (y2-y1)^2)} #py...
2015 Mar 02
1
disk space trouble on ec2 instance
...ctories there. Blew away the contents of the original directories with rm -rf (scary but I was very careful while doing this). Then re-mounted them on those original paths. And voila! [root at ops:~] #df -m Filesystem 1M-blocks Used Available Use% Mounted on /dev/sda1 10080 8431 1546 85% / none 312 0 312 0% /dev/shm /dev/sdi 151190 122853 20658 86% /backup/tapes /dev/sdh 10080 385 9183 5% /backup/tapes/bacula-restores /dev/sdf 10080 2064 7504...
2018 Dec 10
2
next/master boot bisection: Oops in nouveau driver on jetson-tk1
...ouveau: tegra: Call > nouveau_drm_device_init()" Yes here's the fix from Thierry: https://patchwork.freedesktop.org/patch/263587/ and I can confirm that it does fix the Oops when applied on top of next-20181206 (what I used for the bisection last week): http://lava.baylibre.com:10080/scheduler/job/71109 However the fix doesn't appear to have been applied in any upstream tree yet. Guillaume > On Fri, 2018-12-07 at 23:31 +0000, Guillaume Tucker wrote: >> Please find below an automated bisection report for a kernel Oops >> seen during the initialisation of...
2015 Feb 28
3
disk space trouble on ec2 instance
Hey all, Ok, so I've been having some trouble for a while with an EC2 instance running CentOS 5.11 with a disk volume reporting 100% usage. Root is on an EBS volume. So I've tried the whole 'du -sk | sort -nr | head -10' routine all around this volume getting rid of files. At first I was getting rid of about 50MB of files. Yet the volume remains at 100% capacity. Thinking
2008 May 17
1
nmbd using 80-90% cpu for name reg from phantom
nmbd is using a lot of cpu: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 22681 root 20 0 10080 1520 1084 R 99.0 0.3 146:30.78 nmbd log.nmbd logs 30-40 messages per second:: [2008/05/17 12:56:41, 0] nmbd/nmbd_incomingrequests.c:process_name_registration_request(212) process_name_registration_request: unicast name registration request received for name SEC00159925E132<00> from I...
2016 Feb 04
5
Squid as interception HTTPS proxy under CentOS 7
...128 #http_port 3128 # Uncomment and adjust the following to add a disk cache directory. #cache_dir ufs /var/spool/squid 100 16 256 # Leave coredumps in the first cache dir coredump_dir /var/spool/squid # # Add any of your own refresh_pattern entries above these. # refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern . 0 20% 4320 # My custom configuration http_port 8079 http_port 8080 intercept https_port 8081 ssl-bump intercept generate-host-certificates=on dynamic_cert_mem_cache_size=4MB key=/etc/squid/custom.priv...
2018 Dec 07
2
next/master boot bisection: Oops in nouveau driver on jetson-tk1
Please find below an automated bisection report for a kernel Oops seen during the initialisation of the nouveau GPU driver on jetson-tk1. All the LAVA test jobs for this bisection can be found here: http://lava.baylibre.com:10080/scheduler/alljobs?length=25&search=lava-bisect-staging-7366#table Here's the beginning of the Oops stack trace: [ 7.485361] [00000064] *pgd=f9e7b835 [ 7.485372] Internal error: Oops: 17 [#1] SMP ARM [ 7.485376] Modules linked in: snd_soc_tegra_rt5640(+) snd_soc_tegra_utils snd_s...
2012 Oct 03
1
squid cache question
...ownload restriction. We are using Squid 2.6 on Centos 5 64-bit. Cache configuration: cache_mem 128 MB maximum_object_size_in_memory 1024 KB cache_dir ufs /var/spool/squid 400000 16 256 maximum_object_size 4096 MB refresh_pattern -i \.(deb|rpm|exe|zip|tar|tgz|ram|rar|bin|ppt|doc|tiff|dmg|pkg|ipa)$ 10080 90% 43200 override-expire ignore-no-cache ignore-private reply_body_max_size 0 allow sp-download-grant reply_body_max_size 0 allow sp-download-grant-dst acl WorkingHours4 time D 09:00-18:00 acl WorkingHours1 time D 10:30-12:59 acl WorkingHours2 time D 15:00-18:30 acl WorkingHours3 time D 13:00-14...
2007 Nov 08
1
UPS auto restart problem upgrading from nut 2.0.1-2.2.0 with MGE Pulsar EXtreme 700C
...sion.internal: 0.81.0 input.frequency: 50.00 input.voltage: 240.2 output.current: 001.3 output.voltage: 230.5 ups.delay.shutdown: 040 ups.delay.start: 060 ups.firmware: 16 ups.id: EXtreme 700C 16 ups.load: 052.0 ups.mfr: MGE UPS SYSTEMS ups.model: EXtreme 700C ups.status: OL CHRG ups.test.interval: 10080
2011 May 11
0
kernel: dahdi: Master changed to B4/0/x
...ay 11 19:18:19 kernel: May 11 19:18:19 kernel: dahdi: flags: 501 hex, writechunk: ffff88013b74008c, readchunk: ffff88013b7400a4 May 11 19:18:19 kernel: dahdi: rxgain: ffffffffa0276170, txgain: ffffffffa0276170, gainalloc: 0 May 11 19:18:19 kernel: dahdi: span: ffff88013b740128, sig: 80 hex, sigcap: 10080 hex May 11 19:18:19 kernel: dahdi: inreadbuf: -1, outreadbuf: 0, inwritebuf: 0, outwritebuf: -1 May 11 19:18:19 kernel: dahdi: blocksize: 160, numbufs: 4, txbufpolicy: 0, txbufpolicy: 0 May 11 19:18:19 kernel: dahdi: txdisable: 0, rxdisable: 0, iomask: 0 May 11 19:18:19 kernel: dahdi: curzone: ffff...
2005 Oct 20
3
Attributing values to matrix according to names
Dear R-helpers Apologies for the basic question, but I just got stuck: I would like to write values from a vector into array cells with the same names > count[1:10] 10010 10014 10015 10017 10030 10080 10100 10230 10250 10280 0 0 0 0 0 1 1 0 2 0 >data[1:10,,1] [,1] [,2] [,3] [,4] [,5] 10010 NA NA NA NA NA 10014 NA NA NA NA NA 10015 NA NA NA NA NA 10016 NA NA NA NA NA 10017 NA NA NA NA...
2015 Mar 06
2
Squid on CentOS 7: few questions
...ess deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localnet # Port du proxy http_port 3128 # Taille du cache dans la RAM cache_mem 256 MB # Vidage syst?me coredump_dir /var/spool/squid # Dur?e de vie des fichiers sans date d'expiration refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern . 0 --8<-------------------------------------------------- The proxy is working as expected. I have a few questions for fine-tuning though. 1. Squid's main logs are stored in /var/log/squid/acc...
2005 Mar 26
4
[ISOLINUX] No boot: prompt with ISOLINUX 3.07
...nning and the end of the text file, but only the first one was printed. I don't have this in the current working version, so I don't know whether not having both SAYs text printed is a problem with ISOLINUX or my understanding. works 10036 Dec 14 16:38 src/syslinux-2.13/isolinux.bin not 10080 Dec 30 16:44 src/syslinux-3.00/isolinux.bin not 10388 Jan 12 02:57 src/syslinux-3.07/isolinux.bin not 10408 Jan 25 00:19 src/syslinux-3.08-pre5/isolinux.bin I'm willing to try some fixes. -Paul Glad I'm using a CD-RW. Bios Id: R-VIAEPIA-0067 Rev: Whizpro BIOS Date: 01/24/03 System:...
2008 Feb 20
2
MGE pulsar evolution 3000 discharges without nut noticing
...02.0 input.transfer.trim.high: 132.0 input.voltage: 122.8 output.current: 010.3 output.voltage: 122.2 ups.delay.shutdown: 020 ups.delay.start: 001 ups.firmware: unknown ups.id: Evolutio 3000 17 ups.load: 049.0 ups.mfr: MGE UPS SYSTEMS ups.model: Evolution 3000 ups.status: OL CHRG ups.test.interval: 10080 thanks in advance for any advice. -- Aaron J. Grier | "Not your ordinary poofy goof." | agrier at poofygoof.com
2011 Mar 25
2
Multiple Domain and multiple subnet
...#39;t see domain 1. Any idea?, thanks before (i'm attach my smb.conf from each pdc) best regards, -------------- next part -------------- [global] add machine script = /sbin/e-smith/signal-event machine-account-create '%u' bind interfaces only = yes case sensitive = no deadtime = 10080 display charset = ISO8859-1 dns proxy = no domain logons = yes domain master = yes dos charset = 850 encrypt passwords = yes guest account = public guest ok = no hosts allow = 127.0.0.1 10.1.0.0/255.255.0.0 192.168.0.0/255.255.255.0 interfaces = 127.0.0.1 10.1.1.7/255.255.0.0 log file = /...
2018 Mar 09
3
SELinux breaks Squid's ssl_crtd helper
...mp all # Taille du cache dans la RAM cache_mem 2048 MB # Emplacement et taille du cache sur le disque # cache_dir ufs /var/spool/squid 100 16 256 # Vidage syst?me coredump_dir /var/spool/squid # Dur?e de vie des fichiers sans date d'expiration refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern . 0 20% 4320 --8<---------------------------------------------------------------- First, I tested the configuration in permissive mode, where it works p...
2019 Feb 22
3
Debian 9.8 and vanbelle-repos
..., > > Louis > > thanks for your testing and help on this. I hop between jobs and customers and don't have too much time for that now. Just looked into winbindd.log: [2019/02/22 13:57:48.758769, 3] ../source3/winbindd/winbindd_getpwuid.c:49(winbindd_getpwuid_send) getpwuid 10080 [2019/02/22 13:57:48.770047, 5] ../source3/winbindd/wb_xids2sids.c:565(wb_xids2sids_recv) wb_sids_to_xids failed: NT_STATUS_CONNECTION_REFUSED [2019/02/22 13:57:48.770088, 5] ../source3/winbindd/winbindd_getpwuid.c:111(winbindd_getpwuid_recv) Could not convert sid (NULL SID): NT_STATUS_CONNEC...
2018 Dec 08
0
next/master boot bisection: Oops in nouveau driver on jetson-tk1
...Guillaume Tucker wrote: > Please find below an automated bisection report for a kernel Oops > seen during the initialisation of the nouveau GPU driver on > jetson-tk1. > > > All the LAVA test jobs for this bisection can be found here: > > > http://lava.baylibre.com:10080/scheduler/alljobs?length=25&search=lava-bisect-staging-7366#table > > > Here's the beginning of the Oops stack trace: > > [ 7.485361] [00000064] *pgd=f9e7b835 > [ 7.485372] Internal error: Oops: 17 [#1] SMP ARM > [ 7.485376] Modules linked in: snd_soc_tegra_...