General :: Mac / MacOS Tar Incompatibility - Tarballs Created On MacOS Give Errors When Untarred?

Aug 3, 2011

When I tar up files on my Macbook and untar them in Linux, I repeatedly get the following warnings/errors:

tar: Ignoring unknown extended header keyword `SCHILY.ino'
tar: Ignoring unknown extended header keyword `SCHILY.nlink'
tar: Ignoring unknown extended header keyword `SCHILY.dev'

[code]....

View 2 Replies


ADVERTISEMENT

General :: Mac - Way To Run MacOS Software ?

Feb 12, 2010

Mac OS X as guest on VirtualBox with Ubuntu Host?

Note: This differs from previous Mac-on-linux/windows questions because:

I don't mind buying the software if I can install it somehow, I'm asking about virtualization, not emulation.

Is there any way to run OSX programs on my linux machine? I'm thinking something like running virtualbox with an OSX install on it, which works great for Windows programs.

If it's not possible, why not? (Perhaps virtualbox can't pretend to be the Mac hardware, or there is some kind of licence violation).

View 2 Replies View Related

General :: File System Which Can Be Read By MacOS X, Windows?

Mar 15, 2011

Possible Duplicate: Cross-platform file system Can you please tell me what kind of file system can be read by MacOS X, Linux and Windows? And it can create a file greater 4 GB?

View 2 Replies View Related

Programming :: Macos Does Not Have Barrier Functions?

May 9, 2010

The pthreads library on macos does not have barrier functions (pthread_barrier_t ....). Is there a way to get around this? I know I can do :

#ifdef __APPLE__
pthread_barrier_t ...
#else
my_barrier ...
#endif

But I would like to avoid this approach as there are a lot of places in my program where I would have to make this change. Can I perhaps rebuild the pthreads library on macos without affecting other apps ?

View 2 Replies View Related

Ubuntu :: How To Customize Desktop Theme As MacOS X

May 13, 2010

I want to know how to customize my desktop Ubuntu theme as MacOS X, but I also want the panels to be transparent. How to do we use cairo-doc, do you have to delete the bottom panel for it?

View 3 Replies View Related

Ubuntu / Apple :: Building A MacOS X Compatible Pc?

Aug 1, 2010

Is it possible to build a MacOS X compatible pc using of-the-shelf compoments?

For example, what motherboards are considered compatible (i presume they must have EFI, lol), what sound cards, wifi cards, video cards etc.

Also, why not a start an OS X compatibility topic/list?

It would be very nice, as many people would be able to simply print the list and go shopping (no need to search a billion other sites with ambiguous info) and it would allow many people to get a mac for the price of a pc

PS: Don't start recommending the OSx86 operating system. It's a heavily kluged up OS I do not want. I want the real OS X.

View 2 Replies View Related

Ubuntu / Apple :: Best File System For Moving Between It / MacOS / Windows

Jan 7, 2010

I have an external hard drive that needs to be readable and writable between MacOSX, Ubuntu, and Windows. I also need to work with files over 4gb in size (which can't be done with Fat32, which happens to work with all 3 OS's) I tried MacOS journaled, that didnt work. Before I start reformatting and doing a bunch of guess and check, I wanted to know if the answer was known.

View 7 Replies View Related

Software :: Searching In Command Line Like In Windows Search Or MacOS Finder?

Jan 25, 2011

I am very familiar with "find" and "locate" and many of the options they provide. Does anyone know a tool in order to search inside of documents and files like you would do it with the finder on Mac or with Windows search?I guess these tools use an indexer which is always running and indexing the content of every file so you can search and find a file based on what is in it, rather than by name only like locate would do.

View 1 Replies View Related

General :: Untarred Files On Server Has Different Owner?

Aug 10, 2010

I am creating a tar gzipp'ed archive on my local machine (as user1) using the following commands:

user1@devmachine:~/$ tar czpf
dir.tar.gz thedirectory
on the server, I untar it (as user 2) using the command
user2@servermachine:~/$ tar xzpf
dir.tar.gz

I find that the extracted files are owned by another user (say user3) What is the logic that is used to determine file ownership if the owner of the extracted file is not a user on the target machine? I am running Ubuntu 10.0.4 on both machines

View 1 Replies View Related

General :: Port And Handle Tarballs Downloaded In Windows?

Jan 28, 2010

1.- What would be the simplest way to port and handle tarballs downloaded in windows, to a CentOS 5.4 based system (Elastix in fact), but without graphic mode (that is, using only the CLI)? The system has network contection, usb interfaces and a working DVD-RW attached.

2.- If the answer is Samba, how I get Samba working on my system?

View 3 Replies View Related

Ubuntu :: Every Time Boot 10.04 On My Laptop The File ~/.xsession-errors Is Created ?

Jan 23, 2011

Every time I boot 10.04 on my laptop, the file ~/.xsession-errors is created.

I post here the content of my ~/.xsession-errors and the output of dmesg:

NB: I'm running 10.04 on a Dell laptop m101z.

~/.xsession-errors:

View 2 Replies View Related

Fedora :: Run C++ Program On Fedora And It Give Errors Of Its Header Files?

May 22, 2010

i have a c++ program and i tried to run it using gcc command and it gives header files error i got the header file now but dont know where to place those files?can any one got the idea??? we could not place header files in usr/include folder!

View 7 Replies View Related

Slackware :: Kde Themes - Install From Tarballs?

Jan 16, 2010

right I am using starx to get into KDE interface, I am able so choose other themese using "Appearance settings", but I have visited kde.org site and found some other themese, when I click to install them, I am getting tarballs, My question is how to install themes from that tarballs, what I need to do

View 14 Replies View Related

Ubuntu Installation :: Tarballs - Firefox Is Not Saving To Downloads

Nov 14, 2010

I am new to linux in general and have an older sysytem that I successfully partitioned to run ubuntu, kubuntu, and windoze. I was a casual mac user before thius and am used to packages--so I have no exp. installing tarballs. I am trying to install xampp and successfully downloaded it, but now am at a loss as to what to do--nothing seems to be working. I am using firefox which for some reason is not saving to downloads even though that is what I have set in pref. Is there a way I can use apt-get for this (although my understanding of that isn't much better. I can't seem to find the relevant information in documentation.

View 1 Replies View Related

Slackware :: Where To Get Xorg-server Xephyrv, Xnest , Xvfb Tarballs?

Mar 13, 2010

Where i can get xephyr,xnest, xvfb source tarrballs from particular version?
i want to test something but i haven't found any.

View 7 Replies View Related

General :: Partitioning - Difference Between File System Created By Fdisk And File System Created By Mkfs?

Aug 1, 2011

I'm a little bit confused with partitioning the filesystem in Linux. the difference between creating the file system with fdisk and mkfs (when formatting the disk). I can't clearly tell my problem, so please look at this picture:

View 2 Replies View Related

OpenSUSE :: Kimpanel - Unstable / Incompatibility With KDE4

Feb 10, 2010

Thinking of installing Kimpanel plasmoid for Japanese input as an alternative to Skim due to it's unstable / incompatibility with KDE4. Anybody have any experience with it? Which anthy backend works best? scim-anthy or ibus-anthy? Install instructions at all or does it drag in all its own dependencies?

View 9 Replies View Related

Slackware :: Sample Driver Incompatibility With GCC Version

Mar 18, 2010

I am trying to install a SDK into my linux machine...but the GCC version used to build the kernel for that particular SDK on the target machine is different from the GCC version I am using. How to overcome this problem without any need for me to change my GCC version?

View 1 Replies View Related

Debian Configuration :: Gridengine Incompatibility Between Sqeeze And Lenny?

Jan 26, 2011

I have Sun grid engine running on a cluster of 6 machines running Lenny. Since Lenny will soon be oldstable, I tested an upgrade of one of these machines to squeeze. Almost everything is looking good except the grid engine client. Does anyone know whether gridengine-exec (6.2u5) in squeeze is compatible with gridengine-master(6.2-4) from Lenny?

I've purged and reinstalled the grid engine packages on the updated box, but the gridengine-exec daemon seems to crash when it attempts to contact the server. qstat error: failed receiving gdi request response for mid=1 (got syncron message receive timeout error).

View 1 Replies View Related

OpenSUSE Install :: Incompatibility For Disk Encryption Among Distros / Versions

Feb 8, 2010

any incompatibility for an encrypted disk (i.e. impossibility of reading the file system) among different versions of the same distro or among different Linux distros.

View 1 Replies View Related

Ubuntu :: Able To Click Anything In GIMP With Pen - Wacom And Unity / Compiz Incompatibility

Jul 3, 2011

When working in GIMP using a Wacom pen (which I do a lot), not all the lines I draw show up. Maybe every 1 in 5 lines, just don't show up, and it's like the brush outline freezes. This becomes pretty annoying when drawing, which is why I log in standard GNOME without effects when using GIMP.

There is a minor problem that I think may be related, and that is that sometimes when I open a windows in GIMP, such as the Save or Open dialog, I won't be able to click anything in it with my pen. I then need to click the canvas in the background, and after that everything works. It seems as though the brush is stuck on the canvas, which is similar to what happens when drawing. I've tried different compiz settings with vSync and others, but nothing that made this work. This also seems to only be a problem when using a Wacom pen, and not when using the mouse.

View 2 Replies View Related

Software :: Groupware Calendar Synchronization: Thunderbird <-> Kontact Incompatibility?

Mar 23, 2011

find a groupware solution that statifies KDE/Kontact and Thunderbird/Lightning users equally, I have stumbled upon a problem that appears to be Client related. While using Citadel, Thunderbird would sync its calendar using SyncKolab (IMAP-based) and Kontact would use GroupDAV. While Kontact worked perfectly, syncing with Thunderbird caused the calendar events to become 'invisible' to both Citadel and Kontact.

Now I am testing eGroupware, where Thunderbird sync's using CalDAV and Kontact still GroupDAV. Now events added by Kontact become invisible to eGroupware and Thunderbird when they are edited using Kontact... The Problem is hence in the way Kontact and Thunderbird handle their iCal entries (at least that's the only explanation I can come up with). Is there a known incompatibility between the iCal libraries of these two Clients? Has anyone had a similar issue? Is there a GroupWare solution that does not require me to setup a while network on a box (as in OpenXChange or Zarrafa) and still allows Thunderbird and Kontact to sync?

View 1 Replies View Related

Ubuntu Multimedia :: 10.10 Incompatibility With Sony Vaio CW Series Graphic Card

Oct 11, 2010

I have a problem with installing ubuntu 10.10 in my vaio cw. when I boot it , it doesn't show anything on my LCD but when I plug a monitor in , there would be an output. Also I have the same problem with 10.04 version.

View 7 Replies View Related

General :: Types Of Fsck Errors - Fsck Errors Are Found On A System?

Jul 22, 2010

Can anybody tell me what kind of fsck errors are found on a system?

View 5 Replies View Related

General :: Give Access To The Cvs Only From Certain Ip From LAN?

Apr 29, 2010

I have installed a cvs server i want to give access to the cvs only from certain ip from my LAN is there any tag to add to /etc/xinetd.d/cvs file to do this. also provide me information on how to secure my server

View 2 Replies View Related

General :: Give The Permission To SSH?

Jul 28, 2010

I setup a new Linux box and it's called:Code:name@it.nvl.comWhen I try to log on from another machine using

Code:
% ssh name@it.nvl.com
It returns:

[code]...

View 4 Replies View Related

General :: How To Give WEP Key In RHEL5

Jan 28, 2010

I have installed Dlink-DWL-G520 in RHEL5 - kernel 2.6.18-8.el5. Now I want to give WEP key to get IP from my wireless accesspoint. How I can give that key?

View 1 Replies View Related

General :: Give Ftp Permission To 2 Or Any More Folders?

Dec 24, 2009

We have a ftp server. Red Hat Linux release 9 (Shrike) working on the this server.Ftp server running very good. But I want to give 2 folder permission an user. Is this ssible?Example,We have a user that name is aslan. I want to connect this user to www/html/company/adek folder with ftp connection. Then I am changing this user home folder in the /etc/passwd as aslan:x:511:511::www/html/company/adek:/bin/bash.This user doing succesfuly ftp connection to this folder with a ftp program as Filezilla.Now, I want to also give a different folder connection this user as www/html/company/meleka.Is This user can be connect this 2 folder with ftp connection? Is this possible? Can i give 2 or any more folder connection at the one user account?

View 2 Replies View Related

General :: What Does Echo $$ Give As Output

Nov 28, 2010

What does echo $$ give as output?

View 3 Replies View Related

General :: Give Password For USB Storage?

Apr 1, 2011

Is there any way to give password to the usb storage. means those who know the password can only use the pen drive!

Distro: RHEL 5.x

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved