General :: Git Push In A Git-init Without --bare Option?

Jun 26, 2011

- I see that in git, I can't do git-push to a repository that wasn't created with git-init --bare. Why?

- But doing git-pull and git-checkout to the same repository is possible.?

View 1 Replies


ADVERTISEMENT

General :: Kernel Panic - Not Syncing - No Init Found - Try Passing Init - Option To Kernel

Apr 19, 2011

Im am building a Linux distro. It will be very tiny and fast.

I only have a minimal linuxkernel (bzImage) who is 1,2 mb big. And then I have Busybox who is 174,6 kb big.

The commands in busybox is: cd, ls, mkdir, rmdir, wget, httpd, clear, rm, poweroff, halt, reboot, fdisk, mount, umount, free, and cp.

When I compiled the kernel i use initramfs/initrd function and point it to a folder where initrd/initramfs source is.

The kernel works OK with others initramfs/initrd files. But not with my own.

Quote:

Here is how the end of the kernelcomplie look like.

Quote:

Here is my init file who is the initrd/initramfs source.

Quote:

The initramfs folder contains "bin" (folder) and "init" a file. No more.

The problem is that the kernel cannot find/read init file.

View 4 Replies View Related

General :: Push/pop Current Directory?

Jan 11, 2011

With bash is there a way to push and pop the current working directory? I tried writing bash;cd dir; ./dostuff;exit; but the current directory is now dir.

View 2 Replies View Related

General :: Push Email For POP Or IMAP?

Jan 10, 2011

Is it possible to do it like Gmail does - when a new mail arrives, it shows it without having to click "Download"? Which email CLIENT would I use?

View 14 Replies View Related

General :: Automate Ftp Session Without Bare Password Being Seen?

Mar 11, 2010

I need to ftp some files nightly from my linux box to an arbituary ftp server not controlled by me.

The ftp server admin has granted me an account for the purpose, but do not wish me to store the plain username or password in any script files for security reasons. How can I do that?

the wrong way would be:

Code:
$ cat my_script
open server_address
user plane_ftp_username plane_ftp_password
put a.txt

[Code].....

View 8 Replies View Related

General :: Stripping Linux To Bare Necessities

Jan 25, 2011

I just got 512M RAM so i thought to switch off all the programs that i most likely will not need. The big ones, i think might be, gdm, gnome, metacity. I think a plain X will suit my purpose.

View 10 Replies View Related

General :: VMware ESXi Without Bare Metal

Aug 27, 2010

Can I install VMware ESXi on my Dell Inspiron laptop having core i3 processor which has got 4GB of RAM? I can allocate 100GB of hard disk space for that. This is just to practice and explore the features available. Can I install Vmware ESXi iso on KVM hypervisor like installing guest OS?

View 4 Replies View Related

General :: Bare Minimum Crash Proof Distribution?

Jan 21, 2011

I have a very powerful I7 Intel processor. On this computer I want to simply run an instance of Apache Tomcat (dedicated server) running a java application with a bunch of things like mail server, servlet container, jasper, etc. Some versions of linux have too many features that I do not need. I do not want the clutter of features I will never use. What is the bare bone version of linux distrib? would that be debian?

These two distributions seem to be popular elsewhere on the internet:

CentOS 5 (64-bit)
Ubuntu Linux 8.04 LTS Hardy Heron (64 bit)

View 2 Replies View Related

General :: RHEL 5.4 - Xen Image Directly On Bare Metal

Aug 14, 2010

I have worked on Xen which is being shipped with RHEL 5.4, Is it possible to install Xen hypervisor directly on bare metal, so that we can save resources. I searched in Xen Official site, but could not recognize the product that can be directly installed on bare metal like VMware ESX.

View 3 Replies View Related

General :: Dual Booting - Choices At The Push Of A Button?

Jul 27, 2010

I was wondering if it were possible to have a dual boot system (XP and Debian) where when you press, say F7, you will boot into windows or if your press F6 you will boot into Linux. I have a monitor that doesn't support the initial start-up graphics

View 2 Replies View Related

General :: Push Command To The Background In A Cron Script?

Feb 3, 2011

I'm writing a script that performs backups from partitions on remote servers. I used to do this with ssh, but that seems to be somewhat slow, so I switched to netcat.I start a listener on the receiving server (which runs the script) like this:netcat -l -p 7000 | dd of=imagefile &and then I make the remote and start a dd piped to netcat. This works quite well started manually and the listener is waiting in the background. However, when I have cron run the same script to automate it, the netcat listener is not started, probably because the "&" thing does not work (or there is something with the piping that behaves differently then)

View 7 Replies View Related

General :: Xterm And Nedit Have Unreadable Font When Running On Bare X?

Apr 1, 2011

