Software :: Deal With An Existing WDS PXE Directory?

Jun 28, 2011

An existing Windows 2003 Server hosts a WDS pxe role. A networtk shared directory provides some customized OS.

I have to migrate this server without altered the WDS directory. Is it possible to deal with this stack under Redhat with pxelinux ?

Actually, my tests are negative. But I definitively have to deal with as a requirement. Otherwise an update will be made for each alteration of the OS.

POC : Red Hat 5 64bits, Apache2, Samba3, pxelinux, tftp-hpa.

I had successfully boot a virtual pc under Red hat. But I'm alaways game over with the corporate OS. When I load a pxeboot.n12 file there is an invalid file or corrupt error. When I rename this file as pxeboot.0 (to use pxelinue) the next step is a boot menu. I load a BCD file but after a boot.ini file is required but not present. This file doesn't exits in the current directory.

View 5 Replies


ADVERTISEMENT

Debian Multimedia :: Looking For MP3 Player To Import Existing Directory

Apr 28, 2011

I have a directory of about 1500 tagged mp3s (the directory contains a sub-dir for each artist which contains a sub-dir for each album which contains mp3s). What I am looking for at the moment is a player that allows me to import this directory once and then allows me to navigate the mp3 by tag. I have looked at audacious and abraca but either these don't have such a feature. How to me how to achieve what I need? I use 64-bit squeeze

View 4 Replies View Related

Debian :: Rename An Existing User And His Home Directory?

Sep 29, 2009

How is the best way to rename an existing user and his home directory under Debian Lenny? BTW I'd like to have the same settings like Desktop Icons, Bookmarks etc.

View 5 Replies View Related

Software :: Bash Script Syntax (Get Existing Directory)

Sep 10, 2009

I'm starting to learn bash scripting and I can't figure out what's wrong with the following.

Code:
#!/bin/bash -x
ALFA=`kdesu "kdialog --getexistingdirectory ."`
echo $ALFA

View 9 Replies View Related

General :: Why Does "ls -a" Hide Some Existing Directory From The Root User

Sep 2, 2010

Today I found something really interesting (at least to me) on one of our test servers:

I can change into an existing directory from my actual working directory using a relative path, but that very same directory is not listed when using ls -a.

Here is the shell session (as root):

$ pwd
/you/are/here
$ ls -a
. .. <-- Note: "somedir" is not shown to root
$ echo $CDPATH

[Code]....

I had checked the automount thing mentioned by Gilles, but as I had changed to somewhere and issued a mount|grep somewhere there were no output.

Here is the lsattr and strace output as suggested: [URL]

View 8 Replies View Related

Ubuntu :: How To Deal With Tar.gz

Jun 17, 2011

i have been using linux for about 2 months now , and still can't deal with tar.gz files! i extract the achieve , open the folder , open terminal in that folder , then make and..... nothing i didn't find the make file in firefox 6 tar.gz for example , for other files there was missing libraries , is there a compiler that can do the job simply like synaptic? it is really stupid that every application should have its installation instructions!!!! why there isn't some standardization for all linux distro in this point? deb packages are simple to use , why there isn't a general package system for all linux distro ? or at least a unified system for compiling where i can use the tar.gz files like .deb files?

View 9 Replies View Related

Server :: Add Existing Unix User To Existing LDAP?

Jun 23, 2010

I have an existing unix user that some how didnt make it into the copy over to our LDAP server. How do I add an existing unix user to an existing LDAP directory? Will ldapadd work? I was under the impression ldapadd required an ldif file to work properly.

View 7 Replies View Related

OpenSUSE Install :: Is It A Big Deal To Upgrade To KDE 4.4?

Dec 23, 2009

Is it a big deal to upgrade to KDE 4.4? I am using 11.2.

View 7 Replies View Related

Ubuntu :: What's The Deal On Adobe Flash Player

Jan 10, 2010

A couple of the sites I go to, very professional and legit sites, tell me I need Adobe flash player. Now that I don't run anything with Ubuntu other then a FW is this safe? What about "NoScript" for Firefox?

View 9 Replies View Related

Ubuntu Networking :: How To Deal With A Windows/ Networks

May 21, 2011

All the Ubuntu networking info I can find online talks about Samba and how to deal with a Windows/Ubuntu networks.

I have 4 computers for my family, I just installed Ubuntu (10.04 lts on 2, 10.10 & 11.04) on them. They are all dual boot with XP.

