Mac OS X and Debian Linux LAN research.

Mac OS X and Debian Linux LAN research.
I am currently doing the Google shuffle and am posting this to try to make sure I don't miss something important.
I recently expunged Windoze from the PC on my LAN and installed Debian Etch (testing, kernal 2.6.12-1-686, Gnome desktop) GNU Linux (I feel so much cleaner now My eventual goal is to do ObjC/Cocoa type cross-platform software development using GNUstep.
Preparation though involves getting the now isolated Linux box back on my LAN. Two considerations are file sharing (of course) and capturing system images of the Linux system in my Mac restoration strategy. On the Linux box one of my backup techniques is Mondo for bootable DVD system images, and the other is g4l (ghost for linux) with which I can clone to a local HD and/or image the Linux system to another system via ftp (vsftp suggested by g4l).
There are two internal 80GB HDs on the Linux box, and two internal 250GB HDs plus several external 250GB HDs (used for alternating clones) on my PMac G5.
I'm thinking NFS or ? and strictly avoiding Samba/NetWare/anything windoze related.
Any pointers and opinions would be greatly appreciated
Thank You,
Lee C
"The early bird may get the worm but the second mouse gets the cheese." -- Willie Nelson
See the article Backup::Restore.
Dual 2.5 Power Mac G5   Mac OS X (10.4.3)  

Gary -- unfortunately, I am back, with memories fading as fast as my suntan.
Some remarks on NFS
OS X, like other unix operating systems, can function as both an NFS server and NFS client. Canonical unix systems permit the system administrator to configure this by editing two ascii text files. The file /etc/fstab controls what remote disks (i.e., those served by another machine) will be mounted, and the file /etc/exports controls what files will be served via NFS to other computers, and can restrict access according to the system administrators needs. All of this is true of OS X as well, except that the information from these ascii text files must somehow be transfered into the netinfo database, a peculiarly OS X construct. Fortunately, this can be accomplished without too much pain.
Mounting remote filesystems with NFS
To mount a filesystem from a remote NFS server, you need to do the following:
1. Create a mountpoint of your choosing. You can do this anywhere, but I find making a directory a the root level to be the most convenient. For example, lets say we want to mount two filesystems that are being exported from another computer called Simpson with the domain name simpson.springfield.org. Well assume it has the OS X filesystem structure, but any unix filesystem will behave analogously. The first filesystem we will want to mount will be the remote /Users directory, and the second will be /Volumes/Homer, as the computer simpson.springfield.org has a second hard-drive creatively named Homer. Hence we will create two mountpoint directories as follows: sudo mkdir -p /nfs_mountpoint/Simpson /nfs_mountpoint/Homer
2. Next we need to create the file /etc/fstab with the following two lines in it: simpson.springfield.org:/Users /nfs_mountpoint/Simpson nfs -P, -b 0 0 simpson.springfield.org:/Volumes/Homer /nfs_mountpoint/Homer nfs -P, -b 0 0 The first field is the domain name (it is safest to give the whole thing), and the second, separated by a colon, is the filesystem that has been exported. The third field is the corresponding mount point you just made, the fourth tells the system that this is an nfs device that is being mounted, and the remaining arguments control access and mounting protocols. man fstab for details. The disk is read/write accessible by default, but the users numerical uid (eg: 503) must be the same on both the host an client machine. (Be aware that if joe on the server has uid 503 and sarah on the client has uid 503, sarah will have read-write access to joes files!)5
3. Now read the information into the netinfo database. It is a good idea not to screw this up.
sudo niload -m -v fstab . < /etc/fstab
4. You can now mount the remote filesystems with the commands
sudo mount /nfs_mountpoint/Simpson
sudo mount /nfs_mountpoint/Homer
or to mount all at once, issue
sudo mount -a
Next time you reboot, the automounter and the NFS Startup Item will handle the mounting for you. I'll mention a couple of tweaks you might want to make in a moment, but first lets look at how to export a filesystem.
Exporting your filesystems with NFS
The previous section assumed your computer was a client machine. Now let's assume it is a server. Any machine can be both, so well export our filesystem /Users to the machine called Simpson for this example.
To export a filesystem, you need to do the following:
1. Get a static IP address for each of your NFS server machines, and a corresponding qualified domain name such as simpson.springfield.org that won't change.
2. Create a file called /etc/exports and put the following line into it:
/Users -maproot=nobody simpson.springfield.org
3. Reboot, or run the following commands as root or with sudo:
rm -f /var/db/mountdtab
mountd nfsd -t -u -n 6
This is more or less equivalent to issuing exportfs -a on other unix systems.
You've been served, as they say on British TV and in the grand jury subpoena business.
NFS Manager automates NFS exports and mounts
Another way of handling this, as Gary Mentioned, is to get ahold of NFS Manager, donation-ware that provides a convenient interface for setting up both NFS mounts and NFS exports. If you can live with automounter, which is on by default, this will get you going without complications within minutes. The documentation is superbly written.

Similar Messages

  • Mac OS X and Debian Linux LAN implementation write-up

    Mac OS X and Debian Linux LAN implementation write-up
    I have put up a zeroconf (zero configuration a.k.a. Bonjour and Rendezvous) LAN involving Macs and Linux boxes and have written up my notes with a view towards helping others that may want to do the same. It includes a netatalk + howl-tools Linux installation for file sharing with Macs, and CUPS printer sharing.
    I would greatly appreciate any comments/suggestions/corrections concerning the the write-up, along with any additional material deemed applicable to further help others. The resulting piece will be offered free without commercial content in the same manner that the backup piece (in my sig) is.
    The temporary text version is available at:
    http://homepage.mac.com/lee_cullens/LANsetup.zip
    Thank you,
    Lee C
    "Life is judged with all the blindness of life itself." -- George Santayana
    (see Backup::Restore article
    http://homepage.mac.com/lee_cullens/Bx3.html )
    (see Artworks sampling
    http://homepage.mac.com/lee_cullens/Artworks.pdf )

    Mac OS X and Debian Linux LAN implementation write-up
    I have put up a zeroconf (zero configuration a.k.a. Bonjour and Rendezvous) LAN involving Macs and Linux boxes and have written up my notes with a view towards helping others that may want to do the same. It includes a netatalk + howl-tools Linux installation for file sharing with Macs, and CUPS printer sharing.
    I would greatly appreciate any comments/suggestions/corrections concerning the the write-up, along with any additional material deemed applicable to further help others. The resulting piece will be offered free without commercial content in the same manner that the backup piece (in my sig) is.
    The temporary text version is available at:
    http://homepage.mac.com/lee_cullens/LANsetup.zip
    Thank you,
    Lee C
    "Life is judged with all the blindness of life itself." -- George Santayana
    (see Backup::Restore article
    http://homepage.mac.com/lee_cullens/Bx3.html )
    (see Artworks sampling
    http://homepage.mac.com/lee_cullens/Artworks.pdf )

  • MuVo TX FM and Debian Linux Prob

    Hi everybody,
    I have bought a "MuVo TX FM" last week. I am using debian linux 3.0 r4 as operating system.
    Copying mp3's from linux to the player is fine. But after copying, when i turn on the player, it hangs when showing the message "MuVo TX FM" and i can do nothing not even can't turn off.
    Can anyone tell me, what is the problem and what can i do for this problem ?
    Note: I know "MuVo TX FM" normally doesn't support linux. Still, i am looking for an workaround.
    Thanks in advance.Message Edited by mamun on 07-06-2005 0:28 AM

    If it's a Subscription/monthly fee type service then the MuVo players aren't compatible.
    If it is just a Download service then they should work. How are you transferring the files to your player You need to use Creative MediaSource, Media Explorer or Windows Media Player for DRM (protected) music.
    PB

  • Debian Linux character recognition problem

    Maybe this shouldn't be on this forum, but perhaps someone can help me...
    I have Jrun 3.1, java 2 1.4 and Debian Linux.
    On our test server everything was hunky dory, running perfectly.
    But once everything was on the real server, we've had a character recognition problem. All of the higher characters are just replaced by a y or a ?.
    I'm pretty sure that we can exclude java from the problem, the i18n.jar, which I believe holds all the international stuff is there and in the classpath (exactly as on the test server) and jrun is exactly as on the test server because we copied every folder as it was.
    Therefore I think we can bring it down to Linux (Debian).
    I cannot find where to look in Debian for any kind of keyboard or locale problem. Anyone know what to do?
    kbdconfig command doesn't exist on our system.
    Any help greatly appreciated.
    We are in Italy, by the way.
    Thanks.

    If you check out the default file encoding you'll find that it's 7-bit ASCII; no characters > '\u007F' come out as they should. This applies as well to compiling as to running.
    You can compile with another character encoding using the command line options, like: "javac -encoding ISO-8859-1 package/YourClass.java" (available at least in 1.4) and "java -Dfile.encoding=iso-8859-1 package.YourClass".

  • Mac OS X and Linux Zeroconf LAN irregularities

    Mac OS X and Linux Zeroconf LAN irregularities
    I would like to at least understand, if not remedy,
    an annoyance in establishing the connection between
    my Mac and my Linux box. I have yet to find anything
    constructive relative to the issue via the google
    shuffle or manual pages. Any thoughts, experiences
    and/or further troubleshooting steps would be
    appreciated. Thank you.
    ==============================================
    Installation:
    PMac G5 running OS X Tiger (10.4.4)
    Linux printer is shared with Mac via CUPS,
    not classic AppleTalk.
    P4 with Debian Etch (testing), kernel 2.6.12-1-686,
    Gnome desktop and USB attached printer and scanner.
    With netatalk 2.0.3-4 and task-howl (0.9.5-2), which
    includes the howl mdnsresponder (0.9.5-2), installed.
    Only the netatalk afpd and cnid_metad deamons are
    being run.
    hardwired ethernet with the Mac and Linux box connected
    to a Belkin 4 port router
    ==============================================
    Trials:
    If I boot up both my Mac and Linux box:
    Linux has autoipd, mDNSResponder and nifd daemons running.
    Mac has mDNSResponder and netinfod daemons running (don't
    know which others are pertinent to note).
    If on my Mac in a Finder pane I click Network -> My Network
    -> debian1 -> Connect then I get the message:
    AFP connection status
    Looking up "debian1.local.."
    which times out with the message:
    Connection failed - server may not exist blah blah
    In can however, on my Mac in the Finder menu bar select
    Go -> Connect to Server -> enter afp://192.168.2.48/
    (my Linux box) -> enter user and password of shared
    directory -> select share to mount; and I have my
    connection. If I dismount the share though, within a
    session, and try to connect again this method works and
    the Finder pane method still does not.
    Alternatively, on my Linux box I can run the cli
    # /etc/init.d/mdnsresponder restart
    Then back on my Mac the Finder pane method of establishing
    a connection (that failed above) works as it should.
    Further, I can dismount the share and reconnect with this
    method any number of times in the same session, and even
    reconnect with this method after rebooting only my Mac.
    However, if I reboot my Linux box I'm back to Finder menu
    bar or mdnsresponder restart reconnect choices.
    ==============================================
    What the above trials tell me is that if I restart
    mdnsreaponder then everything is "peachy" until my Linux
    box is rebooted. What they do not tell me is if there is
    something flakey with mdnsresponder, my Linux installation,
    an incompatibility with Tiger, or even some other
    interference on either box.
    ==============================================
    Lee C
    "Life is judged with all the blindness of life itself."
    -- George Santayana
    (see Backup::Restore article
    http://homepage.mac.com/lee_cullens/Bx3.html )
    (see Artworks sampling
    http://homepage.mac.com/lee_cullens/Artworks.pdf )

    I posted the following to the Debian list for obvious reasons, but I'm also posting it here in the hope that someone might shed some light on my suspicions relative to the Mac log.
    The howl-tools portion of my zeroconf installation is being phased
    out in favor of the newer Avahi as I understand it. However, Avahi
    hasn't made its way down to testing yet so for the time being I'm
    trying to make do with howl-tools. The point in my mentioning
    this here is that much of the information I find is outdated.
    That said, the only thing I've found in the Linux bootup logs yet
    (using dmesg) that I recognize is the line
    autoipd uses obsolete (PFINET,SOCKPACKET)
    So, using autoipd as a starting point for further researching
    this issue I found the following
    (at http://www.porchdogsoft.com/products/howl/InstallUnix.html )
    Ideally, autoipd should run only in the event that the interface has not been statically configured and DHCP fails. Running autoipd this way requires modification to the standard distribution boot scripts for your OS. These modifications vary depending on your version of Linux or FreeBSD. On RedHat Linux, for example, the /sbin/ifup script may be modified to launch autoipd in the event that dhclient fails. On our systems, we added the following line to /sbin/ifup right after dhclient is launched so that autoipd runs whenever DHCP fails:
    elif [ -z "`pidof -x dhclient`" ] && [ -z "`pidof -x dhcpcd`" ] && [ -z "`pidof -x pump`" ] && [ -x /usr/local/bin/autopid ] && /usr/local/bin/autoipd -i ${DEVICE}; then echo $"started autoip."
    Note that since this change causes "$NUMDEFROUTES" to become zero-length, the subsequent code in /sbin/ifup for fixing the duplicate routes generated by DHCP also gets modified in the howl version of ifup.
    You may need to modify your boot scripts differently depending on your platform. We have included the original ifup script for RedHat 9 along with our modified version (howl_ifup) as an example so that you may more easily identify how to modify the boot scripts for your platform.
    A lot of Greek to me but I did look in /etc/init.d and found
    the autoipd script which is the normal boilerplate (same as all
    the others with autoipd substituted for the daemon name).
    Even if I felt comfortable adding the above in the
    /etc/init.d/autoipd script, I have no idea whether it would be
    dealt with after dhclient.
    I also found in the Mac system log after a reboot:
    Jan 26 02:22:48 slpmacg5 mDNSResponder: Adding browse domain local.
    Jan 26 02:22:48 slpmacg5 configd[33]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jan 26 02:22:48 slpmacg5 configd[33]: posting notification com.apple.system.config.network_change
    Jan 26 02:22:48 slpmacg5 lookupd[80]: lookupd (version 369.2) starting - Thu Jan 26 02:22:48 2006
    Jan 26 02:22:49 slpmacg5 configd[33]: target=enable-network: disabled
    Jan 26 02:22:50 slpmacg5 configd[33]: AppleTalk startup complete
    Jan 26 02:23:59 slpmacg5 automount[148]: NSLXResolveDNS will try and resolve [debian1] of type [afpovertcp.tcp.] in location [local.]\n
    so I'm thinking (dangerous at my age) that my Mac isn't "discovering"
    what it needs until I restart (stop and start) mdnsresponder on my Linux box????
    What I'm asking is whether anyone thinks this (autoipd) on Linux is a
    likely cause of my described connection annoyance?
    If so, is the referenced info applicable to Debian today and how
    would one go about applying it?
    Or alternately if so, might it make sense to just disable autoipd
    startup altogether and how would I best go about that - just something
    like update-rc.d autoipd remove????????
    Thank you,
    Lee C

  • Debian linux on a mac mini mid 2010

    hey guys, i'm trying to install debian linux on a mid 2010 mac mini i bought.
    i seem to keep running into issues though.
    i've been using the disc from http://wiki.debian.org/MacMiniIntel#mid-2010modelMacMini
    most of the time the grub or lilo boot loaders won't install on the rare occasion they do install linux shows up in reFIT, i click to boot to it and it takes me to a screen saying it cannot find an OS.
    can anyone provide any help?
    thanks.

    Mountain Lion Boot Camp no longer supports Windows XP, it would also only prepare the same physical disk you run the Boot Camp Utility from i.e. the Mountain Lion disk.
    See http://support.apple.com/kb/ht4818#3
    I suggest you start off with the second drive formatted as a single HFS+ volume with a GUID partition scheme, then install Snow Leopard on it. Then boot with Snow Leopard and run its version of Boot Camp utility, when you tell it to prepare the (second) drive you can tell it to allocate the minimum to Snow Leopard and the maximum to Windows. Then you can install Windows XP.
    Note: Boot Camp Utility was not included with Snow Leopard Server.

  • HT1349 hi Mmm ive been told that installing linux on mac book pro retina 15 and even others and using it as my first sofware will make the mac heaqt up and burn from inside!!!!! true??????????

    hi Mmm ive been told that installing linux on mac book pro retina 15 and even others and using it as my first sofware will make the mac heaqt up and burn from inside!!!!! true??????????

    Hi shldr2thewheel,
         it has been a while since we have last spoke, I would like to let you know, I am still working on getting used to the switch from windows to a Mac/Apple system. I do have a new question for you, I did purchase In Design CS5.5 through journeyed.com through Cuyahoga Community College of which I attend as a student, is there a way to purchase an online book through iTunes to learn that as well? Also, you know me, the struggling student, I would also, when and if the book can be purchased through the iTunes, would need to know if you do know of a much easier book for struggling students like myself and at a reasonable price as well for the In Design CS5.5 program. Our campus bookstore had closed early, and, so did the colleges library and our local library here where I do live, so, I cannot go to either place to purchase a book or to take out a book, plus cash funds are low at this moment as well but, I do have money left on the iTunes account to use, if it can be used. So, can it be used, the iTunes money, towards finding a low priced online book? I am in great need of assistance as I have a project due for my one course for this Tuesday, September 4, 2012.
    Sincerely in need of help once again,
    Kim

  • Hi Mmm ive been told that installing linux on mac book pro retina 15 and even others and using it as my first sofware will make the mac heaqt up and burn from inside!!!!! true??????????

    hi Mmm ive been told that installing linux on mac book pro retina 15 and even others and using it as my first sofware will make the mac heaqt up and burn from inside!!!!! true??????????

    hi Mmm ive been told that installing linux on mac book pro retina 15 and even others and using it as my first sofware will make the mac heaqt up and burn from inside!!!!! true??????????

  • Debian Linux Bonding and Cisco Catalyst 3750 - best practise?

    Hello everybody,
    I would like to know what's best practice to do this:
    The two NICs of a Debian Linux server wants to be connected with two Switchports of a Cisco Catalyst 3750 switch(stack). My goal is to have load-balancing and failover.
    My /etc/network/interfaces looks like this:
    iface bond0 inet static
           address 192.168.0.30
           netmask 255.255.255.0
           network 192.168.0.0
           broadcast 192.168.0.255
           gateway 192.168.0.1
           dns-nameservers 192.168.0.10 192.168.0.20
           dns-search xyz.mycompany.com
           slaves eth0 eth1
           bond_mode ???
           bond_miimon 100
           bond_downdelay 200
           bond-updelay 200
    First question: What bond mode should I use?
    The switchports looks like this:
    interface GigabitEthernet3/0/4
     switchport access vlan 20
     switchport mode access
     spanning-tree portfast
    What changes are necessery here? Something like this?
    interface GigabitEthernet3/0/4
     switchport trunk encapsulation dot1q
     switchport mode trunk
     spanning-tree portfast
    Thanks a lot for suggestions, hints, etc.! :-)
    Greets
    Stephan

    Hi Michael,
    thanks a lot for your answer - and sorry for my late reply!
    I like to show you my solution - I hope that it is a solution. ;-)
    My config on the switch(stack):
    switch#show etherchannel summary
    Group  Port-channel  Protocol    Ports
    ------+-------------+-----------+-----------------------------------------------
    2      Po2(SU)         LACP      Gi3/0/3(P)  Gi4/0/3(P)
    switch#show running-config interface GigabitEthernet 3/0/3
    Building configuration...
    Current configuration : 172 bytes
    interface GigabitEthernet3/0/3
     description myserver, eth0
     switchport access vlan 20
     switchport mode access
     channel-group 2 mode active
     spanning-tree portfast
    end
    lansw01#show running-config interface GigabitEthernet 4/0/3
    Building configuration...
    Current configuration : 172 bytes
    interface GigabitEthernet4/0/3
     description myserver, eth1
     switchport access vlan 20
     switchport mode access
     channel-group 2 mode active
     spanning-tree portfast
    end
    switch#show running-config interface port-channel 2
    Building configuration...
    Current configuration : 82 bytes
    interface Port-channel2
     switchport access vlan 20
     switchport mode access
    end
    The /etc/network/interfaces of my Debian machine looks like this:
    auto lo
    iface lo inet loopback
    auto bond0
            iface bond0 inet static
            address 192.168.1.xxx
            netmask 255.255.255.0
            gateway 192.168.1.xxx
            dns-nameservers 192.168.1.xxx
            dns-search xxx.xxx.xxx
            bond-mode 4
            bond-miimon 100
            bond-downdelay 200
            bond-updelay 200
            bond-lacp-rate 1
            slaves eth0 eth1
    This setup seems to work well. But I'm wondering that there is nothing with "trunking" in my setup. Would you like to give me your opinion about this?
    Thanks a lot and many greets
    Stephan

  • Flash Player v10 slow and crashy in Debian/Linux

    Hello!
    Is it me or is the latest Flash Player v10 plugin slow in
    IceWeasel/SeaMonkey in 32-bit Debian/Linux? I could CPU usages were
    high for Flash too. I have an Athlon 64 X2 dual core CPU with 3 GB
    of RAM, EVGA NVIDIA GeForce 8800 GT (512 MB; NVIDIA drivers), etc.
    I had WIndows XP Pro. SP2 and SeaMonkey, and no speed problems with
    Flash v10.
    I also noticed having Flash running and looking at settings,
    my SeaMonkey Web browser crashes. :(
    Thank you in advance. :)

    I've discovered that with lastest alpha x64 native version I've more performance problem vs the wrapper/x86 version (on 64 bit system).
    I've removed the native version (installed manually from me) and installed from synaptic the "flashplugin-nonfree" package (x86 version + wrapper), and created mms.cfg on /etc/adobe/mms.cfg with this line:
    OverrideGPUValidation=true
    This line can make system unstable (not my system).
    If this happen, you can try to add on your firefox link this line before "LD_PRELOAD=/usr/lib/libGL.so.1" without quotes.
    The result is:
    LD_PRELOAD=/usr/lib/libGL.so.1 firefox
    I hope this info can help Flash Linux community.
    Ubuntu Jaunty 9.04 x64,
    Intel Q6600
    nVidia 8800 GT

  • Mac client of a Debian server

    Hello,
    We just installed a Debian server (dual boot start up: Linux or Windows), and a dual boot client at our Info Room. After some time, all the 8 machines will be dual boot Linux or Windows.
    But I am the one who is in charge of the room most of the time.
    And I use Mac OS X 10.3.9 on my iBook G4.
    The questions:
    1) How can I access the server and run Linux programs that are in the server, from my iBook?
    (I have to learn some Linux applications to show how they work to other teachers and students.)
    2) Should I use X11, Terminal or install additional software?
    Step by step, please.
    Thanks in advance,
    Lucas (the guy from Rio Grande do Sul)

    Olá,
    Sou professor de Matemática, numa escola pública, mas tenho apenas uma turma e o meu tempo maior é ocupado no Laboratório (?) de Informática.
    São 8 máquinas, que rodam o sistema operacional Windows XP.
    Agora, depois de dois anos tentando implantar o Linux (já que não daria para implantar o Macintosh), finalmente consegui o aval da direção.
    A escola, no entanto, não vai abandonar o Windows: as máquinas terão Dual Boot, inclusive o servidor.
    Para que as outras máquinas rodem o Debian, o servidor deverá estar no Debian.
    O meu problema é que eu não quero usar o monitor de tubo dos computadores da escola e pretendo acessar o servidor, do meu iBook, que tem tela que não castiga os olhos e que roda o Mac OS X 10.3.9 .
    Caso consiga isso, quero perceber as manhas do OpenOffice e da planilha Gnumeric já instalados no Debian (especialmente a suite do OpenOffice), para passar para os meus colegas e estudantes.
    Preciso mostrar-lhes que dentro dos programas livres, existem alternativas para o Word, Excel, Access e PowerPoint, bem como programas específicos de Matemática e de outras áreas.
    A questão, portanto, é: como fazer o uso do servidor Debian, dentro do iBook rodando o Mac OS X?
    Depois da dica dada pelo Jason, acabei achando o Fugu, mas, ainda não consegui configurar o iBook. Embora tenha dito, anteriormente, que não havia conseguido instalar o BSD Subsystem, através de um BSD pkg, que tinha no Macintosh HD, localizei o CD do Panther e, consegui instalar o dito.
    Outro dia teve uma mensagem que falava do teclado e, talvez seja um dos problemas.
    O que puderes me passar eu agradeço,
    Nota: vou passar esta mensagem também para o teu e-mail, para que possamos ter contato direto, via e-mail (aliás, o meu mudou e não consegui mudar no meu profile do Apple Discussion) e iChat.
    Um abraço,
    Lucas (the guy from Rio Grande do Sul)

  • Printing in Debian Linux

    Ls,
    When running my application on SuSe Linux i can print my report directly on my default printer and a barcode is printed.
    When i run my application on Debian Linux direct print doesn't work, so i export to PDF and print that file using a linux lp command. the report is printed, but my barcode doesn't print.
    I use Java JRE 6.0.21
    Does anyone kwno how i can print directly using Debian or how i can print an exported PDF with barcode
    thanks
    Ad

    If I Open the PDF i in windows i can see the barcode.
    I already did do some research and in every forum I find the same when you export to  PDF and print it on Linux, no barcode is printed.
    But I don't want to export to PDF, I want to print my report directly. This works using SuSe but not using Debian.
    When I have a solution for that, It not only saves me time printing te report but also unnesecary converston and disk i/o
    Ad

  • Flash Player for Debian Linux v7.6?

    I have Flash Player running on Firefox when I boot in Windows XP.  Flash Player will not even show the icon in step 5 of the help page when I boot in Debian Linux v7.6, even though the page shows that I have the correct version of Flash Player (v11.2.202.356) installed.  It is always activated when I start Firefox.  Some quirk of Linux also installs Shockwave Flash v10.1 r999.  Could this be screwing up Flash Player?  Do I have to switch to Ubuntu or Red Hat to use Flash Player?

    From Adobe Lans web site above:
    Adobe Labs is currently featuring prerelease versions of the Flash Player 9 Update software. This update includes enhancements and bug fixes for Windows, Macintosh, and Linux versions of Flash Player 9. Please see the release notes for more information regarding this prerelease technology. The prerelease program for Flash Player 9 for Solaris is closed at this time, and Solaris versions of Flash Player 9 will be available shortly from Adobe.com.

  • Dual boot Mac OS X and Arch: Arch installer cannot find CD drive?

    Hi, everyone!  A friend convinced me to install Arch about a month ago on my desktop and I've loved it so much that I want to dual boot Mac OS X and Arch on my Macbook Pro 7.1.
    So I have a Macbook Pro 7.1.  I have partitioned the drive in Mac OS X and installed rEFIt.  I have the Arch x86_64 disk which I know works because I installed Arch on another computer. 
    When I boot from CD I get the familiar Arch screen with options "Boot Arch Linux, existing OS... etc."  I click boot Arch, and it starts to load.  However, it says "Waiting 30 seconds for device /dev/disk/by-label/ARCH_201005 ... ERROR: boot device didn't show up after 30 seconds... Falling back to interactive prompt.  /bin/sh: can't access tty; job control turned off."
    After searching around the forums, some people said they had similar problems attempting to install via USB.  I used "cat /proc/scsi/scsi" and my CD drive does not show up in ramfs.. What can I do to install this amazing OS on my MB Pro 7.1?
    Thank you for your time!

    Solved!  sledgehammer and MrE (sorry, I can't spell it) in IRC helped me out.  I had to download a newer iso that offers better Mac hardware support.  2010-12 iso

  • Can I dual boot with MAC OS/X and Windows

    What is the best way to configure a dual boot on my MAC Bookpro laptop? Also, can I dual boot Windows 8 and MAC OS?

    The first alternative is a dual-boot arrangement between OS X and Windows provided with OS X.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Install the Apple Boot Camp software.  Purchase Windows
             XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp
             4.0 and above you can only use Windows 7 or later. Follow
             instructions in the Boot Camp documentation on
             installation of Boot Camp, creating Driver CD, and
             installing Windows.  Boot Camp enables you to boot the
             computer into OS X or Windows.
         2. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         3. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         4. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         5. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

Maybe you are looking for

  • Finder does not display icon for word / excel in list view

    Hi, I got a new macbook air, with Yosemite pre installed. I copied over all my files (from my old macbook using a USB drive) and next I installed MS office for mac. For some reason Finder does not display the correct excel of word icon in list view (

  • When do i get my reciept?

    I purchased an album on my iphone a few days ago. When do i get my reciept? Do i have to sinc purchases or does it just take a long time?

  • I downloaded Adobe CS5.5 Master Suite: Missing Setup File

    I don't know what to do. My school issued free issue (legally) of Adobe CS5.5 Master collection. I downloaded the whole thing through my Adobe Downloader, but now it is saying that I am missing the setup file. What can I do?

  • Image size issue when uploading to flickr

    Hi, I have a pro flickr account since a long time now. With iPhoto '09, i tried to upload some pictures to flickr. And as I want to keep them in the original size, i choose the right option in the dialog box in iPhoto during the 'export to flickr' pr

  • How to change in-store pick up to shipping?

    I just buy a new computer in the bestbuy. I forget to change the shipping method. Therefore, how to change the instore pickup to shipping?