Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-11 Thread Tomas Bodzar
Hi all,

I have:

$ ./wfica -version
Citrix Receiver for Linux
Version 11.100.158406
Copyright 1998-2010 Citrix Systems, Inc. All rights reserved.
Copyright (c) 1986-1997 RSA Security, Inc. All rights reserved.
$ pwd
/emul/linux/usr/local/ICAClient
$

on:

$ sysctl kern.version
kern.version=OpenBSD 4.9-current (GENERIC.MP) #12: Sat Apr  9 19:09:41 MDT 2011
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP

$

Previous snapshots were running without issues, but now every time I
start some Citrix app my computer completely hangs (no keyboard or
mouse response, no chance to reset X and so on) so I need to turn it
off with Power button (so fsck after boot of course). I suspect recent
changes in Linux emul, but can't be sure or provide more info as there
are no messages left in any log. PC just hangs. Is there a way how can
I get some debug messages from Linux emul layer?

Thx



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-11 Thread Paul Irofti
On Mon, Apr 11, 2011 at 09:24:30AM +0200, Tomas Bodzar wrote:
> Hi all,
> 
> I have:
> 
> $ ./wfica -version
> Citrix Receiver for Linux
> Version 11.100.158406
> Copyright 1998-2010 Citrix Systems, Inc. All rights reserved.
> Copyright (c) 1986-1997 RSA Security, Inc. All rights reserved.
> $ pwd
> /emul/linux/usr/local/ICAClient
> $
> 
> on:
> 
> $ sysctl kern.version
> kern.version=OpenBSD 4.9-current (GENERIC.MP) #12: Sat Apr  9 19:09:41 MDT 
> 2011
> dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
> 
> $
> 
> Previous snapshots were running without issues, but now every time I
> start some Citrix app my computer completely hangs (no keyboard or
> mouse response, no chance to reset X and so on) so I need to turn it
> off with Power button (so fsck after boot of course). I suspect recent
> changes in Linux emul, but can't be sure or provide more info as there
> are no messages left in any log. PC just hangs. Is there a way how can
> I get some debug messages from Linux emul layer?

The issue is known and I'll investigate it in a couple of days when I
get home. Until then a ktrace would be useful (if it surrvives the
hang). My bets are on the clone() changes.



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-11 Thread Tomas Bodzar
Hi,

will try ktrace and log output of Citrix too. Yesterday when I saw
that crash word in output of last I thought that maybe I can enter
ddb. Will test that today and you can expect outputs. Anyway no need
to worry about it right now, you have holidays and I have "workaround"
for now (vm of Windows heh).

Thx for your time

On Mon, Apr 11, 2011 at 6:10 PM, Paul Irofti  wrote:
> On Mon, Apr 11, 2011 at 09:24:30AM +0200, Tomas Bodzar wrote:
>> Hi all,
>>
>> I have:
>>
>> $ ./wfica -version
>> Citrix Receiver for Linux
>> Version 11.100.158406
>> Copyright 1998-2010 Citrix Systems, Inc. All rights reserved.
>> Copyright (c) 1986-1997 RSA Security, Inc. All rights reserved.
>> $ pwd
>> /emul/linux/usr/local/ICAClient
>> $
>>
>> on:
>>
>> $ sysctl kern.version
>> kern.version=OpenBSD 4.9-current (GENERIC.MP) #12: Sat Apr B 9 19:09:41 MDT
2011
>> B  B  dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
>>
>> $
>>
>> Previous snapshots were running without issues, but now every time I
>> start some Citrix app my computer completely hangs (no keyboard or
>> mouse response, no chance to reset X and so on) so I need to turn it
>> off with Power button (so fsck after boot of course). I suspect recent
>> changes in Linux emul, but can't be sure or provide more info as there
>> are no messages left in any log. PC just hangs. Is there a way how can
>> I get some debug messages from Linux emul layer?
>
> The issue is known and I'll investigate it in a couple of days when I
> get home. Until then a ktrace would be useful (if it surrvives the
> hang). My bets are on the clone() changes.



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-12 Thread jirib
On Tue, 12 Apr 2011 05:36:50 +0200
Tomas Bodzar  wrote:

