Samba on Linux & Windows

Hi all,
I want to mount my Windows c:\ drive on my Linux server using samba. Do I need to install samba on both the linux and windows server?
Thank you very much, in advance.

Hi dude,
For the mean time or as an alternative, can I use batch ftp to backup my linux file to windows?
I tried to command ftp from linux to windows 2003 server, I can connect to it but I can not put a file :( why is that?
$ ftp 100.106.251.112
Connected to 100.106.251.112.
220 Microsoft FTP Service
500 'AUTH GSSAPI': command not understood
500 'AUTH KERBEROS_V4': command not understood
KERBEROS_V4 rejected as an authentication type
Name (100.106.251.112:abc): administrator
331 Password required for administrator.
Password:xxxxxxxxxx
230 User administrator logged in.
Remote system type is Windows_NT.
ftp> put a.lst
local: a.lst remote: a.lst
227 Entering Passive Mode (100).
550 a.lst: Access is denied.
ftp>
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> put a.lst c:/
local: a.lst remote: c:/
200 PORT command successful.
550 c:/: Access is denied.
ftp>Thanks
Edited by: 843228 on May 12, 2011 8:32 PM

Similar Messages

  • Mac Pro Dual Quad Core won't boot OS/X, but plays fine with Linux/Windows

    I've got a Mac Pro Dual Quad Core won't boot OS/X, but plays fine with Linux/Windows. I've tried all of the following initial tests as suggested on forums:
    -Ram swaps
    -Alternating video card in PCIe slots
    -Trying alternate video card
    -resetting pram and smc
    -Multiple tests with memtest86+ over 26hrs and no failed ram
    -Multiple tests (8-12 cycles) with apple HW diagnostics and no problems
    -Firmware is approved firmware for early 2008 model...no new updates.
    Gentoo livecd works fine and I even installed to hard drive and it boots fine with it. In addition to above tests I also ran a linux stress test putting all 8 cores at a load of 22 for 2.5hrs with no problems.
    Memtest86+ for 24hrs+ yields no problems.
    Where problems occur:
    Booting off hard drive, DVD or firewire yields an immediate curtain of death and booting off a new snow leopard DVD dies about 25% into the install.
    Looking at error log and a quick dmesg shows "Package 0 didn't get an HPET" and complains about AppleIntelCPUPowerManagement.kext. Google turns up illegal uses of this, so doesn't apply to my use case.
    I'm a bit stumped since all was working well until one day it was non-stop curtains of death and can't get them to go away.
    A logic board replacement at $1100 is not a feasible option for something that works on linux and windows, but not OS/X, is a bit disappointing and somewhat surprising.
    Thanks for your help and advice.
    Regards,
    Marcos

    Someone here once thought they knew EFI and Open Firmware a little, and used some commands from OF library that an Intel EFI Apple system didn't like. New logicboard.
    Of course to run or boot OS X and see video you need EFI based card. The presence of some PC cards can block OS X from booting.
    The fact you get part way through SL DVD, pull all the drives, put in a new drive and format it from SL DVD.
    Most of the things you tried are what are more common with PC hardware. Including where people have tried and failed to install OS X on unsupported hardware.
    I suppose it is possible something tried and failed to modify the Mac's firmware.
    If you have Windows running, and you have WD drives, WD just posted new Lifeguard utility which is what I use to do a good job of stripping a drive down and recertify it for reuse, works wonders. Maybe same for other makes with vendor utility.

  • Linux window display size is small

    I installed oracle linux on my Laptop. The linux widow size display is small where as the windows XP window display is comming full screen.
    What can i do to make the linux window to ne displayed full screen?
    Can someone please provide me the solution?

    Hi,user583961
    Could you please try to change the screen resolution ?
    Login to X ,then system->perference->Screen resolution.
    Regards
    Jason

  • Can i have both Linux, Windows, and Leopard operating systems on my mac

    Can i use Bootcamp to have a Leopard OS, a Linux OS, and a Windows OS partitioned on my single Macbook?

    For Linux I much prefer having it under VMware Fusion because MacOS doesn't support ext3 and Linux doesn't support writing HFS, making it hard to share data between the two otherwise. The latest version of VMware Tools supports cut and paste between Linux and MacOS (last version of Parallels I used did not have ability to do cut and paste between Linux and MacOS and ran much slower with Linux) and Linux runs at pretty much full speed other than graphics (but I'm not running Linux for graphics, I'm running Linux for software development). Note that setting up your home directory (or a subdirectory thereof) as an NFS share, then mounting that within your Linux virtual machine, results in faster throughput than trying to do everything on the VMware virtual disk, all that lives on my VMware virtual disk is the actual operating system (I have my home directory mounted to a directory on my Mac where my source code lives). I usually use Aquamacs and p4v on the Mac side to actually edit and do source control on my source code, then pop down to the Linux window to compile it and do an initial smoke test to ensure that my fix actually fixed what I think it's supposed to fix, then pop back up to the Mac Finder to drag the result over to the open Finder window for the Engineering Test CIFS share on our corporate file server from whence the actual QA test systems in the lab can grab it and test it. It's a cool way to do Linux software development . Especially since I must develop for both 32-bit and 64-bit platforms for multiple distributions of Linux, and VMware lets me fire up a couple of them at a time (why I have 8GB of RAM? Now you know!) to do all this in a sort of overlapping manner.
    For Windows... meh. I've used both the latest Parallels and the latest VMware with Windows 7, and both of them are sluggish even after you turn off all the various GUI effects under Performance and Accessibility and if you don't give at least 2GB of memory to the virtualized Windows 7 it gets really slow if you try to do anything sizable at all (such as run Microsoft Office to edit things that for some reason don't edit correctly in OpenOffice/NeoOffice). So Boot Camp it is, especially for playing games, which simply is not acceptable at all under virtualized Windows 7. Oddly enough, Windows XP runs acceptably fast under both Parallels and VMware, so I'm not sure what Windows 7 is doing that makes it work so poorly under virtualization. But that's Microsoft for ya, I guess...

  • Using UltraSearch and Apache to implement Desktop Search on Linux/Windows

    Hi all:
    I made this howto for implementing Desktop Search on Linux/Windows using UltraSearch and Apache.
    Here the link:
    http://www1.exa.unicen.edu.ar/~mochoa/Miscellaneous/My_Desktop_Search-5.pdf
    Hope this hack, Marcelo.

    >
    I have used eclipse to create an executable jar. This is run on the console with commands like
    #java -jar myJarFile.jar
    Am using linux(OpenSUSE)
    How can I create an executable file in search a way that the use just clicks on the icon and the system launches?>There are at least two basic ways you can head.
    1) Add a manifest file to the Jar that specifies the main class. The end user can 'double click' it to launch the app.
    2) Deploy the Jar using webstart, which can install desktop and menu item shortcuts for a program (plus adding splash screens, automatic update..) while installing it.

  • Swing UI differs between Linux & Windows. How to fix?

    I'm having some difficulties with the different look between OSes.
    Well the main problem is not that it looks different but
    that in linux the controls are bigger so that some controls don't fit in the window anymore:
    Linux
    Windows
    Since I have basically mo experience with crossplatform & GUI applications,
    I'm blindly trying to fix this but to no avail.
    How can I correct this behaviour so it looks more like it does in Windows?
    Relevant code:
    JButton bFile=new JButton("Add File");
    JButton bDir=new JButton("Add Dir");
    JButton bRenamePattern=new JButton("Rename Config");
    JPanel lowerPanel = new javax.swing.JPanel(new GridBagLayout());
    GridBagConstraints c = new GridBagConstraints();
    c.fill = GridBagConstraints.HORIZONTAL;
    c.gridx=0; c.gridy=0;
    c.gridwidth = GridBagConstraints.REMAINDER;
    lowerPanel.add(prgbr_Progress[0],c); c.gridy++;
    lowerPanel.add(prgbr_Progress[1],c); c.gridy++;
    JPanel innerPanel = new javax.swing.JPanel(new GridBagLayout());
    GridBagConstraints cInner = new GridBagConstraints();
    cInner.gridx=0; cInner.gridy=0;
    cInner.fill = GridBagConstraints.HORIZONTAL;
    cInner.weightx = 1;
    innerPanel.add(lblProcessedMB, cInner); cInner.gridx++;
    innerPanel.add(lblTimeElapsed, cInner); cInner.gridx++;
    innerPanel.add(lblTimeRemaining, cInner); cInner.gridx++;
    lowerPanel.add(innerPanel,c); c.gridy++;
    c.gridwidth=1;
    c.weightx=0; lowerPanel.add(withLabel("Set state",comboState),c);
    c.weightx=0; c.gridx++; lowerPanel.add(checkFilesWatched,c);
    c.gridx++; lowerPanel.add(checkRenameFiles,c);
    c.gridx++; lowerPanel.add(bRenamePattern,c);
    c.gridx++; lowerPanel.add(bFile,c);
    c.gridx++; lowerPanel.add(bDir,c);
    c.gridx++; lowerPanel.add(bRemove,c);
    c.gridwidth = GridBagConstraints.REMAINDER;
    c.gridx++; lowerPanel.add(bStart,c);
    setLayout(new BorderLayout());
    add(scrollPane,BorderLayout.CENTER);
    add(lowerPanel,BorderLayout.SOUTH);

    BoBear2681:
    I can't confirm that.
    The size is the same on both systems 800x600.
    And if you look closely to both pictures you'll see that the font is slightly bigger on the linux system (and more spacing).
    Also easlily noticable is the JTable, the entries there doesn't fit height wise (the text is capped of at the top).
    Another thing is that the last row of the controls (bottom), the height is much greater.
    AndrewThompson64
    I also made it SSCCE:
    //Applett
    import javax.swing.JApplet;
    @SuppressWarnings("serial")
    public class Main extends JApplet {
        public static boolean runsLocally=false;
        public GUI GUI;
        public void init(){
            GUI = new GUI();
        public void start(){
             setSize(800, 600);
              add(GUI);
              System.out.println("Started");
    //GUI Class
    import java.awt.BorderLayout;
    import java.awt.GridBagConstraints;
    import java.awt.GridBagLayout;
    import javax.swing.*;
    //Applet user interface
    @SuppressWarnings("serial")
    public class GUI extends javax.swing.JPanel {
        private final JProgressBar[] prgbr_Progress = new JProgressBar[] {new JProgressBar(), new JProgressBar()};
        public final JCheckBox checkFilesWatched = new javax.swing.JCheckBox("Mark Watched");
        public final JCheckBox checkRenameFiles = new javax.swing.JCheckBox("Rename Files");
        private final JComboBox comboState = new javax.swing.JComboBox();
        private final JButton bStart = new JButton("Start");
        private final JButton bRemove = new JButton("Remove");
        private final JLabel lblProcessedMB = new JLabel("0 of 0 MB processed", JLabel.CENTER);
        private final JLabel lblTimeElapsed = new JLabel("Time elapsed: 0:00:00", JLabel.CENTER);
        private final JLabel lblTimeRemaining = new JLabel("Time remaining: 0:00:00", JLabel.CENTER);
        public GUI() {
            comboState.setModel(new javax.swing.DefaultComboBoxModel(new String[] {"Unknown", "On HDD", "OnCD", "Deleted" })); //currently relying on item order
            comboState.setSelectedIndex(1);
            JScrollPane scrollPane = new javax.swing.JScrollPane();
            scrollPane.setViewportView(new javax.swing.JTable());
            JButton bFile=new JButton("Add File");
            JButton bDir=new JButton("Add Dir");
            JButton bRenamePattern=new JButton("Rename Config");
            JPanel lowerPanel = new javax.swing.JPanel(new GridBagLayout());
            GridBagConstraints c = new GridBagConstraints();
            c.fill = GridBagConstraints.HORIZONTAL;
            c.gridx=0; c.gridy=0;
            c.gridwidth = GridBagConstraints.REMAINDER;
            lowerPanel.add(prgbr_Progress[0],c); c.gridy++;
            lowerPanel.add(prgbr_Progress[1],c); c.gridy++;
            JPanel innerPanel = new javax.swing.JPanel(new GridBagLayout());
            GridBagConstraints cInner = new GridBagConstraints();
            cInner.gridx=0; cInner.gridy=0;
            cInner.fill = GridBagConstraints.HORIZONTAL;
            cInner.weightx = 1;
            innerPanel.add(lblProcessedMB, cInner); cInner.gridx++;
            innerPanel.add(lblTimeElapsed, cInner); cInner.gridx++;
            innerPanel.add(lblTimeRemaining, cInner); cInner.gridx++;
            lowerPanel.add(innerPanel,c); c.gridy++;
            c.gridwidth=1;
            c.weightx=0; lowerPanel.add(withLabel("Set state",comboState),c);
            c.weightx=0; c.gridx++; lowerPanel.add(checkFilesWatched,c);
            c.gridx++; lowerPanel.add(checkRenameFiles,c);
            c.gridx++; lowerPanel.add(bRenamePattern,c);
            c.gridx++; lowerPanel.add(bFile,c);
            c.gridx++; lowerPanel.add(bDir,c);
            c.gridx++; lowerPanel.add(bRemove,c);
            c.gridwidth = GridBagConstraints.REMAINDER;
            c.gridx++; lowerPanel.add(bStart,c);
            setLayout(new BorderLayout());
            add(scrollPane,BorderLayout.CENTER);
            add(lowerPanel,BorderLayout.SOUTH);
            validate();
        //Add a label to the left of a swing component
        public static JPanel withLabel(String s, JComponent c){
            JPanel p=new JPanel(new BorderLayout());
            p.add(new JLabel(s),BorderLayout.WEST);
            p.add(c,BorderLayout.CENTER);
            return p;
    }I'll try your suggestions,
    I'll post the results if I have them.

  • Samba cups and windows 8: printer spools but will not print.

    Hello,
    I have samba and cups setup. I have been trying to connect to my windows printer. Here is my setup
    Arch linux linux-3.12.1-3
    samba-4.1.2-1
    cups-1.7.0-2
    Windows 8.1
    no firewalls
    Samba config
    [global]
    security = user
    #passdb backend = tdbsam
    #username map = /etc/samba/smbusers
    workgroup = Bobshouse
    encrypt passwords = yes
    wins support = yes
    log level = 1
    max log size = 1000
    read only = no
    #disable netbios = yes
    printing = cups
    printcap = cups
    [homes]
    browsable = no
    map archive = yes
    [Shared]
    browsable = yes
    read only = yes
    path = /home/bob/Share
    for cups some things I have tried are
    lpd://hostname/printer
    smb://username:password@hostname/printer_name
    I can see the printer with smbclient
    So the printer spools, but will not print. the paper does not move I just hear the printer. Also when I watch the print queues in windows and linux. Cups shows that it sent the document, but when I watch the windows queue it shows the document, but the size of the document stays at 32 kb out of 1.8 mb and says printing. I hope this makes sense. I am just trying to keep things very simple at this point. I just want to understand what the problem is and build on it.

    Please provide the following relevant information so someone can help including:
    Printer Model - done
    Complete and Detailed Problem Description -
    Operating System of computer (including service pack revision) - done
    Connection Method - USB, Hardwired LAN, Wireless? -
    Make and model of router and modem? -
    Error messages - on printer screen and/or computer, any blinking light patterns?
    If wireless, when the problem occurs, what is status of Blue Wireless light on printer, on, off or blinking? –
    Power off printer and router. Power on router and wait 3 mins, power on printer. Does it connect to the router now? Do you have a valid IP address?

  • Dual boot Linux - Windows on Satellite U940

    Hello to everyone.
    I'm quite new on this forum and I have a brand new Toshiba Satellite U940-10N? Using Linux for 2 years, I'd like to install a debian wheezy distribution on it.
    On my former computer, only Debian was installed so I'm net really comfortable with dual boot especially with the ssd.
    I don't really like windows but I keep it to work sometimes on it.
    Do you think it would be better to install the linux system on the system like I've seen it on most of threads, with only the /home on the HDD ? Or do you think it would be interesting to build another raid like it is now for windows ? Would I have better perfomances and speed that way ?
    Another question : is it possible to have an ext4 data partition and make windows to see it or do I have to write it in ntfs ? I have noticed that fat32 and ntfs written on linux with gparted are not reconized by windows 8.
    Those are my questions for now.
    Thank you for your help.

    Hi there
    First let's look at your situation - the U940-10N will most likely be a Win8 unit, right?
    If YES - then the BIOS has to be set up to boot UEFI.
    Secure Boot can be disabled.
    It seems Debian is not so far in supporting UEFI / EFI boot modes.
    Look at this announcement from back in October:
    http://www.debian.org/devel/debian-installer/News/2012/20121018
    So, you will need to make sure your debian flavor can boot in UEFI boot mode.
    If not, You will have issues getting both OS'es (Debian and Win8) to live side by side and boot without issues.
    Next, You'll need to make sure Debian is able to install a boot loader that takes Windows 8 into account and is able to start that OS.
    Looking at storage, I tried to install Fedora on a dual-storage system (SSD + HDD).
    I installed the OS on the SSD and my Home structure was placed on the HDD.
    This worked very very well.
    I think this also provides the best performance, however I have no real statistics to back it up.
    Ext4 is not supported by Windows out of the box, but there is a driver existing which implements ext2,3,4 support for Windows: http://www.ext2fsd.com/
    If You ask me, I would rather have Linux accessing an NTFS partition than have Windows trying to write to an Ext2/3/4 partition. I am fully confident in the NTFS support from Linux but not the other way around.
    If the Fat and NTFS partitions are not recognised by Windows, please check that the partitions are Fat32 or NTFS.
    It may be that the file systems are NTFS / Fat but the partitions have Linux signatures.
    Hope this helps
    BR Tom

  • Samba on Linux with Tiger clients

    Maybe someone can help me with this, I am not sure if this is the place to ask or not... I have a new Linux (SuSE 10) server running Samba. My issues are two-fold. My Tiger clients have to authenticate manually -twice in order to be able to log in. Second, and this is more important, I cannot write to the Home directory once connected, I get a message saying I do not have permission whenever I try to transfer files. Has anyone seen this? Permissions are set to Read/Write on the Linux box. Any help would be appreciated!

    It was answeres in the Networking forum.

  • T400s Linux/Windows dual boot with Linux from Esata Flash Drive

    This project is about a dual boot Windows/Linux system without using the normal dual boot changes in the bootloader of the windows hard drive. When I started this I found bits and pieces of information on the web but no complete description so I wrote this post.
    I have done a dual boot system on my previous Thinkpad where I had partitioned the hard drive between Linux and windows. For this project I wanted to leave the windows hard drive absolutely intact and unaltered, and boot Linux from a flash drive in the esata port on the back of the T400s. Obviously this uses the F12 boot list function key to boot from the flash. The advantage of this is that Windows is totally unaltered and when I need Linux, I plug in the esata flash drive, hit F12 during the boot cycle and select booting from the esata flash drive. The reason for Esata rather than USB is simply speed. I have a nice fast Linux installation.
    I used the OCZ esata flash drive but suspect any of the alternatives will work. It did not need the accessory usb cable because the Thinkpad powered the esata flash directly.
    To boot from the esata drive I had to make the following changes in the bios
        I left the esata flash plugged in as I went into the bios
        Bios>config>Serial ATA and changed the Sata controller mode option to compatibility
        Restart and back into the Bios
        Bios>startup>boot - in my case the esata flash drive showed up as ATA HDD2 and was excluded from the boot order so I had to un-exclude it and move it to the point in the boot order that I wanted.
    Next I downloaded a linux installation iso and put it on a CD - in my case opensuse. Then booted from the CD
    From now on this instructions are specific to opensuse and yast but can be generalized to whatever Linux is being used.
    In my case yast came up with a good set of suggestions for automatically partitioning the flash drive but then crashed during the partitioning itself. So I rebooted and specified the partitions manually.
        A fat32 partition left as a partition which both windows and Linux could see (in my case about 20% of the drive) (/dev/sdb1)
        An extended partition with the remainder of the drive (/dev/sdb2) which contains the following logical partitions
        A linux Swap partition of 2GB (/dev/sdb5)
        A linux /home partition –the remainder of the drive (/dev/sdb6)
        A linux /root partition of 8GB (/dev/sdb7)
    Yast automatically suggested mount points of C,D,E for the windows partitions. Unfortunately because of the way the Thinkpad hard drive was laid out Yast had C assigned the ThinkPad Service partition and D assigned to the SW_Preload (or main windows partition). However there was an edit function that allows for the reversal of those mount points so that the windows C drive is mounted in Linux as Windows/C thereby avoiding confusion. I had already backed up and removed the Thinkpad factory install data so I did not have to deal with that. Yast suggested Windows/E for the mount point of the FAT32 partition on the flash drive, which I accepted.
    The yast install configurator made all this manual selection easy, and after the manual configuration the partitioning worked perfectly.
    Next step was Linux user configuration which went fine
    Next was booting.
    In the section management tab
        delete the windows 1 and 2 options (since we are not dual booting directly)
    In the boot loader installation tab
        uncheck boot from mbr ( this stops the install from installing Grub and dual boot on the windows c drive
        check boot from root partition (this installs grub and all associated files in the Linux root partition (/dev/sdb6)
    I believe that the correct procedure at this point is to click Boot Loader installation details which will bring up the Grub device map. In the device map there will be a line for the fixed hard drive (aka the windows drive) and a line for the esata flash drive. When the installer started up these were in hard drive and esata drive order. However when we boot directly from the flash the esata drive will be grub drive hd0 and the fixed hard drive will be grub hd1. The device map order needs to be changed to reflect this ie the esata drive should be first not second.
    I did not do this and ended up initially doing Grub command line editing to boot and later manually editing the grub files using information I had previously learned the hard way and through google.
    At this point let the installer go ahead and install Linux. After doing this it should come back and tell you to reboot. Do not do it yet because we need to install the MBR into the flash drive.
    I suspect that there is a way of doing this in Yast running from the Live CD but it was not obvious to me so I used the manual method that I have used before.
    Open a root terminal
    Mount /dev/sdb6 to /mnt/sdb6 (my linux root)
    Touch /mnt/sdb6/boot/grub/flag
    The purpose of this is when we go looking later at the grub command prompt we need an easy to find unique file
    Start grub and do the following
    #grub
                grub> find /boot/grub/flag
                    (hd1,5)    -- the result of the find in my example
                grub> root (hd1,5)   -- using the result of the find in my example
                grub> setup (hd1)   -- install mbr -- my example parameters - if you get this wrong you will trash some other drive!!!
                      hopefully grub announces success
                grub> quit
    Reboot and select the flash drive. In my case I still had the grub devicemap wrong and had to edit the grub commands during boot to tell grub how to find the correct partition and then edit them again after booting
    Typical linux install issues that we all always seem to have and can be solved with a little (or a lot of) google research.
    As I said at the beginning I now have an untouched windows installation and a nice fast Linux installation. I hope that this will be of some use to someone.

    Hi chrissh
    i tried this exact procedure... on the exact same notebook (T400s). However, as soon as I set the 
        Bios>config>Serial ATA to "compatibility", I cannot use my default Windows installation! I immediately get the "blue screen of death".
    I doubt I did anything differently since this is the first step of your procedure and my laptop is brand new!
    any idea? 

  • [Solved]Slow samba mount of Windows 8

    I'm trying to mount a samba share of a windows 8 machine.  Connection works and I can mount it, but it rather slow.  The wiki page suggests adding vers= to the options, and the man page for mount.cifs says that windows 8 is 3.0.  However I get an error when attempting to add that option I get the following error:
    # sudo mount.cifs //NAS/Media /mnt/NAS -o vers=3.0
    mount error(112): Host is down
    Is this a syntax error, or something else?
    Solved it, ahould be vers=3
    Last edited by fukin_jim (2014-04-04 01:59:49)

    Slowness is most likely caused by the Packages and/or drivers added to the MDT console. If you don't need the patches at boot time, remove them from the MDT console, and add a WSUS server instead. See if that speeds things up...Otherwise, yea look at the
    dism logs to determine what is slowing down the machine, share the logs on OneDrive if you still need help.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • SQL Developer and Linux, Windows

    SQL Developer it is established on linux Fedora 8, a database on Windows NT.
    NLS_LANG=AMERICAN_AMERICA.CL8MSWIN1251
    I Carry out " Save Package Spec and Body " with parameter File Encoding cp1251 but when I carry out this script in a DB instead of Russian letters I receive signs on a question (?????). And in notepad Win also questions.
    what I incorrectly do??????

    Hi Gooddy,
    I exported Cyrillic comment fine as UTF8 and my database is ALU32UTF8 is utf8 an option?
    It is unclear where the corruption is.
    -You have saved a package to the database with Cyrillic in it.
    Can you retrieve the package on screen with no '????'? i..e is it successfully in the database?
    -Can you export the Cyrillic package using utf-8?
    -Can you export the Cyrillic package using cp1251?
    -Turloch

  • Different Text Sizes Linux / Windows

    Anyone know anything about this? This is the same code, but
    it displays differently on Linux than Windows. There shouldn't be a
    scrollbar on the Linux / Firefox window. I know I'm running IE in
    Linux, but it's the same result as if I was running it in Windows.
    Firefox in Windows displays correctly also.
    IE
    Firefox

    maitlandclark wrote:
    > I'm making a simple navbar with 5 buttions, one button
    needs 4 words of text so
    > I need to make the font smaller for this button. But I
    don't know how to change
    > the size for that button without changing the size of
    the text for all buttons,
    > I end up having the one word buttons having far too
    small font size. Any ideas?
    Why not have the size of that button lage enough to
    accomodate the text?
    Buttons don't all have to be the same size. If you still want
    it the
    same size as the others, you'll need to create a new button
    symbol for
    the one with smaller text.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/

  • MDM55SP4 Hot fix2 - Linux-Windows & DB problems:

    Hi,
    We have the following system landscape - MDM Server is installed on one UNIX system, MDM Components are installed on a Windows 2003 Server SP1 – Terminal server and Database server is installed on a different UNIX system. All the systems are in the same domain. We are having the following problems:
    1)We are not able to "Export Repository Schema" which is one of the cool features of SP4. We are getting an error
    which says, "Error generating schema" and the mds process on Linux MDM server just hangs. Is our Linux MDM Server, Windows Server for MDM Clients landscape a problem or are we missing anything?
    2)Where are the XML Schemas loaded into standard repositories stored? Is there an easy way to download the XML Schema's that are loaded into the standard repositories. We need to do this as part of creating schemas for extracting check table for custom objects?
    3)We have a DBMS setting within MDM Console where in we can specify the Datapath and Indexpath for the repositories table spaces that are being created. Similar to this do we have any setting to specify the filenames for DBF files that MDM creates for a new repository? Also, what does the following 4 files stand for when a new repository is created:
    A2I_XXXX_m000.DBF (XXXX - Being the name of the repository being defined)
    A2I_XXXX_m000_Ix.DBF
    A2I_XXXX_Z000.DBF
    A2I_XXXX_Z000_Ix.DBF
    Reason for the above request is, our IT team uses BRSPACE to manage SAP's Databases and they would want to have control on the location and creation of the files, table spaces etc.
    4)MDM5.5SP4 is restricting the viewing of the Logs and Reports for a non-windows platform. This feature was there and working perfectly in SP3? Also, is there any other way to look at the reports and logs? Can we retrieve the XSLT which MDM Console uses to read the reports and logs? Because we were able to convince our IT to give us access to the reports and logs folders but the reports are not opening with any of the XML editors available. Error message when trying to open the files, "The system cannot locate the resource specified. Error processing resource 'file:///Z:/EV/Reports/MDM_Log.xsl'.
    Any input to the above problems will be greatly appreciated.
    Thanks for your time,
    -Raj.

    Hi Rajani,
    I've got an answer for your second question:
    The XML Schemas (or XSDs) are stored in table "A2i_CM_XMLSchema". Unfortunately they are stored in a binary format and seem to be somehow encrypted. I've tried to load the files with an own report but the result was unreadable unfortunately.
    Nevertheless, if you're talking about the standard MDM repositories, all XSDs that are maintained in the repository are delivered as single files in the corresponding business content package as well.
    Kind regards
    Michael
    Message was edited by: Michael Theis

  • Cannot open document on a mapped Samba drive in windows XP

    The latest version of Reader will not allow me to open a PDF on my network drive. What a pain! I'm running Windows XP Professional and I map a Samba drive that's on my Redhat server. This is my primary drive where all my documents are created and stored. When every I try to open a PDF document from this drive, reader refuses. It opens fine if I copy it to my local harddrive or access it using another product.
    Man, I hope they fix this quick. What a pain! Anyone with a work around, please let me know.

    Announcement: Would you like to help us improve Adobe Reader?
    Hi All,
    We have had a few bug reports related to Adobe Reader X protected mode coming in from you in this forum. We have addressed a large number of them in our upcoming Reader update and we would like to hear your feedback.
    To that extent, we would like to invite you to the Adobe Reader Prerelease program and try out the latest build. To participate, please fill in the form available at https://www.adobe.com/cfusion/mmform/index.cfm?name=reader_prerelease_ interest and indicate Adobe Reader as the product of your interest.
    We look forward to your active participation, feedback and help towards making Reader a better product.
    Thanks and regards,
    Adobe Prerelease Team

Maybe you are looking for