search for: oberon

Displaying 20 results from an estimated 40 matches for "oberon".

1995 Sep 26
0
GPM Modula-2 and Oberon-2 Compilers
GPM Modula-2 and Oberon-2 Compilers File locations: ftp.fit.qut.edu.au:/pub/gpm ftp.psg.com:/pub/modula-2/gpm WEB Site: http://www.fit.qut.edu.au/CompSci/PLAS/GPM/ The Gardens Point Modula (GPM) compilers are an ongoing development project for the Programming Languages and Systems Group in the Faculty o...
2004 Mar 15
0
Nondeterministic share connect failures
Hello I have a Samba PDC in domain KEVF_D4 called OBERON and a NT4 workstation NEPTUN in workgroup (not domain, workgroup) WORKGROUP I tried to map \\oberon\linux from OBERON using smbclient \\\\oberon\\linux -U <username> and gave password and it worked. I tried to map \\oberon\linux from NEPTUN and 1) got error message: "\\Oberon is not...
2003 Dec 05
1
3.0.1pre3 -> 3.0.1rc1: doesn't want to connect to itself
Hello With smb.conf below, samba 3.0.1pre3 is capable of connecting to itself by smbclient -L oberon <empty_password>. Also domain logons work. With 3.0.1rc1 it just writes bash-2.05b# smbclient -L oberon Password:<empty> tree connect failed: Call returned zero bytes (EOF) bash-2.05b# smbclient --version Version 3.0.1rc1 bash-2.05b# smbd --version Version 3.0.1rc1 bash-2.05b# which s...
2004 Feb 12
1
pdbedit 3.0.2 segfault
Hello I have samba-3.0.2 installed into /usr/local/samba/ by means of cd /usr/src/samba-3.0.2/source ./configure --with-acl-support make make install When I run pdbedit -L I get a segfault: oberon root # pdbedit -L Segmentation fault (core dumped) This occurs after samba of unknown version from these two: 3.0.1pre2 3.0.2 has been reinstalled with samba-3.0.2 (gdb) bt #0 0x400f9bf9 in free () from /lib/libc.so.6 #1 0x08068472 in init_sam_from_buffer () #2 0x08071d3f in tdbsam_getsampwe...
2003 Nov 28
1
USRMGR.EXE administration: invalid syntax error message
...in/useradd -c 'Machine' -d /dev/null -g machines -s /bin/false %u add group script = /usr/local/samba/bin/mygroupadd "%g" delete group script = /usr/local/samba/bin/mygroupdel "%g" map to guest = Bad User passdb backend = tdbsam logon drive = h: logon home = \{}\{}oberon\{}%U logon path = \{}\{}oberon\}{profiles\{}%U [netlogon] path=/usr/local/samba/netlogon read only = yes guest ok = yes browseable = yes write list = admin prech root locking = no public = no [homes] comment = Home Directories browseable = no writable = yes [admin] comment = Admin Ho...
2006 Feb 13
1
heimdal and mit incompatability when using GSSAPI
...included in FreeBSD seems to be incompatible with my school's servers running MIT kerberos when authenticating over gssapi. For example ssh in verbose mode returns: debug2: we sent a gssapi-with-mic packet, wait for reply debug1: A token was invalid Unknown error: 0 when I try to connect to oberon. This same connection works fine on another machine with MIT krb5. Interestingly the tickets are issued even though the authentication fails: [0:49] alex@Laptop: ~> klist Credentials cache: FILE:/tmp/krb5cc_1001 Principal: boterola@REED.EDU Issued Expires Princip...
2004 Feb 16
1
Documentation bug? domadm privileges
...decreases the speed of manual binary search for a given page by several orders of magnitude) 5. Now assign each of the UNIX groups to NT groups: [...] # First assign well known domain global groups net groupmap modify ntgroup="Domain Admins" unixgroup=root rid=512 This didn't work: oberon root # net groupmap modify ntgroup="Domain Admins" unixgroup=root rid=512 Bad option: rid=512 However I got the idea behind the command and tried: net groupmap modify ntgroup="Domain Admins" unixgroup=root oberon root # net groupmap modify ntgroup="Domain Admins" unixg...
2012 Jul 17
1
subnet-up invocations
...167,6a:ad:ba:78:23:cf Jul 16 12:39:31 chronos tinc/subnet-up: ingpu,,128.59.146.167,192.168.1.5/32 Jul 16 12:39:31 chronos tinc/subnet-up: inspiron,,128.59.145.39,32:aa:bd:af:d9:7a Jul 16 12:39:31 chronos tinc/subnet-up: inspiron,,128.59.145.39,192.168.1.7/32 Jul 16 12:39:31 chronos tinc/subnet-up: oberon,,128.59.151.213,8a:62:50:af:2e:3d Jul 16 12:39:31 chronos tinc/subnet-up: oberon,,128.59.151.213,192.168.1.21/32 Jul 16 12:39:31 chronos tinc/subnet-up: spitzer,,128.59.144.255,0:26:b9:62:d9:58 Jul 16 12:39:31 chronos tinc/subnet-up: spitzer,,128.59.144.255,192.168.1.2/32 Jul 16 12:39:31 chronos ti...
2004 Feb 13
1
Samba as the Trusted Domain
...ith tdbsam (I don't remember why I moved on to tdbsam from smbpasswd but something in the past must have required it). When trying to add trusting domain according to Samba HOWTO Collection, page "clxxxvii" (why the heck the pages have such strange Roman hashes instead of numbers?): oberon root # smbpasswd -a -i KEVF_D1 New SMB password: Retype new SMB password: Failed to initialise SAM_ACCOUNT for user KEVF_D1$. Failed to modify password entry for user KEVF_D1$ The instructions seem to work only for those who use smbpasswd. I suggest the documentation maintainer to add similar inst...
2004 Aug 31
2
plaintext backend
...d rely just on the plain old unix /etc/passwd ones. However I couldn't find any information about it in 1) man smb.conf 2) online Samba official HOWTO I tried putting passdb backend = plaintext into a smb.conf file with security=share and the Samba server doesn't seem to work at all: root@oberon:~# smbclient -L oberon protocol negotiation failed However when the line passdb backend = plaintext is commented out, the smbclient -L oberon normally runs - prints out the shares. I have tried to put passdb backend = fuck into the config file and testparm said the smb.conf if OK (!!!). So the...
2006 Mar 01
4
linear lists, creation, insertion, deletion, traversal *someone?*
...Linear lists, as described e.g. by N.Wirth in "Algorithms and Data Structures", seem not to be implemented in S/R, although in lisp we have cons, car, cdr. Nevertheless I want to implement an algorithm using such linear lists, porting a trusted program to R (S). I need: (from Modula/Oberon) pSC* = POINTER TO SC; SC* = RECORD Next*: pSC; ...... ... END; # generate and fill a linked list: VAR p, pA, Kol: pSC; NEW( Kol); pA := Kol; while () { NEW( p ); pA.Next := p; pA := p; ... } Mapping this list management to R's list() is possible, but may not be so transp...
2005 Jun 01
3
x[x$a=="q",,drop=TRUE]
...Karate zeon Melody Meltatox 40 EC MKP 0 0 0 0 Molasses Nembicidine Nimrod 250 EC Nissorun 10 EC 0 0 0 12 Oberon Orthene 75 WP Oscar 20 SC Pegasus 15 0 9 26 Polar 50 WSG Potfos Proplant Pyrus 0 0 0 0 Ridomil MZ 63 5WP Rovra...
2011 Apr 02
0
[LLVMdev] GSoC proposal: New front-end
Hello. I would like to know if writing a new front-end for a widely-used programming language (in my case, Oberon) is a valid proposal for GSoC. By the way, I'm porting the original Wirth's Oberon compiler and I think that making available a translator for this language with an industrial-quality backend would make it a more interesting choice for many projects. Best regards. Walter Artica Undergradua...
2004 Feb 20
0
20s delay with nsswitch winbind
Hello I have installed winbind into nsswitch according to Samba HOWTO Chapter 21 Winbind: Use of Domain Accounts. However when I log in from console as unix user (who hasn't any account in the samba) I get a 20s delay. This is what the 12th console says: Feb 20 17:27:22 oberon pam_winbind[6241]: user 'clock' granted acces Feb 20 17:27:42 oberon login(pam_unix)[6241]: session opened for user clock by (uid=0) The first message is generated at the moment I submit my password. The second one is generated at the same moment when my shell appears. The 20s of waiting...
2004 Mar 17
0
Unexpected network failure
...p script = /usr/local/samba/bin/mydeleteuserfromgroupscript '%u' '%g' delete user script = /usr/sbin/userdel '%u' set primary group script = /usr/sbin/usermod -g '%g' '%u' map to guest = Bad User passdb backend = tdbsam logon drive = h: logon home = \\oberon\%U logon path = \\oberon\profiles\%U server schannel = auto server signing = auto client schannel = auto #Winbind configuration. Separator is default \ idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes template homedir = /home/winnt/%D/%U...
2007 Jan 03
4
prevent "delete user script" to delete special Samba user
Hello, OS: FreeBSD 6.1 Samba: 3.0.23c What kind of exit code do the "delete user script" need, to prevent Samba from deleting a user in tdbsam database? I'm testing Windows "User Manager for Domain" (usrmgr.exe) and I'm trying to convince Samba to NOT delete special users like "administrator" etc. Whenever I delete such a user within User Manager for
2006 Aug 07
1
[LLVMdev] Re: gcc4 or gcc3?
...ead the executable machine code from disk (slow I/O and all that). What's more, storing the intermediate code took a lot less space than the machine code, so it was a win there, too. Now the compression techniques they used were quite dependent on the details of the source language they used (Oberon), so it's not clear how much these techniques translate to other systems. But it's quite possible that the technique could be quite effective for a company that has to make its software run compatibly on multiple architectures. It's certainly something I've considered, and llvm s...
2003 Dec 11
2
USRMGR.EXE won't add user
...bin/userdel "%u" | delete user from group script = /usr/local/samba/bin/mydeleteuserfromgroupscript "%u" "%g" | delete user script = /usr/sbin/userdel "%u" | | map to guest = Bad User | passdb backend = tdbsam | | logon drive = h: | logon home = \{}\{}oberon\{}%U | logon path = \{}\{}oberon\}{profiles\{}%U | | server schannel = yes | server signing = auto | | [netlogon] | path=/usr/local/samba/netlogon | read only = yes | guest ok = yes | browseable = yes | write list = admin prech root | locking = no | public = no | csc policy = disable |...
2009 Mar 26
2
[LLVMdev] GSoC 2009 application
...have strong C/C++ skills acquired by working on several projects including my thesis. Besides my thesis I have previously taken classes on Compilers, compilers optimizations, parallel programming and multicore architectures. As part of compilers class project I had to implemented a compiler for the Oberon programming language from scratch. I was wondering if someone is willing to mentor me on the above projects. It would be a great help if i could get to interact with the project mentor in order to identify the project miles stones and goals before making the formal proposal. with best regards,...
2009 Apr 03
2
[LLVMdev] GSoC 2009 application
...have strong C/C++ skills acquired by working on several projects including my thesis. Besides my thesis I have previously taken classes on Compilers, compilers optimizations, parallel programming and multicore architectures. As part of compilers class project I had to implemented a compiler for the Oberon programming language from scratch. Project Proposal: Since several people are working on loop static loop dependence analysis, I wish to extend this into the profile driven paradigm. The profile driven approach can be useful in the following cases:- 1. Rarely occuring dependeccies. 2. Silent de...