Title says it all.The font is unreadably garbled and missing pieces of text.I will try to post a picture but I do not know if I can since I am posting from links2.

View 2 Replies View Related

General :: Open Source Or Third Party Applications Do A Bare Metal Recovery On Debian?

Aug 17, 2010

Are there any open source or third party applictions can could do a bare metal recovery on Debian or any linux machines? We are looking for a solution that won't need a shutdown or reboot.

View 2 Replies View Related

Ubuntu :: Computer Seemed To Be Frozen - Reboot - No Init Found. Try Passing Init - Bootarg"

Jan 1, 2011

I've been dual booting 10.10 with Windows7 for about a month. Today is the first time I've encountered a serious problem.

This morning, nothing functioned properly after trying to open several programs. The computer seemed to be "frozen", although the mouse was working fine.

I decided to reboot, but then encountered an even bigger problem.

It failed to boot and got this message: no init found. try passing init= bootarg

The problem now is that it requires a Live CD session and I keep getting this: GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)

In case it matters, I didn't install 10.10 from an ISO, I just upgraded from 10.04.

View 2 Replies View Related

Ubuntu :: Error - No Init Found - Try Passing Init=bootarg

Jan 20, 2010

Ubuntu 9.10 will not boot! System froze this morning, I restarted and it is now failing to boot. Starts loading grub and I get this message:

mount: mounting /dev/disk/by-uuid/04aa3697-7bc0-45b5-b86a-77a1e6534bd5 on /root failed: invalid argument
mount: mounting /sys on /root/sys failed: no such file or directory
mount: mounting /dev on /root/sys failed: no such file or directory

[code]....

I booted with 9.04 LiveCD discovered the drive could not be mounted-ran fsck -ln and it told me the drive has no valid partition table. I have had intermittent problems mounting flash drives before this, so I'm kind of worried it might be a hardware issue.Also have files on that drive I would rather not lose, so reinstalling is hopefully a last resort.

View 9 Replies View Related

General :: Vim:ctrl+v Command To Select Some Data.But When Push Ctrl+v.It Doesn't Work?

Nov 28, 2010

" Mark the start of the text with "v", "V" or CTRL-V. The character under the cursor will be used as the start.""With CTRL-V (blockwise Visual mode) the highlighted text will be a rectanglebetween start position and the cursor."I can mark the start with "v" or "V".But it doesn't work when I push ctrl+V.

View 14 Replies View Related

Server :: Diffrence /etc/init.d And /etc/init.d/rc.d Scripts?

Jul 29, 2010

me the difference between /etc/init.d scripts and /etc/init.d/rc?.d scripts.

View 3 Replies View Related

Programming :: Init Scripts In /etc/init.d?

Sep 17, 2010

I have written an init script and placed it in /etc/init.d/ directory.What I would like to know is, will the script run automatically or we need to install the script using "install_initd" command.If I have to invoke this command manullay, what will be the best place to do this ? Can I add this to "/etc/init.d/rcS" file

View 6 Replies View Related

Debian :: INIT : Cannot Execute /etc/init.d/rc?

May 7, 2011

I'm trying to boot Emdebian lenny on my compact flash and it shows the following errors during boot time :

Code:
Mounting local filesystems ... done .
/etc/rc.d/S35mountall.sh : line 45 : uname : command not found .

[code]...

View 3 Replies View Related

Software :: Stuck In Init 3 Although Indicates Its Init 5?

Mar 17, 2011

openSUSE 10.3 on Itronix IX260+ Stuck on command line, init 3, and all attempts at graphic init 5 fail. Get these messages:(EE) No devices detected; Fatal screen error: no screens found; AIGLX disabled Primary Device is PCI 01:00:0kernel:device-mapper:multipath round-robin:version 1.0.0 loaderkernel:device-mapper:table:253:0:multipath: error getting device
kernel:device-mapper:ioctl: error adding target to tableProblem would seem to be with the device-mapper, but have no idea how to fix it.

View 3 Replies View Related

Ubuntu :: Wont Boot - "no Init Found. Try Passing Init=bootarg"

Jan 31, 2011

While I was using my computer a few days ago, the terminal stopped working properly, so I tried to reboot, and when it started up again it wouldn't boot and said "no init found. try passing init=bootarg"

This has happened twice before, so I really need to figure out what keeps happening, otherwise I can't continue to use linux. i reinstalled both times before. i think that this is caused by a process that prevents me from using the hard drive, because when I try to check the disk in the terminal or in gparted, it says Device or resource busy while trying to open /dev/sda1. Filesystem mounted or opened exclusively by another program?

