search for: ago

Displaying 20 results from an estimated 27315 matches for "ago".

2019 Aug 02
2
DNS Update Failed
...I believe I am having DNS upgrade issues, as noticed below: /etc/init.d/samba-ad-dc status ? samba-ad-dc.service - Samba AD Daemon Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2019-08-02 10:04:24 -03; 5h 20min ago Docs: man:samba(8) man:samba(7) man:smb.conf(5) Main PID: 9284 (samba) Status: "smbd: ready to serve connections..." Tasks: 24 (limit: 4720) CGroup: /system.slice/samba-ad-dc.service ?? 9284 /usr/sbin/samba ?? 9285 /usr/sbin/samb...
2006 Nov 06
2
Shouldn't ranges work for datetime fields
...gure ranges should work just fine for a datetime. I want to weight a total based on how recently an item was created. Using the case statement, I check various ranges. I simply cannot get this to work: weighted_total += case item.created_at when Time.now...24.hours.ago: 20 when 24.hours.ago...48.hours.ago: 8 when 48.hours.ago...1.week.ago: 4 when 1.week.ago...2.weeks.ago: 2 when 2.weeks.ago...4.weeks.ago: 1 else 0 end Every "created_at" f...
2019 Aug 03
1
DNS Update Failed
...> The SO is Debian 9.9 (stretch). I'm using samba 4.5-16 and intend > update to samba 4.10 with van-belle repository, but, i'm trying solve > all the issues first. > > I have changed my /etc/resolv.conf as follow: > > But, this didn't solve the problem: > > ago 03 10:40:13 samba4-dc winbindd[1714]: [2019/08/03 10:40:13.718755, > ?0] ../source3/winbindd/winbindd_cache.c:3244(initialize_winbindd_cache) > ago 03 10:40:13 samba4-dc winbindd[1714]: initialize_winbindd_cache: > clearing cache and re-creating with version number 2 > ago 03 10:40:13...
2017 Jul 11
2
Problems with time formats when importing data using readHTMLTable
...i, sep='')) } ais <- do.call('rbind', x) ais <- ais[,-7] and I got the following table: > ais Timestamp Source Speed (kn) Latitude (??) Longitude (??) Course (??) 1 149977066014997706604 minutes ago Terr-AIS 8.6 37.36228 -9.176811 200 2 149977048714997704876 minutes ago Terr-AIS 8.4 37.36875 -9.174048 200 3 149976661414997666141 hour, 11 minutes ago Terr-AIS...
2019 Aug 22
2
Erros in Samba 4 DC
Hi, I noticed some problems in my DC2 (secondary) Logs, as below: root at samba4-dc2:/var/log/samba# tail log.samba ago 22 14:55:21 samba4-dc2 samba[2812]: [2019/08/22 14:55:21.106213, 0] ../lib/util/util_runcmd.c:316(?andler) ago 22 14:55:21 samba4-dc2 samba[2812]: /usr/sbin/samba_dnsupdate: GENSEC backend 'krb5' registered ago 22 14:55:21 samba4-dc2 samba[2812]: [2019/08/22 14:55:21.106248, 0] ../lib/u...
2006 Mar 01
7
Oracle Sequence & Rails
the compiler tell me it: invalid column name: INSERT INTO ago.prova_stats (cognome, nome, id, telefono) VALUES(''Medda'', ''Ivan'', :id, 70565611) where ago.prova_stats is the table used by me and that have only the columns ''cognome'',''nome'' and ''telefono''. My table hasn...
2019 Aug 03
0
DNS Update Failed
...he windows server firewall to see if this is what it was blocking, but it didn't solve it. There appear to be Kerberos key errors, but the kinit administrator command works correctly. /usr/sbin/samba_dnsupdate:; TSIG error with server: tsig verify failure Regards, M?rcio Bacci Em sex, 2 de ago de 2019 ?s 15:51, Marcio Demetrio Bacci < marciobacci at gmail.com> escreveu: > Hi > > I believe I am having DNS upgrade issues, as noticed below: > > /etc/init.d/samba-ad-dc status > ? samba-ad-dc.service - Samba AD Daemon > Loaded: loaded (/lib/systemd/system/samba...
2019 Aug 12
3
Problems joining Samba 4 in the domain
Hi, I have restarted, but it didn't solve the problem. /etc/init.d/samba-ad-dc status samba-ad-dc.service - Samba AD Daemon Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2019-08-12 15:32:18 -03; 9s ago Docs: man:samba(8) man:samba(7) man:smb.conf(5) Main PID: 575 (samba) Status: "smbd: ready to serve connections..." Tasks: 22 (limit: 4915) CGroup: /system.slice/samba-ad-dc.service ??575 /usr/sbin/samba ??634 /usr/sbin/samba...
2019 Aug 03
2
DNS Update Failed
On 03/08/2019 14:10, Marcio Demetrio Bacci wrote: > Hi, > > >What OS ? > On Primary DC is Windows Server 2008. I actually meant on the Samba AD DC ;-) > > >Is the DC using itself as its nameserver in /etc/resolv.conf ? > I'm using the ip address of primary DC Windows Server 2008 and ip > address of my Samba 4 DC Well give up doing that, make /etc/resolv.conf
2007 Aug 29
1
Members in 'Unknown' status in output of 'queue show'
...9;rrmemory' strategy (24s holdtime), W:0, C:447, A:20, SL:91.7% within 60s Members: SIP/1405 (dynamic) (Unknown) has taken no calls yet SIP/1420 (dynamic) (paused) (Not in use) has taken no calls yet SIP/1442 (dynamic) (paused) (Unknown) has taken 2 calls (last was 101 secs ago) SIP/1440 (dynamic) (In use) has taken 2 calls (last was 3071 secs ago) SIP/1428 (dynamic) (paused) (Not in use) has taken 2 calls (last was 10818 secs ago) SIP/1404 (dynamic) (paused) (Not in use) has taken 2 calls (last was 2228 secs ago) SIP/1429 (dynamic) (paused) (Unkno...
2017 Jul 11
0
Problems with time formats when importing data using readHTMLTable
...lt;- do.call('rbind', x) > ais <- ais[,-7] > > and I got the following table: > >> ais > Timestamp Source Speed (kn) Latitude (??) Longitude (??) Course (??) > 1 149977066014997706604 minutes ago Terr-AIS 8.6 37.36228 -9.176811 200 There's undoubtedly a way to extract the time info from this HTML code (but I'm not the one to provide that solution.) This is the first entry in the webpage source when viewed right now: <td> <time...
2008 Aug 22
1
smbclient: tdb_fetch_uint32 failed
...Comment --------- ------- Workgroup Master --------- ------- GRECOELEVATORI BARBARA and indeed the shared directory exists: [barbara@barbara ~]$ ls -l /home/barbara/Documenti totale 4 drwxr-xr-x 28 barbara barbara 4096 1 ago 10:19 Ufficio in the same lan there is also a win98 client, and neither it is able to access to the public share. using "map to guest = Bad User" I'm able at least to access the printer but not the share. here is my smb.conf stripped from commented and empty lines: [global]...
2015 Aug 13
1
Strange information in the log Samba4
...d that in the folder: */var/log/samba* in my workstations there are many logs archives of all the domain computers. Not is in server, but in *workstation*. A example: root at ubuntu33:/# ls -lh /var/log/samba/ ... -rw-r--r-- 1 root root 0 Jul 15 11:29 log.192.168.7.106 -rw-r--r-- 1 root root 0 Ago 5 08:26 log.192.168.7.12 -rw-r--r-- 1 root root 0 Ago 10 09:56 log.192.168.7.135 -rw-r--r-- 1 root root 0 Ago 10 14:14 log.192.168.7.15 -rw-r--r-- 1 root root 0 Ago 4 13:46 log.192.168.7.154 -rw-r--r-- 1 root root 133 Jul 31 13:04 log.wb-BUILTIN -rw-r--r-- 1 root root 1,1K Ago 11 08:22 log.wb-UBUN...
2017 Jul 10
2
Problems with time formats when importing data using readHTMLTable
...the marine traffic website. The table has a "Timestamp" column which, in the browser, appears with the format yyyy-mm-dd HH:MM (UTC), e.g. 2017-07-10 14:04 (UTC). When I import the table, the same date "2017-07-10 14:04 (UTC)" appears as "1499696500149969650021 minutes ago", This is the more recent date and time. Older records, as e.g. "2017-07-09 17:02 (UTC)" appear as e.g. "1499619726149961972621 hours, 59 minutes ago". I don't know how to convert these data to the time formats used in R (POSIXct). The script is very simple and wor...
2017 Jul 10
0
Problems with time formats when importing data using readHTMLTable
...ite. The >table has a "Timestamp" column which, in the browser, appears with the >format yyyy-mm-dd HH:MM (UTC), e.g. 2017-07-10 14:04 (UTC). > >When I import the table, the same date "2017-07-10 14:04 (UTC)" appears > >as "1499696500149969650021 minutes ago", This is the more recent date >and time. Older records, as e.g. "2017-07-09 17:02 (UTC)" appear as >e.g. >"1499619726149961972621 hours, 59 minutes ago". > >I don't know how to convert these data to the time formats used in R >(POSIXct). > >T...
2019 Aug 22
0
Erros in Samba 4 DC
On 22/08/2019 19:22, Marcio Demetrio Bacci via samba wrote: > Hi, > > I noticed some problems in my DC2 (secondary) Logs, as below: > > root at samba4-dc2:/var/log/samba# tail log.samba > > ago 22 14:55:21 samba4-dc2 samba[2812]: [2019/08/22 14:55:21.106213, 0] > ../lib/util/util_runcmd.c:316(?andler) > ago 22 14:55:21 samba4-dc2 samba[2812]: /usr/sbin/samba_dnsupdate: GENSEC > backend 'krb5' registered > ago 22 14:55:21 samba4-dc2 samba[2812]: [2019/08/22 14:55:21....
2019 Nov 22
0
Installing R 3.5 on Ubuntu bionic stopped(?) working
...... additional ones _but generally only exactly one current version_. So R 3.6.1 now. We (as providers of these repos) never promised other interim version. | With repo2docker we are in a slightly weird position where we want to | enable container image builds that worked 6months or 12months ago to also | work today. This means if a user built a container with R 3.5 in the past You could maybe base that on the versioned Rocker container (the "r-ver" stack) which is also tagged to corresponding dates at MRAN. No support for binary packages though. Somewhat simpler but without M...
2017 Aug 01
3
Bad SMB2 signature on Samba 4
...Debian 8. Recently, in samba Service appears problems with SMB2 SIGNATURE as the message below: root at dc2:/home/suporte# /etc/init.d/samba4 status samba4.service - LSB: start Samba4 daemons Loaded: loaded (/etc/init.d/samba4) Active: active (exited) since Seg 2017-07-31 17:14:07 -03; 15h ago Process: 443 ExecStart=/etc/init.d/samba4 start (code=exited, status=0/SUCCESS) Ago 01 01:30:17 dc2 samba[486]: Exiting pid 486 on SIGTERM Ago 01 01:30:17 dc2 samba[489]: [2017/08/01 01:30:17.667239, 0] ../source...m) Ago 01 01:30:17 dc2 samba[489]: Exiting pid 489 on SIGTERM Ago 01 01:30:17 dc...
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
...via tsocks Product: Portable OpenSSH Version: 9.6p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: agostino.sarubbo at gmail.com Dear openssh developers, in this issue (that is a bit hard to explain and then replicate) we have three actors: - an ssh/sshd in an home connection behind nat (home/10.10.0.1) - a public sshd server - a ssh client To have a way to reach my home connection when I'm o...
2012 Sep 26
2
(new) director issues in 2.1.10
Timo - I upgraded to 2.1.10 on our director servers two nights ago and apart from errors associated with the directors processes restarting everything looked great for ~24 hours until I failed our the real servers last night to update the nfs mount options for the spools. I followed the suggested procedure for each backend server, just run on one of the direc...