search for: vcn

Displaying 16 results from an estimated 16 matches for "vcn".

Did you mean: van
2014 Feb 20
2
[PATCH] NTFS: fragmented $MFT file was not handled
...t_blk = cur_blk + mft_blk; - err = ntfs_read(fs, buf, mft_record_size, mft_record_size, &right_blk, - &offset, &next_offset, &lcn); - if (err) { - printf("Error while reading from cache.\n"); + /* determine MFT record's LCN */ + uint64_t vcn = (file << mft_record_shift >> clust_byte_shift); + dprintf("in %s(%s)\n", __func__,(is_v31?"v3.1":"v3.0")); + if (0==vcn) { + lcn = NTFS_SB(fs)->mft_lcn; + } else do { + dprintf("%s: looking for VCN %u for MFT record %u\n",...
2001 Mar 19
2
Fw: Can't see samba server
...etbios name = TAMIRA [homes] comment = Home Directory path = /home/ read-only = no guest ok = yes <-----END-----> The workgroup name on the Win98 VM *is* HOME. TAMIRA is the name of the Samba server. Once again, thanx, in advance. -- Alan Murrell <alanm@vcn.bc.ca> http://www.zoolink.com/alan/
2016 Sep 01
3
installing and accessing a VM? - newbie question maybe
wanted to follow up on that part (thanks about all comment suggestion regarding virt-viewer and vcn, etc. I will test them as well but would prefer the 'console way' if possible On August 29, 2016 at 2:44 PM Martin Kletzander <mkletzan at redhat.com> wrote: > * When you are connected you don't see anything because the VM doesn't > have console properly set up, I...
2010 Apr 06
1
VNC Server
Hi, I?m trying to set up VCN server in Centos. I got the connection but no KDE windows, only a black window. Any idea? My xstartup is : #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80+24+10+10 -ls -title .$VNCDESTOP Desktop. & startkde & Regards Fernando -------------- next part --------...
2012 Mar 22
1
3TB usb drive won't mount
Hi list! I have a 3TB usb drive with an NTFS filesystem on it, that I can't mount.: [bent at bnlaptop ~]$ sudo /sbin/mount.ntfs-3g /dev/sdb1 /mnt Failed to read vcn 0xf28: Input/output error Failed to mount '/dev/sdb1': Input/output error NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very imp...
2017 Jul 19
0
[ANNOUNCE] libdrm 2.4.82
...): headers: sync drm_fourcc.h with airlied/drm-next headers: sync drm_sarea.h with airlied/drm-next Leo Liu (5): tests/amdgpu: rename uvd messages to decode messages tests/amdgpu: separate decode messages tests/amdgpu: move decode sum to common tests/amdgpu: add vcn tests support and sets tests/amdgpu: implement vcn dec unit tests Lucas Stach (1): configure.ac: bump version for release Michel Dänzer (2): tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am amdgpu: Add .editorconfig file for amdgpu coding style Paulo Zano...
2020 May 26
0
[ANNOUNCE] libdrm 2.4.102
...eau/threaded: adapt ioctl signature for FreeBSD libdrm: drmGetMinorNameFromFd: Fix FreeBSD variant libdrm: drmGetDeviceNameFromFd: Always return /dev/dri/ node for FreeBSD Eric Engestrom (1): meson: don't detect <sys/sysctl.h> on Linux James Zhu (1): tests/amdgpu/vcn: add dummy feedback message Jose Maria Casanova Crespo (1): meson: require valgrind 3.10.0 to enable it with freedreno Karol Herbst (2): nouveau: fix compile error with -DDEBUG on newer gcc nouveau: sync up with nouveau_abi16.h and nouveau_drm.h Leo Liu (1): tests/amdgpu/...
2019 Jan 22
0
[ANNOUNCE] libdrm 2.4.97
...always-defined #ifdef xf86atomic: #undef internal define README: reflow the project description to improve readability François Tigeot (2): xf86drm: implement drmParseSubsystemType for DragonFly libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly Leo Liu (1): tests/amdgpu/vcn: fix the nop command in IBs Lucas De Marchi (2): gitignore: sort file gitignore: add _build Marek Olšák (3): amdgpu: update amdgpu_drm.h amdgpu: add a faster BO list API Bump the version to 2.4.97 Mauro Rossi (1): android: Fix 32-bit app crashing in 64-bit And...
2016 Sep 01
0
Re: installing and accessing a VM? - newbie question maybe
On Thu, Sep 01, 2016 at 10:11:38AM +0800, vrms at netcologne.de wrote: >wanted to follow up on that part (thanks about all comment suggestion regarding virt-viewer and vcn, etc. I will test them as well but would prefer the 'console way' if possible > >On August 29, 2016 at 2:44 PM Martin Kletzander <mkletzan at redhat.com> wrote: > >> * When you are connected you don't see anything because the VM doesn't >> have console p...
2002 Oct 30
3
segmentation fault
...ng an endless cycle). This wasn't a problem with the earlier version of samba I had before The kernel is configured with msdos, win fat, etc file systems and also with smb file systems to mount them. Can you help me with some clues to solve this problem Best regards Pablo Rincon princon@vcn.bc.ca
2019 Jul 02
0
[ANNOUNCE] libdrm 2.4.99
...ns on the commandline modetest: add FP16 format support util: fix include path for drm_mode.h John Stultz (2): libdrm: Android.mk: Add minimal Android platform check libdrm: amdgpu: Initialize unions with memset rather than "= {0}" Leo Liu (1): tests/amdgpu/vcn: add VCN2.0 decode support Lucas Stach (1): etnaviv: drop etna_bo_from_handle symbol Marek Olšák (1): Bump version to 2.4.99 Marek Vasut (1): etnaviv: Fix double-free in etna_bo_cache_free() Michel Dänzer (6): amdgpu: Add amdgpu_cs_syncobj_transfer to amdgpu-symbol-check...
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
...ntfs: better way to check whether a MFT record is file or directory ntfs: mapping_chunk's length field must not be an uint8_t type ntfs: fix ntfs_readdir() ntfs: I think ntfs_readdir() is now fixed ntfs: fix ntfs_fs_init() ntfs: more bugfixes ntfs: fix VCN calculation and the ntfs_readdir() function ntfs: and more fixes... ntfs: fix ntfs_read() ntfs: don't start lookup from the same block in ntfs_mft_record_lookup() ntfs: use a runlist for handling multiple data runs ntfs: cleanups ntfs: keep a state structure...
2004 Nov 15
5
Packet loss with htb+sfq+l7filter
...ew #!/bin/sh IFOUT=eth0 IFIN=eth2 # cleaning tc qdisc del dev $IFOUT root &>/dev/null tc qdisc del dev $IFOUT ingress &>/dev/null # link''s capacity CEIL=500 # 1:10 interactive traffic with the highest prio (dns, ssh...) # 1:20 interactive traffic with lower prio (radios, vcn, x11...) # 1:30 bulk (http, ftp, cvs...) # 1:40 the rest (p2p mostly) tc qdisc add dev $IFOUT root handle 1: htb default 40 tc class add dev $IFOUT parent 1: classid 1:1 htb rate ${CEIL}kbps ceil ${CEIL}kbps tc class add dev $IFOUT parent 1:1 classid 1:10 htb rate 80kbps ceil 80kbps prio 0 tc class...
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
I have R-0.62.3 and RedHat 5.0 with fort77. At the office R is running but when I install a package, eg. 'akima' I get a message make: f77: Command not found 'R INSTALL library' does not accept fort77, but R installation checks f77/g77/fort77. Is there an easy way to edit some file and replace f77/g77 with fort77? At home I have the same R and Linux versions, but when
2009 Apr 24
7
centos firewall?
Hi All, I am new to CentOS and I signed up for a Mosso Cloud Server that runs Cent OS 5.2 I can ssh in. I ran: yum install vnc vnc-server then: vncserver (and set desktop viewing password) But I cannot connect. How do I add 5900 to the centos firewall? How do I edit the conf file? I only have SSH ability at this point... -jason
2000 Jun 06
1
HP4MP
Well I've tried everything that was suggested with my printer (HP4MP, That has a postscript interpiter). Including installing lprng, and ifhp, and no go.. If I just print from linux, (lpr -P filename.ps) it prints beautifully. If I print with the filters, I will either get just the Win98 Print test logo then some junk, or I get a stack overflow error Illegal Character @@ .. If I get rid of