Is there a tutorial that talks about just dealing with an Ubuntu network? I would assume you don't use or need Samba if windows isn't involved?

Also it looks to me that the work-group name is more important to windows. Is it even necessary with Ubuntu?

View 2 Replies View Related

Software :: How To Deal Files With Space In Names

Jul 15, 2011

I have a bash file as following:

Code:

#!/bin/sh
deal_file(){
printf $1

[code]....

so the for loop spilt the file names if containing spaces, how can I fix the bug?

View 6 Replies View Related

Programming :: App To Deal - Work With Requirements Management?

Jan 15, 2010

What is the application you are used to work with (if any) to deal with requirements management?

Anyone but doors or osrmt?

View 1 Replies View Related

Ubuntu :: What's The Deal With Firefox Security Patches On 9.10

Jul 6, 2010

It's starting to feel like Ubuntu 9.10 users have been left out in the cold, or at least forced to fend for themselves. I'm referring to the publicly-known vulnerabilities present in Firefox 3.5.9 (the version currently in use by Ubuntu 9.10). Ubuntu 10.04 (which uses Firefox 3.6.x instead of 3.5.x) users received their package updates June 29th, yet Ubuntu 9.10 seems to have been placed on the back burner. So basically, my questions are: Does anyone know what's going on? What's taking so long? Has security support for Firefox been terminated for Ubuntu 9.10?

PS: I can sort of understand how Ubuntu isn't able to provide Firefox patches for Ubuntu 9.04, as it uses Firefox 3.0.x (which isn't supported upstream anymore) and the distro release is so close to EOL. But, surely Ubuntu 9.10 doesn't need to be treated the same way, given that the 3.5.x branch it uses is still supported upstream and the distro release won't reach EOL until Q2 2011.

View 7 Replies View Related

General :: Deal With Job That Stop And Cannot Continue Unless Made Foreground?

May 23, 2010

Recent example: mountlo (using UML):

vi@vi-notebook:~/b$ mountlo -m 16 -d /dev/uba1 /home/vi/mnt/usb -t vfat -o iocharset=utf8,allow_other&
[1] 32561
vi@vi-notebook:~/b$ Checking that ptrace can change system call numbers...OK
Checking syscall emulation patch for ptrace...OK
Checking advanced syscall emulation patch for ptrace...OK
Checking PROT_EXEC mmap in /tmp...OK

[Code]...

