Slackware :: GCC 4.3.3 In 13 Opens Gcda As Writable?
Jan 27, 2010
In the stock GCC 4.3.3 included with Slackware 13.0, there has been some reported errata with GCC opening GCDA and GCNO files in write mode. This can cause errors indicating that it was unable to open files during building.
View 5 Replies
ADVERTISEMENT
Jul 18, 2011
If I put a blank dvd in the drive it will not mount automatically on my slackware 13.1So I ran "mount" to list the mounted file-systems, put a burned dvd in the drive and waited for it to mount automatically. Then I ran "mount" again. The only added line was
Code:
/dev/sr0 on /media/Disc type udf (ro,nosuid,nodev,uhelper=hal,uid=1000)
so I figured /dev/sr0 is the dvd drive. I put the blank dvd back in the drive and ran the following
[code]....
View 2 Replies
View Related
Mar 27, 2011
I got the mozilla FF4, extracted, copied to /usr/lib/firefox, changed the old one to /usr/lib/firefox-3 (I had the 3.03 or something like it) Now,I just can make it work... but just as root! If I am in Konqueror, super user, and click over the firefox it opens Firefox 4, as root. If I open another X, as root, I just need to click the old firefox icon and it opens. As user, there is no way I compared the files from /usr/lib/firefox, the new ones with the old ones in /usr/lib/firefox-3, and the permissions are THE SAME. I even tried to replace the firefox and the run-mozilla.sh, the only difference is that then I can get the update window to appear, but it does nothing and just crash. I didn't touched the /usr/bin/firefox, since it just point to the /usr/lib, and in fact, since it is working as root, in user space and in root KDE,it is OK. I tries first,of course, to get a slack one, but at linuxpackages there is only the FF4 for the newest slacks.
View 12 Replies
View Related
Feb 4, 2011
I'm using slackware current, when I open a terminal, it opens in Documents.
Code:
repo@cannabis Documents]$
Can this be changed, so it opens in the root from my home directory?
View 14 Replies
View Related
May 10, 2011
Dolphin will only open Samba shares if I open them by typing in smb://SERVER-IP. It also does not show up in the Network section of Explorer under Windows 7. How do I fix this? The only Samba share icon that shows up in Dolphin under Network --> Samba Shares is Workgroup. If I click it it changes smb://workgroup, but then it does nothing and shows no files. Here is my Samba server's smb.conf file.
Code:
[global]
workgroup = WORKGROUP
[code]....
View 4 Replies
View Related
Feb 27, 2010
As far as i know VLC is the best media player for linux bc it suppurts all file types. But there is one anoying problem - when i want to listen to song it opens VLC, but when i open another song it opens another new VLC window. And this problemug or whatever didnt apear in Windows version VLC player.
View 4 Replies
View Related
Jan 21, 2011
This is my first time working with NFS but I fail to see what the issue is since everything works properly.
View 13 Replies
View Related
Jan 27, 2011
"How can I format/wipe a rewritable cd for further use in ubuntu 8.04"?
View 5 Replies
View Related
Apr 13, 2010
i have debian system in which i have mounted the OS on a ext-3 system . I have got a partition of 60 gb , which is formatted to ext-2 partition . Even if I mount , i cant write anything into it . How can i change that ? How can I make the disk writable?
View 2 Replies
View Related
Jan 6, 2011
$ whoami
meder
$ cd /var/www
$ sudo mkdir html
$ sudo groupadd web
$ sudo usermod -a -G web meder
$ sudo usermod -a -G web medertest
$ sudo chown meder:web html
$ sudo chmod -R g+rwx html
The problem is, anytime I create a new file in /var/www/html even though the group is set to web, it is only writable by the original user. I was given the advice of setting the umask to be 002 because the default is what causes the problems. But I would have to do this for all users in that group, and as far as I know it would be tedious having all of them modify ~/.bashrc to have umask 002. Even if I can do it myself with a shell command for all of those users, it still seems too tedious.
View 2 Replies
View Related
Jan 16, 2011
I've installed eclipse and android manually at /opt. How do I make /opt/android writable by eclipse ? I don't want to chmod it to 777. Specifically I need to know the group eclipse belongs to.
View 3 Replies
View Related
Jul 22, 2010
is there a way to make the /proc filesystem writeable? With aufs or unionfs i can't join the /proc filesystem with a writable directory directly. But i think it should work by using one of this file systems.If i try to join two dirs write-proc and virtual-proc Code: mount -v -t aufs -o dirs=/tmp/write-proc/:/tmp/virtual-proc/ none /tmp/joined-proc/ and afterwards make a bind mount /proc to virtual-proc Code: mount --bind /proc /tmp/virtual-proc/ i can't see any change in /tmp/joined-proc.
View 2 Replies
View Related
Feb 11, 2010
I want to (no reason of course purely interest) get into the internals of my router (which happens to run linux) and be able to mount a drive to which i can save some data which will persist over reboots. I don't care if its only 16kb or whatever. I am guessing it must have some writable memory for the router configuration. I can telnet into the router and get a shell started up (busy box). Also I am aware of options such as tomato and DD-WRT to replace my router's firmware to give me much more access but I do not want to take the risk nor the time in configuring it and would like to retain my ISP's provided firmware. Somethings that might be useful:
[code]...
View 1 Replies
View Related
Oct 19, 2010
I want to map a windows shared folder to local directory, but I can't make it writable. I use mount command as following:
mount -t smbfs -o username=kcynice,password=kcynice,user,rw //192.168.1.100/SharedDocs /mnt/WinShare
Yes, this command can mount the network folder successfully, but i can only write it under terminal as root. I googled but got no answer.
So, how to mount it can be write by normal user?
View 5 Replies
View Related
Mar 29, 2010
Can anyone recommend a file system similar to SquashFS but writable?
View 2 Replies
View Related
Jan 21, 2011
My website, IsleDiscount.com, is hosted on a virtual server with pair.com. Pair.com offers only one SFTP account on regular shared server and to set up mutltiple SFTP accounts, Pair.com moved me to a virtual server (VQS1), which I believe is not a shared server solution, but Pair representatives were able to create multiple SFTP accounts on this VQS server.
However, when I asked the representative to restrict access of this additional SFTP accounts to a sub-folder, I got the following warning email: confirm you understand this will make your entire web directory world-writeable. This will increase the chances of a security attack. If you do understand this, you can go ahead and execute the command yourself. The command below will accomplish both commands in one.
[Code]...
View 1 Replies
View Related
Nov 9, 2010
I create a bootable fedora Live USB disk using Unetbootin in Windows,but it is not writable and when reboot the changes is not saving.
How can i create it writable?
View 2 Replies
View Related
Jan 14, 2010
I have a Windows 2k8 server acting as my domain controller. My goal is to have my Ubuntu 9.10 Server box share some folders via Samba, which should be authenticated via the PDC. So far, it seems to be mostly working. The Ubuntu machine has joined the domain, and is browse-able to domain users. The only problem at this point, is that the shares are not writable.
Code:
[global]
workgroup = smatech
netbios name = smalinux001
security = domain
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
password server = 10.10.10.2
domain master = no
local master = yes
[www]
path = /var/www
writable=yes
View 5 Replies
View Related
Jan 31, 2010
I am trying to get write access to a share on xp machine via automatically mounting
the share via the following /etc/fstab entry .... after doing a sudo mount -a ... I can view the files on the 'C-share' but can not write them back to the server
//WINBLOWS/C-share /media/C-share cifs,rw
This used to work and allow share files to be read and writable before some ubuntu updates.
I am currently running ubuntu 9.10.
PS: if I connect via places->network ... the files are readable and writable ... but I need this setup to be automatic with a mount for someone else.
What needs to be added to the above fstab entry
View 1 Replies
View Related
Feb 27, 2011
My external HDD became read only, and even not readable for a folder in it. Until now I had no problem with reading/writing on it but at my last mounting it get unwritable. When I right-click and try to change rights it says you cant it's a read only file system...
View 9 Replies
View Related
Aug 5, 2010
am having following error while installing TimeTrex payrollable Cache Directory: Warning: Not writable (/hrm/cache) Writable Storage Directory:arning: Not writable (/hrm/storage) Writable Log Directory: Warning: Not writable (/hrm/log) I did apply permission settings: i.e777 on cpanel.but invain.i got info. abt .htaccess files from where we can apply write attributes to the directory. (not getting how to apply on a linux based hosting)
View 1 Replies
View Related
Mar 5, 2010
If I have a program running as root, can I have the config files as follow :Code:-rw------- 1 user user 50310 Mar 5 15:16 configfile.confRoot will be able to read the config-files, right ??And only the user 'user' will be able to change the config-files, right ?
View 3 Replies
View Related
Jan 3, 2011
I've set up my parents' machine running KDE 4.5 and want them to use the Gwenview import function from the Device Manager popup when transferring image files off photo CDs or other inserted media, since it's the easiest method for them to comprehend. All the files on their photo discs are r-xr-xr-x by default so they're unable to rotate or modify the images once copied to their hard disk. I want to set one specific images folder on their system to automatically force any files placed there to be rw-r--r-- (and rw-rw-r-- for another shared images directory elsewhere). It seems that umask won't work since that can only take permissions away and not add them, and I'd rather avoid getting into messy ACL configuration. Is there a way to achieve this either generically or some hidden config in Gwenview itself? I use KRename myself for such tasks but this is way too complex for my parents to understand so I need something that works without them having to do anything.
View 9 Replies
View Related
Jul 28, 2010
Somewhere during my installation, I forgot to make my Windows partition (as well as a drive that linux associates with Windows) writable. Is there any way to make them writable, without re-installing everything?
View 9 Replies
View Related
Oct 11, 2010
Being a system administrator i came across a statement as "Excluding temporary directories /tmp and /var/tmp, no root owned files should be in world writable directories"While the above statement may look straight forward but how would i check if there are any such directories in the distribution?
View 14 Replies
View Related
Feb 15, 2011
My Slackware's display suddenly got hanged with just a black screen and a mouse pointer visible not even the Ctrl+Alt+Backspace worked.So I switched off my system by pushing the button on the CPU .
After that when I tried to boot into my system it wont boot past going multiuser with below error messages
Code:
Hanging @ starting
Code:
Though I can login when trying to boot through singleuser but when I try to
Quote:
startX
It again gets stuck at the above errors
View 11 Replies
View Related
Jan 7, 2010
We have a Dell PE6600 with a QLA2460 FC HBA in it. Server is running RedHat AS 4.7 (kernel 2.6.9-78), FC driver used is the file qlafc-linux-8.02.23-3-install.tar downloaded from the QLogic website. On this server is an Oracle database running (11.1.0.6). Files for the Oracle database are located in mountpoint /u02. The SAN is an iQStor 2880. Since several weeks we suddenly have problems with the Oracle database after a reboot of the server. After a reboot the mountpoint /u02 is readable and writable (tested by creating, opening and removing files).
However, when we try to start the database we get an error which give you the idea that the database is corrupt. The Oracle error is quite a general error. After doing a lot of testing we found out that if we unmount /u02 and mount it again (using mount -a so it reads the /etc/fstab), the database can be started after all. So the database is not corrupt but for some weird reason we have to remount /u02 first before the Oracle database can use it. We don't know if it's a linux issue, fibre issue, san issue or an oracle issue.
View 1 Replies
View Related
Feb 20, 2010
When I plug in my external USB Hard drive which is formatted as a single NTFS partition, it is recognized and mounted automatically, a nautilus window pops open. Unfortunately it is not writable. The reason is: the partition is mounted "ntfs" (which lacks write support) instead of "ntfs-3g". This is the output of mount after plugging in the drive:
$ mount | grep sdc1
/dev/sdc1 on /media/4EBC5FB82435B0EE type ntfs (rw,nosuid,nodev,uhelper=devkit,uid=1000,gid=1000,dmask=0077)
I want this partition to be writable by just plugging it in.
The partition should not have any errors because a) I fsck'ed it windows and b) mounting it manually works:
$ sudo mount -t ntfs-3g /dev/sdc1 /media/disk_/
$ mount | grep sdc1
/dev/sdc1 on /media/disk_ type fuseblk (rw,allow_other,blksize=4096)
$ devkit-disks --mount-fstype ntfs-3g --mount /dev/sdc1
Mounted /org/freedesktop/DeviceKit/Disks/devices/sdc1 at /media/4EBC5FB82435B0EE
$ mount | grep sdc1
/dev/sdc1 on /media/4EBC5FB82435B0EE type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
$ gnome-mount -nbtd /dev/sdc1
$ mount | grep sdc1
/dev/sdc1 on /media/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
How can I get ntfs drives to be mounted as writable by default, preferrably without having to modify fstab?
View 1 Replies
View Related
Nov 3, 2009
I work with a Debian Squeeze on my laptop and I have a 160GB external hard disk. My hard disk was formatted FAT32, but I decided to format it using ext2. I formatted it using fdisk from command line and everything went well. Unfortunately, when I mount my hard drive(which is auto-mounted from Debian) it has got root both as owner and group. Then I can't write to it because I have no permission to do that. Is there a setting to create an ext2 partition which has as owner the logged system user in order to have right permission every time.
View 7 Replies
View Related
Mar 16, 2010
I encountered a problem when I am trying to access my phpmyadmin the error came up: Wrong permissions on configuration file, should not be world writable!
View 6 Replies
View Related