> Hi,
> 
> will try ktrace and log output of Citrix too. Yesterday when I saw
> that crash word in output of last I thought that maybe I can enter
> ddb. Will test that today and you can expect outputs. Anyway no need
> to worry about it right now, you have holidays and I have "workaround"

- use java version, it works quite OK, example:

java -cp ./JICAEngN.jar com.citrix.JICA -httpbrowseraddress:x.x.250.111
-initialprogram:#WIN2KAPPS -username:x -address:WIN2KAPPS
-launcher:Custom -desiredvres:768 -desiredhres:1024 -password:x
-end:terminate

jirib



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-13 Thread Tomas Bodzar
On Mon, Apr 11, 2011 at 6:10 PM, Paul Irofti  wrote:
> On Mon, Apr 11, 2011 at 09:24:30AM +0200, Tomas Bodzar wrote:
>> Hi all,
>>
>> I have:
>>
>> $ ./wfica -version
>> Citrix Receiver for Linux
>> Version 11.100.158406
>> Copyright 1998-2010 Citrix Systems, Inc. All rights reserved.
>> Copyright (c) 1986-1997 RSA Security, Inc. All rights reserved.
>> $ pwd
>> /emul/linux/usr/local/ICAClient
>> $
>>
>> on:
>>
>> $ sysctl kern.version
>> kern.version=OpenBSD 4.9-current (GENERIC.MP) #12: Sat Apr B 9 19:09:41 MDT
2011
>> B  B  dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP
>>
>> $
>>
>> Previous snapshots were running without issues, but now every time I
>> start some Citrix app my computer completely hangs (no keyboard or
>> mouse response, no chance to reset X and so on) so I need to turn it
>> off with Power button (so fsck after boot of course). I suspect recent
>> changes in Linux emul, but can't be sure or provide more info as there
>> are no messages left in any log. PC just hangs. Is there a way how can
>> I get some debug messages from Linux emul layer?
>
> The issue is known and I'll investigate it in a couple of days when I
> get home. Until then a ktrace would be useful (if it surrvives the
> hang). My bets are on the clone() changes.

No chance to get ktrace or enter ddb even. I start it with ktrace and
it just hangs; after reboot no ktrace output in fs and no way to enter
ddb too.



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-18 Thread Paul Irofti
Try this, let me know what happens.