Also happens with Gimp (when it does run it's plug-ins). Parts of Gimp started by `gimp q.jpg&' freeze and cannot continue unless "killall -CONT" or made foreground. Is it a bug? How to reliably start things in a background?

View 1 Replies View Related

Ubuntu Networking :: Netbook Is Not Capable To Deal With Some UTP Cables

Feb 18, 2010

I have a strange problem regarding the connection to a LAN. I have a asus eeepc 1000H with Ubuntu netbook remix 9.10 (dual boot with WinXp). I've discovered two days ago that one of the pins from the ethernet port is pushed inside. This led to the fact that my netbook is not capable to deal with some UTP cables in the sense that it won't connect at the network through this cables. These cables work perfectly for any other computer.This is true for XP - for Ubuntu I found that it is not possible at all to connect through any cable at a LAN. There is an exception to that - my internet connection at home is done through PPPOE and I am able to access the internet through Ubuntu and WinXp.

Asus Romania won't honor the warranty (in their opinion I abused the product and it is my fault - fair enough - it is my fault since I am the single owner of the product - and I am connecting it in various locations to various ethernet cables) and in order to fix it they told me they will need to change the entire motherboard - which I guess it will cost me a price close to the price of the netbook itself - and I don't want to pay that much just for a pushed inside pin. (I wrote these to avoid questions regarding the warranty).I can live with the fact that some of the ethernet/UTP cables won't work with my netbook - but I can't live with the fact that the Ubuntu OS is not capable to connect to the internet through the ethernet port in any other locations besides my home. I require help in order to establish if there is something wrong with the Ubuntu ethernet settings or the Ubuntu OS is not capable to connect to internet through the faulty ethernet port (WinXp can).

View 2 Replies View Related

Server :: MySQL Backup - Deal With Large Amounts Of Data?

Feb 15, 2011

we've been trying to become a bit more serious about backup. It seems the better way to do MySQL backup is to use the binlog. However, that binlog is huge! We seem to produce something like 10Gb per month. I'd like to copy the backup to somewhere off the server as I don't feel like there is much to be gained by just copying it to somewhere else on the server. I recently made a full backup which after compression amounted to 2.5Gb and took me 6.5 hours to copy to my own computer ... So that solution doesn't seem practical for the binlog backup.Should we rent another server somewhere? Is it possible to find a server like that really cheap? Or is there some other solution? What are other people's MySQL backup practices?

View 8 Replies View Related

OpenSUSE Network :: Deal With Mass Postfix Relay And Dovecot Login Attempts

Jul 25, 2011

For about a week now I've been seeing mass attempts to relay through postfix and login to dovecot from the same 2 addresses, none are successful due to how postfix/dovecot are configured and I wouldn't be overly worried but my isp have picked up on it and are nagging at me

What ways do people go about just dropping connection attempts from offending addresses/ranges when stuff like that happens? An ideal thing would be something that detects repeated failed attempts from a host or range and subsequently ignore/ban them, perhaps for a specified length of time, something along the lines of denyhosts and fail2ban for ssh would be great Don't know if there's anything out there or just a plain tried and trusted method anyone might use for stuff like this, if not a hint on the most appropriate way to go about it 'manually' would do

View 9 Replies View Related

Ubuntu / Apple :: Script To Deal With Pseudo-hardlinked Directories In Time Machine Backups

Jun 16, 2010

Just wanted to share a script that I wrote to migrate data off of a Time Machine backup. As anyone who's tried this knows, it's not straightforward because most directories are pseudo-hardlinked according to some hare-brained scheme Apple came up with. (Hard-linked directories actually show up as zero-length regular files with bizarre link counts greater than 128. The link count corresponds to a directory called "dir_$N" (where $N is the link count) inside of a special directory at the root of the Time Machine volume called ".HFS+ Private Directory Data^M" (where the ^M is a literal carriage-return character).)

Here's the script (it's also attached, for convenience). It works pretty much the same as "rsync -av <SRC_DIR> <DST_DIR>" would, if the pseudo-hardlinks weren't in the way. In other words, it just recursively copies the first directory to the second. So the first argument (the source directory) is typically something like

/media/<TIME_MACHINE_VOLNAME>/Backups.backupdb/<HOSTNAME>/Latest/<VOLNAME>

if you want the entire latest backup. It can also be a relative path, if you've already changed to a directory inside the backup.

[Code]....

View 2 Replies View Related

Ubuntu Networking :: Grub2 Is Unable To Deal With Mounting The Samba Shares On Lan At Boot Time

Oct 15, 2010

I've been having terrible trouble with my 64bit Desktop v10.04 ever since I upgraded it. Has been a long battle - but I think I have it down to just one remaining issue which I suspect is more related to the network than to the upgrade. So I'll ask here also... The old system always used grub as the bootloader, and has always worked just fine. I have now had to do a complete fresh install, which incorporated a change to grub2 (first time I have used it).

It would seem now, that grub2 is unable to deal with mounting the samba shares on my lan at boot time. The boot always fails, dumping the user to the cli rather than the gui desktop. The error given indicates that the network is unreachable. Most users of the system have given up on Ubuntu altogether because of this, and fallen back into the clutches of the evil empire (the machine dual boots XP). If I log in, and manually startx to open the desktop, the network is there, and the shares are mounted just fine. Everything seems to be working ok - but for crashing out of the boot process with network errors. The fstab file follows, in case there is some cause there I'm not seeing (I have edited names and passwords prior to posting)...

[Code]....

View 4 Replies View Related

Ubuntu :: How To Deal With My Slow Computer - Runs Desperately Slow ?

Jan 22, 2010

I just want to know how to easily speed up my computer because it runs desperately slow. I am running windows Xp which is about two years old.

View 9 Replies View Related

Software :: Software To Deal With Recalcitrant Copy Protected Cd From 2008?

Feb 1, 2010

so i have a promotion audio cd from 2008 and i simply cannot rip it it is copy protected i simply want to copy it to my computer but whatever is in there does not allow me to i have tried


[code]....

can see i have used quite a few of the heavy guns any of those would work to rip any other audio cd i think here i need some űbernerd expertise ok it tells me there are no audio tracks on the disc which of course is not true as it plays in my stereo it pretends to be a data disc but is not

View 14 Replies View Related

