=== crashsystems_ is now known as crashsystems | ||
=== ShawnR__ is now known as ShawnR | ||
andrew_ | hi | 02:18 |
---|---|---|
andrew_ | nobody knows | 02:23 |
andrew_ | hi folks | 02:25 |
zus | hello everyone,... been a while | 04:41 |
maxolasersquad | Some irc humor to start the morning. http://www.toothpastefordinner.com/112710/ice-cream-anti-social.gif | 12:52 |
DammitJim | morning | 13:36 |
DammitJim | man, is everyone just online shopping or something? | 14:23 |
maxolasersquad | Probably still recovering from post-Turkey naps. | 14:24 |
DammitJim | :D | 14:25 |
=== akgraner` is now known as akgraner | ||
reya276 | Morning Everyone | 16:30 |
mhall119 | morning | 16:32 |
reya276 | is there a way I can start SMBD service | 16:33 |
reya276 | I keep getting this msg | 16:33 |
reya276 | 'net usershare' returned error 255: net usershare add: cannot convert name "Everyone" to a SID. The connection was refused. Maybe smbd is not running. | 16:33 |
reya276 | I'm trying to share a folder and give everyone access to create and modify files | 16:34 |
mhall119 | sudo service samba start | 16:34 |
mhall119 | or sudo service smbd start | 16:34 |
mhall119 | I don't recall what the service name is | 16:34 |
reya276 | but should this not start automatically when the system turns on? | 16:34 |
mhall119 | it sounds like maybe authentication is failing though | 16:34 |
mhall119 | it usually is set to auto-start | 16:35 |
mhall119 | like I said, it sounds like an auth problem | 16:35 |
mhall119 | it's probably running | 16:35 |
reya276 | smbd start/running, process 4068 | 16:35 |
reya276 | does that mean it is running | 16:35 |
reya276 | ok Now I was able to Share the folder | 16:36 |
reya276 | how can I make sure that it starts when the system is restarted | 16:37 |
reya276 | it is weird as it was working that way before this mornings update | 16:38 |
reya276 | let restart the system and see what happens | 16:38 |
reya276 | BRB | 16:38 |
reya276 | seems like it started automatically now | 16:45 |
=== rmcbride_ is now known as rmcbride | ||
reya276 | everyone is out on vacation? | 19:01 |
itnet7 | no... just at work atm | 19:02 |
reya276 | lol | 19:02 |
DammitJim | gosh | 19:07 |
DammitJim | everyone is on vacation | 19:07 |
reya276 | DammitJim. hey damn it | 19:12 |
DammitJim | sup dude? | 19:12 |
reya276 | LOL, I love your nickname man | 19:12 |
reya276 | that is funny dude | 19:12 |
DammitJim | reya276, actually yours sounds like raya | 19:12 |
reya276 | it can go with everything | 19:12 |
DammitJim | you mean like the exclamation point? | 19:13 |
reya276 | yeah...not very good I admit | 19:13 |
reya276 | but your rocks | 19:13 |
DammitJim | lol | 19:31 |
dorgan | ok hopefully someone in here can help me | 19:42 |
dorgan | how would I go about getting how much memory apache is currently using? | 19:42 |
maxolasersquad | dorgan: If you have a GUI system-montior should be able to give you that. | 19:51 |
chattr | dorgan: in terminal ' ps -e -orss=,args= | grep [a]pache ' | 20:08 |
dorgan | chattr: that isnt giving me memory usage | 20:20 |
dorgan | its just listing all the apache processes | 20:20 |
chattr | dorgan: you don't get a number as the first field? the first field should be memory | 20:22 |
dorgan | oh ok | 20:22 |
dorgan | i thought that was a processid | 20:22 |
dorgan | lol | 20:22 |
dorgan | chattr: is there a way to add all those up? | 20:22 |
chattr | dorgan: awk could probably do it | 20:28 |
dorgan | i've never used awk | 20:29 |
dorgan | i am so not really a scripting guy....other than php | 20:29 |
dorgan | chattr: does this make sense? ps -e -orss=,args= | grep [a]pache | awk '{x += $1} END{ print x}' | 20:38 |
chattr | dorgan: one moment. ' ps o "%z" Ovs -C apache|tail -n1 ' might give you the total. let me look at oyurs | 20:39 |
dorgan | thats literally just giving me back VSZ | 20:40 |
dorgan | :) | 20:40 |
dorgan | i believe my awk statement is working | 20:41 |
chattr | one things is: there are so many ways to measure memory usage | 20:42 |
chattr | not running any apache here, but with 10 xterms open, ' ps o "%z" Ovs -C xterm|tail -n1 ' returns 23476 (which is probably in kB) | 20:45 |
chattr | the process there is apache or apache2? when I do the ps ... on a box running apache2, I get VSZ, but if I do ' ps o "%z" Ovs -C apaches|tail -n1 ' I get 32960 | 20:47 |
chattr | s/apaches/apache2/ | 20:47 |
chattr | back later | 20:55 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!