similar to: print from UNIX to Win95

Displaying 20 results from an estimated 200 matches similar to: "print from UNIX to Win95"

2009 May 14
0
[LLVMdev] alias analysis results
On Thu, May 14, 2009 at 2:19 PM, Weihua Sheng <weihua.sheng at gmail.com> wrote: > I actullay would expect the more accurate results from applying > anders-aa, but I could not interpret what has been returned - at least > I should see something like jj->aa, right? I'm not quite following... jj and aa don't alias; both versions show that. The results returned for
2009 May 15
1
[LLVMdev] alias analysis results
Hi Eli, thanks for the answers helping out. I tried to understand further - got another example: void test() { int *jj, *kk; int aa = 100; jj = &aa; *jj = 300; kk = jj; *kk = 400; } int main() { test(); return 0; } bc looks like the following (only test() part) define void @test() nounwind { entry: %aa = alloca i32 ; <i32*> [#uses=2] %kk =
2009 May 14
2
[LLVMdev] alias analysis results
Hi there, I am trying to understand how AliasAnalysis works out in LLVM. I used the following simple test-case (test4.c): -- void test() { int *jj, *kk; int aa = 100; jj = &aa; *jj = 300; } int main() { test(); return 0; } -- Then I did "llvm-gcc -emit-llvm -c -o test4.bc test4.c" to get bc. I tried the following 2 ways to get what I expect to get as
2010 May 18
3
[PATCH] btrfs: should add a permission check for setfacl
On btrfs, do the following ------------------ # su user1 # cd btrfs-part/ # touch aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rw- group::rw- other::r-- # su user2 # cd btrfs-part/ # setfacl -m u::rwx aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rwx <- successed to setfacl group::rw- other::r-- ------------------ but we
2007 Dec 05
1
SSH question
On my logwatch that I have emailed to me, I see a line where I'm showed logging in via a known ip address, and when I log in from my laptop through my EV-DO card wirelessly, the computer show log in as ok, but it can not translate the ip from the aircard and marks the log in as a possible hack attempt. How do you go in and set a network subnet as a valid ip block and not an attack attempt?
2008 Mar 19
3
RPM verify weirdness
Hi all, Can anyone explain this to me? (CentOS 4/5) # rpm -qf /etc/exports setup # rpm -V setup S.5....T c /etc/bashrc S.5....T c /etc/printcap ..?..... c /etc/securetty # echo '#### foo' > /etc/exports # cat /etc/exports #### foo # rpm -V setup S.5....T c /etc/bashrc S.5....T c /etc/printcap ..?..... c /etc/securetty I thought verify was supposed to check
2018 Dec 06
2
Can't configure GDM after update to CentOS 7.6
Le 06/12/2018 ? 18:54, John Hodrien a ?crit : > > Do you remember just how bad Gnome3 was in RHEL 7.0? It was unstable > and insecure, certainly when used with nvidia drivers. I can't see > how you could justify the effort it would have required to > effectively support an unsupported version of Gnome3, and backporting > I think would have been more than deeply unpleasant.
2018 Jul 15
2
Firefox 60 crashes when trying to save an image [OT]
Le 15/07/2018 ? 19:49, Matthew Phelps a ?crit?: > This is a known issue. See > https://bugzilla.redhat.com/show_bug.cgi?id=1596852 for a patch to the > /usr/bin/firefox wrapper script. On a side note, I've been using Firefox since version 0.99 around 2003, when it wasn't even called Firefox but something like Firebird or Phoenix. I've tested this new version, and I'm
2018 Jul 15
4
Firefox 60 crashes when trying to save an image [OT]
On Sun, Jul 15, 2018 at 12:13 PM, Leon Fauster via CentOS <centos at centos.org > wrote: > Am 15.07.2018 um 20:03 schrieb Nicolas Kovacs <info at microlinux.fr>: > > > > Le 15/07/2018 ? 19:49, Matthew Phelps a ?crit : > >> This is a known issue. See > >> https://bugzilla.redhat.com/show_bug.cgi?id=1596852 for a patch to the > >>
2001 Dec 11
5
Windows 95 connection problem.
I'm hoping someone can help me with a problem that's driving me potty! I have a network at home of various flavour of Wind*ws and a Mandrake 8.1 Linux box. After much trial and error, I have set the sytem up so I can log on to the network from WIn NT, Win 2k, Win 98 - but, no matter what I try, I cannot get a Win 95 machine to connect. I have installed the vrdrupd.exe file on the Win
2007 Feb 07
4
subversion verification on commit
Anyone have an implementation that allows you to evaluate the configs before they are committed to subversion? Too often, I''ll find that I missed a comma or whatnot and all of a sudden, puppetmaster can''t properly parse the configs anymore. I''d like to catch that before a commit. -- DK
1997 Aug 02
44
Question
Is there a way to prevent other users from being able to map a drive from windoww95/NT to anyother user directory on the system. For example I can map to anyone's account on the system and have read only access, is there a way to stop this in either the global or share level? Thanks
2018 Jul 17
2
Firefox 60 crashes when trying to save an image [OT]
On 07/17/2018 05:51 PM, Johnny Hughes wrote: > On 07/15/2018 03:00 PM, Kay Schenk wrote: >> On Sun, Jul 15, 2018 at 12:13 PM, Leon Fauster via CentOS <centos at centos.org >>> wrote: >> >>> Am 15.07.2018 um 20:03 schrieb Nicolas Kovacs <info at microlinux.fr>: >>>> >>>> Le 15/07/2018 ? 19:49, Matthew Phelps a ?crit :
2015 Apr 19
4
inquiry about differences between the tap and the vnet in the virt-manager
inquiry about differences between the tap and the vnet in the virt-manager Greetings! I encounter a problem about the network when using virt-manager to create and run a VM. when I want to establish a network bridge for the guest OS, I generally use two kinds of ways described as fellow : First method : create a bridge with the help of linux commad: brctl, or Second method : using
2007 Oct 12
7
puppet (Timeout::Error) HELP???
Can anyone help me with this error I am having. I am using puppet on Debian Etch, version 0.20.1-1 from apt works OK, but due to one or two problems we want to use the version from testing, 0.23.2-10, but the puppetd just fails upon startup spitting this out: Starting puppet configuration management tool/usr/lib/ruby/1.8/timeout.rb:54:in `open'': execution expired (Timeout::Error)
2007 Apr 30
6
Best practice: how to set up mountpoints?
Hi, [Note: I''ve been saving up my puppet questions for a free moment so pardon my bombardment of the list] What''s the best way to set up mounts and mountpoints with puppet? I am currently using something like: ---- class software_depot_client { # create NFS mountpoint file { "/mnt/nfs/repository": path => "/mnt/nfs/repository", ensure =>
2007 May 10
3
Bug or misconfiguration? Trying to add local user in NIS environment
Hello - Is the following a configuration issue (which is usually the case) or a bug? I''m trying to ensure a local user is present in a NIS environment using the following recipie: class dduck_add { user { "dduckl": ensure => present, uid => 60030, gid => "100", groups =>
2007 Jun 28
1
Asterisk 1.4.5 Inserting Random Digits in Dialed Number!
Eeeeck! Asterisk is inserting random digits in dialed numbers. So far I've seen it insert a 2 after the STD (area) code and insert an extra 6 or 7 in the STD code. It's pretty repeatable although the inserted number changes. My Config is: Asterisk 1.4.5, Zaptel 1.4.3, Digium TE205P (rev 02). There's an ISDN PBX on the second span and a BRI euroisdn on the first. Calls from the
2005 Nov 22
1
HTB classid problem
Hey, everyone, I am kindda newbie to this subject, so I just post my problem directly, please let me know if anything is wrong. in my config file when I use tc class add dev eth1 parent 1:11 classid 1:11016 htb rate 512kbit burst 10k everything works correctly but...when classid goes larger than 1:19999, eg: tc class add dev eth1 parent 1:21 classid 1:21006 htb rate
2018 Dec 06
2
Can't configure GDM after update to CentOS 7.6
On 12/06/2018 08:10 AM, Nicolas Kovacs wrote: > Le 06/12/2018 ? 15:24, James Pearson a ?crit?: >> I suspect it might be something that has been left out in the rebase to >> GDM 3.28.1 - an earlier change log for GDM has: > > On a side note, I've now spent a day and a half trying to recover my > wrecked desktop profiles, with only a partial success. As it looks now,