Ubuntu :: How Does Ubuntu Deal With Broken Packages?

Feb 3, 2011

I read somewhere (on these forums) that broken packages are uninstalled the next time Ubuntu starts up. Is that true?

View 6 Replies View Related

Fedora Networking :: When Try To Mount The Share To A Different Directory On The Server, Receive A 'no Such Directory' Error?

Dec 18, 2010

I have a server with Fedora 13 with which I would like to get NFS working. I have looked up multiple howto's and tutorials, but I'm having a problem not addressed by any of them.Official how-to, another how-to, and another how-to.I have verified that nfs-utils, nfs-utils-lib, portmap, and system-config-nfs are installed and running. I have verified that I have, in fact, shared the directory that I want to share, and that the proper permissions are set.

I had to go through some gyrations to get the Belkin wireless N router to allow my server to have a static IP. However, I can ping the server from the nfs client (a toshiba satellite running mint 8), and vice versa. I have (for now) disabled firewalls on both computers. I think I have disabled SELinux on Fedora 13 (for now).When I attempt to connect to the server from the client, the output looks like this:Quote:

aragorn ~ # mount -v 192.168.2.101:/test /home/kelev/test/
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Sat Dec 18 12:21:09 2010

[code]....

View 7 Replies View Related

Ubuntu :: Hidden Directory 'RECYCLER' Creates .exe File In Directory Called 0x2D9FA278

May 30, 2011

I've done a low level format on them so they're completely empty. When I use them with my windows machines, they're absolutely fine. When I plug them into my Ubuntu machine, there is a hidden directory created called 'RECYCLER' which I'm assuming is for deleted files?However, it also creates a .exe file in this directory called 0x2D9FA278 which has an Icon with an H in it and a comment of 'Facebook Photo' This has the effect of making all the directories on the stick into shortcuts! I googled the file name and it seems to be some sort of Trojan, but I don't understand how it's go into my Ubuntu machine, I've scanned with ClamAV and it finds nothing.

View 5 Replies View Related

General :: Use Mkdir Command To Create 'local' Directory In /usr - There Are Error - Cannot Make Directory

Jun 16, 2010

I am a student studying computer science course.

Well, I am facing problem when doing lab questions.

I must use DLXLinux bundled in Bochs (bochs.sourceforge.net).

I am required to use the /usr/local directory.

In /usr directory, there is no directory named 'local' but there is one thing called 'local@'. So, when I try to use mkdir command to create 'local' directory in /usr , there are error "cannot make directory.....".

Look at my screenshot at [url].

View 9 Replies View Related

General :: Perform A Long Directory Listing Of All Files In The /bin Directory That Have Exactly Three Characters In Their Name?

Jan 18, 2010

How do you perform a long directory listing of all files in the /bin directory that have exactly three characters in their name?

View 1 Replies View Related

Ubuntu :: When Drag The File To Install It Again It Says Something Along The Lines Of It Cannot Copy A Directory Over A Directory?

Feb 19, 2010

I downloaded a mouse theme form gnome look and installed it in the themes. But it has not appeared in the pointer themes section in custimation even though it said that it is installed correctly.When I drag the file to install it again it says something along the lines of it cannot copy a directory over a directory.Where can I find where the mouse/pointer theme is located and delete it. I have searched filesystem, google and these forums and not had any luck yet.

View 1 Replies View Related

Ubuntu :: Access Files That Existed In Directory Before Mount Partition To Directory?

Feb 21, 2010

Recently I mounted a larger partition into my home directory since I was running out of space, Everything went smoothly, but it caused me to wonder about something I cant figure out. While playing with the mount unmount commands when I was copying everything over... before editing my fstab.

Is there a way to access the files that existed in a directory before you mount a partition to that directory? after mount the original files are gone.unmount and they are back, Where do they go?

View 3 Replies View Related

Ubuntu Servers :: Using Apt For Updating From A Local Directory And Samba Shared Directory

Jul 9, 2010

I want to update all the machines in the network from a central repository which is on my master server and whose archive directory is shared through samba.I searched in the man page of sources.list and found that there is an option for this but can't able to implement this. Can anybody kindly tell me the way to do the same.

View 1 Replies View Related

Server :: Changing The Password Of Directory Manager In Redhat Directory Services

Jul 14, 2010

How to change the password of Directory Manager in RED HAT Directory Services through a ldapclient through command line or graphical.

View 1 Replies View Related







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