Displaying 20 results from an estimated 83 matches for "zoran".
Did you mean:
moran
2014 Nov 03
2
[LLVMdev] Mips's MicroMips ??
...habricator tomorrow or on Wednesday.
Functionality is implemented in MipsDisassembler::getInstruction where first two bytes are read and decodeInstruction is called with DecoderTableMicroMips16 and only if it fails we read 4 bytes and call decodeInstruction with DecoderTableMicroMips32.
Regards,
Zoran
________________________________
From: Daniel Sanders
Sent: Sunday, November 02, 2014 5:49 PM
To: Jun Koi; Vladimir Medic; Sasa Stankovic; Jozef Kolek; Zoran Jovanovic
Cc: llvmdev at cs.uiuc.edu
Subject: RE: Mips's MicroMips ??
Hi,
I've had a quick look through MipsDisassembler.cpp and i...
2006 Mar 08
5
SWAT is working but shows smbd/nmbd: not running
...connect to swat,
log in, and click "status", I get valid page with open connections and
files, but smbd and nmbd are show as not running.
In same time everything else works as expected.
I am using 64-bit version of Suse 9.3 prof. (swat version:3.0.12-5-SUSE).
What went wrong?
Zoran
2006 Dec 23
4
AltGr not working in R GUI Script Editor (PR#9430)
Full_Name: Zoran Bosnic
Version: 2.4.0
OS: Windows XP SP2
Submission from: (NULL) (212.235.140.146)
This is a problem that occurs in R GUI Script Editor and is connected to Windows
regional settings.
Since I live in Slovenia, my computer has a keyboard with additional slovenian
international characters. I am the...
2012 Dec 31
3
9.1 file content
...n:
regarding times on the site, are iso and img files the same
as 2 weeks ago? To remind noble readers. I installed on my
computers what was release at that time and got it up and
working perfectly. In other words, is it the same file?
Best regards and happy new year
Zoran
2004 Jun 16
4
nmap not scanning networks?
Hello!
Attempt to scan a network with any method except plain ping results in an error:
truss nmap -sT -p 21 '172.19.17.*'
[...]
sendto(0x4,0x8094200,0,0x0,{ AF_INET 172.19.17.0:0 },0x10) ERR#49 'Can't assign
requested address'
[...]
What's strange that man on send(2) doesn't state that EADDRNOTAVAIL can ever be returned from sendto().
Quick look at nmap's site
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory
(eg: when you ssh into a machine and pkgadd the new openssh, it will not
kill your current (or anyone else's sshd session)
onanother_note: the buildpkg.sh could use some exec_prefix functionality...
to deal with ./configure --prefix= --exec_prefix=/usr
*** bak/opensshd.in Fri Oct 19 13:36:24 2001
---
2012 Nov 12
3
nomenclature for conf files
It might sound stupid, but I'd like to know if there's
any difference. Are those 3 line the same?
WITH_KMS=YES
WITH_KMS="YES"
WITH_KMS=yes
Best regards
Zoran
2006 Mar 22
0
Winpopup/RealPopup
...ery response from 192.168.2.247 ( 192.168.2.247 )
error connecting to 192.168.2.247:445 (Connection refused)
Connected. Type your message, ending it with a Control-D
sent 29 bytes
server:~ #
Computer "bane" receives message. Again everything works well.
If I commit:
server:~ # nmap -sU zoran
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2006-03-22 09:28 CET
Interesting ports on zoran.evident.hr (192.168.1.253):
(The 1470 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
123/udp open|filtered ntp
137/udp open|filtered netbios-ns
138/udp...
2012 Nov 05
4
agp in kernel
...sue bothers me also. RC version of amdtemp
failed to read temperatures on 8120. What version will
be included in release? Some months ago there was a post
of people taking source from current and compiling mo-
dule. It worked on 8 core bulldozer.
Best regards all
Zoran
2003 Jan 21
3
A way to shut down workstation
...ting as a PDC server for network with
windows 2K workstaions. Users forget to shut down the ws's and I would
like to do that automatically (from cron) in certain time of day.
Is there a command that can be sent to a w2k workstation to shutdown?
Can samba give that command?
Any sugestions?
Zoran
--
Zoran Ovcin, Dj. Niksica Johana 26/134, Novi Sad, Yugoslavia
+381-(0)21-402-422, mailto:zoran@imft.ftn.ns.ac.yu, ICQ# 51891480
2003 Nov 30
5
mail without mta
...me sort of queue would be
helpful.
Problems start receiving mail.
Fetchmail manual announces po-
ssibility for handing over to
procmail. Option should be
"mda procmail" in user section.
I made no rc file for procmail.
Test letter really came from
pop server to my local depot
(/var/mail/zoran). And... Mutt
cannot read it. Says "/var/mail/
/zoran is not maildir". It is
by default, my dear mutt!
I see, that I have to make some
procmailrc configuration file.
To tell the system, that procmail
is local delivery agent now,
who is on the machine and where
target files are. I need add...
2006 Mar 08
1
Print spooler full with completed print jobs
...d moved to the completed jobs.
Directory /var/spool/samba is empty.
Until now everything was worked without any problem.
I try to restart cups, smbd and nmbd.
If I restart these services, print spooler on windows side is empty now, but
it fills again.
Where to start searching for problem?
Zoran
2006 Mar 15
1
Samba 3 and FoxPro 2.6 for DOS
Hi all,
Are there some specific parameters for running multi-user FoxPro 2.6 for dos
applications directly from samba share?
Zoran
2005 Jan 06
1
abyoos.a
Dear folks!
Using f-prot, I've found
"unix/abyoos.a" in one
pure ascii file. Simple
googling didn't reveal
any special info about.
Is it something I should
be aware of?
What parts of it could I
find on the system, if any?
Best regards
Zoran
2014 Oct 29
2
[LLVMdev] Mips's MicroMips ??
Hi,
We have this line in micromips-16-bit-instructions.s
# CHECK-EB: addu16 $6, $17, $4 # encoding: [0x07,0x42]
However, when I check this with llvm-mc, like below, I dont get back the
assembly.
This is against the latest LLVM code. What is wrong here?
Thanks,
Jun
$ echo "0x07,0x42"|./Release+Asserts/bin/llvm-mc -disassemble -triple=mips
-show-encoding -mattr=micromips
2007 Dec 04
1
TVout reverse engineering GF4 etc.
...I read on http://nouveau.freedesktop.org/wiki/TestersWanted that
you're looking for information for the integrated tvout
functionality. I'm the author of nvtv, and I know some bits and pieces
about that subject, so maybe we can pool efforts.
The TV encoder used in the NVidia GPUs may be a Zoran CVE IP core,
http://www.zoran.com/products/literature/index.html
For the GF4 MX, it's possibly a CVE2, and for the newer cards, it may be
one of the later versions. The Matrix G400 Maven TV encoder also seems to
be a CVE2, but extended with extra registers.
There's no register informati...
2003 Apr 11
3
my mistake compiling kernel
...threw away, without knowlidge what it is.
Is there someone, who knows what to do
for linking kernel to finaly compile? Script
excludes and includes exactly what I said.
Yes, 5_0 is very unstable and behaves a
lot different than stable 4_. Best regards
Zoran Kolic
kolicz@eunet.yu
2005 Jul 07
2
pgp status
Dear all!
I'd like to know if something
changed for pgp263i on amd64.
In ports, archs recommended are
i386 and alpha.
Has someone used gpg-idea port
(with idea and rsa) to circum-
vent pgp <-> gpg missmetch?
Best regards
Zoran
2007 Jul 25
2
Using i915/i945 XvMc in Theora
....git;a=blob;hb=xvmc-i915;f=src/xvmc/I915XvMC.c
XvMC API was intended for MPEG{2,4} class of codecs - so it can not be
used for Theora as-is. However, could at least some parts of it such as
hardware accelerated YUV->RGB conversion be utilized, by exposing them
through custom interface?
Regards
Zoran
2013 Oct 01
1
ports binary upgrade question for 9.2
...ing intel 3000 graphics. I did it with kms
lines in make.conf, for 9.1. Does it change in new release?
Compiling all ports was long and tedious task and I want
to avoid it now. My best bet would be to binary upgrade
and recompile just what I have to.
Best regards all.
Zoran