Index: linux_exec.c
===
RCS file: /cvs/src/sys/compat/linux/linux_exec.c,v
retrieving revision 1.33
diff -u -p -r1.33 linux_exec.c
--- linux_exec.c5 Apr 2011 15:44:40 -   1.33
+++ linux_exec.c18 Apr 2011 13:50:37 -
@@ -197,14 +197,17 @@ linux_e_proc_exit(struct proc *p)
 void
 linux_e_proc_fork(struct proc *p, struct proc *parent)
 {
-   struct linux_emuldata *emul = p->p_emuldata;
-   struct linux_emuldata *p_emul = parent->p_emuldata;
+   struct linux_emuldata *emul;
+   struct linux_emuldata *p_emul;
 
/* Allocate new emuldata for the new process. */
p->p_emuldata = NULL;
 
/* fork, use parent's vmspace (our vmspace may not be setup yet) */
linux_e_proc_init(p, parent->p_vmspace);
+
+   emul = p->p_emuldata;
+   p_emul = parent->p_emuldata;
 
emul->my_set_tid = p_emul->child_set_tid;
emul->my_clear_tid = p_emul->child_clear_tid;



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-18 Thread Tomas Bodzar
Hi,

can do that tomorrow.

On Mon, Apr 18, 2011 at 4:57 PM, Paul Irofti  wrote:
> Try this, let me know what happens.
>
> Index: linux_exec.c
> ===
> RCS file: /cvs/src/sys/compat/linux/linux_exec.c,v
> retrieving revision 1.33
> diff -u -p -r1.33 linux_exec.c
> --- linux_exec.c B  B  B  B 5 Apr 2011 15:44:40 - B  B  B  1.33
> +++ linux_exec.c B  B  B  B 18 Apr 2011 13:50:37 -
> @@ -197,14 +197,17 @@ linux_e_proc_exit(struct proc *p)
> B void
> B linux_e_proc_fork(struct proc *p, struct proc *parent)
> B {
> - B  B  B  struct linux_emuldata *emul = p->p_emuldata;
> - B  B  B  struct linux_emuldata *p_emul = parent->p_emuldata;
> + B  B  B  struct linux_emuldata *emul;
> + B  B  B  struct linux_emuldata *p_emul;
>
> B  B  B  B /* Allocate new emuldata for the new process. */
> B  B  B  B p->p_emuldata = NULL;
>
> B  B  B  B /* fork, use parent's vmspace (our vmspace may not be setup yet)
*/
> B  B  B  B linux_e_proc_init(p, parent->p_vmspace);
> +
> + B  B  B  emul = p->p_emuldata;
> + B  B  B  p_emul = parent->p_emuldata;
>
> B  B  B  B emul->my_set_tid = p_emul->child_set_tid;
> B  B  B  B emul->my_clear_tid = p_emul->child_clear_tid;



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-18 Thread Tomas Bodzar
Hi,

patch applied, but during rebuild of kernel I'm hitting some issue
with VFS. Sources updated about 10 minutes ago.

ERVER -DCD9660 -DUDF -DMSDOSFS -DFIFO -DSOCKET_SPLICE -DTCP_SACK
-DTCP_ECN -DTCP_SIGNATURE -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP
-DPPP_DEFLATE -DMROUTING -DMPLS -DBOOT_CONFIG -DUSER_PCICONF -DKVM86
-DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_LINUX -DCOMPAT_AOUT
-DPROCFS -DNTFS -DPCIVERBOSE -DEISAVERBOSE -DUSBVERBOSE
-DWSDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD
-DWSDISPLAY_DEFAULTSCREENS="6" -DWSDISPLAY_COMPAT_PCVT -DX86EMU
-DONEWIREVERBOSE -DMAXUSERS=80 -D_KERNEL -MD -MP  -c
../../../../kern/vfs_vops.c
../../../../kern/vfs_vops.c: In function 'VOP_ISLOCKED':
../../../../kern/vfs_vops.c:66: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_LOOKUP':
../../../../kern/vfs_vops.c:81: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_CREATE':
../../../../kern/vfs_vops.c:99: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_MKNOD':
../../../../kern/vfs_vops.c:116: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_OPEN':
../../../../kern/vfs_vops.c:130: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_CLOSE':
../../../../kern/vfs_vops.c:146: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_ACCESS':
../../../../kern/vfs_vops.c:162: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_GETATTR':
../../../../kern/vfs_vops.c:177: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_SETATTR':
../../../../kern/vfs_vops.c:194: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_READ':
../../../../kern/vfs_vops.c:210: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_WRITE':
../../../../kern/vfs_vops.c:227: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_IOCTL':
../../../../kern/vfs_vops.c:244: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_POLL':
../../../../kern/vfs_vops.c:257: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_KQFILTER':
../../../../kern/vfs_vops.c:269: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_REVOKE':
../../../../kern/vfs_vops.c:281: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_FSYNC':
../../../../kern/vfs_vops.c:298: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_REMOVE':
../../../../kern/vfs_vops.c:314: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_LINK':
../../../../kern/vfs_vops.c:329: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_RENAME':
../../../../kern/vfs_vops.c:349: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_MKDIR':
../../../../kern/vfs_vops.c:366: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_RMDIR':
../../../../kern/vfs_vops.c:382: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_SYMLINK':
../../../../kern/vfs_vops.c:400: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_READDIR':
../../../../kern/vfs_vops.c:419: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_READLINK':
../../../../kern/vfs_vops.c:434: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_ABORTOP':
../../../../kern/vfs_vops.c:446: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_INACTIVE':
../../../../kern/vfs_vops.c:460: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_RECLAIM':
../../../../kern/vfs_vops.c:472: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_LOCK':
../../../../kern/vfs_vops.c:485: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_UNLOCK':
../../../../kern/vfs_vops.c:498: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_BMAP':
../../../../kern/vfs_vops.c:516: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_PRINT':
../../../../kern/vfs_vo

Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-20 Thread Tomas Bodzar
Sorry, still same issue as yesterday even with latest sources so I
can't build new kernel. I tried make clean && make depend && make too
even as make depend is not needed anymore, but just to be sure.


ERVER -DCD9660 -DUDF -DMSDOSFS -DFIFO -DSOCKET_SPLICE -DTCP_SACK
-DTCP_ECN -DTCP_SIGNATURE -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP
-DPPP_DEFLATE -DMROUTING -DMPLS -DBOOT_CONFIG -DUSER_PCICONF -DKVM86
-DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_LINUX -DCOMPAT_AOUT
-DPROCFS -DNTFS -DPCIVERBOSE -DEISAVERBOSE -DUSBVERBOSE
-DWSDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD
-DWSDISPLAY_DEFAULTSCREENS="6" -DWSDISPLAY_COMPAT_PCVT -DX86EMU
-DONEWIREVERBOSE -DMAXUSERS=80 -D_KERNEL -MD -MP  -c
../../../../kern/vfs_vops.c
../../../../kern/vfs_vops.c: In function 'VOP_ISLOCKED':
../../../../kern/vfs_vops.c:66: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_LOOKUP':
../../../../kern/vfs_vops.c:81: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_CREATE':
../../../../kern/vfs_vops.c:99: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_MKNOD':
../../../../kern/vfs_vops.c:116: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_OPEN':
../../../../kern/vfs_vops.c:130: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_CLOSE':
../../../../kern/vfs_vops.c:146: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_ACCESS':
../../../../kern/vfs_vops.c:162: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_GETATTR':
../../../../kern/vfs_vops.c:177: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_SETATTR':
../../../../kern/vfs_vops.c:194: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_READ':
../../../../kern/vfs_vops.c:210: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_WRITE':
../../../../kern/vfs_vops.c:227: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_IOCTL':
../../../../kern/vfs_vops.c:244: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_POLL':
../../../../kern/vfs_vops.c:257: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_KQFILTER':
../../../../kern/vfs_vops.c:269: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_REVOKE':
../../../../kern/vfs_vops.c:281: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_FSYNC':
../../../../kern/vfs_vops.c:298: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_REMOVE':
../../../../kern/vfs_vops.c:314: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_LINK':
../../../../kern/vfs_vops.c:329: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_RENAME':
../../../../kern/vfs_vops.c:349: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_MKDIR':
../../../../kern/vfs_vops.c:366: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_RMDIR':
../../../../kern/vfs_vops.c:382: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_SYMLINK':
../../../../kern/vfs_vops.c:400: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_READDIR':
../../../../kern/vfs_vops.c:419: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_READLINK':
../../../../kern/vfs_vops.c:434: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_ABORTOP':
../../../../kern/vfs_vops.c:446: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_INACTIVE':
../../../../kern/vfs_vops.c:460: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_RECLAIM':
../../../../kern/vfs_vops.c:472: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_LOCK':
../../../../kern/vfs_vops.c:485: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_UNLOCK':
../../../../kern/vfs_vops.c:498: error: 'struct vops' has no member
named 'vop_default'
../../../../kern/vfs_vops.c: In function 'VOP_BMAP':
../../../../kern/vfs_vops.c:516: error: 'struct vops' has no member
named 'vop_defa

Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-20 Thread Tomas Bodzar
On Mon, Apr 18, 2011 at 4:57 PM, Paul Irofti  wrote:
> Try this, let me know what happens.
>
> Index: linux_exec.c
> ===
> RCS file: /cvs/src/sys/compat/linux/linux_exec.c,v
> retrieving revision 1.33
> diff -u -p -r1.33 linux_exec.c
> --- linux_exec.c B  B  B  B 5 Apr 2011 15:44:40 - B  B  B  1.33
> +++ linux_exec.c B  B  B  B 18 Apr 2011 13:50:37 -
> @@ -197,14 +197,17 @@ linux_e_proc_exit(struct proc *p)
> B void
> B linux_e_proc_fork(struct proc *p, struct proc *parent)
> B {
> - B  B  B  struct linux_emuldata *emul = p->p_emuldata;
> - B  B  B  struct linux_emuldata *p_emul = parent->p_emuldata;
> + B  B  B  struct linux_emuldata *emul;
> + B  B  B  struct linux_emuldata *p_emul;
>
> B  B  B  B /* Allocate new emuldata for the new process. */
> B  B  B  B p->p_emuldata = NULL;
>
> B  B  B  B /* fork, use parent's vmspace (our vmspace may not be setup yet)
*/
> B  B  B  B linux_e_proc_init(p, parent->p_vmspace);
> +
> + B  B  B  emul = p->p_emuldata;
> + B  B  B  p_emul = parent->p_emuldata;
>
> B  B  B  B emul->my_set_tid = p_emul->child_set_tid;
> B  B  B  B emul->my_clear_tid = p_emul->child_clear_tid;


yes now it's working again. Thx a lot

PS: my src was messed somewhat so that's why I was not able to build
kernel properly



Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-20 Thread Amit Kulkarni
You have to rm -rf the kernel directory I always do it. The # is
always 0 in my case if I build it.

rm -rf /usr/src/sys/arch/YOUR_ARCH/compile/GENERIC{.MP}

On Wed, Apr 20, 2011 at 5:26 AM, Tomas Bodzar  wrote:
> Sorry, still same issue as yesterday even with latest sources so I
> can't build new kernel. I tried make clean && make depend && make too
> even as make depend is not needed anymore, but just to be sure.
>
>
> ERVER -DCD9660 -DUDF -DMSDOSFS -DFIFO -DSOCKET_SPLICE -DTCP_SACK
> -DTCP_ECN -DTCP_SIGNATURE -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP
> -DPPP_DEFLATE -DMROUTING -DMPLS -DBOOT_CONFIG -DUSER_PCICONF -DKVM86
> -DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_LINUX -DCOMPAT_AOUT
> -DPROCFS -DNTFS -DPCIVERBOSE -DEISAVERBOSE -DUSBVERBOSE
> -DWSDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD
> -DWSDISPLAY_DEFAULTSCREENS="6" -DWSDISPLAY_COMPAT_PCVT -DX86EMU
> -DONEWIREVERBOSE -DMAXUSERS=80 -D_KERNEL -MD -MP  -c
> ../../../../kern/vfs_vops.c
> ../../../../kern/vfs_vops.c: In function 'VOP_ISLOCKED':
> ../../../../kern/vfs_vops.c:66: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_LOOKUP':
> ../../../../kern/vfs_vops.c:81: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_CREATE':
> ../../../../kern/vfs_vops.c:99: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_MKNOD':
> ../../../../kern/vfs_vops.c:116: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_OPEN':
> ../../../../kern/vfs_vops.c:130: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_CLOSE':
> ../../../../kern/vfs_vops.c:146: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_ACCESS':
> ../../../../kern/vfs_vops.c:162: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_GETATTR':
> ../../../../kern/vfs_vops.c:177: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_SETATTR':
> ../../../../kern/vfs_vops.c:194: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_READ':
> ../../../../kern/vfs_vops.c:210: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_WRITE':
> ../../../../kern/vfs_vops.c:227: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_IOCTL':
> ../../../../kern/vfs_vops.c:244: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_POLL':
> ../../../../kern/vfs_vops.c:257: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_KQFILTER':
> ../../../../kern/vfs_vops.c:269: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_REVOKE':
> ../../../../kern/vfs_vops.c:281: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_FSYNC':
> ../../../../kern/vfs_vops.c:298: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_REMOVE':
> ../../../../kern/vfs_vops.c:314: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_LINK':
> ../../../../kern/vfs_vops.c:329: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_RENAME':
> ../../../../kern/vfs_vops.c:349: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_MKDIR':
> ../../../../kern/vfs_vops.c:366: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_RMDIR':
> ../../../../kern/vfs_vops.c:382: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_SYMLINK':
> ../../../../kern/vfs_vops.c:400: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_READDIR':
> ../../../../kern/vfs_vops.c:419: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_READLINK':
> ../../../../kern/vfs_vops.c:434: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_ABORTOP':
> ../../../../kern/vfs_vops.c:446: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_INACTIVE':
> ../../../../kern/vfs_vops.c:460: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../kern/vfs_vops.c: In function 'VOP_RECLAIM':
> ../../../../kern/vfs_vops.c:472: error: 'struct vops' has no member
> named 'vop_default'
> ../../../../ke

Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-20 Thread Tomas Bodzar
I've done that of course, but it was still complaining during make
phase about something in vfs code (see previous posts from me). After
rm -rf /usr/src and complete new checkout from AnonCVS I was able to
continue.

On Wed, Apr 20, 2011 at 4:30 PM, Amit Kulkarni  wrote:
> You have to rm -rf the kernel directory I always do it. The # is
> always 0 in my case if I build it.
>
> rm -rf /usr/src/sys/arch/YOUR_ARCH/compile/GENERIC{.MP}
>
> On Wed, Apr 20, 2011 at 5:26 AM, Tomas Bodzar 
wrote:
>> Sorry, still same issue as yesterday even with latest sources so I
>> can't build new kernel. I tried make clean && make depend && make too
>> even as make depend is not needed anymore, but just to be sure.
>>
>>
>> ERVER -DCD9660 -DUDF -DMSDOSFS -DFIFO -DSOCKET_SPLICE -DTCP_SACK
>> -DTCP_ECN -DTCP_SIGNATURE -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP
>> -DPPP_DEFLATE -DMROUTING -DMPLS -DBOOT_CONFIG -DUSER_PCICONF -DKVM86
>> -DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_LINUX -DCOMPAT_AOUT
>> -DPROCFS -DNTFS -DPCIVERBOSE -DEISAVERBOSE -DUSBVERBOSE
>> -DWSDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD
>> -DWSDISPLAY_DEFAULTSCREENS="6" -DWSDISPLAY_COMPAT_PCVT -DX86EMU
>> -DONEWIREVERBOSE -DMAXUSERS=80 -D_KERNEL -MD -MP B -c
>> ../../../../kern/vfs_vops.c
>> ../../../../kern/vfs_vops.c: In function 'VOP_ISLOCKED':
>> ../../../../kern/vfs_vops.c:66: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_LOOKUP':
>> ../../../../kern/vfs_vops.c:81: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_CREATE':
>> ../../../../kern/vfs_vops.c:99: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_MKNOD':
>> ../../../../kern/vfs_vops.c:116: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_OPEN':
>> ../../../../kern/vfs_vops.c:130: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_CLOSE':
>> ../../../../kern/vfs_vops.c:146: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_ACCESS':
>> ../../../../kern/vfs_vops.c:162: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_GETATTR':
>> ../../../../kern/vfs_vops.c:177: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_SETATTR':
>> ../../../../kern/vfs_vops.c:194: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_READ':
>> ../../../../kern/vfs_vops.c:210: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_WRITE':
>> ../../../../kern/vfs_vops.c:227: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_IOCTL':
>> ../../../../kern/vfs_vops.c:244: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_POLL':
>> ../../../../kern/vfs_vops.c:257: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_KQFILTER':
>> ../../../../kern/vfs_vops.c:269: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_REVOKE':
>> ../../../../kern/vfs_vops.c:281: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_FSYNC':
>> ../../../../kern/vfs_vops.c:298: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_REMOVE':
>> ../../../../kern/vfs_vops.c:314: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_LINK':
>> ../../../../kern/vfs_vops.c:329: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_RENAME':
>> ../../../../kern/vfs_vops.c:349: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_MKDIR':
>> ../../../../kern/vfs_vops.c:366: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_RMDIR':
>> ../../../../kern/vfs_vops.c:382: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_SYMLINK':
>> ../../../../kern/vfs_vops.c:400: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_READDIR':
>> ../../../../kern/vfs_vops.c:419: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_READLINK':
>> ../../../../kern/vfs_vops.c:434: error: 'struct vops' has no member
>> named 'vop_default'
>> ../../../../kern/vfs_vops.c: In function 'VOP_ABORTOP':
>> ../../../../kern/vfs_vops.c:446: err

Re: Citrix ICAclient hangs whole PC with latest i386 PC

2011-04-20 Thread Amit Kulkarni
That happens sometimes :) good luck.

> PS: my src was messed somewhat so that's why I was not able to build
> kernel properly