Also, in the disk utility, in the lower right corner of the filesystem it has a spinning "loading wheel".(i'm not sure if that means anything)

I am using ubuntu 10.10, but am not sure what kernel I am using, but i tried a few different kernel options(there's three of them at start up). safe mode does not work either.

View 3 Replies View Related

Ubuntu :: How To Adb Push To EVO

Mar 15, 2011

So I have an EVO and am trying to learn how to use adb. What I'm trying to do is push a new bootanimation.zip to it. I have already downloaded the android.sdk and am wondering what to do now?have so far been able to, in terminal, do:"sudo su" and it logs me in as root...then I try "./adb remount" and it says insufficient permissions for device. Then I try "./adb devices" and it says "????????????no permissions"During these steps I had my phone hooked up via USB and had USB debugging on and USB storage on

View 3 Replies View Related

Ubuntu :: Push Cpu Up To Max Without Cpufreq?

Jan 31, 2011

I am having some problems with my CPU speed detailed here: [URL]

Basically it is restricting my computer to 800Mhz after 10-15mins for no reason. With Windows I was able to use something called Notebook Hardware control to ramp up the speed to the max of 1.73GHz. With the cpufreq applet, it won;t do anything.

Is there another program I can use to override the speed?

View 9 Replies View Related

Server :: OpenVPN Push Settings?

Jan 7, 2010

I have connected to the VPN server successfully but my IP address still shows up as my normal WAN rather than the server's IP address.hat the push settings I have to configure on the server?Here is my server.conf:Quote:

port 1194
proto tcp
dev tun

[code]....

View 1 Replies View Related

Ubuntu :: Way To Install Bare Minimum Of Gnome

May 3, 2011

I've been trying to install a minimal Ubuntu using mini.iso and have a couple of questions to you, wise heads gives me gnome without all "unnecessary" applications, but it also gives me things like evolution and a couple of others which I don't need/want. Is there a way to install the bare minimum of gnome, but without any of these applications?

View 8 Replies View Related

Ubuntu :: Bare Metal Virtualization For Desktop?

Jul 22, 2011

I would like to try putting some kind of free "bare metal" visualization for desktop useage on my laptop. I've been googling about the possibilities, but still I'm not sure which would actually work in my case. I've seen VMWare ESXi which looks ok, but unfortunatelly it is meant for servers and I can't have ESXI and Sphere client on same laptop. Another candidate I found is KVM, but as much I've seen it requires VTx VTd support from hardware, which my laptop can't provide. The same requirements must be met for Citrix Xen Client, which is meant for desktop virtualizations, but because of lack of VTx and VTd, can't be used in my case. Is there any other possibility? Currently I'm using VirtualBox and VMWare player for virtualization purposes, but I would like to pull out more performance out of it, and a heavy OS on top of another heavy OS just isn't the best way.

View 2 Replies View Related

CentOS 5 :: Get An Almost Bare Metal Virtualization Running?

May 28, 2009

I am trying to figure out how to get an almost bare metal virtualization running, and having a hard time getting it going I tryied the Virtual Machine manager, but it wont let me do full virtualization.

View 3 Replies View Related

OpenSUSE :: Mumble - Push To Talk - Xbindkeys ?

Jul 17, 2011

Basically, my middle mouse button (button 2) wasn't being detected by mumble when I was trying to enter a ptt key. The button itself was bound to do some weird copy-paste function, so I figured maybe that's why, so I rebound it to Shift+Right arrow using xbindkeys and xvkbd. I then went into mumble and it detected this no problem, however due to the xbindkeys config, when I press the middle mouse button it only does the bound function once.... i.e. I press it, it sends Shift+Right arrow to the X serv, but then stops, which is obviously useless for a push-to-talk button.

So, really what I am asking is, how should I go about sorting this? Is xbindkeys able to translate a keypress in sync with the mouse button (i.e if I hold the mouse button, it holds down the keys bound to it) or am I going down the wrong route and there is a better way to get middle mouse as my push to talk button on mumble. Perhaps a different keybind software?

View 1 Replies View Related

Ubuntu Multimedia :: Upgrade To 9.10 And Push Dvi Out To Tv As A Second Monitor

Jan 28, 2010

I have been running s-video to my tv now for quite some time and am still running hardy. I would like to upgrade to 9.10 and push my dvi out to my tv as a second monitor.(would that be better quality?) I will have to reconfigure my x config like I had to with the s-video in hardy, or will 9.10 recognize it in my monitor settings?

View 6 Replies View Related

Ubuntu :: Push Locale Configuration To A Lot Of Clients?

Sep 1, 2011

I want to ask a question regarding on the "locale" problem. I've searched a lot on Google, but I think there is no detailed information and logic explained this topic well. Someone may suggest use Preference->Administration->Language Support to add or change whatever language I want. I can't use this way beacuse:

1. I need try to push locale configuration to a lot of linux clients.
2. I want to know the detailed information of how to configure.

I have tried to find the most helpful page on the Internet and read some "man locale":

[Code]...

View 2 Replies View Related







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